aboutsummaryrefslogtreecommitdiff
path: root/bin/license
diff options
context:
space:
mode:
Diffstat (limited to 'bin/license')
-rwxr-xr-xbin/license2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/license b/bin/license
index 4478039..606d03d 100755
--- a/bin/license
+++ b/bin/license
@@ -65,7 +65,7 @@ my $name = 'Miquel';
# The current year. I previously thought to be clever and set it to `date +%Y`,
# but then I decided that I didn't want to be clever here to avoid problems and
# be more flexible.
-my $current_year = '2021';
+my $current_year = '2022';
# The command that feeds this command if no command line argument was given.
my $default_cmd = "git grep -l 'Copyright' | xargs";