Skip to content

Commit

Permalink
[DO NOT MERGE UNTIL EOY] update year in LICENSE and copywrite files (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
1 parent c0e5a9a commit 366db10
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .copywrite.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion api/.copywrite.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ schema_version = 1

project {
license = "MPL-2.0"
copyright_year = 2023
copyright_year = 2024

header_ignore = []
}
4 changes: 2 additions & 2 deletions scripts/copywrite-exceptions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion sdk/.copywrite.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ schema_version = 1

project {
license = "MPL-2.0"
copyright_year = 2023
copyright_year = 2024

header_ignore = []
}
2 changes: 1 addition & 1 deletion sdk/logical/audit_test.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright (c) HashiCorp, Inc.
// SPDX-License-Identifier: BUSL-1.1
// SPDX-License-Identifier: MPL-2.0

package logical

Expand Down
2 changes: 1 addition & 1 deletion sdk/logical/request_test.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright (c) HashiCorp, Inc.
// SPDX-License-Identifier: BUSL-1.1
// SPDX-License-Identifier: MPL-2.0

package logical

Expand Down
2 changes: 1 addition & 1 deletion shamir/.copywrite.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ schema_version = 1

project {
license = "MPL-2.0"
copyright_year = 2023
copyright_year = 2024

header_ignore = []
}

0 comments on commit 366db10

Please sign in to comment.