]> Sergey Matveev's repositories - torn.git/commitdiff
Raised copyright years
authorSergey Matveev <stargrave@stargrave.org>
Fri, 7 Jan 2022 18:05:41 +0000 (21:05 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Fri, 7 Jan 2022 18:05:41 +0000 (21:05 +0300)
torn
torn.zsh

diff --git a/torn b/torn
index 36d8c8f10bee2e2b0eda96a315866f68481711db..73d84fc874d690d652af303b3c0a301fe07f09e3 100755 (executable)
--- a/torn
+++ b/torn
@@ -1,6 +1,6 @@
 #!/usr/bin/env perl
 # torn - Musical files renaming with russian language transliteration
-# Copyright (C) 2007-2021 Sergey Matveev (stargrave@stargrave.org)
+# Copyright (C) 2007-2022 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
@@ -67,7 +67,7 @@ my $dst;
 my $src_filename;
 
 if ($#ARGV >= 0) {
-    print "torn version $VERSION, Copyright (C) 2007-2021 Sergey Matveev
+    print "torn version $VERSION, Copyright (C) 2007-2022 Sergey Matveev
 torn comes with ABSOLUTELY NO WARRANTY.  This is free software,
 and you are welcome to redistribute it under certain conditions.\n
 Usage: just run inside the directory. Look for POD inside the script itself.\n";
index 511d544960a1159cb94c5f51c46976f1c481aee9..9a3e3b612f058a404f00995f8f1d94cdc1a7c100 100755 (executable)
--- a/torn.zsh
+++ b/torn.zsh
@@ -1,5 +1,5 @@
 # torn - Musical files renaming with russian language transliteration
-# Copyright (C) 2007-2021 Sergey Matveev (stargrave@stargrave.org)
+# Copyright (C) 2007-2022 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