]> git.notmuchmail.org Git - notmuch/commitdiff
devel: man-to-mdwn.pl: add GPLv3+ notice to manpages.mdwn
authorTomi Ollila <tomi.ollila@iki.fi>
Sat, 1 Nov 2014 10:47:12 +0000 (12:47 +0200)
committerDavid 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

index 5024569e5d846dee679f69583d493e1000d6d6ed..ea284d083146a889234e710b84d143898139bf53 100755 (executable)
@@ -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