Browse Source

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

update year in LICENSE and copywrite files

Co-authored-by: Dhia Ayachi <dhia@hashicorp.com>
pull/20068/head
hc-github-team-es-release-engineering 11 months ago committed by GitHub
parent
commit
0e73c32ac2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .copywrite.hcl
  2. 2
      LICENSE
  3. 2
      api/.copywrite.hcl
  4. 2
      sdk/.copywrite.hcl

2
.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

2
LICENSE

@ -4,7 +4,7 @@ License text copyright (c) 2020 MariaDB Corporation Ab, All Rights Reserved.
Parameters
Licensor: HashiCorp, Inc.
Licensed Work: Consul Version 1.17.0 or later. The Licensed Work is (c) 2023
Licensed Work: Consul Version 1.17.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
api/.copywrite.hcl

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

2
sdk/.copywrite.hcl

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

Loading…
Cancel
Save