From: David Bremner Date: Thu, 19 Nov 2015 11:55:49 +0000 (+2000) Subject: Re: [PATCH v3] devel/release-checks: added checking of copyright year in documentation X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=1c720e389cb84300e714eeb68adb0b24c9d5bcaa;p=notmuch-archives.git Re: [PATCH v3] devel/release-checks: added checking of copyright year in documentation --- diff --git a/32/0fc793c1fa663549d102d440fc526726bce465 b/32/0fc793c1fa663549d102d440fc526726bce465 new file mode 100644 index 000000000..57da0cbe5 --- /dev/null +++ b/32/0fc793c1fa663549d102d440fc526726bce465 @@ -0,0 +1,61 @@ +Return-Path: +X-Original-To: notmuch@notmuchmail.org +Delivered-To: notmuch@notmuchmail.org +Received: from localhost (localhost [127.0.0.1]) + by arlo.cworth.org (Postfix) with ESMTP id CD68A6DE00DF + for ; Thu, 19 Nov 2015 03:57:08 -0800 (PST) +X-Virus-Scanned: Debian amavisd-new at cworth.org +X-Spam-Flag: NO +X-Spam-Score: 0.093 +X-Spam-Level: +X-Spam-Status: No, score=0.093 tagged_above=-999 required=5 tests=[AWL=0.093] + autolearn=disabled +Received: from arlo.cworth.org ([127.0.0.1]) + by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024) + with ESMTP id 2-w6kevaVD-X for ; + Thu, 19 Nov 2015 03:57:07 -0800 (PST) +Received: from gitolite.debian.net (gitolite.debian.net [87.98.215.224]) + by arlo.cworth.org (Postfix) with ESMTPS id C222C6DE009A + for ; Thu, 19 Nov 2015 03:57:06 -0800 (PST) +Received: from remotemail by gitolite.debian.net with local (Exim 4.80) + (envelope-from ) + id 1ZzNou-0003xT-Q3; Thu, 19 Nov 2015 11:56:08 +0000 +Received: (nullmailer pid 29328 invoked by uid 1000); Thu, 19 Nov 2015 + 11:55:49 -0000 +From: David Bremner +To: Tomi Ollila , notmuch@notmuchmail.org +Cc: tomi.ollila@iki.fi +Subject: Re: [PATCH v3] devel/release-checks: added checking of copyright + year in documentation +In-Reply-To: <1446385315-20217-1-git-send-email-tomi.ollila@iki.fi> +References: <1446385315-20217-1-git-send-email-tomi.ollila@iki.fi> +User-Agent: Notmuch/0.21+7~g55fb7da (http://notmuchmail.org) Emacs/24.5.1 + (x86_64-pc-linux-gnu) +Date: Thu, 19 Nov 2015 07:55:49 -0400 +Message-ID: <87bnaqp5iy.fsf@zancas.localnet> +MIME-Version: 1.0 +Content-Type: text/plain +X-BeenThere: notmuch@notmuchmail.org +X-Mailman-Version: 2.1.20 +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: Thu, 19 Nov 2015 11:57:09 -0000 + +Tomi Ollila writes: + +> Check that copyright year will be current year in generated documentation. +> +> Checking is done my matching that copyright line contains current year +> as a substring which is good enough "approximation" in this context. + +Pushed. + +d