mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-12-22 17:34:54 +01:00
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:
parent
f7be8f4ebf
commit
34d2c62b82
1 changed files with 6 additions and 0 deletions
|
@ -197,3 +197,9 @@ foreach (sort srt values %fhash)
|
||||||
print "* $line";
|
print "* $line";
|
||||||
#warn $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
|
||||||
|
|
Loading…
Reference in a new issue