From 6bd808f7d4adc3f6b93ee2bbb0249c88d5590e39 Mon Sep 17 00:00:00 2001 From: Radek Simko Date: Fri, 13 Feb 2026 12:40:21 +0000 Subject: [PATCH] copywrite: Set copyright_year to 2014 This aligns with the new meaning of that field, which is the "start year" of copyright, where the end year is implied by the tooling automatically to be the year of last change. Technically many files did not really exist in 2014 or even later, so neither could the copyright back then but this is just a reflection of blunt (or simple) rules/tools being applied. --- .copywrite.hcl | 2 +- docs/plugin-protocol/.copywrite.hcl | 2 +- internal/tfplugin5/.copywrite.hcl | 2 +- internal/tfplugin6/.copywrite.hcl | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.copywrite.hcl b/.copywrite.hcl index ad3027b008..011b8d3e6a 100644 --- a/.copywrite.hcl +++ b/.copywrite.hcl @@ -2,7 +2,7 @@ schema_version = 1 project { license = "BUSL-1.1" - copyright_year = 2024 + copyright_year = 2014 # (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/docs/plugin-protocol/.copywrite.hcl b/docs/plugin-protocol/.copywrite.hcl index 2c144ddb7d..ca1fe5c85f 100644 --- a/docs/plugin-protocol/.copywrite.hcl +++ b/docs/plugin-protocol/.copywrite.hcl @@ -2,5 +2,5 @@ schema_version = 1 project { license = "MPL-2.0" - copyright_year = 2024 + copyright_year = 2014 } diff --git a/internal/tfplugin5/.copywrite.hcl b/internal/tfplugin5/.copywrite.hcl index 2c144ddb7d..ca1fe5c85f 100644 --- a/internal/tfplugin5/.copywrite.hcl +++ b/internal/tfplugin5/.copywrite.hcl @@ -2,5 +2,5 @@ schema_version = 1 project { license = "MPL-2.0" - copyright_year = 2024 + copyright_year = 2014 } diff --git a/internal/tfplugin6/.copywrite.hcl b/internal/tfplugin6/.copywrite.hcl index 2c144ddb7d..ca1fe5c85f 100644 --- a/internal/tfplugin6/.copywrite.hcl +++ b/internal/tfplugin6/.copywrite.hcl @@ -2,5 +2,5 @@ schema_version = 1 project { license = "MPL-2.0" - copyright_year = 2024 + copyright_year = 2014 }