This fixes some copyright dates that were not updated correctly by "make update-copyright". --- build-aux/config.libpath | 2 +- build-aux/config.rpath | 2 +- build-aux/declared.sh | 2 +- build-aux/install-reloc | 2 +- build-aux/libtool-reloc | 2 +- build-aux/reloc-ldflags | 2 +- lib/crc-generate-table.c | 2 +- lib/gen-uni-tables.c | 70 +++++++++---------- lib/git-merge-changelog.c | 2 +- pygnulib/__init__.py | 2 +- tests/from-glibc/tst-stdc_bit_ceil.c | 2 +- tests/from-glibc/tst-stdc_bit_floor.c | 2 +- tests/from-glibc/tst-stdc_bit_width.c | 2 +- tests/from-glibc/tst-stdc_count_ones.c | 2 +- tests/from-glibc/tst-stdc_count_zeros.c | 2 +- tests/from-glibc/tst-stdc_first_leading_one.c | 2 +- .../from-glibc/tst-stdc_first_leading_zero.c | 2 +- .../from-glibc/tst-stdc_first_trailing_one.c | 2 +- .../from-glibc/tst-stdc_first_trailing_zero.c | 2 +- tests/from-glibc/tst-stdc_has_single_bit.c | 2 +- tests/from-glibc/tst-stdc_leading_ones.c | 2 +- tests/from-glibc/tst-stdc_leading_zeros.c | 2 +- tests/from-glibc/tst-stdc_trailing_ones.c | 2 +- tests/from-glibc/tst-stdc_trailing_zeros.c | 2 +- 24 files changed, 58 insertions(+), 58 deletions(-)
diff --git a/build-aux/config.libpath b/build-aux/config.libpath index 4abbac87ac..cd2baec512 100755 --- a/build-aux/config.libpath +++ b/build-aux/config.libpath @@ -58,7 +58,7 @@ Send patches and bug reports to <bug-gnulib@gnu.org>." func_version () { echo "config.libpath (GNU gnulib, module relocatable-prog)" - echo "Copyright (C) 2024 Free Software Foundation, Inc. + echo "Copyright (C) 2025 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later <https://gnu.org/licenses/gpl.html> This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law." diff --git a/build-aux/config.rpath b/build-aux/config.rpath index f5ce61dfeb..43dc3042de 100755 --- a/build-aux/config.rpath +++ b/build-aux/config.rpath @@ -49,7 +49,7 @@ Send patches and bug reports to <bug-gnulib@gnu.org>." func_version () { echo "config.rpath (GNU gnulib, module havelib)" - echo "Copyright (C) 2024 Free Software Foundation, Inc. + echo "Copyright (C) 2025 Free Software Foundation, Inc. License: All-Permissive. This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law." diff --git a/build-aux/declared.sh b/build-aux/declared.sh index 0e89e71da7..0c080d0e45 100755 --- a/build-aux/declared.sh +++ b/build-aux/declared.sh @@ -47,7 +47,7 @@ Send patches and bug reports to <bug-gnulib@gnu.org>." func_version () { echo "declared.sh (GNU gnulib)" - echo "Copyright (C) 2024 Free Software Foundation, Inc. + echo "Copyright (C) 2025 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later <https://gnu.org/licenses/gpl.html> This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law." diff --git a/build-aux/install-reloc b/build-aux/install-reloc index 6f4090f51d..ebb5e4f75f 100755 --- a/build-aux/install-reloc +++ b/build-aux/install-reloc @@ -77,7 +77,7 @@ Send patches and bug reports to <bug-gnulib@gnu.org>." func_version () { echo "install-reloc (GNU gnulib, module relocatable-prog-wrapper)" - echo "Copyright (C) 2024 Free Software Foundation, Inc. + echo "Copyright (C) 2025 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later <https://gnu.org/licenses/gpl.html> This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law." diff --git a/build-aux/libtool-reloc b/build-aux/libtool-reloc index 43419f8407..cf6e90e416 100755 --- a/build-aux/libtool-reloc +++ b/build-aux/libtool-reloc @@ -37,7 +37,7 @@ Send patches and bug reports to <bug-gnulib@gnu.org>." func_version () { echo "libtool-reloc (GNU gnulib, module relocatable-prog)" - echo "Copyright (C) 2024 Free Software Foundation, Inc. + echo "Copyright (C) 2025 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later <https://gnu.org/licenses/gpl.html> This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law." diff --git a/build-aux/reloc-ldflags b/build-aux/reloc-ldflags index 00e6b107f3..902e034dbb 100755 --- a/build-aux/reloc-ldflags +++ b/build-aux/reloc-ldflags @@ -58,7 +58,7 @@ Send patches and bug reports to <bug-gnulib@gnu.org>." func_version () { echo "reloc-ldflags (GNU gnulib, relocatable-prog)" - echo "Copyright (C) 2024 Free Software Foundation, Inc. + echo "Copyright (C) 2025 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later <https://gnu.org/licenses/gpl.html> This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law." diff --git a/lib/crc-generate-table.c b/lib/crc-generate-table.c index 7bf949661f..86989022bd 100644 --- a/lib/crc-generate-table.c +++ b/lib/crc-generate-table.c @@ -101,7 +101,7 @@ print_copyright_notice (FILE * stream) fprintf (stream, "/* DO NOT EDIT! GENERATED AUTOMATICALLY! */\n"); fprintf (stream, "/* crc.c -- cyclic redundancy checks\n"); fprintf (stream, - "Copyright (C) 2005-2006, 2009-2024 Free Software Foundation, Inc.\n"); + "Copyright (C) 2005-2006, 2009-2025 Free Software Foundation, Inc.\n"); fprintf (stream, "\n"); fprintf (stream, "This file is free software: you can redistribute it and/or modify\n"); diff --git a/lib/gen-uni-tables.c b/lib/gen-uni-tables.c index 3c6076b1b0..ff515854e0 100644 --- a/lib/gen-uni-tables.c +++ b/lib/gen-uni-tables.c @@ -708,7 +708,7 @@ output_predicate_test (const char *filename, bool (*predicate) (unsigned int), c fprintf (stream, "/* DO NOT EDIT! GENERATED AUTOMATICALLY! */\n"); fprintf (stream, "/* Test the Unicode character type functions.\n"); - fprintf (stream, " Copyright (C) 2007-2024 Free Software Foundation, Inc.\n"); + fprintf (stream, " Copyright (C) 2007-2025 Free Software Foundation, Inc.\n"); fprintf (stream, "\n"); output_tests_license (stream); fprintf (stream, "\n"); @@ -772,7 +772,7 @@ output_predicate (const char *filename, bool (*predicate) (unsigned int), const version); fprintf (stream, "\n"); - fprintf (stream, "/* Copyright (C) 2000-2024 Free Software Foundation, Inc.\n"); + fprintf (stream, "/* Copyright (C) 2000-2025 Free Software Foundation, Inc.\n"); fprintf (stream, "\n"); output_library_license (stream, strcmp (filename, "unictype/categ_M.h") == 0 @@ -1088,7 +1088,7 @@ output_category (const char *filename, const char *version) version); fprintf (stream, "\n"); - fprintf (stream, "/* Copyright (C) 2000-2024 Free Software Foundation, Inc.\n"); + fprintf (stream, "/* Copyright (C) 2000-2025 Free Software Foundation, Inc.\n"); fprintf (stream, "\n"); output_library_license (stream, true); fprintf (stream, "\n"); @@ -1261,7 +1261,7 @@ output_combclass (const char *filename, const char *version) version); fprintf (stream, "\n"); - fprintf (stream, "/* Copyright (C) 2000-2024 Free Software Foundation, Inc.\n"); + fprintf (stream, "/* Copyright (C) 2000-2025 Free Software Foundation, Inc.\n"); fprintf (stream, "\n"); output_library_license (stream, true); fprintf (stream, "\n"); @@ -1635,7 +1635,7 @@ output_bidi_category (const char *filename, const char *version) version); fprintf (stream, "\n"); - fprintf (stream, "/* Copyright (C) 2000-2024 Free Software Foundation, Inc.\n"); + fprintf (stream, "/* Copyright (C) 2000-2025 Free Software Foundation, Inc.\n"); fprintf (stream, "\n"); output_library_license (stream, true); fprintf (stream, "\n"); @@ -1800,7 +1800,7 @@ output_decimal_digit_test (const char *filename, const char *version) version); fprintf (stream, "\n"); - fprintf (stream, "/* Copyright (C) 2000-2024 Free Software Foundation, Inc.\n"); + fprintf (stream, "/* Copyright (C) 2000-2025 Free Software Foundation, Inc.\n"); fprintf (stream, "\n"); output_tests_license (stream); fprintf (stream, "\n"); @@ -1852,7 +1852,7 @@ output_decimal_digit (const char *filename, const char *version) version); fprintf (stream, "\n"); - fprintf (stream, "/* Copyright (C) 2000-2024 Free Software Foundation, Inc.\n"); + fprintf (stream, "/* Copyright (C) 2000-2025 Free Software Foundation, Inc.\n"); fprintf (stream, "\n"); output_library_license (stream, false); fprintf (stream, "\n"); @@ -1997,7 +1997,7 @@ output_digit_test (const char *filename, const char *version) version); fprintf (stream, "\n"); - fprintf (stream, "/* Copyright (C) 2000-2024 Free Software Foundation, Inc.\n"); + fprintf (stream, "/* Copyright (C) 2000-2025 Free Software Foundation, Inc.\n"); fprintf (stream, "\n"); output_tests_license (stream); fprintf (stream, "\n"); @@ -2049,7 +2049,7 @@ output_digit (const char *filename, const char *version) version); fprintf (stream, "\n"); - fprintf (stream, "/* Copyright (C) 2000-2024 Free Software Foundation, Inc.\n"); + fprintf (stream, "/* Copyright (C) 2000-2025 Free Software Foundation, Inc.\n"); fprintf (stream, "\n"); output_library_license (stream, false); fprintf (stream, "\n"); @@ -2211,7 +2211,7 @@ output_numeric_test (const char *filename, const char *version) version); fprintf (stream, "\n"); - fprintf (stream, "/* Copyright (C) 2000-2024 Free Software Foundation, Inc.\n"); + fprintf (stream, "/* Copyright (C) 2000-2025 Free Software Foundation, Inc.\n"); fprintf (stream, "\n"); output_tests_license (stream); fprintf (stream, "\n"); @@ -2273,7 +2273,7 @@ output_numeric (const char *filename, const char *version) version); fprintf (stream, "\n"); - fprintf (stream, "/* Copyright (C) 2000-2024 Free Software Foundation, Inc.\n"); + fprintf (stream, "/* Copyright (C) 2000-2025 Free Software Foundation, Inc.\n"); fprintf (stream, "\n"); output_library_license (stream, false); fprintf (stream, "\n"); @@ -2665,7 +2665,7 @@ output_mirror (const char *filename, const char *version) version); fprintf (stream, "\n"); - fprintf (stream, "/* Copyright (C) 2000-2024 Free Software Foundation, Inc.\n"); + fprintf (stream, "/* Copyright (C) 2000-2025 Free Software Foundation, Inc.\n"); fprintf (stream, "\n"); output_library_license (stream, false); fprintf (stream, "\n"); @@ -4122,7 +4122,7 @@ output_indic_conjunct_break_test (const char *filename, const char *version) version); fprintf (stream, "\n"); - fprintf (stream, "/* Copyright (C) 2000-2024 Free Software Foundation, Inc.\n"); + fprintf (stream, "/* Copyright (C) 2000-2025 Free Software Foundation, Inc.\n"); fprintf (stream, "\n"); output_tests_license (stream); fprintf (stream, "\n"); @@ -4179,7 +4179,7 @@ output_indic_conjunct_break (const char *filename, const char *version) version); fprintf (stream, "\n"); - fprintf (stream, "/* Copyright (C) 2000-2024 Free Software Foundation, Inc.\n"); + fprintf (stream, "/* Copyright (C) 2000-2025 Free Software Foundation, Inc.\n"); fprintf (stream, "\n"); output_library_license (stream, false); fprintf (stream, "\n"); @@ -4655,7 +4655,7 @@ output_joining_type_test (const char *filename, const char *version) version); fprintf (stream, "\n"); - fprintf (stream, "/* Copyright (C) 2000-2024 Free Software Foundation, Inc.\n"); + fprintf (stream, "/* Copyright (C) 2000-2025 Free Software Foundation, Inc.\n"); fprintf (stream, "\n"); output_tests_license (stream); fprintf (stream, "\n"); @@ -4713,7 +4713,7 @@ output_joining_type (const char *filename, const char *version) version); fprintf (stream, "\n"); - fprintf (stream, "/* Copyright (C) 2000-2024 Free Software Foundation, Inc.\n"); + fprintf (stream, "/* Copyright (C) 2000-2025 Free Software Foundation, Inc.\n"); fprintf (stream, "\n"); output_library_license (stream, true); fprintf (stream, "\n"); @@ -4965,7 +4965,7 @@ output_joining_group_test (const char *filename, const char *version) version); fprintf (stream, "\n"); - fprintf (stream, "/* Copyright (C) 2000-2024 Free Software Foundation, Inc.\n"); + fprintf (stream, "/* Copyright (C) 2000-2025 Free Software Foundation, Inc.\n"); fprintf (stream, "\n"); output_tests_license (stream); fprintf (stream, "\n"); @@ -5023,7 +5023,7 @@ output_joining_group (const char *filename, const char *version) version); fprintf (stream, "\n"); - fprintf (stream, "/* Copyright (C) 2000-2024 Free Software Foundation, Inc.\n"); + fprintf (stream, "/* Copyright (C) 2000-2025 Free Software Foundation, Inc.\n"); fprintf (stream, "\n"); output_library_license (stream, false); fprintf (stream, "\n"); @@ -5261,7 +5261,7 @@ output_scripts (const char *version) version); fprintf (stream, "\n"); - fprintf (stream, "/* Copyright (C) 2000-2024 Free Software Foundation, Inc.\n"); + fprintf (stream, "/* Copyright (C) 2000-2025 Free Software Foundation, Inc.\n"); fprintf (stream, "\n"); output_library_license (stream, true); fprintf (stream, "\n"); @@ -5446,7 +5446,7 @@ output_scripts_byname (const char *version) version); fprintf (stream, "\n"); - fprintf (stream, "/* Copyright (C) 2000-2024 Free Software Foundation, Inc.\n"); + fprintf (stream, "/* Copyright (C) 2000-2025 Free Software Foundation, Inc.\n"); fprintf (stream, "\n"); output_library_license (stream, true); fprintf (stream, "\n"); @@ -5593,7 +5593,7 @@ output_blocks (const char *version) version); fprintf (stream, "\n"); - fprintf (stream, "/* Copyright (C) 2000-2024 Free Software Foundation, Inc.\n"); + fprintf (stream, "/* Copyright (C) 2000-2025 Free Software Foundation, Inc.\n"); fprintf (stream, "\n"); output_library_license (stream, false); fprintf (stream, "\n"); @@ -6016,7 +6016,7 @@ output_ident_category (const char *filename, int (*predicate) (unsigned int), co version); fprintf (stream, "\n"); - fprintf (stream, "/* Copyright (C) 2000-2024 Free Software Foundation, Inc.\n"); + fprintf (stream, "/* Copyright (C) 2000-2025 Free Software Foundation, Inc.\n"); fprintf (stream, "\n"); output_library_license (stream, false); fprintf (stream, "\n"); @@ -6855,7 +6855,7 @@ output_nonspacing_property (const char *filename, const char *version) version); fprintf (stream, "\n"); - fprintf (stream, "/* Copyright (C) 2000-2024 Free Software Foundation, Inc.\n"); + fprintf (stream, "/* Copyright (C) 2000-2025 Free Software Foundation, Inc.\n"); fprintf (stream, "\n"); output_library_license (stream, true); fprintf (stream, "\n"); @@ -9167,7 +9167,7 @@ output_lbrk_tables (const char *filename1, const char *filename2, const char *ve version); fprintf (stream, "\n"); - fprintf (stream, "/* Copyright (C) 2000-2024 Free Software Foundation, Inc.\n"); + fprintf (stream, "/* Copyright (C) 2000-2025 Free Software Foundation, Inc.\n"); fprintf (stream, "\n"); output_library_license (stream, false); fprintf (stream, "\n"); @@ -9203,7 +9203,7 @@ output_lbrk_rules_as_tables (const char *filename, const char *version) version); fprintf (stream, "\n"); - fprintf (stream, "/* Copyright (C) 2001-2024 Free Software Foundation, Inc.\n"); + fprintf (stream, "/* Copyright (C) 2001-2025 Free Software Foundation, Inc.\n"); fprintf (stream, "\n"); output_library_license (stream, false); fprintf (stream, "\n"); @@ -10111,7 +10111,7 @@ output_wbrk_tables (const char *filename, const char *version) version); fprintf (stream, "\n"); - fprintf (stream, "/* Copyright (C) 2000-2024 Free Software Foundation, Inc.\n"); + fprintf (stream, "/* Copyright (C) 2000-2025 Free Software Foundation, Inc.\n"); fprintf (stream, "\n"); output_library_license (stream, false); fprintf (stream, "\n"); @@ -10181,7 +10181,7 @@ output_gbp_test (const char *filename) fprintf (stream, "/* DO NOT EDIT! GENERATED AUTOMATICALLY! */\n"); fprintf (stream, "/* Test the Unicode grapheme break property functions.\n"); - fprintf (stream, " Copyright (C) 2010-2024 Free Software Foundation, Inc.\n"); + fprintf (stream, " Copyright (C) 2010-2025 Free Software Foundation, Inc.\n"); fprintf (stream, "\n"); output_tests_license (stream); fprintf (stream, "\n"); @@ -10258,7 +10258,7 @@ output_gbp_table (const char *filename, const char *version) version); fprintf (stream, "\n"); - fprintf (stream, "/* Copyright (C) 2000-2024 Free Software Foundation, Inc.\n"); + fprintf (stream, "/* Copyright (C) 2000-2025 Free Software Foundation, Inc.\n"); fprintf (stream, "\n"); output_library_license (stream, false); fprintf (stream, "\n"); @@ -10744,7 +10744,7 @@ output_decomposition_tables (const char *filename1, const char *filename2, const version); fprintf (stream, "\n"); - fprintf (stream, "/* Copyright (C) 2000-2024 Free Software Foundation, Inc.\n"); + fprintf (stream, "/* Copyright (C) 2000-2025 Free Software Foundation, Inc.\n"); fprintf (stream, "\n"); output_library_license (stream, true); fprintf (stream, "\n"); @@ -10888,7 +10888,7 @@ output_composition_tables (const char *filename, const char *filename2, version); fprintf (stream, "\n"); - fprintf (stream, "/* Copyright (C) 2009-2024 Free Software Foundation, Inc.\n"); + fprintf (stream, "/* Copyright (C) 2009-2025 Free Software Foundation, Inc.\n"); fprintf (stream, "\n"); output_library_license (stream, true); fprintf (stream, "\n"); @@ -10981,7 +10981,7 @@ output_composition_tables (const char *filename, const char *filename2, version); fprintf (stream, "\n"); - fprintf (stream, "/* Copyright (C) 2009-2024 Free Software Foundation, Inc.\n"); + fprintf (stream, "/* Copyright (C) 2009-2025 Free Software Foundation, Inc.\n"); fprintf (stream, "\n"); output_library_license (stream, true); fprintf (stream, "\n"); @@ -11023,7 +11023,7 @@ output_simple_mapping_test (const char *filename, fprintf (stream, "/* DO NOT EDIT! GENERATED AUTOMATICALLY! */\n"); fprintf (stream, "/* Test the Unicode character mapping functions.\n"); - fprintf (stream, " Copyright (C) 2009-2024 Free Software Foundation, Inc.\n"); + fprintf (stream, " Copyright (C) 2009-2025 Free Software Foundation, Inc.\n"); fprintf (stream, "\n"); output_tests_license (stream); fprintf (stream, "\n"); @@ -11093,7 +11093,7 @@ output_simple_mapping (const char *filename, version); fprintf (stream, "\n"); - fprintf (stream, "/* Copyright (C) 2000-2024 Free Software Foundation, Inc.\n"); + fprintf (stream, "/* Copyright (C) 2000-2025 Free Software Foundation, Inc.\n"); fprintf (stream, "\n"); output_library_license (stream, strcmp (filename, "unicase/tolower.h") == 0 @@ -11808,7 +11808,7 @@ output_casing_rules (const char *filename, const char *version) version); fprintf (stream, "\n"); - fprintf (stream, "/* Copyright (C) 2000-2024 Free Software Foundation, Inc.\n"); + fprintf (stream, "/* Copyright (C) 2000-2025 Free Software Foundation, Inc.\n"); fprintf (stream, "\n"); output_library_license (stream, false); fprintf (stream, "\n"); @@ -12039,7 +12039,7 @@ output_version (const char *filename, const char *version) version); fprintf (stream, "\n"); - fprintf (stream, "/* Copyright (C) 2024 Free Software Foundation, Inc.\n"); + fprintf (stream, "/* Copyright (C) 2025 Free Software Foundation, Inc.\n"); fprintf (stream, "\n"); output_library_license (stream, false); fprintf (stream, "\n"); diff --git a/lib/git-merge-changelog.c b/lib/git-merge-changelog.c index 60754c8367..74b6a5b63a 100644 --- a/lib/git-merge-changelog.c +++ b/lib/git-merge-changelog.c @@ -1,5 +1,5 @@ /* git-merge-changelog - git "merge" driver for GNU style ChangeLog files. - Copyright (C) 2008-2024 Bruno Haible <br...@clisp.org> + Copyright (C) 2008-2025 Bruno Haible <br...@clisp.org> This file is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published diff --git a/pygnulib/__init__.py b/pygnulib/__init__.py index fe06a46aa1..fa28627a9f 100644 --- a/pygnulib/__init__.py +++ b/pygnulib/__init__.py @@ -30,7 +30,7 @@ Texinfo), assorted configuration scripts, and more. The goal is to provide all the common infrastructure needed by GNU packages.''' -__copyright__ = '2002-2024 Free Software Foundation, Inc.' +__copyright__ = '2002-2025 Free Software Foundation, Inc.' __author__ = \ [ 'Bruno Haible', diff --git a/tests/from-glibc/tst-stdc_bit_ceil.c b/tests/from-glibc/tst-stdc_bit_ceil.c index 9f2f327a3a..a49e9fd426 100644 --- a/tests/from-glibc/tst-stdc_bit_ceil.c +++ b/tests/from-glibc/tst-stdc_bit_ceil.c @@ -1,5 +1,5 @@ /* Test stdc_bit_ceil functions and macros. - Copyright (C) 2024 Free Software Foundation, Inc. + Copyright (C) 2024-2025 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/tests/from-glibc/tst-stdc_bit_floor.c b/tests/from-glibc/tst-stdc_bit_floor.c index 3f1d0537fd..004c07ad7c 100644 --- a/tests/from-glibc/tst-stdc_bit_floor.c +++ b/tests/from-glibc/tst-stdc_bit_floor.c @@ -1,5 +1,5 @@ /* Test stdc_bit_floor functions and macros. - Copyright (C) 2024 Free Software Foundation, Inc. + Copyright (C) 2024-2025 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/tests/from-glibc/tst-stdc_bit_width.c b/tests/from-glibc/tst-stdc_bit_width.c index b3bb6f6818..beaaae7e63 100644 --- a/tests/from-glibc/tst-stdc_bit_width.c +++ b/tests/from-glibc/tst-stdc_bit_width.c @@ -1,5 +1,5 @@ /* Test stdc_bit_width functions and macros. - Copyright (C) 2024 Free Software Foundation, Inc. + Copyright (C) 2024-2025 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/tests/from-glibc/tst-stdc_count_ones.c b/tests/from-glibc/tst-stdc_count_ones.c index 8f8e3a7233..4a37374c12 100644 --- a/tests/from-glibc/tst-stdc_count_ones.c +++ b/tests/from-glibc/tst-stdc_count_ones.c @@ -1,5 +1,5 @@ /* Test stdc_count_ones functions and macros. - Copyright (C) 2024 Free Software Foundation, Inc. + Copyright (C) 2024-2025 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/tests/from-glibc/tst-stdc_count_zeros.c b/tests/from-glibc/tst-stdc_count_zeros.c index cb72c83e1a..2e337f6be6 100644 --- a/tests/from-glibc/tst-stdc_count_zeros.c +++ b/tests/from-glibc/tst-stdc_count_zeros.c @@ -1,5 +1,5 @@ /* Test stdc_count_zeros functions and macros. - Copyright (C) 2024 Free Software Foundation, Inc. + Copyright (C) 2024-2025 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/tests/from-glibc/tst-stdc_first_leading_one.c b/tests/from-glibc/tst-stdc_first_leading_one.c index 63f24bd5fe..ca8fa61bbe 100644 --- a/tests/from-glibc/tst-stdc_first_leading_one.c +++ b/tests/from-glibc/tst-stdc_first_leading_one.c @@ -1,5 +1,5 @@ /* Test stdc_first_leading_one functions and macros. - Copyright (C) 2024 Free Software Foundation, Inc. + Copyright (C) 2024-2025 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/tests/from-glibc/tst-stdc_first_leading_zero.c b/tests/from-glibc/tst-stdc_first_leading_zero.c index b9d11677e3..d8be887f0f 100644 --- a/tests/from-glibc/tst-stdc_first_leading_zero.c +++ b/tests/from-glibc/tst-stdc_first_leading_zero.c @@ -1,5 +1,5 @@ /* Test stdc_first_leading_zero functions and macros. - Copyright (C) 2024 Free Software Foundation, Inc. + Copyright (C) 2024-2025 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/tests/from-glibc/tst-stdc_first_trailing_one.c b/tests/from-glibc/tst-stdc_first_trailing_one.c index d4eeb22e0a..d158418cd3 100644 --- a/tests/from-glibc/tst-stdc_first_trailing_one.c +++ b/tests/from-glibc/tst-stdc_first_trailing_one.c @@ -1,5 +1,5 @@ /* Test stdc_first_trailing_one functions and macros. - Copyright (C) 2024 Free Software Foundation, Inc. + Copyright (C) 2024-2025 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/tests/from-glibc/tst-stdc_first_trailing_zero.c b/tests/from-glibc/tst-stdc_first_trailing_zero.c index 4a804e2d5f..ed980c134f 100644 --- a/tests/from-glibc/tst-stdc_first_trailing_zero.c +++ b/tests/from-glibc/tst-stdc_first_trailing_zero.c @@ -1,5 +1,5 @@ /* Test stdc_first_trailing_zero functions and macros. - Copyright (C) 2024 Free Software Foundation, Inc. + Copyright (C) 2024-2025 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/tests/from-glibc/tst-stdc_has_single_bit.c b/tests/from-glibc/tst-stdc_has_single_bit.c index 2a2c855825..165ab38833 100644 --- a/tests/from-glibc/tst-stdc_has_single_bit.c +++ b/tests/from-glibc/tst-stdc_has_single_bit.c @@ -1,5 +1,5 @@ /* Test stdc_has_single_bit functions and macros. - Copyright (C) 2024 Free Software Foundation, Inc. + Copyright (C) 2024-2025 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/tests/from-glibc/tst-stdc_leading_ones.c b/tests/from-glibc/tst-stdc_leading_ones.c index 8d8ccd5ecf..a7525debfe 100644 --- a/tests/from-glibc/tst-stdc_leading_ones.c +++ b/tests/from-glibc/tst-stdc_leading_ones.c @@ -1,5 +1,5 @@ /* Test stdc_leading_ones functions and macros. - Copyright (C) 2024 Free Software Foundation, Inc. + Copyright (C) 2024-2025 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/tests/from-glibc/tst-stdc_leading_zeros.c b/tests/from-glibc/tst-stdc_leading_zeros.c index 3452908d5b..f3be66e113 100644 --- a/tests/from-glibc/tst-stdc_leading_zeros.c +++ b/tests/from-glibc/tst-stdc_leading_zeros.c @@ -1,5 +1,5 @@ /* Test stdc_leading_zeros functions and macros. - Copyright (C) 2024 Free Software Foundation, Inc. + Copyright (C) 2024-2025 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/tests/from-glibc/tst-stdc_trailing_ones.c b/tests/from-glibc/tst-stdc_trailing_ones.c index 6fcd9d8000..698982f102 100644 --- a/tests/from-glibc/tst-stdc_trailing_ones.c +++ b/tests/from-glibc/tst-stdc_trailing_ones.c @@ -1,5 +1,5 @@ /* Test stdc_trailing_ones functions and macros. - Copyright (C) 2024 Free Software Foundation, Inc. + Copyright (C) 2024-2025 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/tests/from-glibc/tst-stdc_trailing_zeros.c b/tests/from-glibc/tst-stdc_trailing_zeros.c index a7664ee5bb..b655851328 100644 --- a/tests/from-glibc/tst-stdc_trailing_zeros.c +++ b/tests/from-glibc/tst-stdc_trailing_zeros.c @@ -1,5 +1,5 @@ /* Test stdc_trailing_zeros functions and macros. - Copyright (C) 2024 Free Software Foundation, Inc. + Copyright (C) 2024-2025 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or -- 2.45.2