From: Paul Eggert Date: Thu, 2 Jan 2025 02:23:05 +0000 (-0800) Subject: Update copyright years X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0aa991f386756f547881fb96463d4eac2195b27c;p=thirdparty%2Ftar.git Update copyright years UPDATE_COPYRIGHT_USE_INTERVALS=1 \ $HOME/src/gnu/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]*--\(2025 Free Software Foundation, Inc.\)/Copyright (C) \1/ }' doc/tar.texi --- diff --git a/ChangeLog.1 b/ChangeLog.1 index c69492c8..673debbe 100644 --- a/ChangeLog.1 +++ b/ChangeLog.1 @@ -2,8 +2,7 @@ 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\(en1997, 2013, 2023\(en2024 Free Software Foundation, -Inc. +Copyright 1989-1997, 2013, 2023-2025 Free Software Foundation, Inc. This file is part of GNU tar. diff --git a/ChangeLog.CVS b/ChangeLog.CVS index b6cabf57..bba51a58 100644 --- a/ChangeLog.CVS +++ b/ChangeLog.CVS @@ -2,7 +2,7 @@ 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-2024 Free Software +Copyright 1997-2001, 2003-2009, 2013, 2023-2025 Free Software Foundation, Inc. This file is part of GNU tar. diff --git a/Makefile.am b/Makefile.am index 04df03dc..a85d1737 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,6 +1,6 @@ # Main Makefile for GNU tar. -# Copyright 1994-2024 Free Software Foundation, Inc. +# Copyright 1994-2025 Free Software Foundation, Inc. # This file is part of GNU tar. diff --git a/NEWS b/NEWS index 7a5ee22e..dd1e2ae9 100644 --- a/NEWS +++ b/NEWS @@ -1826,7 +1826,7 @@ Versions 1.07 back to 1.00 by Jay Fenlason. -Copyright 1994-2024 Free Software Foundation, Inc. +Copyright 1994-2025 Free Software Foundation, Inc. This file is part of GNU tar. diff --git a/README b/README index 0f6b2efc..e9e909b6 100644 --- a/README +++ b/README @@ -221,7 +221,7 @@ and share your findings by writing to . * Copying -Copyright 1990-2024 Free Software Foundation, Inc. +Copyright 1990-2025 Free Software Foundation, Inc. This file is part of GNU tar. diff --git a/README-alpha b/README-alpha index d9a81587..c43203bf 100644 --- a/README-alpha +++ b/README-alpha @@ -5,7 +5,7 @@ Please send comments and problem reports to . -Copyright 2001-2024 Free Software Foundation, Inc. +Copyright 2001-2025 Free Software Foundation, Inc. This file is part of GNU tar. diff --git a/README-hacking b/README-hacking index 25bb0c23..5292cd13 100644 --- a/README-hacking +++ b/README-hacking @@ -64,7 +64,7 @@ network, run './bootstrap --gen'. * Copyright information -Copyright 2007-2024 Free Software Foundation, Inc. +Copyright 2007-2025 Free Software Foundation, Inc. This file is part of GNU tar. diff --git a/TODO b/TODO index 81d3207e..8d001157 100644 --- a/TODO +++ b/TODO @@ -45,7 +45,7 @@ Suggestions for improving GNU tar. * Copyright notice -Copyright 2003-2024 Free Software Foundation, Inc. +Copyright 2003-2025 Free Software Foundation, Inc. This file is part of GNU tar. diff --git a/acinclude.m4 b/acinclude.m4 index 1942b5f7..d915da18 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -1,6 +1,6 @@ dnl Special Autoconf macros for GNU tar -*- autoconf -*- -dnl Copyright 2009-2024 Free Software Foundation, Inc. +dnl Copyright 2009-2025 Free Software Foundation, Inc. dnl dnl This file is part of GNU tar. dnl diff --git a/bootstrap b/bootstrap index 3758683d..2c0def68 100755 --- a/bootstrap +++ b/bootstrap @@ -5,7 +5,7 @@ scriptversion=2024-07-04.10; # UTC -# Copyright (C) 2003-2024 Free Software Foundation, Inc. +# Copyright (C) 2003-2025 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=2024-07-21.12; # UTC -# Copyright (C) 2003-2024 Free Software Foundation, Inc. +# Copyright (C) 2003-2025 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 fb75422c..ab68036c 100644 --- a/bootstrap.conf +++ b/bootstrap.conf @@ -1,6 +1,6 @@ # Bootstrap configuration for GNU tar. -# Copyright 2006-2024 Free Software Foundation, Inc. +# Copyright 2006-2025 Free Software Foundation, Inc. # This file is part of GNU tar. diff --git a/configure.ac b/configure.ac index a5a303ce..d6e3041e 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ # Configure template for GNU tar. -*- autoconf -*- -# Copyright 1991, 1994-2010, 2013-2024 Free Software Foundation, Inc. +# Copyright 1991, 1994-2010, 2013-2025 Free Software Foundation, Inc. # This file is part of GNU tar. diff --git a/directory b/directory index 84a5d9a0..e1f7b231 100644 --- a/directory +++ b/directory @@ -1,5 +1,5 @@ %%comments: -Copyright 2004-2024 Free Software Foundation, Inc. +Copyright 2004-2025 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 4a438d96..be8b3eb2 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,6 +1,6 @@ # Makefile for GNU tar documentation. -# Copyright 1994-2024 Free Software Foundation, Inc. +# Copyright 1994-2025 Free Software Foundation, Inc. # This file is part of GNU tar. diff --git a/doc/dumpdir.texi b/doc/dumpdir.texi index 7e9fe76d..fa512f27 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--2024 Free Software Foundation, Inc. +@c Copyright (C) 2006--2025 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 42557a14..f1e53219 100755 --- a/doc/gendocs.sh +++ b/doc/gendocs.sh @@ -4,7 +4,7 @@ scriptversion=2021-03-01.13 -# Copyright 2003-2024 Free Software Foundation, Inc. +# Copyright 2003-2025 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 @@ -73,7 +73,7 @@ texarg="-t @finalout" version="gendocs.sh $scriptversion -Copyright 2021 Free Software Foundation, Inc. +Copyright 2021, 2025 Free Software Foundation, Inc. There is NO warranty. You may redistribute this software under the terms of the GNU General Public License. For more information about these matters, see the files named COPYING." diff --git a/doc/gendocs_template b/doc/gendocs_template index d98eec3f..e9a92cba 100644 --- a/doc/gendocs_template +++ b/doc/gendocs_template @@ -2,7 +2,7 @@