mirror of
https://github.com/hashicorp/vault.git
synced 2025-12-18 15:56:29 -05:00
[DO NOT MERGE UNTIL EOY] update year in LICENSE and copywrite files (#24368)
This commit is contained in:
parent
c0e5a9ab1e
commit
366db10cf2
8 changed files with 9 additions and 9 deletions
|
|
@ -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
|
||||
|
|
|
|||
2
LICENSE
2
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
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ schema_version = 1
|
|||
|
||||
project {
|
||||
license = "MPL-2.0"
|
||||
copyright_year = 2023
|
||||
copyright_year = 2024
|
||||
|
||||
header_ignore = []
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ schema_version = 1
|
|||
|
||||
project {
|
||||
license = "MPL-2.0"
|
||||
copyright_year = 2023
|
||||
copyright_year = 2024
|
||||
|
||||
header_ignore = []
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
// Copyright (c) HashiCorp, Inc.
|
||||
// SPDX-License-Identifier: BUSL-1.1
|
||||
// SPDX-License-Identifier: MPL-2.0
|
||||
|
||||
package logical
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
// Copyright (c) HashiCorp, Inc.
|
||||
// SPDX-License-Identifier: BUSL-1.1
|
||||
// SPDX-License-Identifier: MPL-2.0
|
||||
|
||||
package logical
|
||||
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ schema_version = 1
|
|||
|
||||
project {
|
||||
license = "MPL-2.0"
|
||||
copyright_year = 2023
|
||||
copyright_year = 2024
|
||||
|
||||
header_ignore = []
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue