aboutsummaryrefslogtreecommitdiff
path: root/bin/license
diff options
context:
space:
mode:
authorMiquel Sabaté Solà <msabate@suse.com>2021-01-22 11:21:52 +0100
committerMiquel Sabaté Solà <msabate@suse.com>2021-01-22 11:21:52 +0100
commitbc8e92970a1fc855944859ffde762c0782ca4b9e (patch)
tree007a6a203e54b81b5e8d8bebc30e9b378df6ded5 /bin/license
parent30fa8040d265f6d44b2f87efe873e9e713ce5b05 (diff)
downloaddotfiles-bc8e92970a1fc855944859ffde762c0782ca4b9e.tar.gz
dotfiles-bc8e92970a1fc855944859ffde762c0782ca4b9e.zip
It's been 2021 for quite a while now
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
Diffstat (limited to 'bin/license')
-rwxr-xr-xbin/license4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/license b/bin/license
index 16f9e93..4478039 100755
--- a/bin/license
+++ b/bin/license
@@ -1,5 +1,5 @@
#!/usr/bin/perl -w
-# Copyright (C) 2014-2020 Miquel Sabaté Solà <mikisabate@gmail.com>
+# Copyright (C) 2014-2021 Miquel Sabaté Solà <mikisabate@gmail.com>
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -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 = '2020';
+my $current_year = '2021';
# The command that feeds this command if no command line argument was given.
my $default_cmd = "git grep -l 'Copyright' | xargs";