Fix copyright notice for mmm.pl
Signed-off-by: Thomas Hochstein <thh@inter.net>
This commit is contained in:
parent
afd4787570
commit
2c85436c95
|
@ -89,7 +89,7 @@ sub GenBoundary {
|
||||||
sub ShowVersion {
|
sub ShowVersion {
|
||||||
print "mmm v$VERSION\n";
|
print "mmm v$VERSION\n";
|
||||||
print "MIME multipart/alternative from Markdown - MMM\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 ".
|
print "This program is free software; you may redistribute it ".
|
||||||
"and/or modify it under the same terms as Perl itself.\n";
|
"and/or modify it under the same terms as Perl itself.\n";
|
||||||
exit(100);
|
exit(100);
|
||||||
|
|
Loading…
Reference in a new issue