From: Thomas Hochstein Date: Sun, 23 Aug 2020 20:43:38 +0000 (+0200) Subject: Change mail address. X-Git-Url: https://code.th-h.de/?p=scripts.git;a=commitdiff_plain;h=HEAD Change mail address. Signed-off-by: Thomas Hochstein --- diff --git a/footnotes/footnotes.pl b/footnotes/footnotes.pl index 752a172..10dd76b 100644 --- a/footnotes/footnotes.pl +++ b/footnotes/footnotes.pl @@ -8,7 +8,7 @@ # text, incrementing the counter each time, or the other way # round. # -# Copyright (c) 2014 Thomas Hochstein +# Copyright (c) 2014 Thomas Hochstein # # It can be redistributed and/or modified under the same terms under # which Perl itself is published. @@ -95,7 +95,7 @@ sub ConvertToWP { sub ShowVersion { print "MMD-FootNotes v$VERSION\n"; - print "Copyright (c) 2014 Thomas Hochstein \n"; + print "Copyright (c) 2014 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); diff --git a/mmm/mmm.pl b/mmm/mmm.pl index 312f6a1..e82e0e2 100644 --- a/mmm/mmm.pl +++ b/mmm/mmm.pl @@ -6,7 +6,7 @@ # text/plain (in Markdowen) and text/html, from a # Markdown file. # -# Copyright (c) 2015-2016 Thomas Hochstein +# Copyright (c) 2015-2016 Thomas Hochstein # # It can be redistributed and/or modified under the same terms under # which Perl itself is published. @@ -89,7 +89,7 @@ sub GenBoundary { sub ShowVersion { print "mmm v$VERSION\n"; print "MIME multipart/alternative from Markdown - MMM\n"; - print "Copyright (c) 2015 Thomas Hochstein \n"; + print "Copyright (c) 2015 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);