Fix copyright in version display.
authorThomas Hochstein <thh@inter.net>
Sun, 13 Nov 2016 16:00:40 +0000 (17:00 +0100)
committerThomas Hochstein <thh@inter.net>
Sun, 13 Nov 2016 16:00:40 +0000 (17:00 +0100)
Signed-off-by: Thomas Hochstein <thh@inter.net>
checkmail.pl

index f4f881c..4152e90 100644 (file)
@@ -39,7 +39,7 @@ getopts('Vhqlrf:m:s:e:', \%options);
 
 # -V: display version
 if ($options{'V'}) {
-  print "$myself v $VERSION\nCopyright (c) 2010-2016 Thomas Hochstein <thh\@inter.net>\n";
+  print "$myself v $VERSION\nCopyright (c) 2002-2016 Thomas Hochstein <thh\@inter.net>\n";
   print "This program is free software; you may redistribute it and/or modify it under the same terms as Perl itself.\n";
   exit(100);
 };
This page took 0.011959 seconds and 4 git commands to generate.