From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: X-Spam-Status: No, score=-4.0 required=3.0 tests=ALL_TRUSTED,BAYES_00 shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id 254481FBBF for ; Fri, 7 Feb 2020 08:31:59 +0000 (UTC) From: Eric Wong To: meta@public-inbox.org Subject: [PATCH 1/3] doc: update copyright for standards.perl Date: Fri, 7 Feb 2020 02:31:56 -0600 Message-Id: <20200207083158.30139-2-e@yhbt.net> In-Reply-To: <20200207083158.30139-1-e@yhbt.net> References: <20200207083158.30139-1-e@yhbt.net> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: It was missing "(C)", so gnulib update-copyright missed it. --- Documentation/standards.perl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/standards.perl b/Documentation/standards.perl index 10b16140..2c30cbb9 100755 --- a/Documentation/standards.perl +++ b/Documentation/standards.perl @@ -72,6 +72,6 @@ Other relevant documentation Copyright --------- -Copyright 2019 all contributors +Copyright (C) 2019-2020 all contributors License: AGPL-3.0+ EOF