From: W. Trevor King Date: Sat, 31 May 2014 22:20:22 +0000 (+1700) Subject: [PATCH v2 1/6] Add explicit license information X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=9c82f67673706c2c22db702aca8e06dee9557e39;p=notmuch-archives.git [PATCH v2 1/6] Add explicit license information --- diff --git a/92/ed6e63eb3730256b99f1396014a793cabcb68a b/92/ed6e63eb3730256b99f1396014a793cabcb68a new file mode 100644 index 000000000..089ec3d7f --- /dev/null +++ b/92/ed6e63eb3730256b99f1396014a793cabcb68a @@ -0,0 +1,110 @@ +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 2C821431FD9 + for ; Sat, 31 May 2014 15:21:07 -0700 (PDT) +X-Virus-Scanned: Debian amavisd-new at olra.theworths.org +X-Amavis-Alert: BAD HEADER SECTION, Duplicate header field: "References" +X-Spam-Flag: NO +X-Spam-Score: 0 +X-Spam-Level: +X-Spam-Status: No, score=0 tagged_above=-999 required=5 + tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, RCVD_IN_DNSWL_NONE=-0.0001] + 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 p-GRRRSBJ1k0 for ; + Sat, 31 May 2014 15:21:02 -0700 (PDT) +Received: from qmta04.westchester.pa.mail.comcast.net + (qmta04.westchester.pa.mail.comcast.net [76.96.62.40]) + by olra.theworths.org (Postfix) with ESMTP id 7AD72431FCF + for ; Sat, 31 May 2014 15:21:02 -0700 (PDT) +Received: from omta13.westchester.pa.mail.comcast.net ([76.96.62.52]) + by qmta04.westchester.pa.mail.comcast.net with comcast + id 8ly11o00117dt5G54mM1zq; Sat, 31 May 2014 22:21:01 +0000 +Received: from odin.tremily.us ([24.18.63.50]) + by omta13.westchester.pa.mail.comcast.net with comcast + id 8mLz1o00F152l3L3ZmM0zR; Sat, 31 May 2014 22:21:01 +0000 +Received: from mjolnir.tremily.us (unknown [192.168.0.140]) + by odin.tremily.us (Postfix) with ESMTPS id C111911F0655; + Sat, 31 May 2014 15:20:58 -0700 (PDT) +Received: (nullmailer pid 13188 invoked by uid 1000); + Sat, 31 May 2014 22:20:37 -0000 +From: "W. Trevor King" +To: notmuch@notmuchmail.org +Subject: [PATCH v2 1/6] Add explicit license information +Date: Sat, 31 May 2014 15:20:22 -0700 +Message-Id: + +X-Mailer: git-send-email 1.9.1.353.gc66d89d +In-Reply-To: +References: +In-Reply-To: +References: +DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=comcast.net; + s=q20140121; t=1401574861; + bh=guJSHIYXq8nx63I54aichUQnXoF0KvZ38stVqNdH9Zw=; + h=Received:Received:Received:Received:From:To:Subject:Date: + Message-Id; + b=OfPzGiy0y0PZevz9XcD8HEzK8Rn7NLf2DvGo2++TdtIhGdcfE9jx5QfhtZVeKaKx7 + w4/tf7bdhC1Uw9N47AnmGQqQihAxbRcOMzSOPMdTpagAul7e323X7niLAw125sDyc3 + +kR0ZZwnfu7YUCYqX9JuscOfXOfnmE7bl4i5X7yuNTS4TrXLiu6e6X+QfcdLR+e7Q3 + 9fnon+hhHDohzw774UnQHwfPwGXOMtpyTPUaHT6W8LjIFKT7H5mAKUXv5u6VD7eFxU + aZUvOO4FcEiRnqRpHFYmXekt/TBjUChZiJm5uIg0miUl/WWat4cBu9J7mdkAMWESuS + dENrHgdVCFf2w== +Cc: Tomi Ollila +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, 31 May 2014 22:21:07 -0000 + +From: Carl Worth + +It's nice to have for situations where this script is found outside of +the notmuch source repository (e.g. after being installed). +--- + devel/nmbug/nmbug-status | 15 ++++++++++++++- + 1 file changed, 14 insertions(+), 1 deletion(-) + +diff --git a/devel/nmbug/nmbug-status b/devel/nmbug/nmbug-status +index 03621bd..a7c7920 100755 +--- a/devel/nmbug/nmbug-status ++++ b/devel/nmbug/nmbug-status +@@ -1,10 +1,23 @@ + #!/usr/bin/python + # + # Copyright (c) 2011-2012 David Bremner +-# License: Same as notmuch ++# + # dependencies + # - python 2.6 for json + # - argparse; either python 2.7, or install separately ++# ++# This program is free software: you can redistribute it and/or modify ++# it under the terms of the GNU General Public License as published by ++# the Free Software Foundation, either version 3 of the License, or ++# (at your option) any later version. ++# ++# This program is distributed in the hope that it will be useful, ++# but WITHOUT ANY WARRANTY; without even the implied warranty of ++# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ++# GNU General Public License for more details. ++# ++# You should have received a copy of the GNU General Public License ++# along with this program. If not, see http://www.gnu.org/licenses/ . + + from __future__ import print_function + from __future__ import unicode_literals +-- +1.9.1.353.gc66d89d +