aboutsummaryrefslogtreecommitdiff
path: root/bin/license
diff options
context:
space:
mode:
authorMiquel Sabaté Solà <msabate@suse.com>2020-02-11 14:33:39 +0100
committerMiquel Sabaté Solà <msabate@suse.com>2020-02-11 14:33:39 +0100
commit4909f2b993ebd08a10bee4f0eb8742d69211889a (patch)
treea5aac34133e39bb1a1c9feb5b31ac417741d5a51 /bin/license
parent89b046af6c229246ad01ca0c05241c883218e1e7 (diff)
downloaddotfiles-4909f2b993ebd08a10bee4f0eb8742d69211889a.tar.gz
dotfiles-4909f2b993ebd08a10bee4f0eb8742d69211889a.zip
Did you know that we are in 2020 already?
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 a0b81b5..16f9e93 100755
--- a/bin/license
+++ b/bin/license
@@ -1,5 +1,5 @@
#!/usr/bin/perl -w
-# Copyright (C) 2014-2019 Miquel Sabaté Solà <mikisabate@gmail.com>
+# Copyright (C) 2014-2020 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 = '2018';
+my $current_year = '2020';
# The command that feeds this command if no command line argument was given.
my $default_cmd = "git grep -l 'Copyright' | xargs";