]> Savannah Git Hosting - gnulib.git/commitdiff
maint: update copyrights by hand
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 1 Jan 2025 19:31:58 +0000 (11:31 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 1 Jan 2025 22:53:03 +0000 (14:53 -0800)
This fixes some copyright dates that were not updated
correctly by "make update-copyright".

24 files changed:
build-aux/config.libpath
build-aux/config.rpath
build-aux/declared.sh
build-aux/install-reloc
build-aux/libtool-reloc
build-aux/reloc-ldflags
lib/crc-generate-table.c
lib/gen-uni-tables.c
lib/git-merge-changelog.c
pygnulib/__init__.py
tests/from-glibc/tst-stdc_bit_ceil.c
tests/from-glibc/tst-stdc_bit_floor.c
tests/from-glibc/tst-stdc_bit_width.c
tests/from-glibc/tst-stdc_count_ones.c
tests/from-glibc/tst-stdc_count_zeros.c
tests/from-glibc/tst-stdc_first_leading_one.c
tests/from-glibc/tst-stdc_first_leading_zero.c
tests/from-glibc/tst-stdc_first_trailing_one.c
tests/from-glibc/tst-stdc_first_trailing_zero.c
tests/from-glibc/tst-stdc_has_single_bit.c
tests/from-glibc/tst-stdc_leading_ones.c
tests/from-glibc/tst-stdc_leading_zeros.c
tests/from-glibc/tst-stdc_trailing_ones.c
tests/from-glibc/tst-stdc_trailing_zeros.c

index 4abbac87ac4787776b8e59912a00b3895f438aa7..cd2baec51202088c1ea268b3e5f8f8361fe06c27 100755 (executable)
@@ -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."
index f5ce61dfeb9bc511786e340ad9eb8f55087e1cd4..43dc3042de2a4bf288baa42f6f3b736e0f7c25f8 100755 (executable)
@@ -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."
index 0e89e71da7e38c1c846ac3fdf9be1b4838dca3e6..0c080d0e45f3b101e3e1900526e05a374b0bdbcb 100755 (executable)
@@ -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."
index 6f4090f51d8f5333baed7f85e8e42f83db95794f..ebb5e4f75f6ec5dd606fa8f263f32ef609d2cc8b 100755 (executable)
@@ -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."
index 43419f8407a934db7a79ae5c43a5ff6922d20ef4..cf6e90e4165beb205304a4462f8cbf0535530229 100755 (executable)
@@ -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."
index 00e6b107f32dd7090a523634a7cfd3e34552b4d9..902e034dbb0c0f49fc2b0aeb220b922b4edc199a 100755 (executable)
@@ -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."
index 7bf949661f04996f0991400d97564a5e9572b125..86989022bdb7bd1f3a3052a066d892d98abac368 100644 (file)
@@ -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");
index 3c6076b1b04f7857c5ff0e2270f7b9021b5ab05a..ff515854e02208fde7ccb7c8b2cfb84cf6f96f04 100644 (file)
@@ -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");
index 60754c83671633d3dee3d54db99fc7ecfe73553b..74b6a5b63a54695e3e0b4131e3f749e1fbbfca72 100644 (file)
@@ -1,5 +1,5 @@
 /* git-merge-changelog - git "merge" driver for GNU style ChangeLog files.
-   Copyright (C) 2008-2024 Bruno Haible <bruno@clisp.org>
+   Copyright (C) 2008-2025 Bruno Haible <bruno@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
index fe06a46aa18a370a41feaa3db93ee6b6fb73d5e4..fa28627a9ff3a5597894bc832109424006d845c6 100644 (file)
@@ -30,7 +30,7 @@ coding standards, the GNU maintainer information, the GPL and other licenses (in
 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',
index 9f2f327a3ab8df32cb3f3d0a0b9af3223e322414..a49e9fd42638b7ff45e0ddddc76e35e2176f9d4c 100644 (file)
@@ -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
index 3f1d0537fd04a28a88095b319f1314f8bd48b9b7..004c07ad7ca628b4419d39c0512b0fe0c2f6505c 100644 (file)
@@ -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
index b3bb6f6818ed2b396550920ea66a15350e5f19d3..beaaae7e63f5b4896de45372614b81d75a13b1af 100644 (file)
@@ -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
index 8f8e3a72331a52f3e47c0dd478695214e94ddd04..4a37374c121fa0e7c760e8104769a186a13c1432 100644 (file)
@@ -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
index cb72c83e1a7e88bcb9e163ad665c9b6f3e9dd501..2e337f6be660774cd31834d2bc54c929f6456a49 100644 (file)
@@ -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
index 63f24bd5fe8ca6c499bdbc38023c1310cfcd403e..ca8fa61bbe841eb6cceaa502ca0b447b0a25c80c 100644 (file)
@@ -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
index b9d11677e317a6438382494e24dddd1bb22664e9..d8be887f0ff420bb721e9c2ed81dd3e561de8ced 100644 (file)
@@ -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
index d4eeb22e0ab6e1056170ed129d3925dde99ada72..d158418cd3113dd0670267458074f02ca53258c6 100644 (file)
@@ -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
index 4a804e2d5fa1283ac7b7bbef51aa9a949a16a2f6..ed980c134fb45e2ee464580d19821e85fe2615d4 100644 (file)
@@ -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
index 2a2c855825601fcc57e30414ac4beeb9387e2b97..165ab388336d3ee848b88a8514da66cb4c46cdb3 100644 (file)
@@ -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
index 8d8ccd5ecf639211330874963952a1093e7be40a..a7525debfe7e3bc5a88128306717d44b328f4512 100644 (file)
@@ -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
index 3452908d5b882dca3232876a1e30a8e8f94d03eb..f3be66e1130398f49059a8f30e4f3d4d0fff52cd 100644 (file)
@@ -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
index 6fcd9d8000195abe12b730f6894026248689e662..698982f102e89b4ed6c299292ce9966100583d4b 100644 (file)
@@ -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
index a7664ee5bb19a3aaf4f269fae61e4dddd1f01bb4..b655851328d02730b855b4eaa7bf6942f21207d4 100644 (file)
@@ -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