Change mail address.
Signed-off-by: Thomas Hochstein <thh@inter.net>
This commit is contained in:
parent
eb086b342f
commit
7a57a65e67
|
@ -8,7 +8,7 @@
|
|||
# text, incrementing the counter each time, or the other way
|
||||
# round.
|
||||
#
|
||||
# Copyright (c) 2014 Thomas Hochstein <thh@inter.net>
|
||||
# Copyright (c) 2014 Thomas Hochstein <thh@thh.name>
|
||||
#
|
||||
# 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 <thh\@inter.net>\n";
|
||||
print "Copyright (c) 2014 Thomas Hochstein <thh\@thh.name>\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);
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
# text/plain (in Markdowen) and text/html, from a
|
||||
# Markdown file.
|
||||
#
|
||||
# Copyright (c) 2015-2016 Thomas Hochstein <thh@inter.net>
|
||||
# Copyright (c) 2015-2016 Thomas Hochstein <thh@thh.name>
|
||||
#
|
||||
# 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 <thh\@inter.net>\n";
|
||||
print "Copyright (c) 2015 Thomas Hochstein <thh\@thh.name>\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);
|
||||
|
|
Loading…
Reference in a new issue