From 74b80115206d13708bf40f1583d9faced1d4cf3a Mon Sep 17 00:00:00 2001 From: "hashicorp-copywrite[bot]" <110428419+hashicorp-copywrite[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 04:07:25 +0000 Subject: [PATCH] [COMPLIANCE] Add/Update Copyright Headers --- Dockerfile | 2 +- LICENSE | 2 +- action.yml | 2 +- src/main.sh | 2 +- src/sentinel_fmt.sh | 2 +- src/sentinel_test.sh | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Dockerfile b/Dockerfile index 90f77d0..346afd0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2018, 2024 +# Copyright IBM Corp. 2018, 2026 # SPDX-License-Identifier: MPL-2.0 FROM alpine:3 diff --git a/LICENSE b/LICENSE index 523eb47..06b0718 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright IBM Corp. 2018, 2024 +Copyright IBM Corp. 2018, 2026 Mozilla Public License, version 2.0 diff --git a/action.yml b/action.yml index 1dba99b..7b9a964 100644 --- a/action.yml +++ b/action.yml @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2018, 2024 +# Copyright IBM Corp. 2018, 2026 # SPDX-License-Identifier: MPL-2.0 name: "Sentinel GitHub Actions" diff --git a/src/main.sh b/src/main.sh index 45ca84a..8989046 100755 --- a/src/main.sh +++ b/src/main.sh @@ -1,5 +1,5 @@ #!/bin/bash -# Copyright IBM Corp. 2018, 2024 +# Copyright IBM Corp. 2018, 2026 # SPDX-License-Identifier: MPL-2.0 function stripColors { diff --git a/src/sentinel_fmt.sh b/src/sentinel_fmt.sh index 44e2565..ecea9f0 100755 --- a/src/sentinel_fmt.sh +++ b/src/sentinel_fmt.sh @@ -1,5 +1,5 @@ #!/bin/bash -x -# Copyright IBM Corp. 2018, 2024 +# Copyright IBM Corp. 2018, 2026 # SPDX-License-Identifier: MPL-2.0 function sentinelFmt { diff --git a/src/sentinel_test.sh b/src/sentinel_test.sh index 730528f..36b32f7 100755 --- a/src/sentinel_test.sh +++ b/src/sentinel_test.sh @@ -1,5 +1,5 @@ #!/bin/bash -# Copyright IBM Corp. 2018, 2024 +# Copyright IBM Corp. 2018, 2026 # SPDX-License-Identifier: MPL-2.0