From 5d5a19a846c4c46e6e77529d938ae9e273c384d1 Mon Sep 17 00:00:00 2001 From: Thomas Hochstein Date: Sun, 23 Aug 2020 22:37:10 +0200 Subject: [PATCH] Change mail address. Signed-off-by: Thomas Hochstein --- checkmail.pl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/checkmail.pl b/checkmail.pl index 4152e90..27cd5c7 100644 --- a/checkmail.pl +++ b/checkmail.pl @@ -4,7 +4,7 @@ # # This script tries to verify the deliverability of (a) mail address(es). # -# Copyright (c) 2002-2016 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) 2002-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-2016 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. -- 2.20.1