[DO NOT MERGE UNTIL EOY] update year in LICENSE and copywrite files (#24368)

This commit is contained in:
hc-github-team-es-release-engineering
2024-01-02 13:22:15 -08:00
committed by GitHub
parent c0e5a9ab1e
commit 366db10cf2
8 changed files with 9 additions and 9 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -2,7 +2,7 @@ schema_version = 1
project {
license = "MPL-2.0"
copyright_year = 2023
copyright_year = 2024
header_ignore = []
}

View File

@@ -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

View File

@@ -2,7 +2,7 @@ schema_version = 1
project {
license = "MPL-2.0"
copyright_year = 2023
copyright_year = 2024
header_ignore = []
}

View File

@@ -1,5 +1,5 @@
// Copyright (c) HashiCorp, Inc.
// SPDX-License-Identifier: BUSL-1.1
// SPDX-License-Identifier: MPL-2.0
package logical

View File

@@ -1,5 +1,5 @@
// Copyright (c) HashiCorp, Inc.
// SPDX-License-Identifier: BUSL-1.1
// SPDX-License-Identifier: MPL-2.0
package logical

View File

@@ -2,7 +2,7 @@ schema_version = 1
project {
license = "MPL-2.0"
copyright_year = 2023
copyright_year = 2024
header_ignore = []
}