[PATCH v2 2/1] devel: man-to-mdwn.pl: add GPLv3+ notice to manpages.mdwn

Tomi Ollila tomi.ollila at iki.fi
Sat Nov 1 03:47:12 PDT 2014


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 5024569e5d84..ea284d083146 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.0.0



More information about the notmuch mailing list