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.
This commit is contained in:
Tomi Ollila 2014-11-01 12:47:12 +02:00 committed by David Bremner
parent f7be8f4ebf
commit 34d2c62b82

View file

@ -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