mirror of
https://github.com/hashicorp/terraform.git
synced 2025-12-18 23:26:07 -05:00
update year in license files
This commit is contained in:
parent
91488b334e
commit
a90ba0bfe4
5 changed files with 5 additions and 5 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: Terraform Version 1.6.0 or later. The Licensed Work is (c) 2023
|
||||
Licensed Work: Terraform Version 1.6.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,5 +2,5 @@ schema_version = 1
|
|||
|
||||
project {
|
||||
license = "MPL-2.0"
|
||||
copyright_year = 2023
|
||||
copyright_year = 2024
|
||||
}
|
||||
|
|
|
|||
|
|
@ -2,5 +2,5 @@ schema_version = 1
|
|||
|
||||
project {
|
||||
license = "MPL-2.0"
|
||||
copyright_year = 2023
|
||||
copyright_year = 2024
|
||||
}
|
||||
|
|
|
|||
|
|
@ -2,5 +2,5 @@ schema_version = 1
|
|||
|
||||
project {
|
||||
license = "MPL-2.0"
|
||||
copyright_year = 2023
|
||||
copyright_year = 2024
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue