From f1cf1258ac636aae72b00d1eb75adbc0accadb43 Mon Sep 17 00:00:00 2001 From: Thomas Hochstein Date: Sun, 13 Nov 2016 17:00:40 +0100 Subject: [PATCH] Fix copyright in version display. Signed-off-by: Thomas Hochstein --- checkmail.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/checkmail.pl b/checkmail.pl index f4f881c..4152e90 100644 --- a/checkmail.pl +++ b/checkmail.pl @@ -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 \n"; + print "$myself v $VERSION\nCopyright (c) 2002-2016 Thomas Hochstein \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); }; -- 2.20.1