Run 'make update-copyright'.
* lib/regexprops.c (copying): Update the year number manually.
* tests/sample-test: Adjust to use the single most recent year.
* All other files: Update copyright years via the above make run.
---
Makefile.am | 2 +-
NEWS | 2 +-
README | 2 +-
README-hacking | 2 +-
TODO | 2 +-
autogen.sh | 2 +-
autopull.sh | 2 +-
bootstrap-funclib.sh | 2 +-
bootstrap.conf | 4 ++--
build-aux/Makefile.am | 2 +-
build-aux/check-testfiles.sh | 2 +-
build-aux/gen-changelog.sh | 2 +-
build-aux/man-lint.sh | 2 +-
build-aux/src-sniff.py | 2 +-
build-aux/update-online-manual.sh | 4 ++--
cfg.mk | 2 +-
configure.ac | 2 +-
doc/Makefile.am | 2 +-
doc/find-maint.texi | 2 +-
doc/find.texi | 2 +-
doc/perm.texi | 2 +-
doc/regexprops.texi | 2 +-
find/Makefile.am | 2 +-
find/defs.h | 2 +-
find/exec.c | 2 +-
find/find.1 | 2 +-
find/finddata.c | 2 +-
find/fstype.c | 2 +-
find/ftsfind.c | 2 +-
find/getlimits.c | 2 +-
find/parser.c | 2 +-
find/pred.c | 2 +-
find/print.c | 2 +-
find/print.h | 2 +-
find/sharefile.c | 2 +-
find/sharefile.h | 2 +-
find/testsuite/Makefile.am | 2 +-
find/testsuite/checklists.py | 2 +-
find/testsuite/config/unix.exp | 2 +-
find/tree.c | 2 +-
find/util.c | 2 +-
gnulib-local/lib/gcc-function-attributes.h | 2 +-
init.cfg | 2 +-
lib/Makefile.am | 2 +-
lib/bugreports.c | 2 +-
lib/bugreports.h | 2 +-
lib/buildcmd.c | 2 +-
lib/buildcmd.h | 2 +-
lib/check-regexprops.sh | 2 +-
lib/dircallback.c | 2 +-
lib/dircallback.h | 2 +-
lib/extendbuf.c | 2 +-
lib/extendbuf.h | 2 +-
lib/fdleak.c | 2 +-
lib/fdleak.h | 2 +-
lib/findutils-version.c | 2 +-
lib/findutils-version.h | 2 +-
lib/listfile.c | 2 +-
lib/listfile.h | 2 +-
lib/printquoted.c | 2 +-
lib/printquoted.h | 2 +-
lib/qmark.c | 2 +-
lib/regexprops.c | 4 ++--
lib/regextype.c | 2 +-
lib/regextype.h | 2 +-
lib/safe-atoi.c | 2 +-
lib/safe-atoi.h | 2 +-
lib/splitstring.c | 2 +-
lib/splitstring.h | 2 +-
lib/system.h | 2 +-
lib/test_splitstring.c | 2 +-
lib/unused-result.h | 2 +-
locate/Makefile.am | 2 +-
locate/frcode.c | 2 +-
locate/locate.1 | 2 +-
locate/locate.c | 2 +-
locate/locatedb.5 | 2 +-
locate/locatedb.h | 2 +-
locate/testsuite/Makefile.am | 2 +-
locate/testsuite/config/unix.exp | 2 +-
locate/updatedb.1 | 2 +-
locate/updatedb.sh | 2 +-
locate/word_io.c | 2 +-
m4/mkinstalldirs.m4 | 2 +-
m4/noreturn.m4 | 2 +-
po/POTFILES.in | 2 +-
tests/envvar-check | 2 +-
tests/find/arg-nan.sh | 2 +-
tests/find/debug-missing-arg.sh | 2 +-
tests/find/depth-unreadable-dir.sh | 2 +-
tests/find/exec-plus-last-file.sh | 2 +-
tests/find/execdir-fd-leak.sh | 2 +-
tests/find/files0-from.sh | 2 +-
tests/find/inode-zero.sh | 2 +-
tests/find/many-dir-entries-vs-OOM.sh | 2 +-
tests/find/name-lbracket-literal.sh | 2 +-
tests/find/name-slash.sh | 2 +-
tests/find/newer.sh | 2 +-
tests/find/opt-numeric-arg.sh | 2 +-
tests/find/printf_escape_c.sh | 2 +-
tests/find/printf_escapechars.sh | 2 +-
tests/find/printf_inode.sh | 2 +-
tests/find/readdir_race.sh | 2 +-
tests/find/refuse-noop.sh | 2 +-
tests/find/sv-bug-66365-exec.sh | 2 +-
tests/find/type_list.sh | 2 +-
tests/find/used.sh | 2 +-
tests/find/user-group-max.sh | 2 +-
tests/local.mk | 2 +-
tests/misc/help-version.sh | 2 +-
tests/other-fs-tmpdir | 2 +-
tests/sample-test | 2 +-
tests/xargs/conflicting_opts.sh | 2 +-
tests/xargs/test-sigusr.c | 2 +-
tests/xargs/verbose-quote.sh | 2 +-
xargs/Makefile.am | 2 +-
xargs/testsuite/Makefile.am | 2 +-
xargs/testsuite/config/unix.exp | 2 +-
xargs/xargs.1 | 2 +-
xargs/xargs.c | 2 +-
120 files changed, 123 insertions(+), 123 deletions(-)
diff --git a/Makefile.am b/Makefile.am
index befd0dcd..52d38ed0 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,6 +1,6 @@
# Make findutils.
-# Copyright (C) 1996-2024 Free Software Foundation, Inc.
+# Copyright (C) 1996-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/NEWS b/NEWS
index c72b6481..856bc66e 100644
--- a/NEWS
+++ b/NEWS
@@ -2422,7 +2422,7 @@ LocalWords: strncasecmp strcasecmp LIBOBJS FUNC prunefs
allout libexec
LocalWords: testsuite Texinfo chdir inode fstype afs fls ls EOF lname
LocalWords: regex ilname iname ipath iregex printf fprintf
-Copyright (C) 1996-2024 Free Software Foundation, Inc.
+Copyright (C) 1996-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/README b/README
index de262f99..47324bbc 100644
--- a/README
+++ b/README
@@ -100,7 +100,7 @@ We are looking forward to hacking with you!
========================================================================
-Copyright (C) 1996-2024 Free Software Foundation, Inc.
+Copyright (C) 1996-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/README-hacking b/README-hacking
index 53ae3f2d..c76c5530 100644
--- a/README-hacking
+++ b/README-hacking
@@ -249,7 +249,7 @@ In case you're wondering why we bother with all of this,
read this:
========================================================================
-Copyright (C) 2009-2024 Free Software Foundation, Inc.
+Copyright (C) 2009-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/TODO b/TODO
index fcfda92d..96fc48f0 100644
--- a/TODO
+++ b/TODO
@@ -86,7 +86,7 @@ LocalWords: findutils Debian cron
-----
-Copyright (C) 1996-2024 Free Software Foundation, Inc.
+Copyright (C) 1996-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/autogen.sh b/autogen.sh
index a0b4936f..0f3d8092 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -4,7 +4,7 @@
# also regenerates all aclocal.m4, config.h.in, Makefile.in, configure files
# with new versions of autoconf or automake.
-# 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/autopull.sh b/autopull.sh
index 0d874f82..04f60634 100755
--- a/autopull.sh
+++ b/autopull.sh
@@ -2,7 +2,7 @@
# Convenience script for fetching auxiliary files that are omitted from
# the version control repository of this package.
-# 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-funclib.sh b/bootstrap-funclib.sh
index f7905eb2..21297bff 100644
--- a/bootstrap-funclib.sh
+++ b/bootstrap-funclib.sh
@@ -2,7 +2,7 @@
scriptlibversion=2024-04-28.09; # 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 2485e2ab..eb42397d 100644
--- a/bootstrap.conf
+++ b/bootstrap.conf
@@ -1,6 +1,6 @@
# Bootstrap configuration.
-# Copyright (C) 2006-2024 Free Software Foundation, Inc.
+# Copyright (C) 2006-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
@@ -205,7 +205,7 @@ gnulib_name=libgnulib
# Create 'gl/Makefile.am' which is mentioned in 'configure.ac'.
hack_gnulib_tool_makefile() {
cat > gl/Makefile.am <<EOF
-# Copyright (C) 2006-2024 Free Software Foundation, Inc.
+# Copyright (C) 2006-2025 Free Software Foundation, Inc.
#
# This file is free software, distributed under the terms of the GNU
# General Public License. As a special exception to the GNU General
diff --git a/build-aux/Makefile.am b/build-aux/Makefile.am
index 231c109a..2d33b501 100644
--- a/build-aux/Makefile.am
+++ b/build-aux/Makefile.am
@@ -1,4 +1,4 @@
-# Copyright (C) 2007-2024 Free Software Foundation, Inc.
+# Copyright (C) 2007-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/build-aux/check-testfiles.sh b/build-aux/check-testfiles.sh
index 1f1d70fc..f5fc1532 100755
--- a/build-aux/check-testfiles.sh
+++ b/build-aux/check-testfiles.sh
@@ -1,6 +1,6 @@
#! /bin/sh
# check-testfiles.sh -- Check we distributed all the test files we need
-# Copyright (C) 2007-2024 Free Software Foundation, Inc.
+# Copyright (C) 2007-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/build-aux/gen-changelog.sh b/build-aux/gen-changelog.sh
index 989373c2..2497a953 100755
--- a/build-aux/gen-changelog.sh
+++ b/build-aux/gen-changelog.sh
@@ -1,7 +1,7 @@
#! /bin/sh
# Generate the ChangeLog for findutils.
-# Copyright (C) 2015-2024 Free Software Foundation, Inc.
+# Copyright (C) 2015-2025 Free Software Foundation, Inc.
# Written by James Youngman.
#
# This program is free software: you can redistribute it and/or modify
diff --git a/build-aux/man-lint.sh b/build-aux/man-lint.sh
index 26ff0339..1ae1708d 100755
--- a/build-aux/man-lint.sh
+++ b/build-aux/man-lint.sh
@@ -1,5 +1,5 @@
#! /bin/sh
-# Copyright (C) 2007-2024 Free Software Foundation, Inc.
+# Copyright (C) 2007-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/build-aux/src-sniff.py b/build-aux/src-sniff.py
index f5f6616a..a21d1e5a 100644
--- a/build-aux/src-sniff.py
+++ b/build-aux/src-sniff.py
@@ -1,7 +1,7 @@
#! /usr/bin/env python
# src-sniff.py: checks source code for patterns that look like common errors.
-# Copyright (C) 2007-2024 Free Software Foundation, Inc.
+# Copyright (C) 2007-2025 Free Software Foundation, Inc.
#
#
# This program is free software: you can redistribute it and/or modify
diff --git a/build-aux/update-online-manual.sh
b/build-aux/update-online-manual.sh
index b7cac7d2..4c8a3f82 100755
--- a/build-aux/update-online-manual.sh
+++ b/build-aux/update-online-manual.sh
@@ -1,5 +1,5 @@
#! /bin/sh
-# Copyright (C) 2019-2024 Free Software Foundation, Inc.
+# Copyright (C) 2019-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
@@ -208,7 +208,7 @@ send other questions to
<A HREF="mailto:[email protected]"><EM>[email protected]</EM></A>.
<P>
-Copyright © 1997, 1998, 2003, 2005, 2006, 2008 Free Software Foundation,
Inc.,
+Copyright © 1997-2025 Free Software Foundation, Inc.,
<<A HREF="https://fsf.org/">https://fsf.org/</A>>
<P>
diff --git a/cfg.mk b/cfg.mk
index dc13c346..6e87f202 100644
--- a/cfg.mk
+++ b/cfg.mk
@@ -1,5 +1,5 @@
# cfg.mk -- configuration file for the maintainer makefile provided by gnulib.
-# Copyright (C) 2010-2024 Free Software Foundation, Inc.
+# Copyright (C) 2010-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/configure.ac b/configure.ac
index c13c6fbf..352f95f1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
# -*- autoconf -*-
# Process this file with autoconf to produce a configure script.
-# Copyright (C) 1996-2024 Free Software Foundation, Inc.
+# Copyright (C) 1996-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/doc/Makefile.am b/doc/Makefile.am
index 0fd288d6..c0bebf3c 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -1,4 +1,4 @@
-# Copyright (C) 1996-2024 Free Software Foundation, Inc.
+# Copyright (C) 1996-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/doc/find-maint.texi b/doc/find-maint.texi
index bf53b455..4ad8b7a0 100644
--- a/doc/find-maint.texi
+++ b/doc/find-maint.texi
@@ -23,7 +23,7 @@ be made and tested, and what resources exist to help
developers.
This document corresponds to version @value{VERSION} of the GNU findutils.
-Copyright @copyright{} 2007--2024 Free Software Foundation, Inc.
+Copyright @copyright{} 2007--2025 Free Software Foundation, Inc.
@quotation
Permission is granted to copy, distribute and/or modify this document
diff --git a/doc/find.texi b/doc/find.texi
index fa192e7e..a6a8beeb 100644
--- a/doc/find.texi
+++ b/doc/find.texi
@@ -30,7 +30,7 @@
This manual documents version @value{VERSION} of the GNU utilities for finding
files that match certain criteria and performing various operations on them.
-Copyright @copyright{} 1994--2024 Free Software Foundation, Inc.
+Copyright @copyright{} 1994--2025 Free Software Foundation, Inc.
@quotation
Permission is granted to copy, distribute and/or modify this document
diff --git a/doc/perm.texi b/doc/perm.texi
index ad000663..61cda21d 100644
--- a/doc/perm.texi
+++ b/doc/perm.texi
@@ -1,6 +1,6 @@
@c File mode bits
-@c Copyright (C) 1994--2024 Free Software Foundation, Inc.
+@c Copyright (C) 1994--2025 Free Software Foundation, Inc.
@c Permission is granted to copy, distribute and/or modify this document
@c under the terms of the GNU Free Documentation License, Version 1.3 or
diff --git a/doc/regexprops.texi b/doc/regexprops.texi
index ef3b9e0e..62cc7c86 100644
--- a/doc/regexprops.texi
+++ b/doc/regexprops.texi
@@ -1,4 +1,4 @@
-@c Copyright (C) 1994--2024 Free Software Foundation, Inc.
+@c Copyright (C) 1994--2025 Free Software Foundation, Inc.
@c
@c Permission is granted to copy, distribute and/or modify this document
@c under the terms of the GNU Free Documentation License, Version 1.3 or
diff --git a/find/Makefile.am b/find/Makefile.am
index 72980dea..0454c03f 100644
--- a/find/Makefile.am
+++ b/find/Makefile.am
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2024 Free Software Foundation, Inc.
+## Copyright (C) 1996-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/find/defs.h b/find/defs.h
index 5781fb6c..aa98d7ac 100644
--- a/find/defs.h
+++ b/find/defs.h
@@ -1,5 +1,5 @@
/* defs.h -- data types and declarations.
- Copyright (C) 1990-2024 Free Software Foundation, Inc.
+ Copyright (C) 1990-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/find/exec.c b/find/exec.c
index 3015348a..f281fcc0 100644
--- a/find/exec.c
+++ b/find/exec.c
@@ -1,5 +1,5 @@
/* exec.c -- Implementation of -exec, -execdir, -ok, -okdir.
- Copyright (C) 1990-2024 Free Software Foundation, Inc.
+ Copyright (C) 1990-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/find/find.1 b/find/find.1
index fc2fdcba..ec5c51e8 100644
--- a/find/find.1
+++ b/find/find.1
@@ -2802,7 +2802,7 @@ mailing list:
.RE
.
.SH COPYRIGHT
-Copyright \(co 1990\(en2024 Free Software Foundation, Inc.
+Copyright \(co 1990\(en2025 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <https://gnu.org/licenses/gpl.html>.
.br
This is free software: you are free to change and redistribute it.
diff --git a/find/finddata.c b/find/finddata.c
index 3353d786..6e19835a 100644
--- a/find/finddata.c
+++ b/find/finddata.c
@@ -1,5 +1,5 @@
/* finddata.c -- global data for "find".
- Copyright (C) 1990-2024 Free Software Foundation, Inc.
+ Copyright (C) 1990-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/find/fstype.c b/find/fstype.c
index a7ca25df..bd157f65 100644
--- a/find/fstype.c
+++ b/find/fstype.c
@@ -1,5 +1,5 @@
/* fstype.c -- determine type of file systems that files are on
- Copyright (C) 1990-2024 Free Software Foundation, Inc.
+ Copyright (C) 1990-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
the Free Software Foundation, either version 3 of the License, or
diff --git a/find/ftsfind.c b/find/ftsfind.c
index b3a4450e..d4add71f 100644
--- a/find/ftsfind.c
+++ b/find/ftsfind.c
@@ -1,5 +1,5 @@
/* find -- search for files in a directory hierarchy (fts version)
- Copyright (C) 1990-2024 Free Software Foundation, Inc.
+ Copyright (C) 1990-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/find/getlimits.c b/find/getlimits.c
index 32d7726f..ee0b351f 100644
--- a/find/getlimits.c
+++ b/find/getlimits.c
@@ -1,5 +1,5 @@
/* getlimits - print various platform dependent limits.
- Copyright (C) 2023-2024 Free Software Foundation, Inc.
+ Copyright (C) 2023-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/find/parser.c b/find/parser.c
index 1b389b3c..4843a5d7 100644
--- a/find/parser.c
+++ b/find/parser.c
@@ -1,5 +1,5 @@
/* parser.c -- convert the command line args into an expression tree.
- Copyright (C) 1990-2024 Free Software Foundation, Inc.
+ Copyright (C) 1990-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/find/pred.c b/find/pred.c
index 6c792423..218bc075 100644
--- a/find/pred.c
+++ b/find/pred.c
@@ -1,5 +1,5 @@
/* pred.c -- execute the expression tree.
- Copyright (C) 1990-2024 Free Software Foundation, Inc.
+ Copyright (C) 1990-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/find/print.c b/find/print.c
index 465e9ec6..04d638d4 100644
--- a/find/print.c
+++ b/find/print.c
@@ -1,5 +1,5 @@
/* print.c -- print/printf-related code.
- Copyright (C) 1990-2024 Free Software Foundation, Inc.
+ Copyright (C) 1990-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/find/print.h b/find/print.h
index c7d50a76..a25679dd 100644
--- a/find/print.h
+++ b/find/print.h
@@ -1,5 +1,5 @@
/* print.h -- declarations for symbols in print.c.
- Copyright (C) 2011-2024 Free Software Foundation, Inc.
+ Copyright (C) 2011-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/find/sharefile.c b/find/sharefile.c
index d81d85cb..9098f7a5 100644
--- a/find/sharefile.c
+++ b/find/sharefile.c
@@ -1,5 +1,5 @@
/* sharefile.c -- open files just once.
- Copyright (C) 2008-2024 Free Software Foundation, Inc.
+ Copyright (C) 2008-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/find/sharefile.h b/find/sharefile.h
index 3568a878..7b00b5da 100644
--- a/find/sharefile.h
+++ b/find/sharefile.h
@@ -1,5 +1,5 @@
/* sharefile.h -- open files just once.
- Copyright (C) 2008-2024 Free Software Foundation, Inc.
+ Copyright (C) 2008-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/find/testsuite/Makefile.am b/find/testsuite/Makefile.am
index ed2962a2..ca0bb159 100644
--- a/find/testsuite/Makefile.am
+++ b/find/testsuite/Makefile.am
@@ -1,4 +1,4 @@
-# Copyright (C) 2001-2024 Free Software Foundation, Inc.
+# Copyright (C) 2001-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/find/testsuite/checklists.py b/find/testsuite/checklists.py
index 2191b7e4..881bd6bd 100644
--- a/find/testsuite/checklists.py
+++ b/find/testsuite/checklists.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2014-2024 Free Software Foundation, Inc.
+# Copyright (C) 2014-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/find/testsuite/config/unix.exp b/find/testsuite/config/unix.exp
index ad7a73d4..e9f68217 100644
--- a/find/testsuite/config/unix.exp
+++ b/find/testsuite/config/unix.exp
@@ -1,6 +1,6 @@
# -*- TCL -*-
# Test-specific TCL procedures required by DejaGNU.
-# Copyright (C) 2000-2024 Free Software Foundation, Inc.
+# Copyright (C) 2000-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/find/tree.c b/find/tree.c
index 51a266a8..0ac2e525 100644
--- a/find/tree.c
+++ b/find/tree.c
@@ -1,5 +1,5 @@
/* tree.c -- helper functions to build and evaluate the expression tree.
- Copyright (C) 1990-2024 Free Software Foundation, Inc.
+ Copyright (C) 1990-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/find/util.c b/find/util.c
index 541b4242..b22e6e7b 100644
--- a/find/util.c
+++ b/find/util.c
@@ -1,5 +1,5 @@
/* util.c -- functions for initializing new tree elements, and other things.
- Copyright (C) 1990-2024 Free Software Foundation, Inc.
+ Copyright (C) 1990-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/gnulib-local/lib/gcc-function-attributes.h
b/gnulib-local/lib/gcc-function-attributes.h
index 75b802c9..9e4d8c52 100644
--- a/gnulib-local/lib/gcc-function-attributes.h
+++ b/gnulib-local/lib/gcc-function-attributes.h
@@ -1,6 +1,6 @@
/* gcc-function-attribtues.h -- GCC-specific function attributes
- Copyright (C) 2016-2024 Free Software Foundation, Inc.
+ Copyright (C) 2016-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/init.cfg b/init.cfg
index e12cd3b5..4b9e01f5 100644
--- a/init.cfg
+++ b/init.cfg
@@ -1,6 +1,6 @@
# This file is sourced by init.sh, *before* its initialization.
-# Copyright (C) 2010-2024 Free Software Foundation, Inc.
+# Copyright (C) 2010-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/lib/Makefile.am b/lib/Makefile.am
index 32d74687..a54c3eea 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -1,6 +1,6 @@
## Process this file with automake to produce Makefile.in.
-## Copyright (C) 1996-2024 Free Software Foundation, Inc.
+## Copyright (C) 1996-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/lib/bugreports.c b/lib/bugreports.c
index ae022871..750ff2d0 100644
--- a/lib/bugreports.c
+++ b/lib/bugreports.c
@@ -1,5 +1,5 @@
/* bugreports.h -- explain how to report bugs
- Copyright (C) 2016-2024 Free Software Foundation, Inc.
+ Copyright (C) 2016-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/lib/bugreports.h b/lib/bugreports.h
index 3b7f933b..1d66aae2 100644
--- a/lib/bugreports.h
+++ b/lib/bugreports.h
@@ -1,5 +1,5 @@
/* bugreports.h -- explain how to report bugs
- Copyright (C) 2016-2024 Free Software Foundation, Inc.
+ Copyright (C) 2016-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/lib/buildcmd.c b/lib/buildcmd.c
index b648c2bf..6718599e 100644
--- a/lib/buildcmd.c
+++ b/lib/buildcmd.c
@@ -1,5 +1,5 @@
/* buildcmd.c -- build command lines from a list of arguments.
- Copyright (C) 1990-2024 Free Software Foundation, Inc.
+ Copyright (C) 1990-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/lib/buildcmd.h b/lib/buildcmd.h
index a4d9e99b..eefded58 100644
--- a/lib/buildcmd.h
+++ b/lib/buildcmd.h
@@ -1,5 +1,5 @@
/* buildcmd.[ch] -- build command lines from a stream of arguments
- Copyright (C) 2005-2024 Free Software Foundation, Inc.
+ Copyright (C) 2005-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/lib/check-regexprops.sh b/lib/check-regexprops.sh
index 1c911579..2d35b09f 100755
--- a/lib/check-regexprops.sh
+++ b/lib/check-regexprops.sh
@@ -1,7 +1,7 @@
#! /bin/sh
# Generate regexprops.texi and compare it against the checked-in version.
#
-# Copyright (C) 2009-2024 Free Software Foundation, Inc.
+# Copyright (C) 2009-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/lib/dircallback.c b/lib/dircallback.c
index c47b2121..5968580b 100644
--- a/lib/dircallback.c
+++ b/lib/dircallback.c
@@ -1,5 +1,5 @@
/* listfile.c -- run a function in a specific directory
- Copyright (C) 2007-2024 Free Software Foundation, Inc.
+ Copyright (C) 2007-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/lib/dircallback.h b/lib/dircallback.h
index e20a6f40..9e4f7371 100644
--- a/lib/dircallback.h
+++ b/lib/dircallback.h
@@ -1,5 +1,5 @@
/* listfile.h -- display a long listing of a file
- Copyright (C) 2007-2024 Free Software Foundation, Inc.
+ Copyright (C) 2007-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/lib/extendbuf.c b/lib/extendbuf.c
index 3b625193..338d201c 100644
--- a/lib/extendbuf.c
+++ b/lib/extendbuf.c
@@ -1,6 +1,6 @@
/* extendbuf.c -- manage a dynamically-allocated buffer
- Copyright (C) 2004-2024 Free Software Foundation, Inc.
+ Copyright (C) 2004-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/lib/extendbuf.h b/lib/extendbuf.h
index 2f93eab9..b831e874 100644
--- a/lib/extendbuf.h
+++ b/lib/extendbuf.h
@@ -1,6 +1,6 @@
/* extendbuf.h -- Manage a dynamically-alloicated buffer
- Copyright (C) 2004-2024 Free Software Foundation, Inc.
+ Copyright (C) 2004-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/lib/fdleak.c b/lib/fdleak.c
index f79b3424..7786760c 100644
--- a/lib/fdleak.c
+++ b/lib/fdleak.c
@@ -1,5 +1,5 @@
/* fdleak.c -- detect file descriptor leaks
- Copyright (C) 2010-2024 Free Software Foundation, Inc.
+ Copyright (C) 2010-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/lib/fdleak.h b/lib/fdleak.h
index 65205984..1b31ff0e 100644
--- a/lib/fdleak.h
+++ b/lib/fdleak.h
@@ -1,5 +1,5 @@
/* fdleak.h -- detect file descriptor leaks
- Copyright (C) 2010-2024 Free Software Foundation, Inc.
+ Copyright (C) 2010-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/lib/findutils-version.c b/lib/findutils-version.c
index 663c6cc8..daf33363 100644
--- a/lib/findutils-version.c
+++ b/lib/findutils-version.c
@@ -1,5 +1,5 @@
/* findutils-version.c -- show version information for findutils
- Copyright (C) 2007-2024 Free Software Foundation, Inc.
+ Copyright (C) 2007-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/lib/findutils-version.h b/lib/findutils-version.h
index f83307c1..bccc82a9 100644
--- a/lib/findutils-version.h
+++ b/lib/findutils-version.h
@@ -1,5 +1,5 @@
/* findutils-version.h -- show version information for findutils
- Copyright (C) 2007-2024 Free Software Foundation, Inc.
+ Copyright (C) 2007-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/lib/listfile.c b/lib/listfile.c
index f98c22c7..e6ee70e3 100644
--- a/lib/listfile.c
+++ b/lib/listfile.c
@@ -1,5 +1,5 @@
/* listfile.c -- display a long listing of a file
- Copyright (C) 1991-2024 Free Software Foundation, Inc.
+ Copyright (C) 1991-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/lib/listfile.h b/lib/listfile.h
index e4ee45e2..1211961e 100644
--- a/lib/listfile.h
+++ b/lib/listfile.h
@@ -1,5 +1,5 @@
/* listfile.h -- display a long listing of a file
- Copyright (C) 1991-2024 Free Software Foundation, Inc.
+ Copyright (C) 1991-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/lib/printquoted.c b/lib/printquoted.c
index 824eebe1..0d080839 100644
--- a/lib/printquoted.c
+++ b/lib/printquoted.c
@@ -1,6 +1,6 @@
/* printquoted.c -- print a specified string with any necessary quoting.
- Copyright (C) 1990-2024 Free Software Foundation, Inc.
+ Copyright (C) 1990-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/lib/printquoted.h b/lib/printquoted.h
index e5da56fb..fe66454d 100644
--- a/lib/printquoted.h
+++ b/lib/printquoted.h
@@ -1,6 +1,6 @@
/* Print a string, appropriately quoted.
- Copyright (C) 1997-2024 Free Software Foundation, Inc.
+ Copyright (C) 1997-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/lib/qmark.c b/lib/qmark.c
index 8ed00abd..35f9ad39 100644
--- a/lib/qmark.c
+++ b/lib/qmark.c
@@ -1,6 +1,6 @@
/* qmark.c -- quote 'dangerous' filenames
Derived from coreutils' ls.c.
- Copyright (C) 1985-2024 Free Software Foundation, Inc.
+ Copyright (C) 1985-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/lib/regexprops.c b/lib/regexprops.c
index 801488cf..a36bd71f 100644
--- a/lib/regexprops.c
+++ b/lib/regexprops.c
@@ -1,7 +1,7 @@
/* regexprops.c -- document the properties of the regular expressions
understood by gnulib.
- Copyright (C) 2005-2024 Free Software Foundation, Inc.
+ Copyright (C) 2005-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
@@ -454,7 +454,7 @@ copying (void)
static const char *copy_para[]=
{
/* The copyright year number range is with "--" in Texinfo files. */
- "Copyright (C) 1994--2024 Free Software Foundation, Inc."
+ "Copyright (C) 1994--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/lib/regextype.c b/lib/regextype.c
index 2f090892..512cfccf 100644
--- a/lib/regextype.c
+++ b/lib/regextype.c
@@ -2,7 +2,7 @@
/* regextype.c -- Decode the name of a regular expression syntax into am
option name.
- Copyright (C) 2005-2024 Free Software Foundation, Inc.
+ Copyright (C) 2005-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/lib/regextype.h b/lib/regextype.h
index 2127ad4d..552e3893 100644
--- a/lib/regextype.h
+++ b/lib/regextype.h
@@ -1,6 +1,6 @@
/* regextype.h -- Decode the name of a regular expression syntax.
- Copyright (C) 2005-2024 Free Software Foundation, Inc.
+ Copyright (C) 2005-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/lib/safe-atoi.c b/lib/safe-atoi.c
index 86ca4cf2..96cfc135 100644
--- a/lib/safe-atoi.c
+++ b/lib/safe-atoi.c
@@ -1,5 +1,5 @@
/* safe-atoi.c -- checked string-to-int conversion.
- Copyright (C) 2007-2024 Free Software Foundation, Inc.
+ Copyright (C) 2007-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/lib/safe-atoi.h b/lib/safe-atoi.h
index f105b61c..b47ca3cd 100644
--- a/lib/safe-atoi.h
+++ b/lib/safe-atoi.h
@@ -1,5 +1,5 @@
/* safe-atoi.h -- checked string-to-int conversion.
- Copyright (C) 2010-2024 Free Software Foundation, Inc.
+ Copyright (C) 2010-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/lib/splitstring.c b/lib/splitstring.c
index cd018d61..cc0a2e88 100644
--- a/lib/splitstring.c
+++ b/lib/splitstring.c
@@ -1,5 +1,5 @@
/* splitstring.c -- split a const string into fields.
- Copyright (C) 2011-2024 Free Software Foundation, Inc.
+ Copyright (C) 2011-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/lib/splitstring.h b/lib/splitstring.h
index 718dc3e8..19d9ee39 100644
--- a/lib/splitstring.h
+++ b/lib/splitstring.h
@@ -1,5 +1,5 @@
/* splitstring.h -- split a const string into fields.
- Copyright (C) 2011-2024 Free Software Foundation, Inc.
+ Copyright (C) 2011-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/lib/system.h b/lib/system.h
index 911557d5..c7a7ffe2 100644
--- a/lib/system.h
+++ b/lib/system.h
@@ -1,6 +1,6 @@
/* system.h -- system-dependent definitions for findutils
- Copyright (C) 2017-2024 Free Software Foundation, Inc.
+ Copyright (C) 2017-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/lib/test_splitstring.c b/lib/test_splitstring.c
index 3147c38a..cbbffdda 100644
--- a/lib/test_splitstring.c
+++ b/lib/test_splitstring.c
@@ -1,5 +1,5 @@
/* test_splitstring.c -- unit test for splitstring()
- Copyright (C) 2011-2024 Free Software Foundation, Inc.
+ Copyright (C) 2011-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/lib/unused-result.h b/lib/unused-result.h
index 057a71e2..144315ad 100644
--- a/lib/unused-result.h
+++ b/lib/unused-result.h
@@ -1,5 +1,5 @@
/* unused-result.h -- macros for ensuring callers don't ignore return values
- Copyright (C) 2010-2024 Free Software Foundation, Inc.
+ Copyright (C) 2010-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/locate/Makefile.am b/locate/Makefile.am
index 7971c0ce..c812ea97 100644
--- a/locate/Makefile.am
+++ b/locate/Makefile.am
@@ -1,6 +1,6 @@
# The default database to build and search.
-## Copyright (C) 1996-2024 Free Software Foundation, Inc.
+## Copyright (C) 1996-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/locate/frcode.c b/locate/frcode.c
index 0829a190..b1232fe9 100644
--- a/locate/frcode.c
+++ b/locate/frcode.c
@@ -1,5 +1,5 @@
/* frcode -- front-compress a sorted list
- Copyright (C) 1994-2024 Free Software Foundation, Inc.
+ Copyright (C) 1994-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/locate/locate.1 b/locate/locate.1
index 66c63ccf..4e963744 100644
--- a/locate/locate.1
+++ b/locate/locate.1
@@ -287,7 +287,7 @@ mailing list:
.RE
.
.SH COPYRIGHT
-Copyright \(co 1994\(en2024 Free Software Foundation, Inc.
+Copyright \(co 1994\(en2025 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <https://gnu.org/licenses/gpl.html>.
.br
This is free software: you are free to change and redistribute it.
diff --git a/locate/locate.c b/locate/locate.c
index 31459e9e..a1575e80 100644
--- a/locate/locate.c
+++ b/locate/locate.c
@@ -1,5 +1,5 @@
/* locate -- search databases for filenames that match patterns
- Copyright (C) 1994-2024 Free Software Foundation, Inc.
+ Copyright (C) 1994-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/locate/locatedb.5 b/locate/locatedb.5
index 4ebcb0a8..17d6532a 100644
--- a/locate/locatedb.5
+++ b/locate/locatedb.5
@@ -159,7 +159,7 @@ mailing list:
.RE
.
.SH COPYRIGHT
-Copyright \(co 1994\(en2024 Free Software Foundation, Inc.
+Copyright \(co 1994\(en2025 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <https://gnu.org/licenses/gpl.html>.
.br
This is free software: you are free to change and redistribute it.
diff --git a/locate/locatedb.h b/locate/locatedb.h
index 05e7ff8a..88bcb467 100644
--- a/locate/locatedb.h
+++ b/locate/locatedb.h
@@ -1,5 +1,5 @@
/* locatedb.h -- declarations for the locate database
- Copyright (C) 1994-2024 Free Software Foundation, Inc.
+ Copyright (C) 1994-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/locate/testsuite/Makefile.am b/locate/testsuite/Makefile.am
index 49e30be4..408ef941 100644
--- a/locate/testsuite/Makefile.am
+++ b/locate/testsuite/Makefile.am
@@ -1,4 +1,4 @@
-# Copyright (C) 2001-2024 Free Software Foundation, Inc.
+# Copyright (C) 2001-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/locate/testsuite/config/unix.exp b/locate/testsuite/config/unix.exp
index 3c6d873b..f4882646 100644
--- a/locate/testsuite/config/unix.exp
+++ b/locate/testsuite/config/unix.exp
@@ -1,6 +1,6 @@
# -*- TCL -*-
# Test-specific TCL procedures required by DejaGNU.
-# Copyright (C) 1994-2024 Free Software Foundation, Inc.
+# Copyright (C) 1994-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/locate/updatedb.1 b/locate/updatedb.1
index db0b65e7..c6cdb47d 100644
--- a/locate/updatedb.1
+++ b/locate/updatedb.1
@@ -139,7 +139,7 @@ mailing list:
.RE
.
.SH COPYRIGHT
-Copyright \(co 1994\(en2024 Free Software Foundation, Inc.
+Copyright \(co 1994\(en2025 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <https://gnu.org/licenses/gpl.html>.
.br
This is free software: you are free to change and redistribute it.
diff --git a/locate/updatedb.sh b/locate/updatedb.sh
index dbc08a3b..0469d0ea 100644
--- a/locate/updatedb.sh
+++ b/locate/updatedb.sh
@@ -1,6 +1,6 @@
#! /bin/sh
# updatedb -- build a locate pathname database
-# Copyright (C) 1994-2024 Free Software Foundation, Inc.
+# Copyright (C) 1994-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/locate/word_io.c b/locate/word_io.c
index c51167f2..642bc6bb 100644
--- a/locate/word_io.c
+++ b/locate/word_io.c
@@ -1,5 +1,5 @@
/* word_io.c -- word oriented I/O
- Copyright (C) 2007-2024 Free Software Foundation, Inc.
+ Copyright (C) 2007-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/m4/mkinstalldirs.m4 b/m4/mkinstalldirs.m4
index 456f6750..c1be81f8 100644
--- a/m4/mkinstalldirs.m4
+++ b/m4/mkinstalldirs.m4
@@ -1,4 +1,4 @@
-dnl Copyright (C) 1995-2024 Free Software Foundation, Inc.
+dnl Copyright (C) 1995-2025 Free Software Foundation, Inc.
dnl This file is free software; the Free Software Foundation
dnl gives unlimited permission to copy and/or distribute it,
dnl with or without modifications, as long as this notice is preserved.
diff --git a/m4/noreturn.m4 b/m4/noreturn.m4
index d63367f2..a1b95536 100644
--- a/m4/noreturn.m4
+++ b/m4/noreturn.m4
@@ -1,4 +1,4 @@
-dnl Copyright (C) 2007-2024 Free Software Foundation, Inc.
+dnl Copyright (C) 2007-2025 Free Software Foundation, Inc.
dnl This file is free software; the Free Software Foundation
dnl gives unlimited permission to copy and/or distribute it,
dnl with or without modifications, as long as this notice is preserved.
diff --git a/po/POTFILES.in b/po/POTFILES.in
index 9b4188ec..f66d1f00 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -1,5 +1,5 @@
# List of source files containing translatable strings.
-# Copyright (C) 2000-2024 Free Software Foundation, Inc.
+# Copyright (C) 2000-2025 Free Software Foundation, Inc.
# Copying and distribution of this file, with or without
# modification, are permitted provided the copyright notice
diff --git a/tests/envvar-check b/tests/envvar-check
index ac325d61..d5c96db4 100644
--- a/tests/envvar-check
+++ b/tests/envvar-check
@@ -1,7 +1,7 @@
# -*- sh -*-
# Check environment variables for sane values while testing.
-# Copyright (C) 2000-2024 Free Software Foundation, Inc.
+# Copyright (C) 2000-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/tests/find/arg-nan.sh b/tests/find/arg-nan.sh
index c0060658..44305971 100755
--- a/tests/find/arg-nan.sh
+++ b/tests/find/arg-nan.sh
@@ -1,7 +1,7 @@
#!/bin/sh
# Ensure 'not-a-number' diagnostic for NAN arguments.
-# Copyright (C) 2023-2024 Free Software Foundation, Inc.
+# Copyright (C) 2023-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/tests/find/debug-missing-arg.sh b/tests/find/debug-missing-arg.sh
index e3b543a5..6ecc06a5 100755
--- a/tests/find/debug-missing-arg.sh
+++ b/tests/find/debug-missing-arg.sh
@@ -3,7 +3,7 @@
# Between FINDUTILS_4_3_1-1 and 4.6, find crashed on some platforms.
# See Savannah bug #52220.
-# Copyright (C) 2017-2024 Free Software Foundation, Inc.
+# Copyright (C) 2017-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/tests/find/depth-unreadable-dir.sh
b/tests/find/depth-unreadable-dir.sh
index 7d4fd676..ded3ddcf 100755
--- a/tests/find/depth-unreadable-dir.sh
+++ b/tests/find/depth-unreadable-dir.sh
@@ -1,7 +1,7 @@
#!/bin/sh
# find -depth: ensure to output an unreadable directory.
-# Copyright (C) 2020-2024 Free Software Foundation, Inc.
+# Copyright (C) 2020-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/tests/find/exec-plus-last-file.sh
b/tests/find/exec-plus-last-file.sh
index 3d73ec74..c99c417c 100755
--- a/tests/find/exec-plus-last-file.sh
+++ b/tests/find/exec-plus-last-file.sh
@@ -5,7 +5,7 @@
# if there was only one last single file argument.
# See Savannah bug #48030.
-# Copyright (C) 2016-2024 Free Software Foundation, Inc.
+# Copyright (C) 2016-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/tests/find/execdir-fd-leak.sh b/tests/find/execdir-fd-leak.sh
index 1098537d..9911c93c 100755
--- a/tests/find/execdir-fd-leak.sh
+++ b/tests/find/execdir-fd-leak.sh
@@ -3,7 +3,7 @@
# directory specified by the -execdir option.
# See Savannah bug #34976.
-# Copyright (C) 2013-2024 Free Software Foundation, Inc.
+# Copyright (C) 2013-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/tests/find/files0-from.sh b/tests/find/files0-from.sh
index 6fc00a1c..f201d916 100755
--- a/tests/find/files0-from.sh
+++ b/tests/find/files0-from.sh
@@ -1,7 +1,7 @@
#!/bin/sh
# Exercise -files0-from option.
-# Copyright (C) 2021-2024 Free Software Foundation, Inc.
+# Copyright (C) 2021-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/tests/find/inode-zero.sh b/tests/find/inode-zero.sh
index a33ef504..657b2574 100755
--- a/tests/find/inode-zero.sh
+++ b/tests/find/inode-zero.sh
@@ -1,7 +1,7 @@
#!/bin/sh
# Ensure find(1) treats inode number 0 correctly.
-# Copyright (C) 2021-2024 Free Software Foundation, Inc.
+# Copyright (C) 2021-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/tests/find/many-dir-entries-vs-OOM.sh
b/tests/find/many-dir-entries-vs-OOM.sh
index 5c4aa3e1..4aea4748 100755
--- a/tests/find/many-dir-entries-vs-OOM.sh
+++ b/tests/find/many-dir-entries-vs-OOM.sh
@@ -3,7 +3,7 @@
# even for large directories.
# See Savannah bug #34079.
-# Copyright (C) 2011-2024 Free Software Foundation, Inc.
+# Copyright (C) 2011-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/tests/find/name-lbracket-literal.sh
b/tests/find/name-lbracket-literal.sh
index dca5542b..06dc7fc9 100755
--- a/tests/find/name-lbracket-literal.sh
+++ b/tests/find/name-lbracket-literal.sh
@@ -2,7 +2,7 @@
# Test that find -name treats the unquoted '[' argument literally.
# See Savannah bug #32043.
-# Copyright (C) 2011-2024 Free Software Foundation, Inc.
+# Copyright (C) 2011-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/tests/find/name-slash.sh b/tests/find/name-slash.sh
index 57bf97f5..925df90a 100755
--- a/tests/find/name-slash.sh
+++ b/tests/find/name-slash.sh
@@ -1,7 +1,7 @@
#!/bin/sh
# Exercise 'find -name PATTERN' behavior with a '/' in PATTERN.
-# Copyright (C) 2022-2024 Free Software Foundation, Inc.
+# Copyright (C) 2022-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/tests/find/newer.sh b/tests/find/newer.sh
index 49caac99..e5b29f10 100755
--- a/tests/find/newer.sh
+++ b/tests/find/newer.sh
@@ -1,7 +1,7 @@
#!/bin/sh
# Exercise -anewer -cnewer -newer -newerXY.
-# Copyright (C) 2022-2024 Free Software Foundation, Inc.
+# Copyright (C) 2022-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/tests/find/opt-numeric-arg.sh b/tests/find/opt-numeric-arg.sh
index 4bcda346..474f6823 100755
--- a/tests/find/opt-numeric-arg.sh
+++ b/tests/find/opt-numeric-arg.sh
@@ -1,7 +1,7 @@
#!/bin/sh
# Exercise error diagnostics for options with mandatory numeric arguments.
-# Copyright (C) 2023-2024 Free Software Foundation, Inc.
+# Copyright (C) 2023-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/tests/find/printf_escape_c.sh b/tests/find/printf_escape_c.sh
index c485d4dd..6375ef11 100755
--- a/tests/find/printf_escape_c.sh
+++ b/tests/find/printf_escape_c.sh
@@ -1,7 +1,7 @@
#!/bin/sh
# Test -printf with the \c escape character.
-# Copyright (C) 2011-2024 Free Software Foundation, Inc.
+# Copyright (C) 2011-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/tests/find/printf_escapechars.sh b/tests/find/printf_escapechars.sh
index ee54ed62..72e3c67b 100755
--- a/tests/find/printf_escapechars.sh
+++ b/tests/find/printf_escapechars.sh
@@ -1,7 +1,7 @@
#!/bin/sh
# Test -printf with octal and letter escapes.
-# Copyright (C) 2011-2024 Free Software Foundation, Inc.
+# Copyright (C) 2011-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/tests/find/printf_inode.sh b/tests/find/printf_inode.sh
index fce9ccb8..6073c424 100755
--- a/tests/find/printf_inode.sh
+++ b/tests/find/printf_inode.sh
@@ -1,7 +1,7 @@
#!/bin/sh
# Verify that ls -i and find -printf %i produce the same output.
-# Copyright (C) 2011-2024 Free Software Foundation, Inc.
+# Copyright (C) 2011-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/tests/find/readdir_race.sh b/tests/find/readdir_race.sh
index 17ee0a4b..e76ef418 100755
--- a/tests/find/readdir_race.sh
+++ b/tests/find/readdir_race.sh
@@ -1,7 +1,7 @@
#!/bin/sh
# Verify that -ignore_readdir_race properly handles vanished files/directories.
-# Copyright (C) 2024 Free Software Foundation, Inc.
+# Copyright (C) 2024-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/tests/find/refuse-noop.sh b/tests/find/refuse-noop.sh
index 10737075..3f868657 100755
--- a/tests/find/refuse-noop.sh
+++ b/tests/find/refuse-noop.sh
@@ -3,7 +3,7 @@
# Between findutils-4.3.1 and 4.6, find dumped core ($? = 139).
# See Savannah bug #48180.
-# Copyright (C) 2016-2024 Free Software Foundation, Inc.
+# Copyright (C) 2016-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/tests/find/sv-bug-66365-exec.sh b/tests/find/sv-bug-66365-exec.sh
index 79ac3f3d..379bd14e 100755
--- a/tests/find/sv-bug-66365-exec.sh
+++ b/tests/find/sv-bug-66365-exec.sh
@@ -2,7 +2,7 @@
# Test that find -exec ... + treats the + as a terminator only when it
# immediately follows a {}. See Savannah bug #66365.
-# Copyright (C) 2024 Free Software Foundation, Inc.
+# Copyright (C) 2024-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/tests/find/type_list.sh b/tests/find/type_list.sh
index 52196d3c..00b2ca46 100755
--- a/tests/find/type_list.sh
+++ b/tests/find/type_list.sh
@@ -2,7 +2,7 @@
# Verify find's behavior regarding comma-separated file type arguments
# to the -type/-xtype options.
-# Copyright (C) 2016-2024 Free Software Foundation, Inc.
+# Copyright (C) 2016-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/tests/find/used.sh b/tests/find/used.sh
index e65e509d..ec2cc831 100755
--- a/tests/find/used.sh
+++ b/tests/find/used.sh
@@ -1,7 +1,7 @@
#!/bin/sh
# Verify that find -used works.
-# Copyright (C) 2020-2024 Free Software Foundation, Inc.
+# Copyright (C) 2020-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/tests/find/user-group-max.sh b/tests/find/user-group-max.sh
index b549865d..3bc489a0 100755
--- a/tests/find/user-group-max.sh
+++ b/tests/find/user-group-max.sh
@@ -1,7 +1,7 @@
#!/bin/sh
# Verify -user/-group allow UID/GID values as large as UID_T_MAX/GID_T_MAX
-# Copyright (C) 2023-2024 Free Software Foundation, Inc.
+# Copyright (C) 2023-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/tests/local.mk b/tests/local.mk
index 9fa62f5c..f04af96b 100644
--- a/tests/local.mk
+++ b/tests/local.mk
@@ -1,6 +1,6 @@
## Process this file with automake to produce Makefile.in -*-Makefile-*-.
-## Copyright (C) 2007-2024 Free Software Foundation, Inc.
+## Copyright (C) 2007-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/tests/misc/help-version.sh b/tests/misc/help-version.sh
index 5446f8a7..6781216e 100755
--- a/tests/misc/help-version.sh
+++ b/tests/misc/help-version.sh
@@ -2,7 +2,7 @@
# Make sure all of these programs work properly
# when invoked with --help or --version.
-# Copyright (C) 2019-2024 Free Software Foundation, Inc.
+# Copyright (C) 2019-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/tests/other-fs-tmpdir b/tests/other-fs-tmpdir
index c27b2e7b..5be28188 100644
--- a/tests/other-fs-tmpdir
+++ b/tests/other-fs-tmpdir
@@ -4,7 +4,7 @@
# of the current directory. If one is found, create a temporary directory
# inside it.
-# Copyright (C) 1998-2024 Free Software Foundation, Inc.
+# Copyright (C) 1998-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/tests/sample-test b/tests/sample-test
index e92fcec7..eb9573c3 100755
--- a/tests/sample-test
+++ b/tests/sample-test
@@ -1,7 +1,7 @@
#!/bin/sh
# FIXME
-# Copyright (C) 2024 Free Software Foundation, Inc.
+# Copyright (C) 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/tests/xargs/conflicting_opts.sh b/tests/xargs/conflicting_opts.sh
index 3f869ddf..2acd0d59 100755
--- a/tests/xargs/conflicting_opts.sh
+++ b/tests/xargs/conflicting_opts.sh
@@ -2,7 +2,7 @@
# Test mutually exclusive options --max-args, --max-lines, --replace, and
# their short-option aliases (-L, -l -I -i -n).
-# Copyright (C) 2021-2024 Free Software Foundation, Inc.
+# Copyright (C) 2021-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/tests/xargs/test-sigusr.c b/tests/xargs/test-sigusr.c
index 49e08fb0..81687501 100644
--- a/tests/xargs/test-sigusr.c
+++ b/tests/xargs/test-sigusr.c
@@ -1,5 +1,5 @@
/* test-sigusr -- Verify that xargs SIGUSR1/SIGUSR2 handling is correct.
- Copyright (C) 2024 Free Software Foundation, Inc.
+ Copyright (C) 2024-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/tests/xargs/verbose-quote.sh b/tests/xargs/verbose-quote.sh
index 4c162df2..ba0bf145 100755
--- a/tests/xargs/verbose-quote.sh
+++ b/tests/xargs/verbose-quote.sh
@@ -1,7 +1,7 @@
#!/bin/sh
# Verify that 'xargs -t' quotes the command properly when needed.
-# Copyright (C) 2019-2024 Free Software Foundation, Inc.
+# Copyright (C) 2019-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/xargs/Makefile.am b/xargs/Makefile.am
index 1a83c7e0..ddf2091c 100644
--- a/xargs/Makefile.am
+++ b/xargs/Makefile.am
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2024 Free Software Foundation, Inc.
+## Copyright (C) 1996-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/xargs/testsuite/Makefile.am b/xargs/testsuite/Makefile.am
index 964d1fdd..b7aadc9e 100644
--- a/xargs/testsuite/Makefile.am
+++ b/xargs/testsuite/Makefile.am
@@ -1,4 +1,4 @@
-# Copyright (C) 2001-2024 Free Software Foundation, Inc.
+# Copyright (C) 2001-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/xargs/testsuite/config/unix.exp b/xargs/testsuite/config/unix.exp
index aa4c3faa..6882d754 100644
--- a/xargs/testsuite/config/unix.exp
+++ b/xargs/testsuite/config/unix.exp
@@ -1,6 +1,6 @@
# -*- TCL -*-
# Test-specific TCL procedures required by DejaGNU.
-# Copyright (C) 1994-2024 Free Software Foundation, Inc.
+# Copyright (C) 1994-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/xargs/xargs.1 b/xargs/xargs.1
index 4e506391..d238cfc0 100644
--- a/xargs/xargs.1
+++ b/xargs/xargs.1
@@ -585,7 +585,7 @@ mailing list:
.RE
.
.SH COPYRIGHT
-Copyright \(co 1990\(en2024 Free Software Foundation, Inc.
+Copyright \(co 1990\(en2025 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <https://gnu.org/licenses/gpl.html>.
.br
This is free software: you are free to change and redistribute it.
diff --git a/xargs/xargs.c b/xargs/xargs.c
index c1963b19..e9263cef 100644
--- a/xargs/xargs.c
+++ b/xargs/xargs.c
@@ -1,5 +1,5 @@
/* xargs -- build and execute command lines from standard input
- Copyright (C) 1990-2024 Free Software Foundation, Inc.
+ Copyright (C) 1990-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
--
2.47.1