diff --git a/make/licenses.mk b/make/licenses.mk index 7283c029a..ee88eb632 100644 --- a/make/licenses.mk +++ b/make/licenses.mk @@ -2,7 +2,7 @@ # It would be possible to make this more dynamic, but there's seemingly no need: # https://stackoverflow.com/a/2391555/1615417 # As such, this is hardcoded to avoid needless complexity -LICENSE_YEAR=2021 +LICENSE_YEAR=2022 # Creates the boilerplate header for YAML files, assumed to be the same as the one in # shell scripts (hence the use of boilerplate.sh.txt)