aboutsummaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorTomi Ollila <tomi.ollila@iki.fi>2014-11-01 12:47:12 +0200
committerDavid Bremner <david@tethera.net>2014-11-02 19:46:17 +0100
commit34d2c62b8220ea96902e6776251f82058c4a5bdc (patch)
tree45336708cd629886f6c3d9f9a7f7d81e11ce4478 /devel
parentf7be8f4ebf4157a80f5ffad75be988c30267c950 (diff)
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.
Diffstat (limited to 'devel')
-rwxr-xr-xdevel/man-to-mdwn.pl6
1 files changed, 6 insertions, 0 deletions
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