From: Thomas Hochstein Date: Sun, 13 Nov 2016 16:00:40 +0000 (+0100) Subject: Fix copyright in version display. X-Git-Url: https://code.th-h.de/?p=mail%2Fcheckmail.git;a=commitdiff_plain;h=f1cf1258ac636aae72b00d1eb75adbc0accadb43;hp=2c2d7a35f6f21329c71a2c0d07e2948f1f21b5a2 Fix copyright in version display. Signed-off-by: Thomas Hochstein --- 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); };