From: Tomi Ollila Date: Sat, 1 Nov 2014 10:47:12 +0000 (+0200) Subject: devel: man-to-mdwn.pl: add GPLv3+ notice to manpages.mdwn X-Git-Tag: 0.19_rc1~13 X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=commitdiff_plain;h=34d2c62b8220ea96902e6776251f82058c4a5bdc devel: man-to-mdwn.pl: add GPLv3+ notice to manpages.mdwn Make the generated head manual page (in the notmuchmail wiki) display the licence information the whole notmuch software is licenced under. --- diff --git a/devel/man-to-mdwn.pl b/devel/man-to-mdwn.pl index 5024569e..ea284d08 100755 --- 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