Hi Padraig, On 1/1/21 5:49 PM, Pádraig Brady wrote: > https://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commitdiff;h=32ff1d131
Oops, when I added the FDL license file from gnulib in commit v8.32-18-gaefd434e5 (May 2020), I forgot to add an entry for it in the exemption list for 'update-copyright'. The attached adds the missing entry now, and reverts the change in your commit. Have a nice day, Berny
>From f01d9e23db41584fc2576ff714c94d64736e203c Mon Sep 17 00:00:00 2001 From: Bernhard Voelker <m...@bernhard-voelker.de> Date: Sat, 2 Jan 2021 01:36:19 +0100 Subject: [PATCH] maint: exempt 'doc/fdl.texi' from 'make update-copyright' This file is a copy from gnulib and therefore should not get changed by the yearly update. * .x-update-copyright: Add pattern for the above file. * doc/fdl.texi: Revert the previous change. --- .x-update-copyright | 1 + doc/fdl.texi | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.x-update-copyright b/.x-update-copyright index 9b83e1cc3..45f4d9906 100644 --- a/.x-update-copyright +++ b/.x-update-copyright @@ -1,4 +1,5 @@ ^COPYING$ ^bootstrap$ +^doc/fdl\.texi$ ^man/help2man$ ^tests/init\.sh$ diff --git a/doc/fdl.texi b/doc/fdl.texi index 82aa001de..542edaad2 100644 --- a/doc/fdl.texi +++ b/doc/fdl.texi @@ -5,7 +5,7 @@ @c hence no sectioning command or @node. @display -Copyright @copyright{} 2000--2021 Free Software Foundation, Inc. +Copyright @copyright{} 2000, 2001, 2002, 2007, 2008 Free Software Foundation, Inc. @uref{https://fsf.org/} Everyone is permitted to copy and distribute verbatim copies -- 2.29.2