]> Sergey Matveev's repositories - torn.git/commitdiff
Raise copyright years
authorSergey Matveev <stargrave@stargrave.org>
Tue, 27 Dec 2022 14:35:30 +0000 (17:35 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Tue, 27 Dec 2022 14:35:30 +0000 (17:35 +0300)
torn
torn.zsh

diff --git a/torn b/torn
index 73d84fc874d690d652af303b3c0a301fe07f09e3..70a82b939d40b114f9a7ece029bf760ef34db756 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-2022 Sergey Matveev (stargrave@stargrave.org)
+# Copyright (C) 2007-2023 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-2022 Sergey Matveev
+    print "torn version $VERSION, Copyright (C) 2007-2023 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 9a3e3b612f058a404f00995f8f1d94cdc1a7c100..6be9f1395a13f40a5b72d2b56b4103a39e4f8293 100755 (executable)
--- a/torn.zsh
+++ b/torn.zsh
@@ -1,5 +1,5 @@
 # torn - Musical files renaming with russian language transliteration
-# Copyright (C) 2007-2022 Sergey Matveev (stargrave@stargrave.org)
+# Copyright (C) 2007-2023 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