X-Git-Url: https://code.th-h.de/?p=mail%2Fcheckmail.git;a=blobdiff_plain;f=checkmail.pl;h=27cd5c7596143902a5d059a9147b49d1fb13b3c3;hp=db4b83669390b1401e9470a138b3da6185308c16;hb=HEAD;hpb=136e4166ede3af2f3babf62a9e71f7c42d48f2ef diff --git a/checkmail.pl b/checkmail.pl index db4b836..27cd5c7 100644 --- a/checkmail.pl +++ b/checkmail.pl @@ -1,10 +1,10 @@ #! /usr/bin/perl -w # -# checkmail Version 0.6.1 by Thomas Hochstein +# checkmail Version 0.6.3 by Thomas Hochstein # # This script tries to verify the deliverability of (a) mail address(es). # -# Copyright (c) 2002-2011 Thomas Hochstein +# Copyright (c) 2002-2016 Thomas Hochstein # # It can be redistributed and/or modified under the same terms under # which Perl itself is published. @@ -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); }; @@ -625,11 +625,11 @@ L. =head1 AUTHOR -Thomas Hochstein +Thomas Hochstein =head1 COPYRIGHT AND LICENSE -Copyright (c) 2002-2010 Thomas Hochstein +Copyright (c) 2002-2016 Thomas Hochstein This program is free software; you may redistribute it and/or modify it under the same terms as Perl itself.