From: Paul Eggert Date: Tue, 2 Jan 2024 03:01:15 +0000 (-0800) Subject: Update copyright years X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c6f0ad51170cf021ab32cc4ae84dfe3a80dc4724;p=thirdparty%2Ftar.git Update copyright years UPDATE_COPYRIGHT_USE_INTERVALS=1 \ gnulib/build-aux/update-copyright \ $(git ls-files | sed -e '/^gnulib$/d /^paxutils$/d /^COPYING$/d /\/fdl.texi$/d') sed -i '2000,${ /^Copyright @copyright/d s/^[0-9]*--\(2024 Free Software Foundation, Inc.\)/Copyright (C) \1/ }' doc/tar.texi --- diff --git a/ChangeLog.1 b/ChangeLog.1 index 389f01ed..b7f78e13 100644 --- a/ChangeLog.1 +++ b/ChangeLog.1 @@ -2,7 +2,8 @@ Currently there is just one ChangeLog file for tar, but there used to be separate ChangeLog files for each subdirectory. This file records what used to be in those separate files. -Copyright 1989-1997, 2013, 2023 Free Software Foundation, Inc. +Copyright 1989\(en1997, 2013, 2023\(en2024 Free Software Foundation, +Inc. This file is part of GNU tar. diff --git a/ChangeLog.CVS b/ChangeLog.CVS index eeabc470..2e6f630a 100644 --- a/ChangeLog.CVS +++ b/ChangeLog.CVS @@ -2,8 +2,8 @@ Currently the ChangeLog is generated automatically from the Git revision history, but from 1997 to 2009 the ChangeLog file was maintained by hand, under CVS. This file records the older log. -Copyright 1997-2001, 2003-2009, 2013, 2023 Free Software Foundation, -Inc. +Copyright 1997-2001, 2003-2009, 2013, 2023-2024 Free Software +Foundation, Inc. This file is part of GNU tar. diff --git a/Makefile.am b/Makefile.am index fc45b6a6..04df03dc 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,6 +1,6 @@ # Main Makefile for GNU tar. -# Copyright 1994-2023 Free Software Foundation, Inc. +# Copyright 1994-2024 Free Software Foundation, Inc. # This file is part of GNU tar. diff --git a/NEWS b/NEWS index e58bc3d0..56f59dbb 100644 --- a/NEWS +++ b/NEWS @@ -1822,7 +1822,7 @@ Versions 1.07 back to 1.00 by Jay Fenlason. -Copyright 1994-2023 Free Software Foundation, Inc. +Copyright 1994-2024 Free Software Foundation, Inc. This file is part of GNU tar. diff --git a/README b/README index e0dbd684..0f6b2efc 100644 --- a/README +++ b/README @@ -221,7 +221,7 @@ and share your findings by writing to . * Copying -Copyright 1990-2023 Free Software Foundation, Inc. +Copyright 1990-2024 Free Software Foundation, Inc. This file is part of GNU tar. diff --git a/README-alpha b/README-alpha index 6847d58b..d9a81587 100644 --- a/README-alpha +++ b/README-alpha @@ -5,7 +5,7 @@ Please send comments and problem reports to . -Copyright 2001-2023 Free Software Foundation, Inc. +Copyright 2001-2024 Free Software Foundation, Inc. This file is part of GNU tar. diff --git a/README-hacking b/README-hacking index 4a6ba546..25bb0c23 100644 --- a/README-hacking +++ b/README-hacking @@ -64,7 +64,7 @@ network, run './bootstrap --gen'. * Copyright information -Copyright 2007-2023 Free Software Foundation, Inc. +Copyright 2007-2024 Free Software Foundation, Inc. This file is part of GNU tar. diff --git a/TODO b/TODO index 3ea392f4..553fc060 100644 --- a/TODO +++ b/TODO @@ -45,7 +45,7 @@ Suggestions for improving GNU tar. * Copyright notice -Copyright 2003-2023 Free Software Foundation, Inc. +Copyright 2003-2024 Free Software Foundation, Inc. This file is part of GNU tar. diff --git a/acinclude.m4 b/acinclude.m4 index 63edfb09..1942b5f7 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -1,6 +1,6 @@ dnl Special Autoconf macros for GNU tar -*- autoconf -*- -dnl Copyright 2009-2023 Free Software Foundation, Inc. +dnl Copyright 2009-2024 Free Software Foundation, Inc. dnl dnl This file is part of GNU tar. dnl diff --git a/bootstrap b/bootstrap index 93e000d1..f52355b3 100755 --- a/bootstrap +++ b/bootstrap @@ -5,7 +5,7 @@ scriptversion=2022-12-27.07; # UTC -# Copyright (C) 2003-2023 Free Software Foundation, Inc. +# Copyright (C) 2003-2024 Free Software Foundation, Inc. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -39,7 +39,7 @@ medir=`dirname "$me"` scriptlibversion=2023-06-06.21; # UTC -# Copyright (C) 2003-2023 Free Software Foundation, Inc. +# Copyright (C) 2003-2024 Free Software Foundation, Inc. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/bootstrap.conf b/bootstrap.conf index 79ffa776..b2bfc0eb 100644 --- a/bootstrap.conf +++ b/bootstrap.conf @@ -1,6 +1,6 @@ # Bootstrap configuration for GNU tar. -# Copyright 2006-2023 Free Software Foundation, Inc. +# Copyright 2006-2024 Free Software Foundation, Inc. # This file is part of GNU tar. diff --git a/configure.ac b/configure.ac index 338e1834..aba0d02f 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ # Configure template for GNU tar. -*- autoconf -*- -# Copyright 1991, 1994-2010, 2013-2023 Free Software Foundation, Inc. +# Copyright 1991, 1994-2010, 2013-2024 Free Software Foundation, Inc. # This file is part of GNU tar. diff --git a/directory b/directory index f968a3b8..b5984427 100644 --- a/directory +++ b/directory @@ -1,5 +1,5 @@ %%comments: -Copyright 2004-2023 Free Software Foundation, Inc. +Copyright 2004-2024 Free Software Foundation, Inc. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or diff --git a/doc/Makefile.am b/doc/Makefile.am index 08bcf594..4a438d96 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,6 +1,6 @@ # Makefile for GNU tar documentation. -# Copyright 1994-2023 Free Software Foundation, Inc. +# Copyright 1994-2024 Free Software Foundation, Inc. # This file is part of GNU tar. diff --git a/doc/dumpdir.texi b/doc/dumpdir.texi index bebbb192..7e9fe76d 100644 --- a/doc/dumpdir.texi +++ b/doc/dumpdir.texi @@ -1,5 +1,5 @@ @c This is part of the paxutils manual. -@c Copyright (C) 2006--2023 Free Software Foundation, Inc. +@c Copyright (C) 2006--2024 Free Software Foundation, Inc. @c Written by Sergey Poznyakoff @c This file is distributed under GFDL 1.1 or any later version @c published by the Free Software Foundation. diff --git a/doc/gendocs.sh b/doc/gendocs.sh index 5cfe8825..42557a14 100755 --- a/doc/gendocs.sh +++ b/doc/gendocs.sh @@ -4,7 +4,7 @@ scriptversion=2021-03-01.13 -# Copyright 2003-2023 Free Software Foundation, Inc. +# Copyright 2003-2024 Free Software Foundation, Inc. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/doc/gendocs_template b/doc/gendocs_template index d9584542..d98eec3f 100644 --- a/doc/gendocs_template +++ b/doc/gendocs_template @@ -2,7 +2,7 @@