From 1e2ae601706b4258f7ff276929dbe19eedb74521 Mon Sep 17 00:00:00 2001 From: Matt Dainty Date: Mon, 1 Aug 2022 11:40:38 +0100 Subject: [PATCH] Update year to 2022 Signed-off-by: Matt Dainty --- make/licenses.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make/licenses.mk b/make/licenses.mk index 02aa0db5e..28d83236d 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)