Skip to content

Commit 366db10

Browse files
[DO NOT MERGE UNTIL EOY] update year in LICENSE and copywrite files (#24368)
1 parent c0e5a9a commit 366db10

File tree

8 files changed

+9
-9
lines changed

8 files changed

+9
-9
lines changed

.copywrite.hcl

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ schema_version = 1
22

33
project {
44
license = "BUSL-1.1"
5-
copyright_year = 2023
5+
copyright_year = 2024
66

77
# (OPTIONAL) A list of globs that should not have copyright/license headers.
88
# Supports doublestar glob patterns for more flexibility in defining which

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ License text copyright (c) 2020 MariaDB Corporation Ab, All Rights Reserved.
44
Parameters
55

66
Licensor: HashiCorp, Inc.
7-
Licensed Work: Vault Version 1.15.0 or later. The Licensed Work is (c) 2023
7+
Licensed Work: Vault Version 1.15.0 or later. The Licensed Work is (c) 2024
88
HashiCorp, Inc.
99
Additional Use Grant: You may make production use of the Licensed Work, provided
1010
Your use does not include offering the Licensed Work to third

api/.copywrite.hcl

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ schema_version = 1
22

33
project {
44
license = "MPL-2.0"
5-
copyright_year = 2023
5+
copyright_year = 2024
66

77
header_ignore = []
88
}

scripts/copywrite-exceptions.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66

77
find . -type f -name '*.go' | while read line; do
88
if grep "SPDX-License-Identifier: BUSL-1.1" $line; then
9-
sed -i '' '/SPDX-License-Identifier: BUSL-1.1/d' $line
10-
sed -i '' '/Copyright (c) HashiCorp, Inc./d' $line
9+
sed -i '/SPDX-License-Identifier: BUSL-1.1/d' $line
10+
sed -i '/Copyright (c) HashiCorp, Inc./d' $line
1111
fi
1212
done
1313

sdk/.copywrite.hcl

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ schema_version = 1
22

33
project {
44
license = "MPL-2.0"
5-
copyright_year = 2023
5+
copyright_year = 2024
66

77
header_ignore = []
88
}

sdk/logical/audit_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright (c) HashiCorp, Inc.
2-
// SPDX-License-Identifier: BUSL-1.1
2+
// SPDX-License-Identifier: MPL-2.0
33

44
package logical
55

sdk/logical/request_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright (c) HashiCorp, Inc.
2-
// SPDX-License-Identifier: BUSL-1.1
2+
// SPDX-License-Identifier: MPL-2.0
33

44
package logical
55

shamir/.copywrite.hcl

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ schema_version = 1
22

33
project {
44
license = "MPL-2.0"
5-
copyright_year = 2023
5+
copyright_year = 2024
66

77
header_ignore = []
88
}

0 commit comments

Comments
 (0)