about summary refs log tree commit diff
path: root/benchtests
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2024-01-01 10:12:26 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2024-01-01 10:53:40 -0800
commitdff8da6b3e89b986bb7f6b1ec18cf65d5972e307 (patch)
tree09151f6e3abfe04e677d62d685088a16c23e7dcf /benchtests
parentcf9481724bcb86ad4a86cca7befed74bb9cc15eb (diff)
downloadglibc-dff8da6b3e89b986bb7f6b1ec18cf65d5972e307.tar.gz
glibc-dff8da6b3e89b986bb7f6b1ec18cf65d5972e307.tar.xz
glibc-dff8da6b3e89b986bb7f6b1ec18cf65d5972e307.zip
Update copyright dates with scripts/update-copyrights
Diffstat (limited to 'benchtests')
-rw-r--r--benchtests/Makefile2
-rw-r--r--benchtests/bench-arc4random.c2
-rw-r--r--benchtests/bench-bzero-large.c2
-rw-r--r--benchtests/bench-bzero-walk.c2
-rw-r--r--benchtests/bench-bzero.c2
-rw-r--r--benchtests/bench-dl-elf-hash.c2
-rw-r--r--benchtests/bench-dl-new-hash.c2
-rw-r--r--benchtests/bench-hash-funcs-kernel.h2
-rw-r--r--benchtests/bench-hash-funcs.c2
-rw-r--r--benchtests/bench-libmvec-skeleton.c2
-rw-r--r--benchtests/bench-malloc-simple.c2
-rw-r--r--benchtests/bench-malloc-thread.c2
-rw-r--r--benchtests/bench-math-inlines.c2
-rw-r--r--benchtests/bench-memccpy.c2
-rw-r--r--benchtests/bench-memchr.c2
-rw-r--r--benchtests/bench-memcmp.c2
-rw-r--r--benchtests/bench-memcmpeq.c2
-rw-r--r--benchtests/bench-memcpy-large.c2
-rw-r--r--benchtests/bench-memcpy-random.c2
-rw-r--r--benchtests/bench-memcpy-walk.c2
-rw-r--r--benchtests/bench-memcpy.c2
-rw-r--r--benchtests/bench-memmem.c2
-rw-r--r--benchtests/bench-memmove-large.c2
-rw-r--r--benchtests/bench-memmove-walk.c2
-rw-r--r--benchtests/bench-memmove.c2
-rw-r--r--benchtests/bench-mempcpy.c2
-rw-r--r--benchtests/bench-memrchr.c2
-rw-r--r--benchtests/bench-memset-large.c2
-rw-r--r--benchtests/bench-memset-walk.c2
-rw-r--r--benchtests/bench-memset-zero-large.c2
-rw-r--r--benchtests/bench-memset-zero-walk.c2
-rw-r--r--benchtests/bench-memset-zero.c2
-rw-r--r--benchtests/bench-memset.c2
-rw-r--r--benchtests/bench-nss-hash.c2
-rw-r--r--benchtests/bench-pthread-lock-base.c2
-rw-r--r--benchtests/bench-pthread-locks.c2
-rw-r--r--benchtests/bench-pthread-mutex-lock.c2
-rw-r--r--benchtests/bench-pthread-mutex-trylock.c2
-rw-r--r--benchtests/bench-pthread-spin-lock.c2
-rw-r--r--benchtests/bench-pthread-spin-trylock.c2
-rw-r--r--benchtests/bench-rawmemchr.c2
-rw-r--r--benchtests/bench-skeleton.c2
-rw-r--r--benchtests/bench-stpcpy.c2
-rw-r--r--benchtests/bench-stpcpy_chk.c2
-rw-r--r--benchtests/bench-stpncpy.c2
-rw-r--r--benchtests/bench-strcasecmp.c2
-rw-r--r--benchtests/bench-strcasestr.c2
-rw-r--r--benchtests/bench-strcat.c2
-rw-r--r--benchtests/bench-strchr.c2
-rw-r--r--benchtests/bench-strchrnul.c2
-rw-r--r--benchtests/bench-strcmp.c2
-rw-r--r--benchtests/bench-strcoll.c2
-rw-r--r--benchtests/bench-strcpy.c2
-rw-r--r--benchtests/bench-strcpy_chk.c2
-rw-r--r--benchtests/bench-strcspn.c2
-rw-r--r--benchtests/bench-string.h2
-rw-r--r--benchtests/bench-strlen.c2
-rw-r--r--benchtests/bench-strncasecmp.c2
-rw-r--r--benchtests/bench-strncat.c2
-rw-r--r--benchtests/bench-strncmp.c2
-rw-r--r--benchtests/bench-strncpy.c2
-rw-r--r--benchtests/bench-strnlen.c2
-rw-r--r--benchtests/bench-strpbrk.c2
-rw-r--r--benchtests/bench-strrchr.c2
-rw-r--r--benchtests/bench-strsep.c2
-rw-r--r--benchtests/bench-strspn.c2
-rw-r--r--benchtests/bench-strstr.c2
-rw-r--r--benchtests/bench-strtod.c2
-rw-r--r--benchtests/bench-strtok.c2
-rw-r--r--benchtests/bench-timing-type.c2
-rw-r--r--benchtests/bench-timing.h2
-rw-r--r--benchtests/bench-util.c2
-rw-r--r--benchtests/bench-util.h2
-rw-r--r--benchtests/bench-wcpcpy.c2
-rw-r--r--benchtests/bench-wcpncpy.c2
-rw-r--r--benchtests/bench-wcscat.c2
-rw-r--r--benchtests/bench-wcschr.c2
-rw-r--r--benchtests/bench-wcschrnul.c2
-rw-r--r--benchtests/bench-wcscmp.c2
-rw-r--r--benchtests/bench-wcscpy.c2
-rw-r--r--benchtests/bench-wcscspn.c2
-rw-r--r--benchtests/bench-wcslen.c2
-rw-r--r--benchtests/bench-wcsncat.c2
-rw-r--r--benchtests/bench-wcsncmp.c2
-rw-r--r--benchtests/bench-wcsncpy.c2
-rw-r--r--benchtests/bench-wcsnlen.c2
-rw-r--r--benchtests/bench-wcspbrk.c2
-rw-r--r--benchtests/bench-wcsrchr.c2
-rw-r--r--benchtests/bench-wcsspn.c2
-rw-r--r--benchtests/bench-wmemchr.c2
-rw-r--r--benchtests/bench-wmemcmp.c2
-rw-r--r--benchtests/bench-wmemset.c2
-rw-r--r--benchtests/json-lib.c2
-rw-r--r--benchtests/json-lib.h2
-rw-r--r--benchtests/pthread_once-source.c2
-rwxr-xr-xbenchtests/scripts/bench.py2
-rwxr-xr-xbenchtests/scripts/compare_bench.py2
-rwxr-xr-xbenchtests/scripts/compare_strings.py2
-rw-r--r--benchtests/scripts/import_bench.py2
-rwxr-xr-xbenchtests/scripts/plot_strings.py2
-rwxr-xr-xbenchtests/scripts/validate_benchout.py2
-rw-r--r--benchtests/thread_create-source.c2
102 files changed, 102 insertions, 102 deletions
diff --git a/benchtests/Makefile b/benchtests/Makefile
index e1346bbda1..4fb9bae023 100644
--- a/benchtests/Makefile
+++ b/benchtests/Makefile
@@ -1,4 +1,4 @@
-# Copyright (C) 2013-2023 Free Software Foundation, Inc.
+# Copyright (C) 2013-2024 Free Software Foundation, Inc.
 # Copyright The GNU Toolchain Authors.
 # This file is part of the GNU C Library.
 
