[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Copyright year update
From: |
Bernhard Voelker |
Subject: |
Re: Copyright year update |
Date: |
Tue, 2 Jan 2024 01:08:20 +0100 |
User-agent: |
Mozilla Thunderbird |
On 1/1/24 10:33, Simon Josefsson via Gnulib discussion list wrote:
Happy hew year!
I was greeted with the seasonal
copyright_check
./gnulib/lib/version-etc.c
maint.mk: out of date copyright in ./gnulib/lib/version-etc.c; update it
in several projects, and did a copyright year bump.
Happy New Year.
That commit broke the 'update-copyright' tests, because the test script
got messed up.
tests/test-update-copyright.sh | 26 +++++++------------
Try:
$ ./gnulib-tool --test --dir /tmp/x --with-tests update-copyright
$ cat /tmp/x/build/gltests/test-update-copyright.sh.log
--- - 2024-01-02 00:37:20.557069138 +0100
+++ update-copyright.test-ex-2 2024-01-02 00:37:20.547552987 +0100
@@ -1 +1,3 @@
-# Copyright (C) 2009-2024 Free Software Foundation, Inc.
+# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017,
+# 2018, 2019, 2020, 2021, 2022, 2023, 2024, 2009 Free Software
+# Foundation, Inc.
FAIL test-update-copyright.sh (exit status: 1)
We should revert the change for that file, but I guess this is not
sufficient: the change to consider not only the first Copyright line
seems to interfere here.
It's late already, so I didn't check further.
Have a nice day,
Berny