From 366db10cf24655c9551e96d174d121a9840dab41 Mon Sep 17 00:00:00 2001 From: hc-github-team-es-release-engineering <82989873+hc-github-team-es-release-engineering@users.noreply.github.com> Date: Tue, 2 Jan 2024 13:22:15 -0800 Subject: [PATCH] [DO NOT MERGE UNTIL EOY] update year in LICENSE and copywrite files (#24368) --- .copywrite.hcl | 2 +- LICENSE | 2 +- api/.copywrite.hcl | 2 +- scripts/copywrite-exceptions.sh | 4 ++-- sdk/.copywrite.hcl | 2 +- sdk/logical/audit_test.go | 2 +- sdk/logical/request_test.go | 2 +- shamir/.copywrite.hcl | 2 +- 8 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.copywrite.hcl b/.copywrite.hcl index 6fadc31bfc..e310fe70a0 100644 --- a/.copywrite.hcl +++ b/.copywrite.hcl @@ -2,7 +2,7 @@ schema_version = 1 project { license = "BUSL-1.1" - copyright_year = 2023 + copyright_year = 2024 # (OPTIONAL) A list of globs that should not have copyright/license headers. # Supports doublestar glob patterns for more flexibility in defining which diff --git a/LICENSE b/LICENSE index 0731bd030f..fbeca00ad7 100644 --- a/LICENSE +++ b/LICENSE @@ -4,7 +4,7 @@ License text copyright (c) 2020 MariaDB Corporation Ab, All Rights Reserved. Parameters Licensor: HashiCorp, Inc. -Licensed Work: Vault Version 1.15.0 or later. The Licensed Work is (c) 2023 +Licensed Work: Vault Version 1.15.0 or later. The Licensed Work is (c) 2024 HashiCorp, Inc. Additional Use Grant: You may make production use of the Licensed Work, provided Your use does not include offering the Licensed Work to third diff --git a/api/.copywrite.hcl b/api/.copywrite.hcl index 9c88e23735..c4b09f3364 100644 --- a/api/.copywrite.hcl +++ b/api/.copywrite.hcl @@ -2,7 +2,7 @@ schema_version = 1 project { license = "MPL-2.0" - copyright_year = 2023 + copyright_year = 2024 header_ignore = [] } diff --git a/scripts/copywrite-exceptions.sh b/scripts/copywrite-exceptions.sh index 15c96aacbe..0e55acb400 100755 --- a/scripts/copywrite-exceptions.sh +++ b/scripts/copywrite-exceptions.sh @@ -6,8 +6,8 @@ find . -type f -name '*.go' | while read line; do if grep "SPDX-License-Identifier: BUSL-1.1" $line; then - sed -i '' '/SPDX-License-Identifier: BUSL-1.1/d' $line - sed -i '' '/Copyright (c) HashiCorp, Inc./d' $line + sed -i '/SPDX-License-Identifier: BUSL-1.1/d' $line + sed -i '/Copyright (c) HashiCorp, Inc./d' $line fi done diff --git a/sdk/.copywrite.hcl b/sdk/.copywrite.hcl index 9c88e23735..c4b09f3364 100644 --- a/sdk/.copywrite.hcl +++ b/sdk/.copywrite.hcl @@ -2,7 +2,7 @@ schema_version = 1 project { license = "MPL-2.0" - copyright_year = 2023 + copyright_year = 2024 header_ignore = [] } diff --git a/sdk/logical/audit_test.go b/sdk/logical/audit_test.go index 710450c2f3..07623daab9 100644 --- a/sdk/logical/audit_test.go +++ b/sdk/logical/audit_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: BUSL-1.1 +// SPDX-License-Identifier: MPL-2.0 package logical diff --git a/sdk/logical/request_test.go b/sdk/logical/request_test.go index 4e05471035..69663be4e4 100644 --- a/sdk/logical/request_test.go +++ b/sdk/logical/request_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: BUSL-1.1 +// SPDX-License-Identifier: MPL-2.0 package logical diff --git a/shamir/.copywrite.hcl b/shamir/.copywrite.hcl index 9c88e23735..c4b09f3364 100644 --- a/shamir/.copywrite.hcl +++ b/shamir/.copywrite.hcl @@ -2,7 +2,7 @@ schema_version = 1 project { license = "MPL-2.0" - copyright_year = 2023 + copyright_year = 2024 header_ignore = [] }