Skip to content

Commit

Permalink
update year in license files
Browse files Browse the repository at this point in the history
  • Loading branch information
1 parent 91488b3 commit a90ba0b
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 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: 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
Expand Down
2 changes: 1 addition & 1 deletion docs/plugin-protocol/.copywrite.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ schema_version = 1

project {
license = "MPL-2.0"
copyright_year = 2023
copyright_year = 2024
}
2 changes: 1 addition & 1 deletion internal/tfplugin5/.copywrite.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ schema_version = 1

project {
license = "MPL-2.0"
copyright_year = 2023
copyright_year = 2024
}
2 changes: 1 addition & 1 deletion internal/tfplugin6/.copywrite.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ schema_version = 1

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

0 comments on commit a90ba0b

Please sign in to comment.