projects
/
notmuch.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f7be8f4
)
devel: man-to-mdwn.pl: add GPLv3+ notice to manpages.mdwn
author
Tomi Ollila
<tomi.ollila@iki.fi>
Sat, 1 Nov 2014 10:47:12 +0000
(12:47 +0200)
committer
David Bremner
<david@tethera.net>
Sun, 2 Nov 2014 18:46:17 +0000
(19:46 +0100)
Make the generated head manual page (in the notmuchmail wiki)
display the licence information the whole notmuch software is licenced
under.
devel/man-to-mdwn.pl
patch
|
blob
|
history
diff --git
a/devel/man-to-mdwn.pl
b/devel/man-to-mdwn.pl
index 5024569e5d846dee679f69583d493e1000d6d6ed..ea284d083146a889234e710b84d143898139bf53 100755
(executable)
--- a/
devel/man-to-mdwn.pl
+++ b/
devel/man-to-mdwn.pl
@@
-197,3
+197,9
@@
foreach (sort srt values %fhash)
print "* $line";
#warn $line;
}
+print <<'EOF';
+
+The manual pages are licensed under
+[the GNU General Public License](http://www.gnu.org/licenses/gpl.txt),
+either version 3.0 or at your option any later version.
+EOF