From 5a83695bdfba17e2280196205d84d6ce12adcf50 Mon Sep 17 00:00:00 2001 From: hc-github-team-es-release-engineering <82989873+hc-github-team-es-release-engineering@users.noreply.github.com> Date: Wed, 29 Nov 2023 13:10:05 -0800 Subject: [PATCH] update year in LICENSE and copywrite files --- .copywrite.hcl | 2 +- LICENSE | 2 +- api/.copywrite.hcl | 2 +- sdk/.copywrite.hcl | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.copywrite.hcl b/.copywrite.hcl index 243a0a730722..1df5f1dce9d9 100644 --- a/.copywrite.hcl +++ b/.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 diff --git a/LICENSE b/LICENSE index ec2bf6861c1e..e20f24315366 100644 --- a/LICENSE +++ b/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 diff --git a/api/.copywrite.hcl b/api/.copywrite.hcl index 34d99ba25e12..7e4c0b58a8a3 100644 --- a/api/.copywrite.hcl +++ b/api/.copywrite.hcl @@ -2,7 +2,7 @@ schema_version = 1 project { license = "MPL-2.0" - copyright_year = 2023 + copyright_year = 2024 header_ignore = [] } diff --git a/sdk/.copywrite.hcl b/sdk/.copywrite.hcl index 34d99ba25e12..7e4c0b58a8a3 100644 --- a/sdk/.copywrite.hcl +++ b/sdk/.copywrite.hcl @@ -2,7 +2,7 @@ schema_version = 1 project { license = "MPL-2.0" - copyright_year = 2023 + copyright_year = 2024 header_ignore = [] }