[PATCH v2 2/1] devel: man-to-mdwn.pl: add GPLv3+ notice to manpages.mdwn
authorTomi Ollila <tomi.ollila@iki.fi>
Sat, 1 Nov 2014 10:47:12 +0000 (12:47 +0200)
committerW. Trevor King <wking@tremily.us>
Fri, 7 Nov 2014 18:06:02 +0000 (10:06 -0800)
eb/1f471a68ab25f051f3832f16f879b276f6e972 [new file with mode: 0644]

diff --git a/eb/1f471a68ab25f051f3832f16f879b276f6e972 b/eb/1f471a68ab25f051f3832f16f879b276f6e972
new file mode 100644 (file)
index 0000000..7279a81
--- /dev/null
@@ -0,0 +1,69 @@
+Return-Path: <too@guru-group.fi>\r
+X-Original-To: notmuch@notmuchmail.org\r
+Delivered-To: notmuch@notmuchmail.org\r
+Received: from localhost (localhost [127.0.0.1])\r
+       by olra.theworths.org (Postfix) with ESMTP id E3D5C431FD0\r
+       for <notmuch@notmuchmail.org>; Sat,  1 Nov 2014 03:47:45 -0700 (PDT)\r
+X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: 0\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none]\r
+       autolearn=disabled\r
+Received: from olra.theworths.org ([127.0.0.1])\r
+       by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
+       with ESMTP id Ze-QmfUxxMNT for <notmuch@notmuchmail.org>;\r
+       Sat,  1 Nov 2014 03:47:36 -0700 (PDT)\r
+Received: from guru.guru-group.fi (guru.guru-group.fi [46.183.73.34])\r
+       by olra.theworths.org (Postfix) with ESMTP id 68204431FAF\r
+       for <notmuch@notmuchmail.org>; Sat,  1 Nov 2014 03:47:36 -0700 (PDT)\r
+Received: by guru.guru-group.fi (Postfix, from userid 501)\r
+       id A00B61000F3; Sat,  1 Nov 2014 12:47:15 +0200 (EET)\r
+From: Tomi Ollila <tomi.ollila@iki.fi>\r
+To: notmuch@notmuchmail.org\r
+Subject: [PATCH v2 2/1] devel: man-to-mdwn.pl: add GPLv3+ notice to\r
+       manpages.mdwn\r
+Date: Sat,  1 Nov 2014 12:47:12 +0200\r
+Message-Id: <1414838832-22221-1-git-send-email-tomi.ollila@iki.fi>\r
+X-Mailer: git-send-email 2.0.0\r
+In-Reply-To: <1407173972-28090-1-git-send-email-tomi.ollila@iki.fi>\r
+References: <1407173972-28090-1-git-send-email-tomi.ollila@iki.fi>\r
+Cc: tomi.ollila@iki.fi\r
+X-BeenThere: notmuch@notmuchmail.org\r
+X-Mailman-Version: 2.1.13\r
+Precedence: list\r
+List-Id: "Use and development of the notmuch mail system."\r
+       <notmuch.notmuchmail.org>\r
+List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
+       <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
+List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
+List-Post: <mailto:notmuch@notmuchmail.org>\r
+List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
+List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
+       <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
+X-List-Received-Date: Sat, 01 Nov 2014 10:47:46 -0000\r
+\r
+Make the generated head manual page (in the notmuchmail wiki)\r
+display the licence information the whole notmuch software is licenced\r
+under.\r
+---\r
+ devel/man-to-mdwn.pl | 6 ++++++\r
+ 1 file changed, 6 insertions(+)\r
+\r
+diff --git a/devel/man-to-mdwn.pl b/devel/man-to-mdwn.pl\r
+index 5024569e5d84..ea284d083146 100755\r
+--- a/devel/man-to-mdwn.pl\r
++++ b/devel/man-to-mdwn.pl\r
+@@ -197,3 +197,9 @@ foreach (sort srt values %fhash)\r
+     print "* $line";\r
+     #warn $line;\r
+ }\r
++print <<'EOF';\r
++\r
++The manual pages are licensed under\r
++[the GNU General Public License](http://www.gnu.org/licenses/gpl.txt),\r
++either version 3.0 or at your option any later version.\r
++EOF\r
+-- \r
+2.0.0\r
+\r