From 4909f2b993ebd08a10bee4f0eb8742d69211889a Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Tue, 11 Feb 2020 14:33:39 +0100 Subject: Did you know that we are in 2020 already? MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miquel Sabaté Solà --- bin/license | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bin/license') 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à +# Copyright (C) 2014-2020 Miquel Sabaté Solà # # 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"; -- cgit v1.2.3