Fix copyright notice for mmm.pl
authorThomas Hochstein <thh@inter.net>
Fri, 1 May 2015 21:05:44 +0000 (23:05 +0200)
committerThomas Hochstein <thh@inter.net>
Fri, 1 May 2015 21:05:44 +0000 (23:05 +0200)
Signed-off-by: Thomas Hochstein <thh@inter.net>
mmm/mmm.pl

index 1a322a5..c45b28b 100644 (file)
@@ -89,7 +89,7 @@ sub GenBoundary {
 sub ShowVersion {
   print "mmm v$VERSION\n";
   print "MIME multipart/alternative from Markdown - MMM\n";
-  print "Copyright (c) 2014 Thomas Hochstein <thh\@inter.net>\n";
+  print "Copyright (c) 2015 Thomas Hochstein <thh\@inter.net>\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);
This page took 0.011372 seconds and 4 git commands to generate.