From adbd4204536612d94d9368ca60208d007a1b1589 Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Thu, 19 Dec 2019 15:18:25 +0300 Subject: [PATCH] Raise copyright years --- torn | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/torn b/torn index 2a6a3d5..9243e8c 100755 --- a/torn +++ b/torn @@ -1,6 +1,6 @@ #!/usr/bin/env perl # torn - Musical files renaming with russian language transliteration -# Copyright (C) 2007-2019 Sergey Matveev (stargrave@stargrave.org) +# Copyright (C) 2007-2020 Sergey Matveev (stargrave@stargrave.org) # # 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 $src; my $dst; my $src_filename; -print "torn version $VERSION, Copyright (C) 2007-2019 Sergey Matveev +print "torn version $VERSION, Copyright (C) 2007-2020 Sergey Matveev torn comes with ABSOLUTELY NO WARRANTY. This is free software, and you are welcome to redistribute it under certain conditions.\n\n"; -- 2.44.0