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.
This commit is contained in:
Radek Simko 2026-02-13 12:40:21 +00:00 committed by Radek Simko
parent 244443b3e0
commit 6bd808f7d4
4 changed files with 4 additions and 4 deletions

View file

@ -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

View file

@ -2,5 +2,5 @@ schema_version = 1
project {
license = "MPL-2.0"
copyright_year = 2024
copyright_year = 2014
}

View file

@ -2,5 +2,5 @@ schema_version = 1
project {
license = "MPL-2.0"
copyright_year = 2024
copyright_year = 2014
}

View file

@ -2,5 +2,5 @@ schema_version = 1
project {
license = "MPL-2.0"
copyright_year = 2024
copyright_year = 2014
}