From 34d2c62b8220ea96902e6776251f82058c4a5bdc Mon Sep 17 00:00:00 2001 From: Tomi Ollila Date: Sat, 1 Nov 2014 12:47:12 +0200 Subject: [PATCH] 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. --- devel/man-to-mdwn.pl | 6 ++++++ 1 file changed, 6 insertions(+) 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 -- 2.43.0