From 129c32666a58521d1d31ce8bfe3eebcc63c87f60 Mon Sep 17 00:00:00 2001 From: "hashicorp-copywrite[bot]" <110428419+hashicorp-copywrite[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 01:46:28 +0000 Subject: [PATCH] [COMPLIANCE] Add/Update Copyright Headers --- .golangci.yml | 2 +- .release/security-scan.hcl | 2 +- LICENSE | 2 +- version/version.go | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.golangci.yml b/.golangci.yml index 88187ed3..77084b33 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2013, 2025 +# Copyright IBM Corp. 2013, 2026 # SPDX-License-Identifier: MPL-2.0 version: "2" diff --git a/.release/security-scan.hcl b/.release/security-scan.hcl index b7acee50..08e55986 100644 --- a/.release/security-scan.hcl +++ b/.release/security-scan.hcl @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2013, 2025 +# Copyright IBM Corp. 2013, 2026 # SPDX-License-Identifier: MPL-2.0 # Reference: https://github.com/hashicorp/security-scanner/blob/main/CONFIG.md#binary (private repository) diff --git a/LICENSE b/LICENSE index df8f9eda..b31194d2 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright IBM Corp. 2013, 2025 +Copyright IBM Corp. 2013, 2026 Mozilla Public License Version 2.0 ================================== diff --git a/version/version.go b/version/version.go index 8be94568..6e420bd9 100644 --- a/version/version.go +++ b/version/version.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2013, 2025 +// Copyright IBM Corp. 2013, 2026 // SPDX-License-Identifier: MPL-2.0 package version