From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp2 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id yFX1LcoZO1+OeAAA0tVLHw (envelope-from ) for ; Mon, 17 Aug 2020 23:59:06 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp2 with LMTPS id aPv0KcoZO194TAAAB5/wlQ (envelope-from ) for ; Mon, 17 Aug 2020 23:59:06 +0000 Received: from mail.notmuchmail.org (nmbug.tethera.net [144.217.243.247]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (2048 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 36113940390 for ; Mon, 17 Aug 2020 23:59:05 +0000 (UTC) Received: from [144.217.243.247] (localhost [127.0.0.1]) by mail.notmuchmail.org (Postfix) with ESMTP id C304829BC4; Mon, 17 Aug 2020 19:58:56 -0400 (EDT) Received: from fethera.tethera.net (fethera.tethera.net [IPv6:2607:5300:60:c5::1]) by mail.notmuchmail.org (Postfix) with ESMTP id 2931A27DBC for ; Mon, 17 Aug 2020 19:58:54 -0400 (EDT) Received: by fethera.tethera.net (Postfix, from userid 1001) id 078AD5FDE2; Mon, 17 Aug 2020 19:58:51 -0400 (EDT) Received: (nullmailer pid 134427 invoked by uid 1000); Mon, 17 Aug 2020 23:58:51 -0000 From: David Bremner To: Tomi Ollila , notmuch@notmuchmail.org Subject: Re: [PATCH] devel/release-checks.sh: use grep to find copyright year. In-Reply-To: References: <20200816143610.120729-1-david@tethera.net> Date: Mon, 17 Aug 2020 20:58:51 -0300 Message-ID: <87364kx1s4.fsf@tethera.net> MIME-Version: 1.0 Message-ID-Hash: NB7PWAK46EKERVHMAFRIKCRLSWHSRBHX X-Message-ID-Hash: NB7PWAK46EKERVHMAFRIKCRLSWHSRBHX X-MailFrom: david@tethera.net X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; header-match-notmuch.notmuchmail.org-0; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; suspicious-header X-Mailman-Version: 3.2.1 Precedence: list List-Id: "Use and development of the notmuch mail system." List-Help: List-Post: List-Subscribe: List-Unsubscribe: Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Scanner: scn0 Authentication-Results: aspmx1.migadu.com; dkim=none; dmarc=none; spf=pass (aspmx1.migadu.com: domain of notmuch-bounces@notmuchmail.org designates 144.217.243.247 as permitted sender) smtp.mailfrom=notmuch-bounces@notmuchmail.org X-Spam-Score: 0.53 X-TUID: HMJGOeqZwHti Tomi Ollila writes: > On Sun, Aug 16 2020, David Bremner wrote: > > > For consistency and to save one fork(2) $(exec grep ...), but I could > live with this, too ;D > > So LGTM. I guess I was a bit impatient. We can add the exec in the next cleanup pass of configure I guess. d