From: Tomi Ollila Date: Sat, 1 Nov 2014 10:47:12 +0000 (+0200) Subject: [PATCH v2 2/1] devel: man-to-mdwn.pl: add GPLv3+ notice to manpages.mdwn X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=092f3784290f7d5fe05a55f54896869842140023;p=notmuch-archives.git [PATCH v2 2/1] devel: man-to-mdwn.pl: add GPLv3+ notice to manpages.mdwn --- diff --git a/eb/1f471a68ab25f051f3832f16f879b276f6e972 b/eb/1f471a68ab25f051f3832f16f879b276f6e972 new file mode 100644 index 000000000..7279a81c6 --- /dev/null +++ b/eb/1f471a68ab25f051f3832f16f879b276f6e972 @@ -0,0 +1,69 @@ +Return-Path: +X-Original-To: notmuch@notmuchmail.org +Delivered-To: notmuch@notmuchmail.org +Received: from localhost (localhost [127.0.0.1]) + by olra.theworths.org (Postfix) with ESMTP id E3D5C431FD0 + for ; Sat, 1 Nov 2014 03:47:45 -0700 (PDT) +X-Virus-Scanned: Debian amavisd-new at olra.theworths.org +X-Spam-Flag: NO +X-Spam-Score: 0 +X-Spam-Level: +X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none] + autolearn=disabled +Received: from olra.theworths.org ([127.0.0.1]) + by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024) + with ESMTP id Ze-QmfUxxMNT for ; + Sat, 1 Nov 2014 03:47:36 -0700 (PDT) +Received: from guru.guru-group.fi (guru.guru-group.fi [46.183.73.34]) + by olra.theworths.org (Postfix) with ESMTP id 68204431FAF + for ; Sat, 1 Nov 2014 03:47:36 -0700 (PDT) +Received: by guru.guru-group.fi (Postfix, from userid 501) + id A00B61000F3; Sat, 1 Nov 2014 12:47:15 +0200 (EET) +From: Tomi Ollila +To: notmuch@notmuchmail.org +Subject: [PATCH v2 2/1] devel: man-to-mdwn.pl: add GPLv3+ notice to + manpages.mdwn +Date: Sat, 1 Nov 2014 12:47:12 +0200 +Message-Id: <1414838832-22221-1-git-send-email-tomi.ollila@iki.fi> +X-Mailer: git-send-email 2.0.0 +In-Reply-To: <1407173972-28090-1-git-send-email-tomi.ollila@iki.fi> +References: <1407173972-28090-1-git-send-email-tomi.ollila@iki.fi> +Cc: tomi.ollila@iki.fi +X-BeenThere: notmuch@notmuchmail.org +X-Mailman-Version: 2.1.13 +Precedence: list +List-Id: "Use and development of the notmuch mail system." + +List-Unsubscribe: , + +List-Archive: +List-Post: +List-Help: +List-Subscribe: , + +X-List-Received-Date: Sat, 01 Nov 2014 10:47:46 -0000 + +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 +