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