diff --git a/benchtests/bench-arc4random.c b/benchtests/bench-arc4random.c
index 775a570e1a..5428677148 100644
--- a/benchtests/bench-arc4random.c
+++ b/benchtests/bench-arc4random.c
@@ -1,5 +1,5 @@
 /* arc4random benchmarks.
-   Copyright (C) 2022-2023 Free Software Foundation, Inc.
+   Copyright (C) 2022-2024 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/benchtests/bench-bzero-large.c b/benchtests/bench-bzero-large.c
index 7076c0a17b..71300e878a 100644
--- a/benchtests/bench-bzero-large.c
+++ b/benchtests/bench-bzero-large.c
@@ -1,5 +1,5 @@
 /* Measure bzero functions with large data sizes.
-   Copyright (C) 2022-2023 Free Software Foundation, Inc.
+   Copyright (C) 2022-2024 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/benchtests/bench-bzero-walk.c b/benchtests/bench-bzero-walk.c
index 77bdabeb0d..48df0d77c3 100644
--- a/benchtests/bench-bzero-walk.c
+++ b/benchtests/bench-bzero-walk.c
@@ -1,5 +1,5 @@
 /* Measure memset function throughput with large data sizes.
-   Copyright (C) 2017-2023 Free Software Foundation, Inc.
+   Copyright (C) 2017-2024 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/benchtests/bench-bzero.c b/benchtests/bench-bzero.c
index 5e891ce875..d0497dd8b0 100644
--- a/benchtests/bench-bzero.c
+++ b/benchtests/bench-bzero.c
@@ -1,5 +1,5 @@
 /* Measure bzero functions.
-   Copyright (C) 2022-2023 Free Software Foundation, Inc.
+   Copyright (C) 2022-2024 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/benchtests/bench-dl-elf-hash.c b/benchtests/bench-dl-elf-hash.c
index 945eda5284..c91125bdbe 100644
--- a/benchtests/bench-dl-elf-hash.c
+++ b/benchtests/bench-dl-elf-hash.c
@@ -1,5 +1,5 @@
 /* Measure __dl_new_hash runtime
-   Copyright (C) 2022-2023 Free Software Foundation, Inc.
+   Copyright (C) 2022-2024 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/benchtests/bench-dl-new-hash.c b/benchtests/bench-dl-new-hash.c
index ae884726f5..8ae99bc3df 100644
--- a/benchtests/bench-dl-new-hash.c
+++ b/benchtests/bench-dl-new-hash.c
@@ -1,5 +1,5 @@
 /* Measure __dl_new_hash runtime
-   Copyright (C) 2022-2023 Free Software Foundation, Inc.
+   Copyright (C) 2022-2024 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/benchtests/bench-hash-funcs-kernel.h b/benchtests/bench-hash-funcs-kernel.h
index f647411122..7eaa3665b6 100644
--- a/benchtests/bench-hash-funcs-kernel.h
+++ b/benchtests/bench-hash-funcs-kernel.h
@@ -1,5 +1,5 @@
 /* Actual benchmark kernels used by bench-hash-funcs.h
-   Copyright (C) 2022-2023 Free Software Foundation, Inc.
+   Copyright (C) 2022-2024 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/benchtests/bench-hash-funcs.c b/benchtests/bench-hash-funcs.c
index 4a6858c021..8dd88c9e39 100644
--- a/benchtests/bench-hash-funcs.c
+++ b/benchtests/bench-hash-funcs.c
@@ -1,5 +1,5 @@
 /* Measure hash functions runtime.
-   Copyright (C) 2022-2023 Free Software Foundation, Inc.
+   Copyright (C) 2022-2024 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/benchtests/bench-libmvec-skeleton.c b/benchtests/bench-libmvec-skeleton.c
index 7fa96cabb7..d75519cb79 100644
--- a/benchtests/bench-libmvec-skeleton.c
+++ b/benchtests/bench-libmvec-skeleton.c
@@ -1,5 +1,5 @@
 /* Skeleton for libmvec benchmark programs.
-   Copyright (C) 2021-2023 Free Software Foundation, Inc.
+   Copyright (C) 2021-2024 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/benchtests/bench-malloc-simple.c b/benchtests/bench-malloc-simple.c
index 81b41de56d..289bb660ad 100644
--- a/benchtests/bench-malloc-simple.c
+++ b/benchtests/bench-malloc-simple.c
@@ -1,5 +1,5 @@
 /* Benchmark malloc and free functions.
-   Copyright (C) 2019-2023 Free Software Foundation, Inc.
+   Copyright (C) 2019-2024 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/benchtests/bench-malloc-thread.c b/benchtests/bench-malloc-thread.c
index a977067622..46fdabd30c 100644
--- a/benchtests/bench-malloc-thread.c
+++ b/benchtests/bench-malloc-thread.c
@@ -1,5 +1,5 @@
 /* Benchmark malloc and free functions.
-   Copyright (C) 2013-2023 Free Software Foundation, Inc.
+   Copyright (C) 2013-2024 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/benchtests/bench-math-inlines.c b/benchtests/bench-math-inlines.c
index e755de1e28..d1ef1b8f0e 100644
--- a/benchtests/bench-math-inlines.c
+++ b/benchtests/bench-math-inlines.c
@@ -1,5 +1,5 @@
 /* Measure math inline functions.
-   Copyright (C) 2015-2023 Free Software Foundation, Inc.
+   Copyright (C) 2015-2024 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/benchtests/bench-memccpy.c b/benchtests/bench-memccpy.c
index a26ed7eee2..d4797fa8fd 100644
--- a/benchtests/bench-memccpy.c
+++ b/benchtests/bench-memccpy.c
@@ -1,5 +1,5 @@
 /* Measure memccpy functions.
-   Copyright (C) 2013-2023 Free Software Foundation, Inc.
+   Copyright (C) 2013-2024 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/benchtests/bench-memchr.c b/benchtests/bench-memchr.c
index 1a9bf51118..b865da1589 100644
--- a/benchtests/bench-memchr.c
+++ b/benchtests/bench-memchr.c
@@ -1,5 +1,5 @@
 /* Measure memchr functions.
-   Copyright (C) 2013-2023 Free Software Foundation, Inc.
+   Copyright (C) 2013-2024 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/benchtests/bench-memcmp.c b/benchtests/bench-memcmp.c
index 4d2b8cbb30..b5ba77c7dd 100644
--- a/benchtests/bench-memcmp.c
+++ b/benchtests/bench-memcmp.c
@@ -1,5 +1,5 @@
 /* Measure memcmp functions.
-   Copyright (C) 2013-2023 Free Software Foundation, Inc.
+   Copyright (C) 2013-2024 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/benchtests/bench-memcmpeq.c b/benchtests/bench-memcmpeq.c
index f97d8b386b..36358a3401 100644
--- a/benchtests/bench-memcmpeq.c
+++ b/benchtests/bench-memcmpeq.c
@@ -1,5 +1,5 @@
 /* Measure __memcmpeq functions.
-   Copyright (C) 2015-2023 Free Software Foundation, Inc.
+   Copyright (C) 2015-2024 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/benchtests/bench-memcpy-large.c b/benchtests/bench-memcpy-large.c
index 7b2c5530af..713588e8ce 100644
--- a/benchtests/bench-memcpy-large.c
+++ b/benchtests/bench-memcpy-large.c
@@ -1,5 +1,5 @@
 /* Measure memcpy functions with large data sizes.
-   Copyright (C) 2016-2023 Free Software Foundation, Inc.
+   Copyright (C) 2016-2024 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/benchtests/bench-memcpy-random.c b/benchtests/bench-memcpy-random.c
index 48cb64d533..1d69dd416d 100644
--- a/benchtests/bench-memcpy-random.c
+++ b/benchtests/bench-memcpy-random.c
@@ -1,5 +1,5 @@
 /* Measure memcpy performance.
-   Copyright (C) 2016-2023 Free Software Foundation, Inc.
+   Copyright (C) 2016-2024 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/benchtests/bench-memcpy-walk.c b/benchtests/bench-memcpy-walk.c
index 12de8a9e81..661a40ccd1 100644
--- a/benchtests/bench-memcpy-walk.c
+++ b/benchtests/bench-memcpy-walk.c
@@ -1,5 +1,5 @@
 /* Measure memcpy function combined throughput for different alignments.
-   Copyright (C) 2017-2023 Free Software Foundation, Inc.
+   Copyright (C) 2017-2024 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/benchtests/bench-memcpy.c b/benchtests/bench-memcpy.c
index 5be09966e0..3480712058 100644
--- a/benchtests/bench-memcpy.c
+++ b/benchtests/bench-memcpy.c
@@ -1,5 +1,5 @@
 /* Measure memcpy functions.
-   Copyright (C) 2013-2023 Free Software Foundation, Inc.
+   Copyright (C) 2013-2024 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/benchtests/bench-memmem.c b/benchtests/bench-memmem.c
index 8af81e9ee3..6503ba398b 100644
--- a/benchtests/bench-memmem.c
+++ b/benchtests/bench-memmem.c
@@ -1,5 +1,5 @@
 /* Measure memmem functions.
-   Copyright (C) 2013-2023 Free Software Foundation, Inc.
+   Copyright (C) 2013-2024 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/benchtests/bench-memmove-large.c b/benchtests/bench-memmove-large.c
index a09dd36788..cc0145534d 100644
--- a/benchtests/bench-memmove-large.c
+++ b/benchtests/bench-memmove-large.c
@@ -1,5 +1,5 @@
 /* Measure memmove functions with large data sizes.
-   Copyright (C) 2016-2023 Free Software Foundation, Inc.
+   Copyright (C) 2016-2024 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/benchtests/bench-memmove-walk.c b/benchtests/bench-memmove-walk.c
index c93ada4618..94b394eb8b 100644
--- a/benchtests/bench-memmove-walk.c
+++ b/benchtests/bench-memmove-walk.c
@@ -1,5 +1,5 @@
 /* Measure memmove function combined throughput for different alignments.
-   Copyright (C) 2017-2023 Free Software Foundation, Inc.
+   Copyright (C) 2017-2024 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/benchtests/bench-memmove.c b/benchtests/bench-memmove.c
index e60955b0cc..5c1212c528 100644
--- a/benchtests/bench-memmove.c
+++ b/benchtests/bench-memmove.c
@@ -1,5 +1,5 @@
 /* Measure memmove functions.
-   Copyright (C) 2013-2023 Free Software Foundation, Inc.
+   Copyright (C) 2013-2024 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/benchtests/bench-mempcpy.c b/benchtests/bench-mempcpy.c
index 1bfd65938f..87204f4f19 100644
--- a/benchtests/bench-mempcpy.c
+++ b/benchtests/bench-mempcpy.c
@@ -1,5 +1,5 @@
 /* Measure mempcpy functions.
-   Copyright (C) 2013-2023 Free Software Foundation, Inc.
+   Copyright (C) 2013-2024 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/benchtests/bench-memrchr.c b/benchtests/bench-memrchr.c
index 1f8c884503..34524f769f 100644
--- a/benchtests/bench-memrchr.c
+++ b/benchtests/bench-memrchr.c
@@ -1,5 +1,5 @@
 /* Measure memrchr functions.
-   Copyright (C) 2013-2023 Free Software Foundation, Inc.
+   Copyright (C) 2013-2024 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/benchtests/bench-memset-large.c b/benchtests/bench-memset-large.c
index a1f33245d4..22ecea4da8 100644
--- a/benchtests/bench-memset-large.c
+++ b/benchtests/bench-memset-large.c
@@ -1,5 +1,5 @@
 /* Measure memset functions with large data sizes.
-   Copyright (C) 2016-2023 Free Software Foundation, Inc.
+   Copyright (C) 2016-2024 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/benchtests/bench-memset-walk.c b/benchtests/bench-memset-walk.c
index d838b84217..7be904a450 100644
--- a/benchtests/bench-memset-walk.c
+++ b/benchtests/bench-memset-walk.c
@@ -1,5 +1,5 @@
 /* Measure memset function throughput with large data sizes.
-   Copyright (C) 2017-2023 Free Software Foundation, Inc.
+   Copyright (C) 2017-2024 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/benchtests/bench-memset-zero-large.c b/benchtests/bench-memset-zero-large.c
index 2ab7c96767..030b9f7388 100644
--- a/benchtests/bench-memset-zero-large.c
+++ b/benchtests/bench-memset-zero-large.c
@@ -1,5 +1,5 @@
 /* Measure memset functions for zeroing with large data sizes.
-   Copyright (C) 2022-2023 Free Software Foundation, Inc.
+   Copyright (C) 2022-2024 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/benchtests/bench-memset-zero-walk.c b/benchtests/bench-memset-zero-walk.c
index 53d7d712b9..200a17f128 100644
--- a/benchtests/bench-memset-zero-walk.c
+++ b/benchtests/bench-memset-zero-walk.c
@@ -1,5 +1,5 @@
 /* Measure memset functions for zeroing throughput with large data sizes.
-   Copyright (C) 2022-2023 Free Software Foundation, Inc.
+   Copyright (C) 2022-2024 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/benchtests/bench-memset-zero.c b/benchtests/bench-memset-zero.c
index c2a12e2156..0df628a914 100644
--- a/benchtests/bench-memset-zero.c
+++ b/benchtests/bench-memset-zero.c
@@ -1,5 +1,5 @@
 /* Measure memset functions for zeroing.
-   Copyright (C) 2022-2023 Free Software Foundation, Inc.
+   Copyright (C) 2022-2024 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/benchtests/bench-memset.c b/benchtests/bench-memset.c
index e68b14201e..cbeb6b942b 100644
--- a/benchtests/bench-memset.c
+++ b/benchtests/bench-memset.c
@@ -1,5 +1,5 @@
 /* Measure memset functions.
-   Copyright (C) 2013-2023 Free Software Foundation, Inc.
+   Copyright (C) 2013-2024 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/benchtests/bench-nss-hash.c b/benchtests/bench-nss-hash.c
index 98f63347a6..301669fcc1 100644
--- a/benchtests/bench-nss-hash.c
+++ b/benchtests/bench-nss-hash.c
@@ -1,5 +1,5 @@
 /* Measure __nss_hash runtime
-   Copyright (C) 2022-2023 Free Software Foundation, Inc.
+   Copyright (C) 2022-2024 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/benchtests/bench-pthread-lock-base.c b/benchtests/bench-pthread-lock-base.c
index 0264b3b3c8..0a6155714a 100644
--- a/benchtests/bench-pthread-lock-base.c
+++ b/benchtests/bench-pthread-lock-base.c
@@ -1,5 +1,5 @@
 /* Measure lock functions for different threads and critical sections.
-   Copyright (C) 2022-2023 Free Software Foundation, Inc.
+   Copyright (C) 2022-2024 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/benchtests/bench-pthread-locks.c b/benchtests/bench-pthread-locks.c
index 8d5d6d62c6..9cfe08604a 100644
--- a/benchtests/bench-pthread-locks.c
+++ b/benchtests/bench-pthread-locks.c
@@ -1,5 +1,5 @@
 /* Measure various lock acquisition times for empty critical sections.
-   Copyright (C) 2020-2023 Free Software Foundation, Inc.
+   Copyright (C) 2020-2024 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/benchtests/bench-pthread-mutex-lock.c b/benchtests/bench-pthread-mutex-lock.c
index 5a82d2020d..265f68e24c 100644
--- a/benchtests/bench-pthread-mutex-lock.c
+++ b/benchtests/bench-pthread-mutex-lock.c
@@ -1,5 +1,5 @@
 /* Measure mutex_lock for different threads and critical sections.
-   Copyright (C) 2022-2023 Free Software Foundation, Inc.
+   Copyright (C) 2022-2024 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/benchtests/bench-pthread-mutex-trylock.c b/benchtests/bench-pthread-mutex-trylock.c
index 2aaffa21c5..d5fcf15a8d 100644
--- a/benchtests/bench-pthread-mutex-trylock.c
+++ b/benchtests/bench-pthread-mutex-trylock.c
@@ -1,5 +1,5 @@
 /* Measure mutex_trylock for different threads and critical sections.
-   Copyright (C) 2022-2023 Free Software Foundation, Inc.
+   Copyright (C) 2022-2024 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/benchtests/bench-pthread-spin-lock.c b/benchtests/bench-pthread-spin-lock.c
index 4b881d1dc7..07c0c5a655 100644
--- a/benchtests/bench-pthread-spin-lock.c
+++ b/benchtests/bench-pthread-spin-lock.c
@@ -1,5 +1,5 @@
 /* Measure mutex_trylock for different threads and critical sections.
-   Copyright (C) 2022-2023 Free Software Foundation, Inc.
+   Copyright (C) 2022-2024 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/benchtests/bench-pthread-spin-trylock.c b/benchtests/bench-pthread-spin-trylock.c
index a6e75d98eb..7431da236c 100644
--- a/benchtests/bench-pthread-spin-trylock.c
+++ b/benchtests/bench-pthread-spin-trylock.c
@@ -1,5 +1,5 @@
 /* Measure spin_trylock for different threads and critical sections.
-   Copyright (C) 2022-2023 Free Software Foundation, Inc.
+   Copyright (C) 2022-2024 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/benchtests/bench-rawmemchr.c b/benchtests/bench-rawmemchr.c
index 088c516e59..43e02c0e3d 100644
--- a/benchtests/bench-rawmemchr.c
+++ b/benchtests/bench-rawmemchr.c
@@ -1,5 +1,5 @@
 /* Measure memchr functions.
-   Copyright (C) 2013-2023 Free Software Foundation, Inc.
+   Copyright (C) 2013-2024 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/benchtests/bench-skeleton.c b/benchtests/bench-skeleton.c
index fc9cf001fd..83060c9cfa 100644
--- a/benchtests/bench-skeleton.c
+++ b/benchtests/bench-skeleton.c
@@ -1,5 +1,5 @@
 /* Skeleton for benchmark programs.
-   Copyright (C) 2013-2023 Free Software Foundation, Inc.
+   Copyright (C) 2013-2024 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/benchtests/bench-stpcpy.c b/benchtests/bench-stpcpy.c
index 0a24fa92bd..d452d0d7c2 100644
--- a/benchtests/bench-stpcpy.c
+++ b/benchtests/bench-stpcpy.c
@@ -1,5 +1,5 @@
 /* Measure stpcpy functions.
-   Copyright (C) 2013-2023 Free Software Foundation, Inc.
+   Copyright (C) 2013-2024 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/benchtests/bench-stpcpy_chk.c b/benchtests/bench-stpcpy_chk.c
index 85d5a5e924..3a1e98884f 100644
--- a/benchtests/bench-stpcpy_chk.c
+++ b/benchtests/bench-stpcpy_chk.c
@@ -1,5 +1,5 @@
 /* Measure stpcpy checking functions.
-   Copyright (C) 2013-2023 Free Software Foundation, Inc.
+   Copyright (C) 2013-2024 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/benchtests/bench-stpncpy.c b/benchtests/bench-stpncpy.c
index adc81a58ba..bd7d1c6939 100644
--- a/benchtests/bench-stpncpy.c
+++ b/benchtests/bench-stpncpy.c
@@ -1,5 +1,5 @@
 /* Measure stpncpy functions.
-   Copyright (C) 2013-2023 Free Software Foundation, Inc.
+   Copyright (C) 2013-2024 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/benchtests/bench-strcasecmp.c b/benchtests/bench-strcasecmp.c
index abc6a216e3..c95e2c2871 100644
--- a/benchtests/bench-strcasecmp.c
+++ b/benchtests/bench-strcasecmp.c
@@ -1,5 +1,5 @@
 /* Measure strcasecmp functions.
-   Copyright (C) 2013-2023 Free Software Foundation, Inc.
+   Copyright (C) 2013-2024 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/benchtests/bench-strcasestr.c b/benchtests/bench-strcasestr.c
index b3b26406f9..f6d1a78fba 100644
--- a/benchtests/bench-strcasestr.c
+++ b/benchtests/bench-strcasestr.c
@@ -1,5 +1,5 @@
 /* Measure strcasestr functions.
-   Copyright (C) 2013-2023 Free Software Foundation, Inc.
+   Copyright (C) 2013-2024 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/benchtests/bench-strcat.c b/benchtests/bench-strcat.c
index 08a19e53c9..11ca11116c 100644
--- a/benchtests/bench-strcat.c
+++ b/benchtests/bench-strcat.c
@@ -1,5 +1,5 @@
 /* Measure strcat functions.
-   Copyright (C) 2013-2023 Free Software Foundation, Inc.
+   Copyright (C) 2013-2024 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/benchtests/bench-strchr.c b/benchtests/bench-strchr.c
index 116ec19760..eed6882085 100644
--- a/benchtests/bench-strchr.c
+++ b/benchtests/bench-strchr.c
@@ -1,5 +1,5 @@
 /* Measure STRCHR functions.
-   Copyright (C) 2013-2023 Free Software Foundation, Inc.
+   Copyright (C) 2013-2024 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/benchtests/bench-strchrnul.c b/benchtests/bench-strchrnul.c
index 106a79f6c2..d229ceb098 100644
--- a/benchtests/bench-strchrnul.c
+++ b/benchtests/bench-strchrnul.c
@@ -1,5 +1,5 @@
 /* Measure strchrnul function.
-   Copyright (C) 2013-2023 Free Software Foundation, Inc.
+   Copyright (C) 2013-2024 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/benchtests/bench-strcmp.c b/benchtests/bench-strcmp.c
index f696f074fc..b07060f011 100644
--- a/benchtests/bench-strcmp.c
+++ b/benchtests/bench-strcmp.c
@@ -1,5 +1,5 @@
 /* Measure strcmp and wcscmp functions.
-   Copyright (C) 2013-2023 Free Software Foundation, Inc.
+   Copyright (C) 2013-2024 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/benchtests/bench-strcoll.c b/benchtests/bench-strcoll.c
index 0bd9ada5f6..18fd14cff6 100644
--- a/benchtests/bench-strcoll.c
+++ b/benchtests/bench-strcoll.c
@@ -1,5 +1,5 @@
 /* Measure strcoll execution time in different locales.
-   Copyright (C) 2015-2023 Free Software Foundation, Inc.
+   Copyright (C) 2015-2024 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/benchtests/bench-strcpy.c b/benchtests/bench-strcpy.c
index 0a6bade4b0..5d85b2087b 100644
--- a/benchtests/bench-strcpy.c
+++ b/benchtests/bench-strcpy.c
@@ -1,5 +1,5 @@
 /* Measure strcpy functions.
-   Copyright (C) 2013-2023 Free Software Foundation, Inc.
+   Copyright (C) 2013-2024 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/benchtests/bench-strcpy_chk.c b/benchtests/bench-strcpy_chk.c
index 48ecaaf392..35b2588b8c 100644
--- a/benchtests/bench-strcpy_chk.c
+++ b/benchtests/bench-strcpy_chk.c
@@ -1,5 +1,5 @@
 /* Measure __strcpy_chk functions.
-   Copyright (C) 2013-2023 Free Software Foundation, Inc.
+   Copyright (C) 2013-2024 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/benchtests/bench-strcspn.c b/benchtests/bench-strcspn.c
index fa74d305ae..17f2b99499 100644
--- a/benchtests/bench-strcspn.c
+++ b/benchtests/bench-strcspn.c
@@ -1,5 +1,5 @@
 /* Measure strcspn functions.
-   Copyright (C) 2013-2023 Free Software Foundation, Inc.
+   Copyright (C) 2013-2024 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/benchtests/bench-string.h b/benchtests/bench-string.h
index dbe7084e60..9b900700a1 100644
--- a/benchtests/bench-string.h
+++ b/benchtests/bench-string.h
@@ -1,5 +1,5 @@
 /* Measure string and memory functions.
-   Copyright (C) 2013-2023 Free Software Foundation, Inc.
+   Copyright (C) 2013-2024 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/benchtests/bench-strlen.c b/benchtests/bench-strlen.c
index cae88dd6ec..583603c7e8 100644
--- a/benchtests/bench-strlen.c
+++ b/benchtests/bench-strlen.c
@@ -1,5 +1,5 @@
 /* Measure STRLEN functions.
-   Copyright (C) 2013-2023 Free Software Foundation, Inc.
+   Copyright (C) 2013-2024 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/benchtests/bench-strncasecmp.c b/benchtests/bench-strncasecmp.c
index 051c17d9f7..5882410066 100644
--- a/benchtests/bench-strncasecmp.c
+++ b/benchtests/bench-strncasecmp.c
@@ -1,5 +1,5 @@
 /* Measure strncasecmp functions.
-   Copyright (C) 2013-2023 Free Software Foundation, Inc.
+   Copyright (C) 2013-2024 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/benchtests/bench-strncat.c b/benchtests/bench-strncat.c
index e4792a9c3d..501a467ef1 100644
--- a/benchtests/bench-strncat.c
+++ b/benchtests/bench-strncat.c
@@ -1,5 +1,5 @@
 /* Measure strncat functions.
-   Copyright (C) 2013-2023 Free Software Foundation, Inc.
+   Copyright (C) 2013-2024 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/benchtests/bench-strncmp.c b/benchtests/bench-strncmp.c
index 53707e6bca..90965e68bd 100644
--- a/benchtests/bench-strncmp.c
+++ b/benchtests/bench-strncmp.c
@@ -1,5 +1,5 @@
 /* Measure strncmp functions.
-   Copyright (C) 2013-2023 Free Software Foundation, Inc.
+   Copyright (C) 2013-2024 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/benchtests/bench-strncpy.c b/benchtests/bench-strncpy.c
index d90e3c55e2..04fcc54d28 100644
--- a/benchtests/bench-strncpy.c
+++ b/benchtests/bench-strncpy.c
@@ -1,5 +1,5 @@
 /* Measure strncpy functions.
-   Copyright (C) 2013-2023 Free Software Foundation, Inc.
+   Copyright (C) 2013-2024 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/benchtests/bench-strnlen.c b/benchtests/bench-strnlen.c
index a1840afa85..6bd1e0bed7 100644
--- a/benchtests/bench-strnlen.c
+++ b/benchtests/bench-strnlen.c
@@ -1,5 +1,5 @@
 /* Measure strlen functions.
-   Copyright (C) 2013-2023 Free Software Foundation, Inc.
+   Copyright (C) 2013-2024 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/benchtests/bench-strpbrk.c b/benchtests/bench-strpbrk.c
index 55199b73c9..9d83ffefa6 100644
--- a/benchtests/bench-strpbrk.c
+++ b/benchtests/bench-strpbrk.c
@@ -1,5 +1,5 @@
 /* Measure strpbrk functions.
-   Copyright (C) 2013-2023 Free Software Foundation, Inc.
+   Copyright (C) 2013-2024 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/benchtests/bench-strrchr.c b/benchtests/bench-strrchr.c
index f846797770..1312715aa5 100644
--- a/benchtests/bench-strrchr.c
+++ b/benchtests/bench-strrchr.c
@@ -1,5 +1,5 @@
 /* Measure STRCHR functions.
-   Copyright (C) 2013-2023 Free Software Foundation, Inc.
+   Copyright (C) 2013-2024 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/benchtests/bench-strsep.c b/benchtests/bench-strsep.c
index d7df3fa0a9..e464556a9c 100644
--- a/benchtests/bench-strsep.c
+++ b/benchtests/bench-strsep.c
@@ -1,5 +1,5 @@
 /* Measure strsep functions.
-   Copyright (C) 2013-2023 Free Software Foundation, Inc.
+   Copyright (C) 2013-2024 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/benchtests/bench-strspn.c b/benchtests/bench-strspn.c
index cc98ffb38b..a9638d00b4 100644
--- a/benchtests/bench-strspn.c
+++ b/benchtests/bench-strspn.c
@@ -1,5 +1,5 @@
 /* Measure strspn functions.
-   Copyright (C) 2013-2023 Free Software Foundation, Inc.
+   Copyright (C) 2013-2024 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/benchtests/bench-strstr.c b/benchtests/bench-strstr.c
index 025f2ff17f..9288ad16e9 100644
--- a/benchtests/bench-strstr.c
+++ b/benchtests/bench-strstr.c
@@ -1,5 +1,5 @@
 /* Measure strstr functions.
-   Copyright (C) 2013-2023 Free Software Foundation, Inc.
+   Copyright (C) 2013-2024 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/benchtests/bench-strtod.c b/benchtests/bench-strtod.c
index 417834c191..6d8d5b1ce7 100644
--- a/benchtests/bench-strtod.c
+++ b/benchtests/bench-strtod.c
@@ -1,5 +1,5 @@
 /* Measure strtod implementation.
-   Copyright (C) 2013-2023 Free Software Foundation, Inc.
+   Copyright (C) 2013-2024 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/benchtests/bench-strtok.c b/benchtests/bench-strtok.c
index b5789d7bf2..f0e057e742 100644
--- a/benchtests/bench-strtok.c
+++ b/benchtests/bench-strtok.c
@@ -1,5 +1,5 @@
 /* Measure strtok functions.
-   Copyright (C) 2013-2023 Free Software Foundation, Inc.
+   Copyright (C) 2013-2024 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/benchtests/bench-timing-type.c b/benchtests/bench-timing-type.c
index 42fa345859..87b8ec68d5 100644
--- a/benchtests/bench-timing-type.c
+++ b/benchtests/bench-timing-type.c
@@ -1,5 +1,5 @@
 /* Print out the timing type used by the benchmark run.
-   Copyright (C) 2014-2023 Free Software Foundation, Inc.
+   Copyright (C) 2014-2024 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/benchtests/bench-timing.h b/benchtests/bench-timing.h
index 994bbf22cc..7323f1dc53 100644
--- a/benchtests/bench-timing.h
+++ b/benchtests/bench-timing.h
@@ -1,5 +1,5 @@
 /* Define timing macros.
-   Copyright (C) 2013-2023 Free Software Foundation, Inc.
+   Copyright (C) 2013-2024 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/benchtests/bench-util.c b/benchtests/bench-util.c
index 4996f8c4ac..20e7ec17e3 100644
--- a/benchtests/bench-util.c
+++ b/benchtests/bench-util.c
@@ -1,5 +1,5 @@
 /* Benchmark utility functions.
-   Copyright (C) 2015-2023 Free Software Foundation, Inc.
+   Copyright (C) 2015-2024 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/benchtests/bench-util.h b/benchtests/bench-util.h
index 13927ff066..91d9089237 100644
--- a/benchtests/bench-util.h
+++ b/benchtests/bench-util.h
@@ -1,5 +1,5 @@
 /* Benchmark utility functions.
-   Copyright (C) 2015-2023 Free Software Foundation, Inc.
+   Copyright (C) 2015-2024 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/benchtests/bench-wcpcpy.c b/benchtests/bench-wcpcpy.c
index c09af7b55e..ac5db2781e 100644
--- a/benchtests/bench-wcpcpy.c
+++ b/benchtests/bench-wcpcpy.c
@@ -1,5 +1,5 @@
 /* Measure wcpcpy functions.
-   Copyright (C) 2015-2023 Free Software Foundation, Inc.
+   Copyright (C) 2015-2024 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/benchtests/bench-wcpncpy.c b/benchtests/bench-wcpncpy.c
index 5109f6722b..a16a4da432 100644
--- a/benchtests/bench-wcpncpy.c
+++ b/benchtests/bench-wcpncpy.c
@@ -1,5 +1,5 @@
 /* Measure wcpncpy functions.
-   Copyright (C) 2015-2023 Free Software Foundation, Inc.
+   Copyright (C) 2015-2024 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/benchtests/bench-wcscat.c b/benchtests/bench-wcscat.c
index c85f90ccc4..de001a55d3 100644
--- a/benchtests/bench-wcscat.c
+++ b/benchtests/bench-wcscat.c
@@ -1,5 +1,5 @@
 /* Measure wcscat functions.
-   Copyright (C) 2015-2023 Free Software Foundation, Inc.
+   Copyright (C) 2015-2024 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/benchtests/bench-wcschr.c b/benchtests/bench-wcschr.c
index 77c1e3a239..3cf1db00cc 100644
--- a/benchtests/bench-wcschr.c
+++ b/benchtests/bench-wcschr.c
@@ -1,5 +1,5 @@
 /* Measure wcschr functions.
-   Copyright (C) 2015-2023 Free Software Foundation, Inc.
+   Copyright (C) 2015-2024 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/benchtests/bench-wcschrnul.c b/benchtests/bench-wcschrnul.c
index fcfecf71d3..8b1d58d076 100644
--- a/benchtests/bench-wcschrnul.c
+++ b/benchtests/bench-wcschrnul.c
@@ -1,5 +1,5 @@
 /* Measure wcschrnul functions.
-   Copyright (C) 2015-2023 Free Software Foundation, Inc.
+   Copyright (C) 2015-2024 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/benchtests/bench-wcscmp.c b/benchtests/bench-wcscmp.c
index 9c95528884..7ca3ff572b 100644
--- a/benchtests/bench-wcscmp.c
+++ b/benchtests/bench-wcscmp.c
@@ -1,5 +1,5 @@
 /* Measure wcscmp functions.
-   Copyright (C) 2015-2023 Free Software Foundation, Inc.
+   Copyright (C) 2015-2024 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/benchtests/bench-wcscpy.c b/benchtests/bench-wcscpy.c
index 2467b20c55..df0bbfadb0 100644
--- a/benchtests/bench-wcscpy.c
+++ b/benchtests/bench-wcscpy.c
@@ -1,5 +1,5 @@
 /* Measure wcscpy functions.
-   Copyright (C) 2015-2023 Free Software Foundation, Inc.
+   Copyright (C) 2015-2024 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/benchtests/bench-wcscspn.c b/benchtests/bench-wcscspn.c
index 983444213c..dc43932a72 100644
--- a/benchtests/bench-wcscspn.c
+++ b/benchtests/bench-wcscspn.c
@@ -1,5 +1,5 @@
 /* Measure wcscspn functions.
-   Copyright (C) 2015-2023 Free Software Foundation, Inc.
+   Copyright (C) 2015-2024 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/benchtests/bench-wcslen.c b/benchtests/bench-wcslen.c
index 0218fec77e..145dcf778c 100644
--- a/benchtests/bench-wcslen.c
+++ b/benchtests/bench-wcslen.c
@@ -1,5 +1,5 @@
 /* Measure wcslen functions.
-   Copyright (C) 2015-2023 Free Software Foundation, Inc.
+   Copyright (C) 2015-2024 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/benchtests/bench-wcsncat.c b/benchtests/bench-wcsncat.c
index 0f32be5a31..352d506423 100644
--- a/benchtests/bench-wcsncat.c
+++ b/benchtests/bench-wcsncat.c
@@ -1,5 +1,5 @@
 /* Measure wcsncat functions.
-   Copyright (C) 2015-2023 Free Software Foundation, Inc.
+   Copyright (C) 2015-2024 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/benchtests/bench-wcsncmp.c b/benchtests/bench-wcsncmp.c
index a59836de7a..7ed4f2ae8f 100644
--- a/benchtests/bench-wcsncmp.c
+++ b/benchtests/bench-wcsncmp.c
@@ -1,5 +1,5 @@
 /* Measure wcsncmp functions.
-   Copyright (C) 2015-2023 Free Software Foundation, Inc.
+   Copyright (C) 2015-2024 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/benchtests/bench-wcsncpy.c b/benchtests/bench-wcsncpy.c
index e60d193c10..a86ac40f94 100644
--- a/benchtests/bench-wcsncpy.c
+++ b/benchtests/bench-wcsncpy.c
@@ -1,5 +1,5 @@
 /* Measure wcsncpy functions.
-   Copyright (C) 2015-2023 Free Software Foundation, Inc.
+   Copyright (C) 2015-2024 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/benchtests/bench-wcsnlen.c b/benchtests/bench-wcsnlen.c
index 86dc9ca97c..192256904e 100644
--- a/benchtests/bench-wcsnlen.c
+++ b/benchtests/bench-wcsnlen.c
@@ -1,5 +1,5 @@
 /* Measure wcsnlen functions.
-   Copyright (C) 2015-2023 Free Software Foundation, Inc.
+   Copyright (C) 2015-2024 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/benchtests/bench-wcspbrk.c b/benchtests/bench-wcspbrk.c
index 1b53c3ab2b..7583239fd8 100644
--- a/benchtests/bench-wcspbrk.c
+++ b/benchtests/bench-wcspbrk.c
@@ -1,5 +1,5 @@
 /* Measure wcspbrk functions.
-   Copyright (C) 2015-2023 Free Software Foundation, Inc.
+   Copyright (C) 2015-2024 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/benchtests/bench-wcsrchr.c b/benchtests/bench-wcsrchr.c
index d388cd545f..0070f2591d 100644
--- a/benchtests/bench-wcsrchr.c
+++ b/benchtests/bench-wcsrchr.c
@@ -1,5 +1,5 @@
 /* Measure wcsrchr functions.
-   Copyright (C) 2015-2023 Free Software Foundation, Inc.
+   Copyright (C) 2015-2024 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/benchtests/bench-wcsspn.c b/benchtests/bench-wcsspn.c
index 6e05f06b2b..0e04bd49b4 100644
--- a/benchtests/bench-wcsspn.c
+++ b/benchtests/bench-wcsspn.c
@@ -1,5 +1,5 @@
 /* Measure wcsspn functions.
-   Copyright (C) 2015-2023 Free Software Foundation, Inc.
+   Copyright (C) 2015-2024 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/benchtests/bench-wmemchr.c b/benchtests/bench-wmemchr.c
index 61584e5d80..f4410047ab 100644
--- a/benchtests/bench-wmemchr.c
+++ b/benchtests/bench-wmemchr.c
@@ -1,5 +1,5 @@
 /* Measure wmemchr functions.
-   Copyright (C) 2015-2023 Free Software Foundation, Inc.
+   Copyright (C) 2015-2024 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/benchtests/bench-wmemcmp.c b/benchtests/bench-wmemcmp.c
index cbddb0950d..b7d42ca958 100644
--- a/benchtests/bench-wmemcmp.c
+++ b/benchtests/bench-wmemcmp.c
@@ -1,5 +1,5 @@
 /* Measure wmemcmp functions.
-   Copyright (C) 2015-2023 Free Software Foundation, Inc.
+   Copyright (C) 2015-2024 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/benchtests/bench-wmemset.c b/benchtests/bench-wmemset.c
index a91992d9db..232b5ebc46 100644
--- a/benchtests/bench-wmemset.c
+++ b/benchtests/bench-wmemset.c
@@ -1,5 +1,5 @@
 /* Measure wmemset functions.
-   Copyright (C) 2015-2023 Free Software Foundation, Inc.
+   Copyright (C) 2015-2024 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/benchtests/json-lib.c b/benchtests/json-lib.c
index 223861e28e..a3db9213bb 100644
--- a/benchtests/json-lib.c
+++ b/benchtests/json-lib.c
@@ -1,5 +1,5 @@
 /* Simple library for printing JSON data.
-   Copyright (C) 2014-2023 Free Software Foundation, Inc.
+   Copyright (C) 2014-2024 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/benchtests/json-lib.h b/benchtests/json-lib.h
index 9ac2084e6b..bead268c6d 100644
--- a/benchtests/json-lib.h
+++ b/benchtests/json-lib.h
@@ -1,5 +1,5 @@
 /* Simple library for printing JSON data.
-   Copyright (C) 2014-2023 Free Software Foundation, Inc.
+   Copyright (C) 2014-2024 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/benchtests/pthread_once-source.c b/benchtests/pthread_once-source.c
index 0a2aaafea0..d9f78a5950 100644
--- a/benchtests/pthread_once-source.c
+++ b/benchtests/pthread_once-source.c
@@ -1,6 +1,6 @@
 /* Measure pthread_once best-case latency (i.e., when already initialized.
 
-   Copyright (C) 2014-2023 Free Software Foundation, Inc.
+   Copyright (C) 2014-2024 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/benchtests/scripts/bench.py b/benchtests/scripts/bench.py
index 9f16fcd826..47306f0fed 100755
--- a/benchtests/scripts/bench.py
+++ b/benchtests/scripts/bench.py
@@ -1,5 +1,5 @@
 #!/usr/bin/python3
-# Copyright (C) 2014-2023 Free Software Foundation, Inc.
+# Copyright (C) 2014-2024 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/benchtests/scripts/compare_bench.py b/benchtests/scripts/compare_bench.py
index 9a91c26491..d4370d723f 100755
--- a/benchtests/scripts/compare_bench.py
+++ b/benchtests/scripts/compare_bench.py
@@ -1,5 +1,5 @@
 #!/usr/bin/python
-# Copyright (C) 2015-2023 Free Software Foundation, Inc.
+# Copyright (C) 2015-2024 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/benchtests/scripts/compare_strings.py b/benchtests/scripts/compare_strings.py
index a4ab3e42c2..2dfc3ae730 100755
--- a/benchtests/scripts/compare_strings.py
+++ b/benchtests/scripts/compare_strings.py
@@ -1,5 +1,5 @@
 #!/usr/bin/python
-# Copyright (C) 2017-2023 Free Software Foundation, Inc.
+# Copyright (C) 2017-2024 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/benchtests/scripts/import_bench.py b/benchtests/scripts/import_bench.py
index 92d9dc4fba..fac2945f6d 100644
--- a/benchtests/scripts/import_bench.py
+++ b/benchtests/scripts/import_bench.py
@@ -1,5 +1,5 @@
 #!/usr/bin/python
-# Copyright (C) 2015-2023 Free Software Foundation, Inc.
+# Copyright (C) 2015-2024 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/benchtests/scripts/plot_strings.py b/benchtests/scripts/plot_strings.py
index 56b98da8a8..1b1b1ad9f3 100755
--- a/benchtests/scripts/plot_strings.py
+++ b/benchtests/scripts/plot_strings.py
@@ -1,6 +1,6 @@
 #!/usr/bin/python3
 # Plot GNU C Library string microbenchmark output.
-# Copyright (C) 2019-2023 Free Software Foundation, Inc.
+# Copyright (C) 2019-2024 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/benchtests/scripts/validate_benchout.py b/benchtests/scripts/validate_benchout.py
index bd88028863..f55ef0c227 100755
--- a/benchtests/scripts/validate_benchout.py
+++ b/benchtests/scripts/validate_benchout.py
@@ -1,5 +1,5 @@
 #!/usr/bin/python3
-# Copyright (C) 2014-2023 Free Software Foundation, Inc.
+# Copyright (C) 2014-2024 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/benchtests/thread_create-source.c b/benchtests/thread_create-source.c
index e83c904f4d..fad5f67131 100644
--- a/benchtests/thread_create-source.c
+++ b/benchtests/thread_create-source.c
@@ -1,7 +1,7 @@
 /* Measure pthread_create thread creation with different stack
    and guard sizes.
 
-   Copyright (C) 2017-2023 Free Software Foundation, Inc.
+   Copyright (C) 2017-2024 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