From c5b36b500b498a776c0b3835152f7dec63a0bbee Mon Sep 17 00:00:00 2001 From: Morgan Drake <12264057+modrake@users.noreply.github.com> Date: Fri, 1 Dec 2023 12:26:27 -0800 Subject: [PATCH 1/2] move license to 2024 --- LICENSE | 2 +- api/.copywrite.hcl | 2 +- demo/.copywrite.hcl | 2 +- drivers/shared/.copywrite.hcl | 2 +- jobspec/.copywrite.hcl | 2 +- jobspec2/.copywrite.hcl | 2 +- plugins/.copywrite.hcl | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/LICENSE b/LICENSE index 7360c3961..9a21d51b1 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: Nomad Version 1.7.0 or later. The Licensed Work is (c) 2023 +Licensed Work: Nomad Version 1.7.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 9c88e2373..c4b09f336 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/demo/.copywrite.hcl b/demo/.copywrite.hcl index 9c88e2373..c4b09f336 100644 --- a/demo/.copywrite.hcl +++ b/demo/.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/drivers/shared/.copywrite.hcl b/drivers/shared/.copywrite.hcl index 9c88e2373..c4b09f336 100644 --- a/drivers/shared/.copywrite.hcl +++ b/drivers/shared/.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/jobspec/.copywrite.hcl b/jobspec/.copywrite.hcl index 9c88e2373..c4b09f336 100644 --- a/jobspec/.copywrite.hcl +++ b/jobspec/.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/jobspec2/.copywrite.hcl b/jobspec2/.copywrite.hcl index 9c88e2373..c4b09f336 100644 --- a/jobspec2/.copywrite.hcl +++ b/jobspec2/.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/plugins/.copywrite.hcl b/plugins/.copywrite.hcl index 9c88e2373..c4b09f336 100644 --- a/plugins/.copywrite.hcl +++ b/plugins/.copywrite.hcl @@ -2,7 +2,7 @@ schema_version = 1 project { license = "MPL-2.0" - copyright_year = 2023 + copyright_year = 2024 header_ignore = [] } From c764665cc52208a8fc6ef2100a1d7762e6418a7f Mon Sep 17 00:00:00 2001 From: Morgan Drake <12264057+modrake@users.noreply.github.com> Date: Fri, 1 Dec 2023 16:39:25 -0800 Subject: [PATCH 2/2] add license and year to copywrite config --- .copywrite.hcl | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.copywrite.hcl b/.copywrite.hcl index aa8c50664..9d26cea21 100644 --- a/.copywrite.hcl +++ b/.copywrite.hcl @@ -4,6 +4,9 @@ schema_version = 1 project { + license = "BUSL-1.1" + copyright_year = 2024 + header_ignore = [ "command/asset/*.hcl", "command/agent/bindata_assetfs.go",