Change mail address. master
authorThomas Hochstein <thh@inter.net>
Sun, 23 Aug 2020 20:43:38 +0000 (22:43 +0200)
committerThomas Hochstein <thh@inter.net>
Sun, 23 Aug 2020 20:43:38 +0000 (22:43 +0200)
Signed-off-by: Thomas Hochstein <thh@inter.net>
footnotes/footnotes.pl
mmm/mmm.pl

index 752a172..10dd76b 100644 (file)
@@ -8,7 +8,7 @@
 # text, incrementing the counter each time, or the other way
 # round.
 # 
 # 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.
 #
 # 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";
 
 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);
   print "This program is free software; you may redistribute it ".
         "and/or modify it under the same terms as Perl itself.\n";
   exit(100);
index 312f6a1..e82e0e2 100644 (file)
@@ -6,7 +6,7 @@
 # text/plain (in Markdowen) and text/html, from a
 # Markdown file.
 #
 # 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.
 #
 # 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";
 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);
   print "This program is free software; you may redistribute it ".
         "and/or modify it under the same terms as Perl itself.\n";
   exit(100);
This page took 0.012379 seconds and 4 git commands to generate.