about summary refs log tree commit diff
path: root/sysdeps/pthread
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2023-01-06 21:08:04 +0000
committerJoseph Myers <joseph@codesourcery.com>2023-01-06 21:14:39 +0000
commit6d7e8eda9b85b08f207a6dc6f187e94e4817270f (patch)
treec438ee7cd04a7ccd4cafe2449ac5173bcd17718b /sysdeps/pthread
parent728ada505aca44f768675b3aa1ab34bae96a2656 (diff)
downloadglibc-6d7e8eda9b85b08f207a6dc6f187e94e4817270f.tar.gz
glibc-6d7e8eda9b85b08f207a6dc6f187e94e4817270f.tar.xz
glibc-6d7e8eda9b85b08f207a6dc6f187e94e4817270f.zip
Update copyright dates with scripts/update-copyrights
Diffstat (limited to 'sysdeps/pthread')
-rw-r--r--sysdeps/pthread/Makefile2
-rw-r--r--sysdeps/pthread/allocalim.h2
-rw-r--r--sysdeps/pthread/bits/sigthread.h2
-rw-r--r--sysdeps/pthread/call_once.c2
-rw-r--r--sysdeps/pthread/cnd_broadcast.c2
-rw-r--r--sysdeps/pthread/cnd_destroy.c2
-rw-r--r--sysdeps/pthread/cnd_init.c2
-rw-r--r--sysdeps/pthread/cnd_signal.c2
-rw-r--r--sysdeps/pthread/cnd_timedwait.c2
-rw-r--r--sysdeps/pthread/cnd_wait.c2
-rw-r--r--sysdeps/pthread/eintr.c2
-rw-r--r--sysdeps/pthread/elision-conf.h2
-rw-r--r--sysdeps/pthread/mtx_destroy.c2
-rw-r--r--sysdeps/pthread/mtx_init.c2
-rw-r--r--sysdeps/pthread/mtx_lock.c2
-rw-r--r--sysdeps/pthread/mtx_timedlock.c2
-rw-r--r--sysdeps/pthread/mtx_trylock.c2
-rw-r--r--sysdeps/pthread/mtx_unlock.c2
-rw-r--r--sysdeps/pthread/posix-timer.h2
-rw-r--r--sysdeps/pthread/pthread_atfork.c2
-rw-r--r--sysdeps/pthread/pthread_atfork_compat.c2
-rw-r--r--sysdeps/pthread/pthread_early_init.h2
-rw-r--r--sysdeps/pthread/pthread_mutex_conf.h2
-rw-r--r--sysdeps/pthread/sem_close.c2
-rw-r--r--sysdeps/pthread/sem_open.c2
-rw-r--r--sysdeps/pthread/sem_routines.c2
-rw-r--r--sysdeps/pthread/sem_routines.h2
-rw-r--r--sysdeps/pthread/sem_unlink.c2
-rw-r--r--sysdeps/pthread/semaphore.h2
-rw-r--r--sysdeps/pthread/thrd_create.c2
-rw-r--r--sysdeps/pthread/thrd_detach.c2
-rw-r--r--sysdeps/pthread/thrd_equal.c2
-rw-r--r--sysdeps/pthread/thrd_exit.c2
-rw-r--r--sysdeps/pthread/thrd_join.c2
-rw-r--r--sysdeps/pthread/thrd_priv.h2
-rw-r--r--sysdeps/pthread/thrd_sleep.c2
-rw-r--r--sysdeps/pthread/threads.h2
-rw-r--r--sysdeps/pthread/tss_create.c2
-rw-r--r--sysdeps/pthread/tss_delete.c2
-rw-r--r--sysdeps/pthread/tss_get.c2
-rw-r--r--sysdeps/pthread/tss_set.c2
-rw-r--r--sysdeps/pthread/tst-_res1.c2
-rw-r--r--sysdeps/pthread/tst-_res1mod1.c2
-rw-r--r--sysdeps/pthread/tst-abstime.c2
-rw-r--r--sysdeps/pthread/tst-atfork1.c2
-rw-r--r--sysdeps/pthread/tst-atfork2.c2
-rw-r--r--sysdeps/pthread/tst-atfork2mod.c2
-rw-r--r--sysdeps/pthread/tst-atfork3.c2
-rw-r--r--sysdeps/pthread/tst-atfork3mod.c2
-rw-r--r--sysdeps/pthread/tst-atfork4.c2
-rw-r--r--sysdeps/pthread/tst-atfork4mod.c2
-rw-r--r--sysdeps/pthread/tst-attr1.c2
-rw-r--r--sysdeps/pthread/tst-backtrace1.c2
-rw-r--r--sysdeps/pthread/tst-bad-schedattr.c2
-rw-r--r--sysdeps/pthread/tst-barrier1.c2
-rw-r--r--sysdeps/pthread/tst-barrier2.c2
-rw-r--r--sysdeps/pthread/tst-barrier3.c2
-rw-r--r--sysdeps/pthread/tst-barrier4.c2
-rw-r--r--sysdeps/pthread/tst-basic1.c2
-rw-r--r--sysdeps/pthread/tst-basic2.c2
-rw-r--r--sysdeps/pthread/tst-basic3.c2
-rw-r--r--sysdeps/pthread/tst-basic4.c2
-rw-r--r--sysdeps/pthread/tst-basic5.c2
-rw-r--r--sysdeps/pthread/tst-basic6.c2
-rw-r--r--sysdeps/pthread/tst-call-once.c2
-rw-r--r--sysdeps/pthread/tst-cancel-self-cancelstate.c2
-rw-r--r--sysdeps/pthread/tst-cancel-self-canceltype.c2
-rw-r--r--sysdeps/pthread/tst-cancel-self-cleanup.c2
-rw-r--r--sysdeps/pthread/tst-cancel-self-testcancel.c2
-rw-r--r--sysdeps/pthread/tst-cancel-self.c2
-rw-r--r--sysdeps/pthread/tst-cancel1.c2
-rw-r--r--sysdeps/pthread/tst-cancel10.c2
-rw-r--r--sysdeps/pthread/tst-cancel11.c2
-rw-r--r--sysdeps/pthread/tst-cancel12.c2
-rw-r--r--sysdeps/pthread/tst-cancel13.c2
-rw-r--r--sysdeps/pthread/tst-cancel14.c2
-rw-r--r--sysdeps/pthread/tst-cancel15.c2
-rw-r--r--sysdeps/pthread/tst-cancel16.c2
-rw-r--r--sysdeps/pthread/tst-cancel18.c2
-rw-r--r--sysdeps/pthread/tst-cancel19.c2
-rw-r--r--sysdeps/pthread/tst-cancel2.c2
-rw-r--r--sysdeps/pthread/tst-cancel20.c2
-rw-r--r--sysdeps/pthread/tst-cancel21.c2
-rw-r--r--sysdeps/pthread/tst-cancel22.c2
-rw-r--r--sysdeps/pthread/tst-cancel26.c2
-rw-r--r--sysdeps/pthread/tst-cancel27.c2
-rw-r--r--sysdeps/pthread/tst-cancel28.c2
-rw-r--r--sysdeps/pthread/tst-cancel29.c2
-rw-r--r--sysdeps/pthread/tst-cancel3.c2
-rw-r--r--sysdeps/pthread/tst-cancel30.c2
-rw-r--r--sysdeps/pthread/tst-cancel4-common.c2
-rw-r--r--sysdeps/pthread/tst-cancel4-common.h2
-rw-r--r--sysdeps/pthread/tst-cancel4.c2
-rw-r--r--sysdeps/pthread/tst-cancel6.c2
-rw-r--r--sysdeps/pthread/tst-cancel8.c2
-rw-r--r--sysdeps/pthread/tst-cancel9.c2
-rw-r--r--sysdeps/pthread/tst-cleanup0.c2
-rw-r--r--sysdeps/pthread/tst-cleanup1.c2
-rw-r--r--sysdeps/pthread/tst-cleanup2.c2
-rw-r--r--sysdeps/pthread/tst-cleanup3.c2
-rw-r--r--sysdeps/pthread/tst-clock1.c2
-rw-r--r--sysdeps/pthread/tst-cnd-basic.c2
-rw-r--r--sysdeps/pthread/tst-cnd-broadcast.c2
-rw-r--r--sysdeps/pthread/tst-cnd-timedwait.c2
-rw-r--r--sysdeps/pthread/tst-cond-except.c2
-rw-r--r--sysdeps/pthread/tst-cond1.c2
-rw-r--r--sysdeps/pthread/tst-cond10.c2
-rw-r--r--sysdeps/pthread/tst-cond11.c2
-rw-r--r--sysdeps/pthread/tst-cond12.c2
-rw-r--r--sysdeps/pthread/tst-cond14.c2
-rw-r--r--sysdeps/pthread/tst-cond15.c2
-rw-r--r--sysdeps/pthread/tst-cond16.c2
-rw-r--r--sysdeps/pthread/tst-cond18.c2
-rw-r--r--sysdeps/pthread/tst-cond19.c2
-rw-r--r--sysdeps/pthread/tst-cond2.c2
-rw-r--r--sysdeps/pthread/tst-cond20.c2
-rw-r--r--sysdeps/pthread/tst-cond23.c2
-rw-r--r--sysdeps/pthread/tst-cond24.c2
-rw-r--r--sysdeps/pthread/tst-cond25.c2
-rw-r--r--sysdeps/pthread/tst-cond27.c2
-rw-r--r--sysdeps/pthread/tst-cond3.c2
-rw-r--r--sysdeps/pthread/tst-cond4.c2
-rw-r--r--sysdeps/pthread/tst-cond5.c2
-rw-r--r--sysdeps/pthread/tst-cond6.c2
-rw-r--r--sysdeps/pthread/tst-cond7.c2
-rw-r--r--sysdeps/pthread/tst-cond8.c2
-rw-r--r--sysdeps/pthread/tst-cond9.c2
-rw-r--r--sysdeps/pthread/tst-create-detached.c2
-rw-r--r--sysdeps/pthread/tst-create1.c2
-rw-r--r--sysdeps/pthread/tst-create1mod.c2
-rw-r--r--sysdeps/pthread/tst-detach1.c2
-rw-r--r--sysdeps/pthread/tst-eintr2.c2
-rw-r--r--sysdeps/pthread/tst-eintr3.c2
-rw-r--r--sysdeps/pthread/tst-eintr4.c2
-rw-r--r--sysdeps/pthread/tst-eintr5.c2
-rw-r--r--sysdeps/pthread/tst-exec1.c2
-rw-r--r--sysdeps/pthread/tst-exec2.c2
-rw-r--r--sysdeps/pthread/tst-exec3.c2
-rw-r--r--sysdeps/pthread/tst-exit1.c2
-rw-r--r--sysdeps/pthread/tst-fini1.c2
-rw-r--r--sysdeps/pthread/tst-fini1mod.c2
-rw-r--r--sysdeps/pthread/tst-flock1.c2
-rw-r--r--sysdeps/pthread/tst-flock2.c2
-rw-r--r--sysdeps/pthread/tst-fork1.c2
-rw-r--r--sysdeps/pthread/tst-fork2.c2
-rw-r--r--sysdeps/pthread/tst-fork3.c2
-rw-r--r--sysdeps/pthread/tst-fork4.c2
-rw-r--r--sysdeps/pthread/tst-join1.c2
-rw-r--r--sysdeps/pthread/tst-join10.c2
-rw-r--r--sysdeps/pthread/tst-join11.c2
-rw-r--r--sysdeps/pthread/tst-join12.c2
-rw-r--r--sysdeps/pthread/tst-join13.c2
-rw-r--r--sysdeps/pthread/tst-join14.c2
-rw-r--r--sysdeps/pthread/tst-join15.c2
-rw-r--r--sysdeps/pthread/tst-join2.c2
-rw-r--r--sysdeps/pthread/tst-join3.c2
-rw-r--r--sysdeps/pthread/tst-join4.c2
-rw-r--r--sysdeps/pthread/tst-join5.c2
-rw-r--r--sysdeps/pthread/tst-join7.c2
-rw-r--r--sysdeps/pthread/tst-join7mod.c2
-rw-r--r--sysdeps/pthread/tst-join8.c2
-rw-r--r--sysdeps/pthread/tst-join9.c2
-rw-r--r--sysdeps/pthread/tst-key1.c2
-rw-r--r--sysdeps/pthread/tst-key2.c2
-rw-r--r--sysdeps/pthread/tst-key3.c2
-rw-r--r--sysdeps/pthread/tst-key4.c2
-rw-r--r--sysdeps/pthread/tst-kill1.c2
-rw-r--r--sysdeps/pthread/tst-kill2.c2
-rw-r--r--sysdeps/pthread/tst-kill3.c2
-rw-r--r--sysdeps/pthread/tst-kill5.c2
-rw-r--r--sysdeps/pthread/tst-kill6.c2
-rw-r--r--sysdeps/pthread/tst-memstream.c2
-rw-r--r--sysdeps/pthread/tst-mtx-basic.c2
-rw-r--r--sysdeps/pthread/tst-mtx-recursive.c2
-rw-r--r--sysdeps/pthread/tst-mtx-timedlock.c2
-rw-r--r--sysdeps/pthread/tst-mtx-trylock.c2
-rw-r--r--sysdeps/pthread/tst-mutex-errorcheck.c2
-rw-r--r--sysdeps/pthread/tst-mutex1.c2
-rw-r--r--sysdeps/pthread/tst-mutex10.c2
-rw-r--r--sysdeps/pthread/tst-mutex11.c2
-rw-r--r--sysdeps/pthread/tst-mutex2.c2
-rw-r--r--sysdeps/pthread/tst-mutex3.c2
-rw-r--r--sysdeps/pthread/tst-mutex4.c2
-rw-r--r--sysdeps/pthread/tst-mutex5.c2
-rw-r--r--sysdeps/pthread/tst-mutex6.c2
-rw-r--r--sysdeps/pthread/tst-mutex7.c2
-rw-r--r--sysdeps/pthread/tst-mutex9.c2
-rw-r--r--sysdeps/pthread/tst-once1.c2
-rw-r--r--sysdeps/pthread/tst-once2.c2
-rw-r--r--sysdeps/pthread/tst-once3.c2
-rw-r--r--sysdeps/pthread/tst-once4.c2
-rw-r--r--sysdeps/pthread/tst-pt-align.c2
-rw-r--r--sysdeps/pthread/tst-pt-align3.c2
-rw-r--r--sysdeps/pthread/tst-pt-popen1.c2
-rw-r--r--sysdeps/pthread/tst-pt-sysconf.c2
-rw-r--r--sysdeps/pthread/tst-pt-tls1.c2
-rw-r--r--sysdeps/pthread/tst-pt-tls2.c2
-rw-r--r--sysdeps/pthread/tst-pt-tls4.c2
-rw-r--r--sysdeps/pthread/tst-pthread-exit-signal.c2
-rw-r--r--sysdeps/pthread/tst-pthread-mutexattr.c2
-rw-r--r--sysdeps/pthread/tst-pthread-raise-blocked-self.c2
-rw-r--r--sysdeps/pthread/tst-pthread-setuid-loop.c2
-rw-r--r--sysdeps/pthread/tst-pthread_cancel-exited.c2
-rw-r--r--sysdeps/pthread/tst-pthread_cancel-select-loop.c2
-rw-r--r--sysdeps/pthread/tst-pthread_kill-exited.c2
-rw-r--r--sysdeps/pthread/tst-pthread_kill-exiting.c2
-rw-r--r--sysdeps/pthread/tst-raise1.c2
-rw-r--r--sysdeps/pthread/tst-robust1.c2
-rw-r--r--sysdeps/pthread/tst-robust10.c2
-rw-r--r--sysdeps/pthread/tst-robust7.c2
-rw-r--r--sysdeps/pthread/tst-rwlock-tryrdlock-stall.c2
-rw-r--r--sysdeps/pthread/tst-rwlock-trywrlock-stall.c2
-rw-r--r--sysdeps/pthread/tst-rwlock1.c2
-rw-r--r--sysdeps/pthread/tst-rwlock12.c2
-rw-r--r--sysdeps/pthread/tst-rwlock13.c2
-rw-r--r--sysdeps/pthread/tst-rwlock14.c2
-rw-r--r--sysdeps/pthread/tst-rwlock16.c2
-rw-r--r--sysdeps/pthread/tst-rwlock4.c2
-rw-r--r--sysdeps/pthread/tst-rwlock5.c2
-rw-r--r--sysdeps/pthread/tst-sem1.c2
-rw-r--r--sysdeps/pthread/tst-sem10.c2
-rw-r--r--sysdeps/pthread/tst-sem14.c2
-rw-r--r--sysdeps/pthread/tst-sem15.c2
-rw-r--r--sysdeps/pthread/tst-sem16.c2
-rw-r--r--sysdeps/pthread/tst-sem2.c2
-rw-r--r--sysdeps/pthread/tst-sem3.c2
-rw-r--r--sysdeps/pthread/tst-sem4.c2
-rw-r--r--sysdeps/pthread/tst-sem5.c2
-rw-r--r--sysdeps/pthread/tst-sem6.c2
-rw-r--r--sysdeps/pthread/tst-sem7.c2
-rw-r--r--sysdeps/pthread/tst-sem8.c2
-rw-r--r--sysdeps/pthread/tst-sem9.c2
-rw-r--r--sysdeps/pthread/tst-setuid3.c2
-rw-r--r--sysdeps/pthread/tst-signal1.c2
-rw-r--r--sysdeps/pthread/tst-signal2.c2
-rw-r--r--sysdeps/pthread/tst-signal4.c2
-rw-r--r--sysdeps/pthread/tst-signal5.c2
-rw-r--r--sysdeps/pthread/tst-signal6.c2
-rw-r--r--sysdeps/pthread/tst-signal8.c2
-rw-r--r--sysdeps/pthread/tst-spin1.c2
-rw-r--r--sysdeps/pthread/tst-spin2.c2
-rw-r--r--sysdeps/pthread/tst-spin3.c2
-rw-r--r--sysdeps/pthread/tst-stack1.c2
-rw-r--r--sysdeps/pthread/tst-stdio1.c2
-rw-r--r--sysdeps/pthread/tst-stdio2.c2
-rw-r--r--sysdeps/pthread/tst-thrd-detach.c2
-rw-r--r--sysdeps/pthread/tst-thrd-sleep.c2
-rw-r--r--sysdeps/pthread/tst-timer.c2
-rw-r--r--sysdeps/pthread/tst-tls4moda.c2
-rw-r--r--sysdeps/pthread/tst-tls4modb.c2
-rw-r--r--sysdeps/pthread/tst-tsd1.c2
-rw-r--r--sysdeps/pthread/tst-tsd2.c2
-rw-r--r--sysdeps/pthread/tst-tsd5.c2
-rw-r--r--sysdeps/pthread/tst-tss-basic.c2
-rw-r--r--sysdeps/pthread/tst-umask1.c2
-rw-r--r--sysdeps/pthread/tst-unload.c2
256 files changed, 256 insertions, 256 deletions
diff --git a/sysdeps/pthread/Makefile b/sysdeps/pthread/Makefile
index 7d1670da87..c2f5588bd9 100644
--- a/sysdeps/pthread/Makefile
+++ b/sysdeps/pthread/Makefile
@@ -1,5 +1,5 @@
 # sysdeps makefile fragment for all pthread-supporting configurations.
-# Copyright (C) 2014-2022 Free Software Foundation, Inc.
+# Copyright (C) 2014-2023 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/sysdeps/pthread/allocalim.h b/sysdeps/pthread/allocalim.h
index cda9afacc0..3b49c34c97 100644
--- a/sysdeps/pthread/allocalim.h
+++ b/sysdeps/pthread/allocalim.h
@@ -1,5 +1,5 @@
 /* Determine whether block of given size can be allocated on the stack or not.
-   Copyright (C) 2002-2022 Free Software Foundation, Inc.
+   Copyright (C) 2002-2023 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/sysdeps/pthread/bits/sigthread.h b/sysdeps/pthread/bits/sigthread.h
index cf51f928d0..741eb6e542 100644
--- a/sysdeps/pthread/bits/sigthread.h
+++ b/sysdeps/pthread/bits/sigthread.h
@@ -1,5 +1,5 @@
 /* Signal handling function for threaded programs.
-   Copyright (C) 1998-2022 Free Software Foundation, Inc.
+   Copyright (C) 1998-2023 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/sysdeps/pthread/call_once.c b/sysdeps/pthread/call_once.c
index 0fea1696c1..c002bdc247 100644
--- a/sysdeps/pthread/call_once.c
+++ b/sysdeps/pthread/call_once.c
@@ -1,5 +1,5 @@
 /* C11 threads call once implementation.
-   Copyright (C) 2018-2022 Free Software Foundation, Inc.
+   Copyright (C) 2018-2023 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/sysdeps/pthread/cnd_broadcast.c b/sysdeps/pthread/cnd_broadcast.c
index f1d43ff474..662d0d7050 100644
--- a/sysdeps/pthread/cnd_broadcast.c
+++ b/sysdeps/pthread/cnd_broadcast.c
@@ -1,5 +1,5 @@
 /* C11 thread conditional broadcast implementation.
-   Copyright (C) 2018-2022 Free Software Foundation, Inc.
+   Copyright (C) 2018-2023 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/sysdeps/pthread/cnd_destroy.c b/sysdeps/pthread/cnd_destroy.c
index db7fca7c8d..1ba753dabd 100644
--- a/sysdeps/pthread/cnd_destroy.c
+++ b/sysdeps/pthread/cnd_destroy.c
@@ -1,5 +1,5 @@
 /* C11 threads conditional destroy implementation.
-   Copyright (C) 2018-2022 Free Software Foundation, Inc.
+   Copyright (C) 2018-2023 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/sysdeps/pthread/cnd_init.c b/sysdeps/pthread/cnd_init.c
index 61749788ba..9b4c26c904 100644
--- a/sysdeps/pthread/cnd_init.c
+++ b/sysdeps/pthread/cnd_init.c
@@ -1,5 +1,5 @@
 /* C11 thread conditional initialization implementation.
-   Copyright (C) 2018-2022 Free Software Foundation, Inc.
+   Copyright (C) 2018-2023 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/sysdeps/pthread/cnd_signal.c b/sysdeps/pthread/cnd_signal.c
index eb29eb186b..ae7f8c9a9f 100644
--- a/sysdeps/pthread/cnd_signal.c
+++ b/sysdeps/pthread/cnd_signal.c
@@ -1,5 +1,5 @@
 /* C11 threads conditional signal implementation.
-   Copyright (C) 2018-2022 Free Software Foundation, Inc.
+   Copyright (C) 2018-2023 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/sysdeps/pthread/cnd_timedwait.c b/sysdeps/pthread/cnd_timedwait.c
index 97f6fee0fe..25df50cb3a 100644
--- a/sysdeps/pthread/cnd_timedwait.c
+++ b/sysdeps/pthread/cnd_timedwait.c
@@ -1,5 +1,5 @@
 /* C11 threads conditional timed wait implementation.
-   Copyright (C) 2018-2022 Free Software Foundation, Inc.
+   Copyright (C) 2018-2023 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/sysdeps/pthread/cnd_wait.c b/sysdeps/pthread/cnd_wait.c
index 5007456702..0863a9f9f4 100644
--- a/sysdeps/pthread/cnd_wait.c
+++ b/sysdeps/pthread/cnd_wait.c
@@ -1,5 +1,5 @@
 /* C11 threads conditional wait implementaiton.
-   Copyright (C) 2018-2022 Free Software Foundation, Inc.
+   Copyright (C) 2018-2023 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/sysdeps/pthread/eintr.c b/sysdeps/pthread/eintr.c
index 13cf4c1a01..000649d24e 100644
--- a/sysdeps/pthread/eintr.c
+++ b/sysdeps/pthread/eintr.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2003-2022 Free Software Foundation, Inc.
+/* Copyright (C) 2003-2023 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/sysdeps/pthread/elision-conf.h b/sysdeps/pthread/elision-conf.h
index c2b9a004d1..830f3813bd 100644
--- a/sysdeps/pthread/elision-conf.h
+++ b/sysdeps/pthread/elision-conf.h
@@ -1,5 +1,5 @@
 /* elision-conf.h: Lock elision  configuration.  Stub version.
-   Copyright (C) 2021-2022 Free Software Foundation, Inc.
+   Copyright (C) 2021-2023 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/sysdeps/pthread/mtx_destroy.c b/sysdeps/pthread/mtx_destroy.c
index b3f99cd3c7..5429ac397e 100644
--- a/sysdeps/pthread/mtx_destroy.c
+++ b/sysdeps/pthread/mtx_destroy.c
@@ -1,5 +1,5 @@
 /* C11 threads mutex destroy implementation.
-   Copyright (C) 2018-2022 Free Software Foundation, Inc.
+   Copyright (C) 2018-2023 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/sysdeps/pthread/mtx_init.c b/sysdeps/pthread/mtx_init.c
index aab8736d23..a0a9ec72bb 100644
--- a/sysdeps/pthread/mtx_init.c
+++ b/sysdeps/pthread/mtx_init.c
@@ -1,5 +1,5 @@
 /* C11 threads mutex initialization implementation.
-   Copyright (C) 2018-2022 Free Software Foundation, Inc.
+   Copyright (C) 2018-2023 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/sysdeps/pthread/mtx_lock.c b/sysdeps/pthread/mtx_lock.c
index ff99a7ab48..1ad1bb9a89 100644
--- a/sysdeps/pthread/mtx_lock.c
+++ b/sysdeps/pthread/mtx_lock.c
@@ -1,5 +1,5 @@
 /* C11 threads mutex lock implementation.
-   Copyright (C) 2018-2022 Free Software Foundation, Inc.
+   Copyright (C) 2018-2023 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/sysdeps/pthread/mtx_timedlock.c b/sysdeps/pthread/mtx_timedlock.c
index d74c21c5e8..a3d236f3e1 100644
--- a/sysdeps/pthread/mtx_timedlock.c
+++ b/sysdeps/pthread/mtx_timedlock.c
@@ -1,5 +1,5 @@
 /* C11 threads mutex timed lock implementation.
-   Copyright (C) 2018-2022 Free Software Foundation, Inc.
+   Copyright (C) 2018-2023 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/sysdeps/pthread/mtx_trylock.c b/sysdeps/pthread/mtx_trylock.c
index c72232f206..c63c5c7cc9 100644
--- a/sysdeps/pthread/mtx_trylock.c
+++ b/sysdeps/pthread/mtx_trylock.c
@@ -1,5 +1,5 @@
 /* C11 threads mutex try lock implementation.
-   Copyright (C) 2018-2022 Free Software Foundation, Inc.
+   Copyright (C) 2018-2023 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/sysdeps/pthread/mtx_unlock.c b/sysdeps/pthread/mtx_unlock.c
index b3b19dd533..ca59f8d052 100644
--- a/sysdeps/pthread/mtx_unlock.c
+++ b/sysdeps/pthread/mtx_unlock.c
@@ -1,5 +1,5 @@
 /* C11 threads mutex unlock implementation.
-   Copyright (C) 2018-2022 Free Software Foundation, Inc.
+   Copyright (C) 2018-2023 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/sysdeps/pthread/posix-timer.h b/sysdeps/pthread/posix-timer.h
index 4b8538b901..4ac534ce7a 100644
--- a/sysdeps/pthread/posix-timer.h
+++ b/sysdeps/pthread/posix-timer.h
@@ -1,5 +1,5 @@
 /* Definitions for POSIX timer implementation on top of NPTL.
-   Copyright (C) 2000-2022 Free Software Foundation, Inc.
+   Copyright (C) 2000-2023 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/sysdeps/pthread/pthread_atfork.c b/sysdeps/pthread/pthread_atfork.c
index dd975d3531..3691160485 100644
--- a/sysdeps/pthread/pthread_atfork.c
+++ b/sysdeps/pthread/pthread_atfork.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2002-2022 Free Software Foundation, Inc.
+/* Copyright (C) 2002-2023 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/sysdeps/pthread/pthread_atfork_compat.c b/sysdeps/pthread/pthread_atfork_compat.c
index fdc4d49851..9b558b8a97 100644
--- a/sysdeps/pthread/pthread_atfork_compat.c
+++ b/sysdeps/pthread/pthread_atfork_compat.c
@@ -1,5 +1,5 @@
 /* Compat pthread_atfork implementation.
-   Copyright (C) 2002-2022 Free Software Foundation, Inc.
+   Copyright (C) 2002-2023 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/sysdeps/pthread/pthread_early_init.h b/sysdeps/pthread/pthread_early_init.h
index 0627e73170..0a62020d85 100644
--- a/sysdeps/pthread/pthread_early_init.h
+++ b/sysdeps/pthread/pthread_early_init.h
@@ -1,5 +1,5 @@
 /* pthread initialization called from __libc_early_init.  Generic version.
-   Copyright (C) 2021-2022 Free Software Foundation, Inc.
+   Copyright (C) 2021-2023 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/sysdeps/pthread/pthread_mutex_conf.h b/sysdeps/pthread/pthread_mutex_conf.h
index 4f8129252a..d233cf6869 100644
--- a/sysdeps/pthread/pthread_mutex_conf.h
+++ b/sysdeps/pthread/pthread_mutex_conf.h
@@ -1,5 +1,5 @@
 /* Pthread mutex tunable parameters.  Generic version.
-   Copyright (C) 2018-2022 Free Software Foundation, Inc.
+   Copyright (C) 2018-2023 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/sysdeps/pthread/sem_close.c b/sysdeps/pthread/sem_close.c
index f7e49cdd37..3978f144b5 100644
--- a/sysdeps/pthread/sem_close.c
+++ b/sysdeps/pthread/sem_close.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2002-2022 Free Software Foundation, Inc.
+/* Copyright (C) 2002-2023 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/sysdeps/pthread/sem_open.c b/sysdeps/pthread/sem_open.c
index add01d5641..2551b035e1 100644
--- a/sysdeps/pthread/sem_open.c
+++ b/sysdeps/pthread/sem_open.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2002-2022 Free Software Foundation, Inc.
+/* Copyright (C) 2002-2023 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/sysdeps/pthread/sem_routines.c b/sysdeps/pthread/sem_routines.c
index 877e1e8556..95efb3a628 100644
--- a/sysdeps/pthread/sem_routines.c
+++ b/sysdeps/pthread/sem_routines.c
@@ -1,5 +1,5 @@
 /* Helper code for POSIX semaphore implementation.
-   Copyright (C) 2021-2022 Free Software Foundation, Inc.
+   Copyright (C) 2021-2023 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/sysdeps/pthread/sem_routines.h b/sysdeps/pthread/sem_routines.h
index 1be3655662..b8062d1390 100644
--- a/sysdeps/pthread/sem_routines.h
+++ b/sysdeps/pthread/sem_routines.h
@@ -1,5 +1,5 @@
 /* Helper code for POSIX semaphore implementation.
-   Copyright (C) 2021-2022 Free Software Foundation, Inc.
+   Copyright (C) 2021-2023 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/sysdeps/pthread/sem_unlink.c b/sysdeps/pthread/sem_unlink.c
index 04c66c45f9..a537f60f15 100644
--- a/sysdeps/pthread/sem_unlink.c
+++ b/sysdeps/pthread/sem_unlink.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2002-2022 Free Software Foundation, Inc.
+/* Copyright (C) 2002-2023 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/sysdeps/pthread/semaphore.h b/sysdeps/pthread/semaphore.h
index 621469e81b..c4e5dc317b 100644
--- a/sysdeps/pthread/semaphore.h
+++ b/sysdeps/pthread/semaphore.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2002-2022 Free Software Foundation, Inc.
+/* Copyright (C) 2002-2023 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/sysdeps/pthread/thrd_create.c b/sysdeps/pthread/thrd_create.c
index 2129ef3e6e..9334202298 100644
--- a/sysdeps/pthread/thrd_create.c
+++ b/sysdeps/pthread/thrd_create.c
@@ -1,5 +1,5 @@
 /* C11 threads thread creation implementation.
-   Copyright (C) 2018-2022 Free Software Foundation, Inc.
+   Copyright (C) 2018-2023 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/sysdeps/pthread/thrd_detach.c b/sysdeps/pthread/thrd_detach.c
index 3d33ab2a7a..834e645f96 100644
--- a/sysdeps/pthread/thrd_detach.c
+++ b/sysdeps/pthread/thrd_detach.c
@@ -1,5 +1,5 @@
 /* C11 threads thread detach implementation.
-   Copyright (C) 2018-2022 Free Software Foundation, Inc.
+   Copyright (C) 2018-2023 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/sysdeps/pthread/thrd_equal.c b/sysdeps/pthread/thrd_equal.c
index bae4c77196..bbdf2f5b52 100644
--- a/sysdeps/pthread/thrd_equal.c
+++ b/sysdeps/pthread/thrd_equal.c
@@ -1,5 +1,5 @@
 /* C11 threads thread equality check implementation.
-   Copyright (C) 2018-2022 Free Software Foundation, Inc.
+   Copyright (C) 2018-2023 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/sysdeps/pthread/thrd_exit.c b/sysdeps/pthread/thrd_exit.c
index a04221b1b6..4dc8860524 100644
--- a/sysdeps/pthread/thrd_exit.c
+++ b/sysdeps/pthread/thrd_exit.c
@@ -1,5 +1,5 @@
 /* C11 threads thread exit implementation.
-   Copyright (C) 2018-2022 Free Software Foundation, Inc.
+   Copyright (C) 2018-2023 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/sysdeps/pthread/thrd_join.c b/sysdeps/pthread/thrd_join.c
index 53bad45c7f..b10e826523 100644
--- a/sysdeps/pthread/thrd_join.c
+++ b/sysdeps/pthread/thrd_join.c
@@ -1,5 +1,5 @@
 /* C11 threads thread join implementation.
-   Copyright (C) 2018-2022 Free Software Foundation, Inc.
+   Copyright (C) 2018-2023 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/sysdeps/pthread/thrd_priv.h b/sysdeps/pthread/thrd_priv.h
index fbc6bf8a9c..5ca93c8b33 100644
--- a/sysdeps/pthread/thrd_priv.h
+++ b/sysdeps/pthread/thrd_priv.h
@@ -1,5 +1,5 @@
 /* Internal C11 threads definitions.
-   Copyright (C) 2018-2022 Free Software Foundation, Inc.
+   Copyright (C) 2018-2023 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/sysdeps/pthread/thrd_sleep.c b/sysdeps/pthread/thrd_sleep.c
index 915ae79cd3..1ea2650d09 100644
--- a/sysdeps/pthread/thrd_sleep.c
+++ b/sysdeps/pthread/thrd_sleep.c
@@ -1,5 +1,5 @@
 /* C11 threads thread sleep implementation.
-   Copyright (C) 2018-2022 Free Software Foundation, Inc.
+   Copyright (C) 2018-2023 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/sysdeps/pthread/threads.h b/sysdeps/pthread/threads.h
index 13c8f35768..860d597d96 100644
--- a/sysdeps/pthread/threads.h
+++ b/sysdeps/pthread/threads.h
@@ -1,5 +1,5 @@
 /* ISO C11 Standard: 7.26 - Thread support library  <threads.h>.
-   Copyright (C) 2018-2022 Free Software Foundation, Inc.
+   Copyright (C) 2018-2023 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/sysdeps/pthread/tss_create.c b/sysdeps/pthread/tss_create.c
index cca6e70614..760d4e3733 100644
--- a/sysdeps/pthread/tss_create.c
+++ b/sysdeps/pthread/tss_create.c
@@ -1,5 +1,5 @@
 /* C11 threads thread-specific creation implementation.
-   Copyright (C) 2018-2022 Free Software Foundation, Inc.
+   Copyright (C) 2018-2023 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/sysdeps/pthread/tss_delete.c b/sysdeps/pthread/tss_delete.c
index 5935ba6b57..aab94f1382 100644
--- a/sysdeps/pthread/tss_delete.c
+++ b/sysdeps/pthread/tss_delete.c
@@ -1,5 +1,5 @@
 /* C11 threads thread-specific delete implementation.
-   Copyright (C) 2018-2022 Free Software Foundation, Inc.
+   Copyright (C) 2018-2023 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/sysdeps/pthread/tss_get.c b/sysdeps/pthread/tss_get.c
index 7ed7a729ff..daaa8c4783 100644
--- a/sysdeps/pthread/tss_get.c
+++ b/sysdeps/pthread/tss_get.c
@@ -1,5 +1,5 @@
 /* C11 threads thread-specific get implementation.
-   Copyright (C) 2018-2022 Free Software Foundation, Inc.
+   Copyright (C) 2018-2023 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/sysdeps/pthread/tss_set.c b/sysdeps/pthread/tss_set.c
index a3ea297241..15209983f9 100644
--- a/sysdeps/pthread/tss_set.c
+++ b/sysdeps/pthread/tss_set.c
@@ -1,5 +1,5 @@
 /* C11 threads thread-specific set implementation.
-   Copyright (C) 2018-2022 Free Software Foundation, Inc.
+   Copyright (C) 2018-2023 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/sysdeps/pthread/tst-_res1.c b/sysdeps/pthread/tst-_res1.c
index 81eecda8b4..74f221988c 100644
--- a/sysdeps/pthread/tst-_res1.c
+++ b/sysdeps/pthread/tst-_res1.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2003-2022 Free Software Foundation, Inc.
+/* Copyright (C) 2003-2023 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/sysdeps/pthread/tst-_res1mod1.c b/sysdeps/pthread/tst-_res1mod1.c
index 73d3037eb5..0101e2c055 100644
--- a/sysdeps/pthread/tst-_res1mod1.c
+++ b/sysdeps/pthread/tst-_res1mod1.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2003-2022 Free Software Foundation, Inc.
+/* Copyright (C) 2003-2023 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/sysdeps/pthread/tst-abstime.c b/sysdeps/pthread/tst-abstime.c
index 3107d3378b..da298bfb18 100644
--- a/sysdeps/pthread/tst-abstime.c
+++ b/sysdeps/pthread/tst-abstime.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2010-2022 Free Software Foundation, Inc.
+/* Copyright (C) 2010-2023 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/sysdeps/pthread/tst-atfork1.c b/sysdeps/pthread/tst-atfork1.c
index 453f837800..309974c926 100644
--- a/sysdeps/pthread/tst-atfork1.c
+++ b/sysdeps/pthread/tst-atfork1.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2002-2022 Free Software Foundation, Inc.
+/* Copyright (C) 2002-2023 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/sysdeps/pthread/tst-atfork2.c b/sysdeps/pthread/tst-atfork2.c
index 0085d03ec9..6171a9fff8 100644
--- a/sysdeps/pthread/tst-atfork2.c
+++ b/sysdeps/pthread/tst-atfork2.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2003-2022 Free Software Foundation, Inc.
+/* Copyright (C) 2003-2023 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/sysdeps/pthread/tst-atfork2mod.c b/sysdeps/pthread/tst-atfork2mod.c
index e764538a61..8c27aa2c90 100644
--- a/sysdeps/pthread/tst-atfork2mod.c
+++ b/sysdeps/pthread/tst-atfork2mod.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2003-2022 Free Software Foundation, Inc.
+/* Copyright (C) 2003-2023 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/sysdeps/pthread/tst-atfork3.c b/sysdeps/pthread/tst-atfork3.c
index bb2250e432..5930cdc2f9 100644
--- a/sysdeps/pthread/tst-atfork3.c
+++ b/sysdeps/pthread/tst-atfork3.c
@@ -1,5 +1,5 @@
 /* Check if pthread_atfork handler can call dlclose (BZ#24595).
-   Copyright (C) 2022 Free Software Foundation, Inc.
+   Copyright (C) 2022-2023 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/sysdeps/pthread/tst-atfork3mod.c b/sysdeps/pthread/tst-atfork3mod.c
index 6d0658cb9e..b9e64d4d0f 100644
--- a/sysdeps/pthread/tst-atfork3mod.c
+++ b/sysdeps/pthread/tst-atfork3mod.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2022 Free Software Foundation, Inc.
+/* Copyright (C) 2022-2023 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/sysdeps/pthread/tst-atfork4.c b/sysdeps/pthread/tst-atfork4.c
index 52dc87e73b..ebda77b5ec 100644
--- a/sysdeps/pthread/tst-atfork4.c
+++ b/sysdeps/pthread/tst-atfork4.c
@@ -1,5 +1,5 @@
 /* pthread_atfork supports handlers that call pthread_atfork or dlclose.
-   Copyright (C) 2022 Free Software Foundation, Inc.
+   Copyright (C) 2022-2023 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/sysdeps/pthread/tst-atfork4mod.c b/sysdeps/pthread/tst-atfork4mod.c
index e111efeb18..2727e070bd 100644
--- a/sysdeps/pthread/tst-atfork4mod.c
+++ b/sysdeps/pthread/tst-atfork4mod.c
@@ -1,5 +1,5 @@
 /* pthread_atfork supports handlers that call pthread_atfork or dlclose.
-   Copyright (C) 2022 Free Software Foundation, Inc.
+   Copyright (C) 2022-2023 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/sysdeps/pthread/tst-attr1.c b/sysdeps/pthread/tst-attr1.c
index dddc89679c..561402972e 100644
--- a/sysdeps/pthread/tst-attr1.c
+++ b/sysdeps/pthread/tst-attr1.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2003-2022 Free Software Foundation, Inc.
+/* Copyright (C) 2003-2023 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/sysdeps/pthread/tst-backtrace1.c b/sysdeps/pthread/tst-backtrace1.c
index 88ac6f80fc..5e031dd594 100644
--- a/sysdeps/pthread/tst-backtrace1.c
+++ b/sysdeps/pthread/tst-backtrace1.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2004-2022 Free Software Foundation, Inc.
+/* Copyright (C) 2004-2023 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/sysdeps/pthread/tst-bad-schedattr.c b/sysdeps/pthread/tst-bad-schedattr.c
index 19ec12a814..54df93ae43 100644
--- a/sysdeps/pthread/tst-bad-schedattr.c
+++ b/sysdeps/pthread/tst-bad-schedattr.c
@@ -1,5 +1,5 @@
 /* Test that pthread_create diagnoses invalid scheduling parameters.
-   Copyright (C) 2014-2022 Free Software Foundation, Inc.
+   Copyright (C) 2014-2023 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/sysdeps/pthread/tst-barrier1.c b/sysdeps/pthread/tst-barrier1.c
index 7e5132170b..7742f6b21f 100644
--- a/sysdeps/pthread/tst-barrier1.c
+++ b/sysdeps/pthread/tst-barrier1.c
@@ -1,5 +1,5 @@
 /* Tests barrier initialization.
-   Copyright (C) 2002-2022 Free Software Foundation, Inc.
+   Copyright (C) 2002-2023 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/sysdeps/pthread/tst-barrier2.c b/sysdeps/pthread/tst-barrier2.c
index 2a213001bc..ed8332ffd8 100644
--- a/sysdeps/pthread/tst-barrier2.c
+++ b/sysdeps/pthread/tst-barrier2.c
@@ -1,5 +1,5 @@
 /* Tests process-shared barriers.
-   Copyright (C) 2002-2022 Free Software Foundation, Inc.
+   Copyright (C) 2002-2023 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/sysdeps/pthread/tst-barrier3.c b/sysdeps/pthread/tst-barrier3.c
index 2cecec341f..d1b603cc42 100644
--- a/sysdeps/pthread/tst-barrier3.c
+++ b/sysdeps/pthread/tst-barrier3.c
@@ -1,5 +1,5 @@
 /* Test of POSIX barriers.
-   Copyright (C) 2002-2022 Free Software Foundation, Inc.
+   Copyright (C) 2002-2023 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/sysdeps/pthread/tst-barrier4.c b/sysdeps/pthread/tst-barrier4.c
index 25ba7dac4a..c31fe4005a 100644
--- a/sysdeps/pthread/tst-barrier4.c
+++ b/sysdeps/pthread/tst-barrier4.c
@@ -1,5 +1,5 @@
 /* This tests destruction of a barrier right after waiting on it.
-   Copyright (C) 2004-2022 Free Software Foundation, Inc.
+   Copyright (C) 2004-2023 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/sysdeps/pthread/tst-basic1.c b/sysdeps/pthread/tst-basic1.c
index dfcd888519..edbe250941 100644
--- a/sysdeps/pthread/tst-basic1.c
+++ b/sysdeps/pthread/tst-basic1.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2002-2022 Free Software Foundation, Inc.
+/* Copyright (C) 2002-2023 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/sysdeps/pthread/tst-basic2.c b/sysdeps/pthread/tst-basic2.c
index 98246734a1..9ddaede71c 100644
--- a/sysdeps/pthread/tst-basic2.c
+++ b/sysdeps/pthread/tst-basic2.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2002-2022 Free Software Foundation, Inc.
+/* Copyright (C) 2002-2023 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/sysdeps/pthread/tst-basic3.c b/sysdeps/pthread/tst-basic3.c
index 016240cab7..da78afae43 100644
--- a/sysdeps/pthread/tst-basic3.c
+++ b/sysdeps/pthread/tst-basic3.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2003-2022 Free Software Foundation, Inc.
+/* Copyright (C) 2003-2023 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/sysdeps/pthread/tst-basic4.c b/sysdeps/pthread/tst-basic4.c
index b4315628ab..034f1c5262 100644
--- a/sysdeps/pthread/tst-basic4.c
+++ b/sysdeps/pthread/tst-basic4.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2003-2022 Free Software Foundation, Inc.
+/* Copyright (C) 2003-2023 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/sysdeps/pthread/tst-basic5.c b/sysdeps/pthread/tst-basic5.c
index b9fb03a72e..32ddc34cad 100644
--- a/sysdeps/pthread/tst-basic5.c
+++ b/sysdeps/pthread/tst-basic5.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2003-2022 Free Software Foundation, Inc.
+/* Copyright (C) 2003-2023 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/sysdeps/pthread/tst-basic6.c b/sysdeps/pthread/tst-basic6.c
index a1cecfb649..fab7fffcd7 100644
--- a/sysdeps/pthread/tst-basic6.c
+++ b/sysdeps/pthread/tst-basic6.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2003-2022 Free Software Foundation, Inc.
+/* Copyright (C) 2003-2023 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/sysdeps/pthread/tst-call-once.c b/sysdeps/pthread/tst-call-once.c
index 6d582e23a7..e2c90817aa 100644
--- a/sysdeps/pthread/tst-call-once.c
+++ b/sysdeps/pthread/tst-call-once.c
@@ -1,5 +1,5 @@
 /* C11 threads call_once test.
-   Copyright (C) 2018-2022 Free Software Foundation, Inc.
+   Copyright (C) 2018-2023 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/sysdeps/pthread/tst-cancel-self-cancelstate.c b/sysdeps/pthread/tst-cancel-self-cancelstate.c
index 21e1b9772e..0c7ff71858 100644
--- a/sysdeps/pthread/tst-cancel-self-cancelstate.c
+++ b/sysdeps/pthread/tst-cancel-self-cancelstate.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2012-2022 Free Software Foundation, Inc.
+/* Copyright (C) 2012-2023 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/sysdeps/pthread/tst-cancel-self-canceltype.c b/sysdeps/pthread/tst-cancel-self-canceltype.c
index 066ecf53cc..4bb8ba0e57 100644
--- a/sysdeps/pthread/tst-cancel-self-canceltype.c
+++ b/sysdeps/pthread/tst-cancel-self-canceltype.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2012-2022 Free Software Foundation, Inc.
+/* Copyright (C) 2012-2023 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/sysdeps/pthread/tst-cancel-self-cleanup.c b/sysdeps/pthread/tst-cancel-self-cleanup.c
index bcac289d98..95ace9b4a6 100644
--- a/sysdeps/pthread/tst-cancel-self-cleanup.c
+++ b/sysdeps/pthread/tst-cancel-self-cleanup.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2012-2022 Free Software Foundation, Inc.
+/* Copyright (C) 2012-2023 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/sysdeps/pthread/tst-cancel-self-testcancel.c b/sysdeps/pthread/tst-cancel-self-testcancel.c
index f4029c818f..bdc76bb618 100644
--- a/sysdeps/pthread/tst-cancel-self-testcancel.c
+++ b/sysdeps/pthread/tst-cancel-self-testcancel.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2012-2022 Free Software Foundation, Inc.
+/* Copyright (C) 2012-2023 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/sysdeps/pthread/tst-cancel-self.c b/sysdeps/pthread/tst-cancel-self.c
index d5db905d3e..146f953a84 100644
--- a/sysdeps/pthread/tst-cancel-self.c
+++ b/sysdeps/pthread/tst-cancel-self.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2012-2022 Free Software Foundation, Inc.
+/* Copyright (C) 2012-2023 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/sysdeps/pthread/tst-cancel1.c b/sysdeps/pthread/tst-cancel1.c
index 9e94a7efb4..7c1b38c330 100644
--- a/sysdeps/pthread/tst-cancel1.c
+++ b/sysdeps/pthread/tst-cancel1.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2002-2022 Free Software Foundation, Inc.
+/* Copyright (C) 2002-2023 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/sysdeps/pthread/tst-cancel10.c b/sysdeps/pthread/tst-cancel10.c
index 15b7975992..43ccbbdbef 100644
--- a/sysdeps/pthread/tst-cancel10.c
+++ b/sysdeps/pthread/tst-cancel10.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2003-2022 Free Software Foundation, Inc.
+/* Copyright (C) 2003-2023 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/sysdeps/pthread/tst-cancel11.c b/sysdeps/pthread/tst-cancel11.c
index 03944a19b0..4dd84d6673 100644
--- a/sysdeps/pthread/tst-cancel11.c
+++ b/sysdeps/pthread/tst-cancel11.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2003-2022 Free Software Foundation, Inc.
+/* Copyright (C) 2003-2023 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/sysdeps/pthread/tst-cancel12.c b/sysdeps/pthread/tst-cancel12.c
index e25b9f8da7..23b9ab2f2b 100644
--- a/sysdeps/pthread/tst-cancel12.c
+++ b/sysdeps/pthread/tst-cancel12.c
@@ -1,5 +1,5 @@
 /* Test sem_wait cancellation for uncontended case.
-   Copyright (C) 2003-2022 Free Software Foundation, Inc.
+   Copyright (C) 2003-2023 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/sysdeps/pthread/tst-cancel13.c b/sysdeps/pthread/tst-cancel13.c
index 94882bbd22..8e9063e22a 100644
--- a/sysdeps/pthread/tst-cancel13.c
+++ b/sysdeps/pthread/tst-cancel13.c
@@ -1,5 +1,5 @@
 /* Test sem_wait cancellation for contended case.
-   Copyright (C) 2003-2022 Free Software Foundation, Inc.
+   Copyright (C) 2003-2023 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/sysdeps/pthread/tst-cancel14.c b/sysdeps/pthread/tst-cancel14.c
index 31288dcc7a..12b29fa9c0 100644
--- a/sysdeps/pthread/tst-cancel14.c
+++ b/sysdeps/pthread/tst-cancel14.c
@@ -1,5 +1,5 @@
 /* Test sem_timedwait cancellation for uncontended case.
-   Copyright (C) 2003-2022 Free Software Foundation, Inc.
+   Copyright (C) 2003-2023 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/sysdeps/pthread/tst-cancel15.c b/sysdeps/pthread/tst-cancel15.c
index e6dc905729..a817fc1c6e 100644
--- a/sysdeps/pthread/tst-cancel15.c
+++ b/sysdeps/pthread/tst-cancel15.c
@@ -1,5 +1,5 @@
 /* Test sem_timedwait cancellation for contended case.
-   Copyright (C) 2003-2022 Free Software Foundation, Inc.
+   Copyright (C) 2003-2023 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/sysdeps/pthread/tst-cancel16.c b/sysdeps/pthread/tst-cancel16.c
index e5f60eb737..511b9e1e91 100644
--- a/sysdeps/pthread/tst-cancel16.c
+++ b/sysdeps/pthread/tst-cancel16.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2003-2022 Free Software Foundation, Inc.
+/* Copyright (C) 2003-2023 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/sysdeps/pthread/tst-cancel18.c b/sysdeps/pthread/tst-cancel18.c
index edd0555e6a..bdfb677ca5 100644
--- a/sysdeps/pthread/tst-cancel18.c
+++ b/sysdeps/pthread/tst-cancel18.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2003-2022 Free Software Foundation, Inc.
+/* Copyright (C) 2003-2023 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/sysdeps/pthread/tst-cancel19.c b/sysdeps/pthread/tst-cancel19.c
index 78ca73b5d3..b2f3d38c17 100644
--- a/sysdeps/pthread/tst-cancel19.c
+++ b/sysdeps/pthread/tst-cancel19.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2003-2022 Free Software Foundation, Inc.
+/* Copyright (C) 2003-2023 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/sysdeps/pthread/tst-cancel2.c b/sysdeps/pthread/tst-cancel2.c
index 3282cc8b98..45de68241f 100644
--- a/sysdeps/pthread/tst-cancel2.c
+++ b/sysdeps/pthread/tst-cancel2.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2002-2022 Free Software Foundation, Inc.
+/* Copyright (C) 2002-2023 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/sysdeps/pthread/tst-cancel20.c b/sysdeps/pthread/tst-cancel20.c
index 7e63b75fb2..1d5c53049b 100644
--- a/sysdeps/pthread/tst-cancel20.c
+++ b/sysdeps/pthread/tst-cancel20.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2003-2022 Free Software Foundation, Inc.
+/* Copyright (C) 2003-2023 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/sysdeps/pthread/tst-cancel21.c b/sysdeps/pthread/tst-cancel21.c
index 6b6b1aa29f..bc4ff308f9 100644
--- a/sysdeps/pthread/tst-cancel21.c
+++ b/sysdeps/pthread/tst-cancel21.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2003-2022 Free Software Foundation, Inc.
+/* Copyright (C) 2003-2023 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/sysdeps/pthread/tst-cancel22.c b/sysdeps/pthread/tst-cancel22.c
index 5dd96a8227..e1c2df835f 100644
--- a/sysdeps/pthread/tst-cancel22.c
+++ b/sysdeps/pthread/tst-cancel22.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2003-2022 Free Software Foundation, Inc.
+/* Copyright (C) 2003-2023 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/sysdeps/pthread/tst-cancel26.c b/sysdeps/pthread/tst-cancel26.c
index 13b7a91b34..0195146ea6 100644
--- a/sysdeps/pthread/tst-cancel26.c
+++ b/sysdeps/pthread/tst-cancel26.c
@@ -1,5 +1,5 @@
 /* Check for failure paths handling for cancellation points.
-   Copyright (C) 2015-2022 Free Software Foundation, Inc.
+   Copyright (C) 2015-2023 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/sysdeps/pthread/tst-cancel27.c b/sysdeps/pthread/tst-cancel27.c
index 1140744dc6..0ff236bbe0 100644
--- a/sysdeps/pthread/tst-cancel27.c
+++ b/sysdeps/pthread/tst-cancel27.c
@@ -1,5 +1,5 @@
 /* Check for failure paths handling for cancellation points.
-   Copyright (C) 2015-2022 Free Software Foundation, Inc.
+   Copyright (C) 2015-2023 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/sysdeps/pthread/tst-cancel28.c b/sysdeps/pthread/tst-cancel28.c
index e7b813eea2..ae55f38210 100644
--- a/sysdeps/pthread/tst-cancel28.c
+++ b/sysdeps/pthread/tst-cancel28.c
@@ -1,6 +1,6 @@
 /* Check if the thread created by POSIX timer using SIGEV_THREAD is
    cancellable.
-   Copyright (C) 2020-2022 Free Software Foundation, Inc.
+   Copyright (C) 2020-2023 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/sysdeps/pthread/tst-cancel29.c b/sysdeps/pthread/tst-cancel29.c
index 4f0d99e002..e7ffc53a97 100644
--- a/sysdeps/pthread/tst-cancel29.c
+++ b/sysdeps/pthread/tst-cancel29.c
@@ -1,7 +1,7 @@
 /* Check if a thread that disables cancellation and which call functions
    that might be interrupted by a signal do not see the internal SIGCANCEL.
 
-   Copyright (C) 2022 Free Software Foundation, Inc.
+   Copyright (C) 2022-2023 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/sysdeps/pthread/tst-cancel3.c b/sysdeps/pthread/tst-cancel3.c
index e77c0c681d..ff38bb927f 100644
--- a/sysdeps/pthread/tst-cancel3.c
+++ b/sysdeps/pthread/tst-cancel3.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2002-2022 Free Software Foundation, Inc.
+/* Copyright (C) 2002-2023 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/sysdeps/pthread/tst-cancel30.c b/sysdeps/pthread/tst-cancel30.c
index e08392f968..6eb4eb5b42 100644
--- a/sysdeps/pthread/tst-cancel30.c
+++ b/sysdeps/pthread/tst-cancel30.c
@@ -1,7 +1,7 @@
 /* Check if printf like functions does not disable asynchronous cancellation
    mode (BZ#29214).
 
-   Copyright (C) 2022 Free Software Foundation, Inc.
+   Copyright (C) 2022-2023 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/sysdeps/pthread/tst-cancel4-common.c b/sysdeps/pthread/tst-cancel4-common.c
index cc04598353..e65c110d66 100644
--- a/sysdeps/pthread/tst-cancel4-common.c
+++ b/sysdeps/pthread/tst-cancel4-common.c
@@ -1,6 +1,6 @@
 /* Common file for all tst-cancel4_*
 
-   Copyright (C) 2016-2022 Free Software Foundation, Inc.
+   Copyright (C) 2016-2023 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/sysdeps/pthread/tst-cancel4-common.h b/sysdeps/pthread/tst-cancel4-common.h
index 33cc447457..0d416a8971 100644
--- a/sysdeps/pthread/tst-cancel4-common.h
+++ b/sysdeps/pthread/tst-cancel4-common.h
@@ -1,6 +1,6 @@
 /* Common definition for tst-cancel4_* tests.
 
-   Copyright (C) 2016-2022 Free Software Foundation, Inc.
+   Copyright (C) 2016-2023 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/sysdeps/pthread/tst-cancel4.c b/sysdeps/pthread/tst-cancel4.c
index 7067f17c23..4f5c89314c 100644
--- a/sysdeps/pthread/tst-cancel4.c
+++ b/sysdeps/pthread/tst-cancel4.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2002-2022 Free Software Foundation, Inc.
+/* Copyright (C) 2002-2023 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/sysdeps/pthread/tst-cancel6.c b/sysdeps/pthread/tst-cancel6.c
index 13bd6f8ec5..63e6d49707 100644
--- a/sysdeps/pthread/tst-cancel6.c
+++ b/sysdeps/pthread/tst-cancel6.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2002-2022 Free Software Foundation, Inc.
+/* Copyright (C) 2002-2023 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/sysdeps/pthread/tst-cancel8.c b/sysdeps/pthread/tst-cancel8.c
index 019cb9bb5f..cb5ac7a31c 100644
--- a/sysdeps/pthread/tst-cancel8.c
+++ b/sysdeps/pthread/tst-cancel8.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2003-2022 Free Software Foundation, Inc.
+/* Copyright (C) 2003-2023 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/sysdeps/pthread/tst-cancel9.c b/sysdeps/pthread/tst-cancel9.c
index 4c6dc8dacf..02bed98550 100644
--- a/sysdeps/pthread/tst-cancel9.c
+++ b/sysdeps/pthread/tst-cancel9.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2003-2022 Free Software Foundation, Inc.
+/* Copyright (C) 2003-2023 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/sysdeps/pthread/tst-cleanup0.c b/sysdeps/pthread/tst-cleanup0.c
index 07a2a195ce..849233cd32 100644
--- a/sysdeps/pthread/tst-cleanup0.c
+++ b/sysdeps/pthread/tst-cleanup0.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2002-2022 Free Software Foundation, Inc.
+/* Copyright (C) 2002-2023 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/sysdeps/pthread/tst-cleanup1.c b/sysdeps/pthread/tst-cleanup1.c
index 0059d5b001..3d18005f70 100644
--- a/sysdeps/pthread/tst-cleanup1.c
+++ b/sysdeps/pthread/tst-cleanup1.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2002-2022 Free Software Foundation, Inc.
+/* Copyright (C) 2002-2023 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/sysdeps/pthread/tst-cleanup2.c b/sysdeps/pthread/tst-cleanup2.c
index 33b8920bc1..8be074bef1 100644
--- a/sysdeps/pthread/tst-cleanup2.c
+++ b/sysdeps/pthread/tst-cleanup2.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2003-2022 Free Software Foundation, Inc.
+/* Copyright (C) 2003-2023 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/sysdeps/pthread/tst-cleanup3.c b/sysdeps/pthread/tst-cleanup3.c
index 2f530c1a28..6d1f7e6ada 100644
--- a/sysdeps/pthread/tst-cleanup3.c
+++ b/sysdeps/pthread/tst-cleanup3.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2003-2022 Free Software Foundation, Inc.
+/* Copyright (C) 2003-2023 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/sysdeps/pthread/tst-clock1.c b/sysdeps/pthread/tst-clock1.c
index a3a1a5201b..b11d465fce 100644
--- a/sysdeps/pthread/tst-clock1.c
+++ b/sysdeps/pthread/tst-clock1.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2003-2022 Free Software Foundation, Inc.
+/* Copyright (C) 2003-2023 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/sysdeps/pthread/tst-cnd-basic.c b/sysdeps/pthread/tst-cnd-basic.c
index aa717fbdb8..33dcf095d9 100644
--- a/sysdeps/pthread/tst-cnd-basic.c
+++ b/sysdeps/pthread/tst-cnd-basic.c
@@ -1,5 +1,5 @@
 /* C11 threads condition variable tests.
-   Copyright (C) 2018-2022 Free Software Foundation, Inc.
+   Copyright (C) 2018-2023 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/sysdeps/pthread/tst-cnd-broadcast.c b/sysdeps/pthread/tst-cnd-broadcast.c
index de52548304..445407a03e 100644
--- a/sysdeps/pthread/tst-cnd-broadcast.c
+++ b/sysdeps/pthread/tst-cnd-broadcast.c
@@ -1,5 +1,5 @@
 /* C11 threads condition broadcast variable tests.
-   Copyright (C) 2018-2022 Free Software Foundation, Inc.
+   Copyright (C) 2018-2023 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/sysdeps/pthread/tst-cnd-timedwait.c b/sysdeps/pthread/tst-cnd-timedwait.c
index 63d1e6a1c4..ae8e68f7ff 100644
--- a/sysdeps/pthread/tst-cnd-timedwait.c
+++ b/sysdeps/pthread/tst-cnd-timedwait.c
@@ -1,5 +1,5 @@
 /* C11 threads condition timed wait variable tests.
-   Copyright (C) 2018-2022 Free Software Foundation, Inc.
+   Copyright (C) 2018-2023 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/sysdeps/pthread/tst-cond-except.c b/sysdeps/pthread/tst-cond-except.c
index aa417aeaf5..6ceb62cd07 100644
--- a/sysdeps/pthread/tst-cond-except.c
+++ b/sysdeps/pthread/tst-cond-except.c
@@ -1,5 +1,5 @@
 /* Verify that exception table for pthread_cond_wait is correct.
-   Copyright (C) 2012-2022 Free Software Foundation, Inc.
+   Copyright (C) 2012-2023 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/sysdeps/pthread/tst-cond1.c b/sysdeps/pthread/tst-cond1.c
index 0ea8c20087..4b1aec6070 100644
--- a/sysdeps/pthread/tst-cond1.c
+++ b/sysdeps/pthread/tst-cond1.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2002-2022 Free Software Foundation, Inc.
+/* Copyright (C) 2002-2023 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/sysdeps/pthread/tst-cond10.c b/sysdeps/pthread/tst-cond10.c
index e2c043d409..a7fd74650e 100644
--- a/sysdeps/pthread/tst-cond10.c
+++ b/sysdeps/pthread/tst-cond10.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2003-2022 Free Software Foundation, Inc.
+/* Copyright (C) 2003-2023 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/sysdeps/pthread/tst-cond11.c b/sysdeps/pthread/tst-cond11.c
index 6cf810d502..682bd0b98f 100644
--- a/sysdeps/pthread/tst-cond11.c
+++ b/sysdeps/pthread/tst-cond11.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2003-2022 Free Software Foundation, Inc.
+/* Copyright (C) 2003-2023 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/sysdeps/pthread/tst-cond12.c b/sysdeps/pthread/tst-cond12.c
index e39a59a006..5a5be42a20 100644
--- a/sysdeps/pthread/tst-cond12.c
+++ b/sysdeps/pthread/tst-cond12.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2003-2022 Free Software Foundation, Inc.
+/* Copyright (C) 2003-2023 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/sysdeps/pthread/tst-cond14.c b/sysdeps/pthread/tst-cond14.c
index 91e36baab4..33dedf35b1 100644
--- a/sysdeps/pthread/tst-cond14.c
+++ b/sysdeps/pthread/tst-cond14.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2004-2022 Free Software Foundation, Inc.
+/* Copyright (C) 2004-2023 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/sysdeps/pthread/tst-cond15.c b/sysdeps/pthread/tst-cond15.c
index 1d62f65661..1386297abe 100644
--- a/sysdeps/pthread/tst-cond15.c
+++ b/sysdeps/pthread/tst-cond15.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2004-2022 Free Software Foundation, Inc.
+/* Copyright (C) 2004-2023 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/sysdeps/pthread/tst-cond16.c b/sysdeps/pthread/tst-cond16.c
index 4fce1e6557..d17cd1a0f5 100644
--- a/sysdeps/pthread/tst-cond16.c
+++ b/sysdeps/pthread/tst-cond16.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2004-2022 Free Software Foundation, Inc.
+/* Copyright (C) 2004-2023 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/sysdeps/pthread/tst-cond18.c b/sysdeps/pthread/tst-cond18.c
index 0f21e3b44d..edac4fa4ff 100644
--- a/sysdeps/pthread/tst-cond18.c
+++ b/sysdeps/pthread/tst-cond18.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2004-2022 Free Software Foundation, Inc.
+/* Copyright (C) 2004-2023 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/sysdeps/pthread/tst-cond19.c b/sysdeps/pthread/tst-cond19.c
index 0e333b6d6e..b9477eeac0 100644
--- a/sysdeps/pthread/tst-cond19.c
+++ b/sysdeps/pthread/tst-cond19.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2004-2022 Free Software Foundation, Inc.
+/* Copyright (C) 2004-2023 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/sysdeps/pthread/tst-cond2.c b/sysdeps/pthread/tst-cond2.c
index dbfbcb4a8b..95662aa7eb 100644
--- a/sysdeps/pthread/tst-cond2.c
+++ b/sysdeps/pthread/tst-cond2.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2002-2022 Free Software Foundation, Inc.
+/* Copyright (C) 2002-2023 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/sysdeps/pthread/tst-cond20.c b/sysdeps/pthread/tst-cond20.c
index 8ebb660564..94832af7c4 100644
--- a/sysdeps/pthread/tst-cond20.c
+++ b/sysdeps/pthread/tst-cond20.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2004-2022 Free Software Foundation, Inc.
+/* Copyright (C) 2004-2023 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/sysdeps/pthread/tst-cond23.c b/sysdeps/pthread/tst-cond23.c
index 901158331c..1b57335ec5 100644
--- a/sysdeps/pthread/tst-cond23.c
+++ b/sysdeps/pthread/tst-cond23.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2008-2022 Free Software Foundation, Inc.
+/* Copyright (C) 2008-2023 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/sysdeps/pthread/tst-cond24.c b/sysdeps/pthread/tst-cond24.c
index 79c4f84e16..f14c29ec4c 100644
--- a/sysdeps/pthread/tst-cond24.c
+++ b/sysdeps/pthread/tst-cond24.c
@@ -1,5 +1,5 @@
 /* Verify that condition variables synchronized by PI mutexes don't hang.
-   Copyright (C) 2012-2022 Free Software Foundation, Inc.
+   Copyright (C) 2012-2023 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/sysdeps/pthread/tst-cond25.c b/sysdeps/pthread/tst-cond25.c
index 287ce4d0d4..ac8a16b8ea 100644
--- a/sysdeps/pthread/tst-cond25.c
+++ b/sysdeps/pthread/tst-cond25.c
@@ -1,6 +1,6 @@
 /* Verify that condition variables synchronized by PI mutexes don't hang on
    on cancellation.
-   Copyright (C) 2012-2022 Free Software Foundation, Inc.
+   Copyright (C) 2012-2023 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/sysdeps/pthread/tst-cond27.c b/sysdeps/pthread/tst-cond27.c
index a848ce485c..c1f2b8f4d2 100644
--- a/sysdeps/pthread/tst-cond27.c
+++ b/sysdeps/pthread/tst-cond27.c
@@ -1,6 +1,6 @@
 /* Test pthread_cond_clockwait timeout.
 
-   Copyright (C) 2019-2022 Free Software Foundation, Inc.
+   Copyright (C) 2019-2023 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/sysdeps/pthread/tst-cond3.c b/sysdeps/pthread/tst-cond3.c
index c3f9a99bc2..62519923bb 100644
--- a/sysdeps/pthread/tst-cond3.c
+++ b/sysdeps/pthread/tst-cond3.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2002-2022 Free Software Foundation, Inc.
+/* Copyright (C) 2002-2023 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/sysdeps/pthread/tst-cond4.c b/sysdeps/pthread/tst-cond4.c
index 928a9246e4..91d9dac670 100644
--- a/sysdeps/pthread/tst-cond4.c
+++ b/sysdeps/pthread/tst-cond4.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2002-2022 Free Software Foundation, Inc.
+/* Copyright (C) 2002-2023 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/sysdeps/pthread/tst-cond5.c b/sysdeps/pthread/tst-cond5.c
index bc09a01bdd..1d12def58d 100644
--- a/sysdeps/pthread/tst-cond5.c
+++ b/sysdeps/pthread/tst-cond5.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2002-2022 Free Software Foundation, Inc.
+/* Copyright (C) 2002-2023 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/sysdeps/pthread/tst-cond6.c b/sysdeps/pthread/tst-cond6.c
index fb0bab1728..ac55a5c1ff 100644
--- a/sysdeps/pthread/tst-cond6.c
+++ b/sysdeps/pthread/tst-cond6.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2002-2022 Free Software Foundation, Inc.
+/* Copyright (C) 2002-2023 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/sysdeps/pthread/tst-cond7.c b/sysdeps/pthread/tst-cond7.c
index 0c950e1043..fbb2f68618 100644
--- a/sysdeps/pthread/tst-cond7.c
+++ b/sysdeps/pthread/tst-cond7.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2003-2022 Free Software Foundation, Inc.
+/* Copyright (C) 2003-2023 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/sysdeps/pthread/tst-cond8.c b/sysdeps/pthread/tst-cond8.c
index d32702f659..fcb7da790e 100644
--- a/sysdeps/pthread/tst-cond8.c
+++ b/sysdeps/pthread/tst-cond8.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2003-2022 Free Software Foundation, Inc.
+/* Copyright (C) 2003-2023 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/sysdeps/pthread/tst-cond9.c b/sysdeps/pthread/tst-cond9.c
index be658cc8ab..cba03d6760 100644
--- a/sysdeps/pthread/tst-cond9.c
+++ b/sysdeps/pthread/tst-cond9.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2003-2022 Free Software Foundation, Inc.
+/* Copyright (C) 2003-2023 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/sysdeps/pthread/tst-create-detached.c b/sysdeps/pthread/tst-create-detached.c
index 4dd285eb65..ef7914c91b 100644
--- a/sysdeps/pthread/tst-create-detached.c
+++ b/sysdeps/pthread/tst-create-detached.c
@@ -1,5 +1,5 @@
 /* Bug 20116: Test rapid creation of detached threads.
-   Copyright (C) 2017-2022 Free Software Foundation, Inc.
+   Copyright (C) 2017-2023 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/sysdeps/pthread/tst-create1.c b/sysdeps/pthread/tst-create1.c
index b2d797cda0..84be5f589f 100644
--- a/sysdeps/pthread/tst-create1.c
+++ b/sysdeps/pthread/tst-create1.c
@@ -1,5 +1,5 @@
 /* Verify that pthread_create does not deadlock when ctors take locks.
-   Copyright (C) 2021-2022 Free Software Foundation, Inc.
+   Copyright (C) 2021-2023 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/sysdeps/pthread/tst-create1mod.c b/sysdeps/pthread/tst-create1mod.c
index 6e9e49f5c7..90121383b3 100644
--- a/sysdeps/pthread/tst-create1mod.c
+++ b/sysdeps/pthread/tst-create1mod.c
@@ -1,5 +1,5 @@
 /* Verify that pthread_create does not deadlock when ctors take locks.
-   Copyright (C) 2021-2022 Free Software Foundation, Inc.
+   Copyright (C) 2021-2023 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/sysdeps/pthread/tst-detach1.c b/sysdeps/pthread/tst-detach1.c
index 5fdd3bfc95..f40cf9de43 100644
--- a/sysdeps/pthread/tst-detach1.c
+++ b/sysdeps/pthread/tst-detach1.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2003-2022 Free Software Foundation, Inc.
+/* Copyright (C) 2003-2023 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/sysdeps/pthread/tst-eintr2.c b/sysdeps/pthread/tst-eintr2.c
index 52f7ccfc90..97fc4e7a0b 100644
--- a/sysdeps/pthread/tst-eintr2.c
+++ b/sysdeps/pthread/tst-eintr2.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2003-2022 Free Software Foundation, Inc.
+/* Copyright (C) 2003-2023 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/sysdeps/pthread/tst-eintr3.c b/sysdeps/pthread/tst-eintr3.c
index 7e85d4d6fe..19e73045ab 100644
--- a/sysdeps/pthread/tst-eintr3.c
+++ b/sysdeps/pthread/tst-eintr3.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2003-2022 Free Software Foundation, Inc.
+/* Copyright (C) 2003-2023 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/sysdeps/pthread/tst-eintr4.c b/sysdeps/pthread/tst-eintr4.c
index 5a65af2c92..85000e4f74 100644
--- a/sysdeps/pthread/tst-eintr4.c
+++ b/sysdeps/pthread/tst-eintr4.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2003-2022 Free Software Foundation, Inc.
+/* Copyright (C) 2003-2023 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/sysdeps/pthread/tst-eintr5.c b/sysdeps/pthread/tst-eintr5.c
index e2feb3d79b..5b30335dc9 100644
--- a/sysdeps/pthread/tst-eintr5.c
+++ b/sysdeps/pthread/tst-eintr5.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2003-2022 Free Software Foundation, Inc.
+/* Copyright (C) 2003-2023 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/sysdeps/pthread/tst-exec1.c b/sysdeps/pthread/tst-exec1.c
index 5703d03dca..3fc4dcf683 100644
--- a/sysdeps/pthread/tst-exec1.c
+++ b/sysdeps/pthread/tst-exec1.c
@@ -1,5 +1,5 @@
 /* Simple exec test, only a thread in the parent.
-   Copyright (C) 2002-2022 Free Software Foundation, Inc.
+   Copyright (C) 2002-2023 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/sysdeps/pthread/tst-exec2.c b/sysdeps/pthread/tst-exec2.c
index f6f7cfc434..3154d9c6a4 100644
--- a/sysdeps/pthread/tst-exec2.c
+++ b/sysdeps/pthread/tst-exec2.c
@@ -1,5 +1,5 @@
 /* Thread with running thread calls exec.
-   Copyright (C) 2002-2022 Free Software Foundation, Inc.
+   Copyright (C) 2002-2023 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/sysdeps/pthread/tst-exec3.c b/sysdeps/pthread/tst-exec3.c
index e02ded7233..11f04d87ac 100644
--- a/sysdeps/pthread/tst-exec3.c
+++ b/sysdeps/pthread/tst-exec3.c
@@ -1,5 +1,5 @@
 /* Thread calls exec.
-   Copyright (C) 2002-2022 Free Software Foundation, Inc.
+   Copyright (C) 2002-2023 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/sysdeps/pthread/tst-exit1.c b/sysdeps/pthread/tst-exit1.c
index ddb86167cd..ca37d3ba3c 100644
--- a/sysdeps/pthread/tst-exit1.c
+++ b/sysdeps/pthread/tst-exit1.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2002-2022 Free Software Foundation, Inc.
+/* Copyright (C) 2002-2023 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/sysdeps/pthread/tst-fini1.c b/sysdeps/pthread/tst-fini1.c
index 308deffcf6..510be3b8a2 100644
--- a/sysdeps/pthread/tst-fini1.c
+++ b/sysdeps/pthread/tst-fini1.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2004-2022 Free Software Foundation, Inc.
+/* Copyright (C) 2004-2023 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/sysdeps/pthread/tst-fini1mod.c b/sysdeps/pthread/tst-fini1mod.c
index 3b7e804156..cdadf034cd 100644
--- a/sysdeps/pthread/tst-fini1mod.c
+++ b/sysdeps/pthread/tst-fini1mod.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2004-2022 Free Software Foundation, Inc.
+/* Copyright (C) 2004-2023 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/sysdeps/pthread/tst-flock1.c b/sysdeps/pthread/tst-flock1.c
index 2f14e24f36..7eef9070ab 100644
--- a/sysdeps/pthread/tst-flock1.c
+++ b/sysdeps/pthread/tst-flock1.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2002-2022 Free Software Foundation, Inc.
+/* Copyright (C) 2002-2023 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/sysdeps/pthread/tst-flock2.c b/sysdeps/pthread/tst-flock2.c
index d48c90f362..8762e93b52 100644
--- a/sysdeps/pthread/tst-flock2.c
+++ b/sysdeps/pthread/tst-flock2.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2002-2022 Free Software Foundation, Inc.
+/* Copyright (C) 2002-2023 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/sysdeps/pthread/tst-fork1.c b/sysdeps/pthread/tst-fork1.c
index e77eb25a5b..f2d819b39f 100644
--- a/sysdeps/pthread/tst-fork1.c
+++ b/sysdeps/pthread/tst-fork1.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2002-2022 Free Software Foundation, Inc.
+/* Copyright (C) 2002-2023 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/sysdeps/pthread/tst-fork2.c b/sysdeps/pthread/tst-fork2.c
index befaf6a4b9..a67f0dce51 100644
--- a/sysdeps/pthread/tst-fork2.c
+++ b/sysdeps/pthread/tst-fork2.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2002-2022 Free Software Foundation, Inc.
+/* Copyright (C) 2002-2023 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/sysdeps/pthread/tst-fork3.c b/sysdeps/pthread/tst-fork3.c
index 927dbe2422..b60100d15a 100644
--- a/sysdeps/pthread/tst-fork3.c
+++ b/sysdeps/pthread/tst-fork3.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2002-2022 Free Software Foundation, Inc.
+/* Copyright (C) 2002-2023 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/sysdeps/pthread/tst-fork4.c b/sysdeps/pthread/tst-fork4.c
index 2eb0e82d57..bdd76e9bc0 100644
--- a/sysdeps/pthread/tst-fork4.c
+++ b/sysdeps/pthread/tst-fork4.c
@@ -1,5 +1,5 @@
 /* Test of fork updating child universe's pthread structures.
-   Copyright (C) 2003-2022 Free Software Foundation, Inc.
+   Copyright (C) 2003-2023 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/sysdeps/pthread/tst-join1.c b/sysdeps/pthread/tst-join1.c
index e84068bf3c..0269a9fc07 100644
--- a/sysdeps/pthread/tst-join1.c
+++ b/sysdeps/pthread/tst-join1.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2002-2022 Free Software Foundation, Inc.
+/* Copyright (C) 2002-2023 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/sysdeps/pthread/tst-join10.c b/sysdeps/pthread/tst-join10.c
index 9fd0da20dc..845ed3f754 100644
--- a/sysdeps/pthread/tst-join10.c
+++ b/sysdeps/pthread/tst-join10.c
@@ -1,5 +1,5 @@
 /* Check if pthread_clockjoin_np is a cancellation entrypoint.
-   Copyright (C) 2019-2022 Free Software Foundation, Inc.
+   Copyright (C) 2019-2023 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/sysdeps/pthread/tst-join11.c b/sysdeps/pthread/tst-join11.c
index 9673746222..539f4e1d2a 100644
--- a/sysdeps/pthread/tst-join11.c
+++ b/sysdeps/pthread/tst-join11.c
@@ -1,5 +1,5 @@
 /* Check if pthread_clockjoin_np is a cancellation entrypoint.
-   Copyright (C) 2019-2022 Free Software Foundation, Inc.
+   Copyright (C) 2019-2023 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/sysdeps/pthread/tst-join12.c b/sysdeps/pthread/tst-join12.c
index c3aff8ca2d..54d8ffe452 100644
--- a/sysdeps/pthread/tst-join12.c
+++ b/sysdeps/pthread/tst-join12.c
@@ -1,5 +1,5 @@
 /* Check if pthread_clockjoin_np is a cancellation entrypoint.
-   Copyright (C) 2019-2022 Free Software Foundation, Inc.
+   Copyright (C) 2019-2023 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/sysdeps/pthread/tst-join13.c b/sysdeps/pthread/tst-join13.c
index efe4fec7b7..5fa35ef6ad 100644
--- a/sysdeps/pthread/tst-join13.c
+++ b/sysdeps/pthread/tst-join13.c
@@ -1,5 +1,5 @@
 /* Check if pthread_clockjoin_np is a cancellation entrypoint.
-   Copyright (C) 2019-2022 Free Software Foundation, Inc.
+   Copyright (C) 2019-2023 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/sysdeps/pthread/tst-join14.c b/sysdeps/pthread/tst-join14.c
index a030d5654a..a894d3b4a1 100644
--- a/sysdeps/pthread/tst-join14.c
+++ b/sysdeps/pthread/tst-join14.c
@@ -1,5 +1,5 @@
 /* pthread_timedjoin_np, pthread_clockjoin_np NULL timeout test.
-   Copyright (C) 2019-2022 Free Software Foundation, Inc.
+   Copyright (C) 2019-2023 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/sysdeps/pthread/tst-join15.c b/sysdeps/pthread/tst-join15.c
index c4b1e7b3a9..b8e72a2b84 100644
--- a/sysdeps/pthread/tst-join15.c
+++ b/sysdeps/pthread/tst-join15.c
@@ -1,5 +1,5 @@
 /* Check pthread_clockjoin_np clock support.
-   Copyright (C) 2020-2022 Free Software Foundation, Inc.
+   Copyright (C) 2020-2023 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/sysdeps/pthread/tst-join2.c b/sysdeps/pthread/tst-join2.c
index 31b37ba39f..320975df73 100644
--- a/sysdeps/pthread/tst-join2.c
+++ b/sysdeps/pthread/tst-join2.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2002-2022 Free Software Foundation, Inc.
+/* Copyright (C) 2002-2023 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/sysdeps/pthread/tst-join3.c b/sysdeps/pthread/tst-join3.c
index 5923aea119..e5c6f3e257 100644
--- a/sysdeps/pthread/tst-join3.c
+++ b/sysdeps/pthread/tst-join3.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2002-2022 Free Software Foundation, Inc.
+/* Copyright (C) 2002-2023 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/sysdeps/pthread/tst-join4.c b/sysdeps/pthread/tst-join4.c
index cdd2d567be..04abd6ba76 100644
--- a/sysdeps/pthread/tst-join4.c
+++ b/sysdeps/pthread/tst-join4.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2003-2022 Free Software Foundation, Inc.
+/* Copyright (C) 2003-2023 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/sysdeps/pthread/tst-join5.c b/sysdeps/pthread/tst-join5.c
index 1ac63a3a3e..899366adb3 100644
--- a/sysdeps/pthread/tst-join5.c
+++ b/sysdeps/pthread/tst-join5.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2003-2022 Free Software Foundation, Inc.
+/* Copyright (C) 2003-2023 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/sysdeps/pthread/tst-join7.c b/sysdeps/pthread/tst-join7.c
index ffffabbc61..ec44298df5 100644
--- a/sysdeps/pthread/tst-join7.c
+++ b/sysdeps/pthread/tst-join7.c
@@ -1,6 +1,6 @@
 /* Verify that TLS access in separate thread in a dlopened library does not
    deadlock.
-   Copyright (C) 2015-2022 Free Software Foundation, Inc.
+   Copyright (C) 2015-2023 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/sysdeps/pthread/tst-join7mod.c b/sysdeps/pthread/tst-join7mod.c
index ea45fab6dc..b535913424 100644
--- a/sysdeps/pthread/tst-join7mod.c
+++ b/sysdeps/pthread/tst-join7mod.c
@@ -1,6 +1,6 @@
 /* Verify that TLS access in separate thread in a dlopened library does not
    deadlock - the module.
-   Copyright (C) 2015-2022 Free Software Foundation, Inc.
+   Copyright (C) 2015-2023 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/sysdeps/pthread/tst-join8.c b/sysdeps/pthread/tst-join8.c
index b36b5f04bd..1f3ecb6508 100644
--- a/sysdeps/pthread/tst-join8.c
+++ b/sysdeps/pthread/tst-join8.c
@@ -1,5 +1,5 @@
 /* Check if pthread_timedjoin_np is a cancellation entrypoint.
-   Copyright (C) 2019-2022 Free Software Foundation, Inc.
+   Copyright (C) 2019-2023 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/sysdeps/pthread/tst-join9.c b/sysdeps/pthread/tst-join9.c
index 2217c4eee6..31cde97400 100644
--- a/sysdeps/pthread/tst-join9.c
+++ b/sysdeps/pthread/tst-join9.c
@@ -1,5 +1,5 @@
 /* Check if pthread_timedjoin_np is a cancellation entrypoint.
-   Copyright (C) 2019-2022 Free Software Foundation, Inc.
+   Copyright (C) 2019-2023 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/sysdeps/pthread/tst-key1.c b/sysdeps/pthread/tst-key1.c
index 575faa78ea..933edafef8 100644
--- a/sysdeps/pthread/tst-key1.c
+++ b/sysdeps/pthread/tst-key1.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2002-2022 Free Software Foundation, Inc.
+/* Copyright (C) 2002-2023 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/sysdeps/pthread/tst-key2.c b/sysdeps/pthread/tst-key2.c
index 4ce0a45384..9f16dbfbe1 100644
--- a/sysdeps/pthread/tst-key2.c
+++ b/sysdeps/pthread/tst-key2.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2002-2022 Free Software Foundation, Inc.
+/* Copyright (C) 2002-2023 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/sysdeps/pthread/tst-key3.c b/sysdeps/pthread/tst-key3.c
index e3865f9041..c41b80a364 100644
--- a/sysdeps/pthread/tst-key3.c
+++ b/sysdeps/pthread/tst-key3.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2002-2022 Free Software Foundation, Inc.
+/* Copyright (C) 2002-2023 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/sysdeps/pthread/tst-key4.c b/sysdeps/pthread/tst-key4.c
index 2179f924b8..57f054b366 100644
--- a/sysdeps/pthread/tst-key4.c
+++ b/sysdeps/pthread/tst-key4.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2003-2022 Free Software Foundation, Inc.
+/* Copyright (C) 2003-2023 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/sysdeps/pthread/tst-kill1.c b/sysdeps/pthread/tst-kill1.c
index 85328fb57b..a4c2c5f1e6 100644
--- a/sysdeps/pthread/tst-kill1.c
+++ b/sysdeps/pthread/tst-kill1.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2003-2022 Free Software Foundation, Inc.
+/* Copyright (C) 2003-2023 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/sysdeps/pthread/tst-kill2.c b/sysdeps/pthread/tst-kill2.c
index d770946f7d..bca93930c1 100644
--- a/sysdeps/pthread/tst-kill2.c
+++ b/sysdeps/pthread/tst-kill2.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2003-2022 Free Software Foundation, Inc.
+/* Copyright (C) 2003-2023 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/sysdeps/pthread/tst-kill3.c b/sysdeps/pthread/tst-kill3.c
index 6546a16584..f56f320b6f 100644
--- a/sysdeps/pthread/tst-kill3.c
+++ b/sysdeps/pthread/tst-kill3.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2003-2022 Free Software Foundation, Inc.
+/* Copyright (C) 2003-2023 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/sysdeps/pthread/tst-kill5.c b/sysdeps/pthread/tst-kill5.c
index 223077d490..1e11872d2e 100644
--- a/sysdeps/pthread/tst-kill5.c
+++ b/sysdeps/pthread/tst-kill5.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2003-2022 Free Software Foundation, Inc.
+/* Copyright (C) 2003-2023 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/sysdeps/pthread/tst-kill6.c b/sysdeps/pthread/tst-kill6.c
index a2a4af7608..3098280531 100644
--- a/sysdeps/pthread/tst-kill6.c
+++ b/sysdeps/pthread/tst-kill6.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2003-2022 Free Software Foundation, Inc.
+/* Copyright (C) 2003-2023 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/sysdeps/pthread/tst-memstream.c b/sysdeps/pthread/tst-memstream.c
index 4610079b92..0aef74ca72 100644
--- a/sysdeps/pthread/tst-memstream.c
+++ b/sysdeps/pthread/tst-memstream.c
@@ -1,5 +1,5 @@
 /* Test for open_memstream locking.
-   Copyright (C) 2017-2022 Free Software Foundation, Inc.
+   Copyright (C) 2017-2023 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/sysdeps/pthread/tst-mtx-basic.c b/sysdeps/pthread/tst-mtx-basic.c
index f9cc91e94d..0e274b704f 100644
--- a/sysdeps/pthread/tst-mtx-basic.c
+++ b/sysdeps/pthread/tst-mtx-basic.c
@@ -1,5 +1,5 @@
 /* C11 threads basic mutex tests.
-   Copyright (C) 2018-2022 Free Software Foundation, Inc.
+   Copyright (C) 2018-2023 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/sysdeps/pthread/tst-mtx-recursive.c b/sysdeps/pthread/tst-mtx-recursive.c
index f176388c95..6b31383eb9 100644
--- a/sysdeps/pthread/tst-mtx-recursive.c
+++ b/sysdeps/pthread/tst-mtx-recursive.c
@@ -1,5 +1,5 @@
 /* C11 threads recursive mutex tests.
-   Copyright (C) 2018-2022 Free Software Foundation, Inc.
+   Copyright (C) 2018-2023 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/sysdeps/pthread/tst-mtx-timedlock.c b/sysdeps/pthread/tst-mtx-timedlock.c
index dfe5bf5d8b..e4addf59a6 100644
--- a/sysdeps/pthread/tst-mtx-timedlock.c
+++ b/sysdeps/pthread/tst-mtx-timedlock.c
@@ -1,5 +1,5 @@
 /* C11 threads timed mutex tests.
-   Copyright (C) 2018-2022 Free Software Foundation, Inc.
+   Copyright (C) 2018-2023 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/sysdeps/pthread/tst-mtx-trylock.c b/sysdeps/pthread/tst-mtx-trylock.c
index 5840def105..22e64948ea 100644
--- a/sysdeps/pthread/tst-mtx-trylock.c
+++ b/sysdeps/pthread/tst-mtx-trylock.c
@@ -1,5 +1,5 @@
 /* C11 threads trylock mutex tests.
-   Copyright (C) 2018-2022 Free Software Foundation, Inc.
+   Copyright (C) 2018-2023 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/sysdeps/pthread/tst-mutex-errorcheck.c b/sysdeps/pthread/tst-mutex-errorcheck.c
index 3489c21172..3acce0680f 100644
--- a/sysdeps/pthread/tst-mutex-errorcheck.c
+++ b/sysdeps/pthread/tst-mutex-errorcheck.c
@@ -1,5 +1,5 @@
 /* Check that error checking mutexes are not subject to lock elision.
-   Copyright (C) 2016-2022 Free Software Foundation, Inc.
+   Copyright (C) 2016-2023 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/sysdeps/pthread/tst-mutex1.c b/sysdeps/pthread/tst-mutex1.c
index 6994bde91b..e6e676c45d 100644
--- a/sysdeps/pthread/tst-mutex1.c
+++ b/sysdeps/pthread/tst-mutex1.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2002-2022 Free Software Foundation, Inc.
+/* Copyright (C) 2002-2023 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/sysdeps/pthread/tst-mutex10.c b/sysdeps/pthread/tst-mutex10.c
index 56a7300279..5e8d90a9e3 100644
--- a/sysdeps/pthread/tst-mutex10.c
+++ b/sysdeps/pthread/tst-mutex10.c
@@ -1,5 +1,5 @@
 /* Testing race while enabling lock elision.
-   Copyright (C) 2018-2022 Free Software Foundation, Inc.
+   Copyright (C) 2018-2023 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/sysdeps/pthread/tst-mutex11.c b/sysdeps/pthread/tst-mutex11.c
index 02de5e4e3f..fdaf17884f 100644
--- a/sysdeps/pthread/tst-mutex11.c
+++ b/sysdeps/pthread/tst-mutex11.c
@@ -1,6 +1,6 @@
 /* Test unsupported/bad clocks passed to pthread_mutex_clocklock.
 
-   Copyright (C) 2019-2022 Free Software Foundation, Inc.
+   Copyright (C) 2019-2023 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/sysdeps/pthread/tst-mutex2.c b/sysdeps/pthread/tst-mutex2.c
index 60518fe65d..d171f1d4fa 100644
--- a/sysdeps/pthread/tst-mutex2.c
+++ b/sysdeps/pthread/tst-mutex2.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2002-2022 Free Software Foundation, Inc.
+/* Copyright (C) 2002-2023 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/sysdeps/pthread/tst-mutex3.c b/sysdeps/pthread/tst-mutex3.c
index 4d9a605df7..74b06996e0 100644
--- a/sysdeps/pthread/tst-mutex3.c
+++ b/sysdeps/pthread/tst-mutex3.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2002-2022 Free Software Foundation, Inc.
+/* Copyright (C) 2002-2023 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/sysdeps/pthread/tst-mutex4.c b/sysdeps/pthread/tst-mutex4.c
index 51526a9da0..531dbfc238 100644
--- a/sysdeps/pthread/tst-mutex4.c
+++ b/sysdeps/pthread/tst-mutex4.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2002-2022 Free Software Foundation, Inc.
+/* Copyright (C) 2002-2023 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/sysdeps/pthread/tst-mutex5.c b/sysdeps/pthread/tst-mutex5.c
index 1399383f80..ca1727b6b8 100644
--- a/sysdeps/pthread/tst-mutex5.c
+++ b/sysdeps/pthread/tst-mutex5.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2002-2022 Free Software Foundation, Inc.
+/* Copyright (C) 2002-2023 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/sysdeps/pthread/tst-mutex6.c b/sysdeps/pthread/tst-mutex6.c
index 6b0a9dc98f..b37b8d847a 100644
--- a/sysdeps/pthread/tst-mutex6.c
+++ b/sysdeps/pthread/tst-mutex6.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2002-2022 Free Software Foundation, Inc.
+/* Copyright (C) 2002-2023 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/sysdeps/pthread/tst-mutex7.c b/sysdeps/pthread/tst-mutex7.c
index a137fa4ab4..c7d8d03efa 100644
--- a/sysdeps/pthread/tst-mutex7.c
+++ b/sysdeps/pthread/tst-mutex7.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2002-2022 Free Software Foundation, Inc.
+/* Copyright (C) 2002-2023 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/sysdeps/pthread/tst-mutex9.c b/sysdeps/pthread/tst-mutex9.c
index 0d9b1c3a08..6e4b97ba32 100644
--- a/sysdeps/pthread/tst-mutex9.c
+++ b/sysdeps/pthread/tst-mutex9.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2003-2022 Free Software Foundation, Inc.
+/* Copyright (C) 2003-2023 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/sysdeps/pthread/tst-once1.c b/sysdeps/pthread/tst-once1.c
index 38bb7d72d7..997c2d86a6 100644
--- a/sysdeps/pthread/tst-once1.c
+++ b/sysdeps/pthread/tst-once1.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2002-2022 Free Software Foundation, Inc.
+/* Copyright (C) 2002-2023 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/sysdeps/pthread/tst-once2.c b/sysdeps/pthread/tst-once2.c
index 910f598290..2733e56f11 100644
--- a/sysdeps/pthread/tst-once2.c
+++ b/sysdeps/pthread/tst-once2.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2002-2022 Free Software Foundation, Inc.
+/* Copyright (C) 2002-2023 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/sysdeps/pthread/tst-once3.c b/sysdeps/pthread/tst-once3.c
index 93e1395b74..b29416c688 100644
--- a/sysdeps/pthread/tst-once3.c
+++ b/sysdeps/pthread/tst-once3.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2002-2022 Free Software Foundation, Inc.
+/* Copyright (C) 2002-2023 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/sysdeps/pthread/tst-once4.c b/sysdeps/pthread/tst-once4.c
index 748e563842..3785d44dae 100644
--- a/sysdeps/pthread/tst-once4.c
+++ b/sysdeps/pthread/tst-once4.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2003-2022 Free Software Foundation, Inc.
+/* Copyright (C) 2003-2023 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/sysdeps/pthread/tst-pt-align.c b/sysdeps/pthread/tst-pt-align.c
index 8ac69c249c..050c01b596 100644
--- a/sysdeps/pthread/tst-pt-align.c
+++ b/sysdeps/pthread/tst-pt-align.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2003-2022 Free Software Foundation, Inc.
+/* Copyright (C) 2003-2023 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/sysdeps/pthread/tst-pt-align3.c b/sysdeps/pthread/tst-pt-align3.c
index c2ad071c93..ab28f57505 100644
--- a/sysdeps/pthread/tst-pt-align3.c
+++ b/sysdeps/pthread/tst-pt-align3.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2005-2022 Free Software Foundation, Inc.
+/* Copyright (C) 2005-2023 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/sysdeps/pthread/tst-pt-popen1.c b/sysdeps/pthread/tst-pt-popen1.c
index ca0b3221fa..becb7bfcb9 100644
--- a/sysdeps/pthread/tst-pt-popen1.c
+++ b/sysdeps/pthread/tst-pt-popen1.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2003-2022 Free Software Foundation, Inc.
+/* Copyright (C) 2003-2023 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/sysdeps/pthread/tst-pt-sysconf.c b/sysdeps/pthread/tst-pt-sysconf.c
index ff3783a9f5..fe75b2a648 100644
--- a/sysdeps/pthread/tst-pt-sysconf.c
+++ b/sysdeps/pthread/tst-pt-sysconf.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2002-2022 Free Software Foundation, Inc.
+/* Copyright (C) 2002-2023 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/sysdeps/pthread/tst-pt-tls1.c b/sysdeps/pthread/tst-pt-tls1.c
index 96f2b21373..be81176693 100644
--- a/sysdeps/pthread/tst-pt-tls1.c
+++ b/sysdeps/pthread/tst-pt-tls1.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2003-2022 Free Software Foundation, Inc.
+/* Copyright (C) 2003-2023 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/sysdeps/pthread/tst-pt-tls2.c b/sysdeps/pthread/tst-pt-tls2.c
index 336cfb285b..a038770188 100644
--- a/sysdeps/pthread/tst-pt-tls2.c
+++ b/sysdeps/pthread/tst-pt-tls2.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2003-2022 Free Software Foundation, Inc.
+/* Copyright (C) 2003-2023 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/sysdeps/pthread/tst-pt-tls4.c b/sysdeps/pthread/tst-pt-tls4.c
index 38b2d3f15a..97ab8f464d 100644
--- a/sysdeps/pthread/tst-pt-tls4.c
+++ b/sysdeps/pthread/tst-pt-tls4.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2003-2022 Free Software Foundation, Inc.
+/* Copyright (C) 2003-2023 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/sysdeps/pthread/tst-pthread-exit-signal.c b/sysdeps/pthread/tst-pthread-exit-signal.c
index 4dead7ed3a..8afcf7f2a4 100644
--- a/sysdeps/pthread/tst-pthread-exit-signal.c
+++ b/sysdeps/pthread/tst-pthread-exit-signal.c
@@ -1,5 +1,5 @@
 /* Test that pending signals are not delivered on thread exit (bug 28607).
-   Copyright (C) 2021-2022 Free Software Foundation, Inc.
+   Copyright (C) 2021-2023 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/sysdeps/pthread/tst-pthread-mutexattr.c b/sysdeps/pthread/tst-pthread-mutexattr.c
index 5b3b1b17e9..24ec6a3de6 100644
--- a/sysdeps/pthread/tst-pthread-mutexattr.c
+++ b/sysdeps/pthread/tst-pthread-mutexattr.c
@@ -1,6 +1,6 @@
 /* Make sure that pthread_mutexattr_gettype returns a valid kind.
 
-   Copyright (C) 2015-2022 Free Software Foundation, Inc.
+   Copyright (C) 2015-2023 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/sysdeps/pthread/tst-pthread-raise-blocked-self.c b/sysdeps/pthread/tst-pthread-raise-blocked-self.c
index 81f9e872e7..d17ae5f699 100644
--- a/sysdeps/pthread/tst-pthread-raise-blocked-self.c
+++ b/sysdeps/pthread/tst-pthread-raise-blocked-self.c
@@ -1,5 +1,5 @@
 /* Test that raise sends signal to current thread even if blocked.
-   Copyright (C) 2021-2022 Free Software Foundation, Inc.
+   Copyright (C) 2021-2023 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/sysdeps/pthread/tst-pthread-setuid-loop.c b/sysdeps/pthread/tst-pthread-setuid-loop.c
index 069d41adb5..287dc6a73d 100644
--- a/sysdeps/pthread/tst-pthread-setuid-loop.c
+++ b/sysdeps/pthread/tst-pthread-setuid-loop.c
@@ -1,5 +1,5 @@
 /* Test that setuid, pthread_create, thread exit do not deadlock (bug 28361).
-   Copyright (C) 2021-2022 Free Software Foundation, Inc.
+   Copyright (C) 2021-2023 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/sysdeps/pthread/tst-pthread_cancel-exited.c b/sysdeps/pthread/tst-pthread_cancel-exited.c
index 5fdcde0f51..055ab0b1cf 100644
--- a/sysdeps/pthread/tst-pthread_cancel-exited.c
+++ b/sysdeps/pthread/tst-pthread_cancel-exited.c
@@ -1,5 +1,5 @@
 /* Test that pthread_kill succeeds for an exited thread.
-   Copyright (C) 2021-2022 Free Software Foundation, Inc.
+   Copyright (C) 2021-2023 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/sysdeps/pthread/tst-pthread_cancel-select-loop.c b/sysdeps/pthread/tst-pthread_cancel-select-loop.c
index 2bc05ee272..1af26a3951 100644
--- a/sysdeps/pthread/tst-pthread_cancel-select-loop.c
+++ b/sysdeps/pthread/tst-pthread_cancel-select-loop.c
@@ -1,5 +1,5 @@
 /* Test that pthread_cancel succeeds during thread exit.
-   Copyright (C) 2021-2022 Free Software Foundation, Inc.
+   Copyright (C) 2021-2023 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/sysdeps/pthread/tst-pthread_kill-exited.c b/sysdeps/pthread/tst-pthread_kill-exited.c
index b2eca5bd00..95503c6844 100644
--- a/sysdeps/pthread/tst-pthread_kill-exited.c
+++ b/sysdeps/pthread/tst-pthread_kill-exited.c
@@ -1,5 +1,5 @@
 /* Test that pthread_kill succeeds for an exited thread.
-   Copyright (C) 2021-2022 Free Software Foundation, Inc.
+   Copyright (C) 2021-2023 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/sysdeps/pthread/tst-pthread_kill-exiting.c b/sysdeps/pthread/tst-pthread_kill-exiting.c
index f41862aa83..d9316cc112 100644
--- a/sysdeps/pthread/tst-pthread_kill-exiting.c
+++ b/sysdeps/pthread/tst-pthread_kill-exiting.c
@@ -1,5 +1,5 @@
 /* Test that pthread_kill succeeds during thread exit.
-   Copyright (C) 2021-2022 Free Software Foundation, Inc.
+   Copyright (C) 2021-2023 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/sysdeps/pthread/tst-raise1.c b/sysdeps/pthread/tst-raise1.c
index 4635d982b5..4880e9ee59 100644
--- a/sysdeps/pthread/tst-raise1.c
+++ b/sysdeps/pthread/tst-raise1.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2003-2022 Free Software Foundation, Inc.
+/* Copyright (C) 2003-2023 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/sysdeps/pthread/tst-robust1.c b/sysdeps/pthread/tst-robust1.c
index 3b4c5c781d..b5b47f3bc1 100644
--- a/sysdeps/pthread/tst-robust1.c
+++ b/sysdeps/pthread/tst-robust1.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2005-2022 Free Software Foundation, Inc.
+/* Copyright (C) 2005-2023 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/sysdeps/pthread/tst-robust10.c b/sysdeps/pthread/tst-robust10.c
index eb78e0d463..3b38b75773 100644
--- a/sysdeps/pthread/tst-robust10.c
+++ b/sysdeps/pthread/tst-robust10.c
@@ -1,5 +1,5 @@
 /* Test that pthread_mutex_timedlock properly times out.
-   Copyright (C) 2016-2022 Free Software Foundation, Inc.
+   Copyright (C) 2016-2023 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/sysdeps/pthread/tst-robust7.c b/sysdeps/pthread/tst-robust7.c
index 4df74ea066..2eb39ae97f 100644
--- a/sysdeps/pthread/tst-robust7.c
+++ b/sysdeps/pthread/tst-robust7.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2005-2022 Free Software Foundation, Inc.
+/* Copyright (C) 2005-2023 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/sysdeps/pthread/tst-rwlock-tryrdlock-stall.c b/sysdeps/pthread/tst-rwlock-tryrdlock-stall.c
index 4eccbc0e77..9a292d477e 100644
--- a/sysdeps/pthread/tst-rwlock-tryrdlock-stall.c
+++ b/sysdeps/pthread/tst-rwlock-tryrdlock-stall.c
@@ -1,5 +1,5 @@
 /* Bug 23844: Test for pthread_rwlock_tryrdlock stalls.
-   Copyright (C) 2019-2022 Free Software Foundation, Inc.
+   Copyright (C) 2019-2023 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/sysdeps/pthread/tst-rwlock-trywrlock-stall.c b/sysdeps/pthread/tst-rwlock-trywrlock-stall.c
index 223fbc3fdc..2a15c2864a 100644
--- a/sysdeps/pthread/tst-rwlock-trywrlock-stall.c
+++ b/sysdeps/pthread/tst-rwlock-trywrlock-stall.c
@@ -1,5 +1,5 @@
 /* Bug 23844: Test for pthread_rwlock_trywrlock stalls.
-   Copyright (C) 2019-2022 Free Software Foundation, Inc.
+   Copyright (C) 2019-2023 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/sysdeps/pthread/tst-rwlock1.c b/sysdeps/pthread/tst-rwlock1.c
index 8eb1e46c9f..c2bf75b0a2 100644
--- a/sysdeps/pthread/tst-rwlock1.c
+++ b/sysdeps/pthread/tst-rwlock1.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2002-2022 Free Software Foundation, Inc.
+/* Copyright (C) 2002-2023 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/sysdeps/pthread/tst-rwlock12.c b/sysdeps/pthread/tst-rwlock12.c
index 72670467a1..b5e5d52433 100644
--- a/sysdeps/pthread/tst-rwlock12.c
+++ b/sysdeps/pthread/tst-rwlock12.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2002-2022 Free Software Foundation, Inc.
+/* Copyright (C) 2002-2023 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/sysdeps/pthread/tst-rwlock13.c b/sysdeps/pthread/tst-rwlock13.c
index d9c8e75fb3..f3356902e8 100644
--- a/sysdeps/pthread/tst-rwlock13.c
+++ b/sysdeps/pthread/tst-rwlock13.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2004-2022 Free Software Foundation, Inc.
+/* Copyright (C) 2004-2023 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/sysdeps/pthread/tst-rwlock14.c b/sysdeps/pthread/tst-rwlock14.c
index b240b5fdf0..831e554f3c 100644
--- a/sysdeps/pthread/tst-rwlock14.c
+++ b/sysdeps/pthread/tst-rwlock14.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2004-2022 Free Software Foundation, Inc.
+/* Copyright (C) 2004-2023 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/sysdeps/pthread/tst-rwlock16.c b/sysdeps/pthread/tst-rwlock16.c
index 051ea2d77b..3c21def1d8 100644
--- a/sysdeps/pthread/tst-rwlock16.c
+++ b/sysdeps/pthread/tst-rwlock16.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2015-2022 Free Software Foundation, Inc.
+/* Copyright (C) 2015-2023 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/sysdeps/pthread/tst-rwlock4.c b/sysdeps/pthread/tst-rwlock4.c
index a01544e7fc..54c5bd2725 100644
--- a/sysdeps/pthread/tst-rwlock4.c
+++ b/sysdeps/pthread/tst-rwlock4.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2002-2022 Free Software Foundation, Inc.
+/* Copyright (C) 2002-2023 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/sysdeps/pthread/tst-rwlock5.c b/sysdeps/pthread/tst-rwlock5.c
index d6467dadba..477a6de5de 100644
--- a/sysdeps/pthread/tst-rwlock5.c
+++ b/sysdeps/pthread/tst-rwlock5.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2002-2022 Free Software Foundation, Inc.
+/* Copyright (C) 2002-2023 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/sysdeps/pthread/tst-sem1.c b/sysdeps/pthread/tst-sem1.c
index 32ed83e530..0dda8e8b2d 100644
--- a/sysdeps/pthread/tst-sem1.c
+++ b/sysdeps/pthread/tst-sem1.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2002-2022 Free Software Foundation, Inc.
+/* Copyright (C) 2002-2023 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/sysdeps/pthread/tst-sem10.c b/sysdeps/pthread/tst-sem10.c
index 7120613ee7..bff12a49a5 100644
--- a/sysdeps/pthread/tst-sem10.c
+++ b/sysdeps/pthread/tst-sem10.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2007-2022 Free Software Foundation, Inc.
+/* Copyright (C) 2007-2023 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/sysdeps/pthread/tst-sem14.c b/sysdeps/pthread/tst-sem14.c
index 9c9ab905a9..ddf17ad6af 100644
--- a/sysdeps/pthread/tst-sem14.c
+++ b/sysdeps/pthread/tst-sem14.c
@@ -1,5 +1,5 @@
 /* Test for sem_post race: bug 14532.
-   Copyright (C) 2012-2022 Free Software Foundation, Inc.
+   Copyright (C) 2012-2023 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/sysdeps/pthread/tst-sem15.c b/sysdeps/pthread/tst-sem15.c
index 56471a41cb..59c3cccff3 100644
--- a/sysdeps/pthread/tst-sem15.c
+++ b/sysdeps/pthread/tst-sem15.c
@@ -1,5 +1,5 @@
 /* Test for SEM_VALUE_MAX overflow detection: BZ #18434.
-   Copyright (C) 2015-2022 Free Software Foundation, Inc.
+   Copyright (C) 2015-2023 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/sysdeps/pthread/tst-sem16.c b/sysdeps/pthread/tst-sem16.c
index ef5cd1ac95..0d144130f1 100644
--- a/sysdeps/pthread/tst-sem16.c
+++ b/sysdeps/pthread/tst-sem16.c
@@ -1,5 +1,5 @@
 /* Test for sem_open cancellation handling: BZ #15765.
-   Copyright (C) 2016-2022 Free Software Foundation, Inc.
+   Copyright (C) 2016-2023 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/sysdeps/pthread/tst-sem2.c b/sysdeps/pthread/tst-sem2.c
index f7a39659f9..2871b5b0f4 100644
--- a/sysdeps/pthread/tst-sem2.c
+++ b/sysdeps/pthread/tst-sem2.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2002-2022 Free Software Foundation, Inc.
+/* Copyright (C) 2002-2023 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/sysdeps/pthread/tst-sem3.c b/sysdeps/pthread/tst-sem3.c
index 48bc488908..6c6592cf6d 100644
--- a/sysdeps/pthread/tst-sem3.c
+++ b/sysdeps/pthread/tst-sem3.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2002-2022 Free Software Foundation, Inc.
+/* Copyright (C) 2002-2023 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/sysdeps/pthread/tst-sem4.c b/sysdeps/pthread/tst-sem4.c
index 0ae6555ac9..fbc281740b 100644
--- a/sysdeps/pthread/tst-sem4.c
+++ b/sysdeps/pthread/tst-sem4.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2002-2022 Free Software Foundation, Inc.
+/* Copyright (C) 2002-2023 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/sysdeps/pthread/tst-sem5.c b/sysdeps/pthread/tst-sem5.c
index 0845ad67ab..69cdd64e30 100644
--- a/sysdeps/pthread/tst-sem5.c
+++ b/sysdeps/pthread/tst-sem5.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2002-2022 Free Software Foundation, Inc.
+/* Copyright (C) 2002-2023 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/sysdeps/pthread/tst-sem6.c b/sysdeps/pthread/tst-sem6.c
index 43b6197a67..c54944a428 100644
--- a/sysdeps/pthread/tst-sem6.c
+++ b/sysdeps/pthread/tst-sem6.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2003-2022 Free Software Foundation, Inc.
+/* Copyright (C) 2003-2023 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/sysdeps/pthread/tst-sem7.c b/sysdeps/pthread/tst-sem7.c
index 28b7d82e65..291728425d 100644
--- a/sysdeps/pthread/tst-sem7.c
+++ b/sysdeps/pthread/tst-sem7.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2003-2022 Free Software Foundation, Inc.
+/* Copyright (C) 2003-2023 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/sysdeps/pthread/tst-sem8.c b/sysdeps/pthread/tst-sem8.c
index 6f0899000d..ce90bc02e2 100644
--- a/sysdeps/pthread/tst-sem8.c
+++ b/sysdeps/pthread/tst-sem8.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2003-2022 Free Software Foundation, Inc.
+/* Copyright (C) 2003-2023 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/sysdeps/pthread/tst-sem9.c b/sysdeps/pthread/tst-sem9.c
index c7e4fb3816..72fb23fd01 100644
--- a/sysdeps/pthread/tst-sem9.c
+++ b/sysdeps/pthread/tst-sem9.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2003-2022 Free Software Foundation, Inc.
+/* Copyright (C) 2003-2023 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/sysdeps/pthread/tst-setuid3.c b/sysdeps/pthread/tst-setuid3.c
index 7dd360e325..58b78d3116 100644
--- a/sysdeps/pthread/tst-setuid3.c
+++ b/sysdeps/pthread/tst-setuid3.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2014-2022 Free Software Foundation, Inc.
+/* Copyright (C) 2014-2023 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/sysdeps/pthread/tst-signal1.c b/sysdeps/pthread/tst-signal1.c
index 6a9e8a928a..d1073e8459 100644
--- a/sysdeps/pthread/tst-signal1.c
+++ b/sysdeps/pthread/tst-signal1.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2002-2022 Free Software Foundation, Inc.
+/* Copyright (C) 2002-2023 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/sysdeps/pthread/tst-signal2.c b/sysdeps/pthread/tst-signal2.c
index d9765e6c0a..dfe7d9f64a 100644
--- a/sysdeps/pthread/tst-signal2.c
+++ b/sysdeps/pthread/tst-signal2.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2002-2022 Free Software Foundation, Inc.
+/* Copyright (C) 2002-2023 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/sysdeps/pthread/tst-signal4.c b/sysdeps/pthread/tst-signal4.c
index a8763b1dd0..2daa3a44e1 100644
--- a/sysdeps/pthread/tst-signal4.c
+++ b/sysdeps/pthread/tst-signal4.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2003-2022 Free Software Foundation, Inc.
+/* Copyright (C) 2003-2023 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/sysdeps/pthread/tst-signal5.c b/sysdeps/pthread/tst-signal5.c
index 0d2cf661fb..ff1bb20761 100644
--- a/sysdeps/pthread/tst-signal5.c
+++ b/sysdeps/pthread/tst-signal5.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2003-2022 Free Software Foundation, Inc.
+/* Copyright (C) 2003-2023 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/sysdeps/pthread/tst-signal6.c b/sysdeps/pthread/tst-signal6.c
index 9e3e737b32..3f82e2bb96 100644
--- a/sysdeps/pthread/tst-signal6.c
+++ b/sysdeps/pthread/tst-signal6.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2003-2022 Free Software Foundation, Inc.
+/* Copyright (C) 2003-2023 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/sysdeps/pthread/tst-signal8.c b/sysdeps/pthread/tst-signal8.c
index 21876f9337..a4783606ff 100644
--- a/sysdeps/pthread/tst-signal8.c
+++ b/sysdeps/pthread/tst-signal8.c
@@ -1,5 +1,5 @@
 /* Tests for sigisemptyset and pthread_sigmask.
-   Copyright (C) 2020-2022 Free Software Foundation, Inc.
+   Copyright (C) 2020-2023 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/sysdeps/pthread/tst-spin1.c b/sysdeps/pthread/tst-spin1.c
index 22ad7f6427..4b514abd29 100644
--- a/sysdeps/pthread/tst-spin1.c
+++ b/sysdeps/pthread/tst-spin1.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2002-2022 Free Software Foundation, Inc.
+/* Copyright (C) 2002-2023 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/sysdeps/pthread/tst-spin2.c b/sysdeps/pthread/tst-spin2.c
index b8bc2723c0..3b5393a133 100644
--- a/sysdeps/pthread/tst-spin2.c
+++ b/sysdeps/pthread/tst-spin2.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2002-2022 Free Software Foundation, Inc.
+/* Copyright (C) 2002-2023 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/sysdeps/pthread/tst-spin3.c b/sysdeps/pthread/tst-spin3.c
index 8c69cd6b45..1925911e20 100644
--- a/sysdeps/pthread/tst-spin3.c
+++ b/sysdeps/pthread/tst-spin3.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2002-2022 Free Software Foundation, Inc.
+/* Copyright (C) 2002-2023 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/sysdeps/pthread/tst-stack1.c b/sysdeps/pthread/tst-stack1.c
index 59c3a1269a..cceff64c17 100644
--- a/sysdeps/pthread/tst-stack1.c
+++ b/sysdeps/pthread/tst-stack1.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2002-2022 Free Software Foundation, Inc.
+/* Copyright (C) 2002-2023 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/sysdeps/pthread/tst-stdio1.c b/sysdeps/pthread/tst-stdio1.c
index 568e516a30..1266181505 100644
--- a/sysdeps/pthread/tst-stdio1.c
+++ b/sysdeps/pthread/tst-stdio1.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2002-2022 Free Software Foundation, Inc.
+/* Copyright (C) 2002-2023 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/sysdeps/pthread/tst-stdio2.c b/sysdeps/pthread/tst-stdio2.c
index 305243f752..8fc61c221c 100644
--- a/sysdeps/pthread/tst-stdio2.c
+++ b/sysdeps/pthread/tst-stdio2.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2002-2022 Free Software Foundation, Inc.
+/* Copyright (C) 2002-2023 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/sysdeps/pthread/tst-thrd-detach.c b/sysdeps/pthread/tst-thrd-detach.c
index d4800d7ee4..e435f91335 100644
--- a/sysdeps/pthread/tst-thrd-detach.c
+++ b/sysdeps/pthread/tst-thrd-detach.c
@@ -1,5 +1,5 @@
 /* C11 threads thread detach tests.
-   Copyright (C) 2018-2022 Free Software Foundation, Inc.
+   Copyright (C) 2018-2023 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/sysdeps/pthread/tst-thrd-sleep.c b/sysdeps/pthread/tst-thrd-sleep.c
index 51b50a43dc..a4b6bcb489 100644
--- a/sysdeps/pthread/tst-thrd-sleep.c
+++ b/sysdeps/pthread/tst-thrd-sleep.c
@@ -1,5 +1,5 @@
 /* C11 threads thread sleep tests.
-   Copyright (C) 2018-2022 Free Software Foundation, Inc.
+   Copyright (C) 2018-2023 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/sysdeps/pthread/tst-timer.c b/sysdeps/pthread/tst-timer.c
index c12da62b32..47472ab8e1 100644
--- a/sysdeps/pthread/tst-timer.c
+++ b/sysdeps/pthread/tst-timer.c
@@ -1,5 +1,5 @@
 /* Tests for POSIX timer implementation.
-   Copyright (C) 2000-2022 Free Software Foundation, Inc.
+   Copyright (C) 2000-2023 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/sysdeps/pthread/tst-tls4moda.c b/sysdeps/pthread/tst-tls4moda.c
index 8618e0eff0..e77148cf8f 100644
--- a/sysdeps/pthread/tst-tls4moda.c
+++ b/sysdeps/pthread/tst-tls4moda.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2003-2022 Free Software Foundation, Inc.
+/* Copyright (C) 2003-2023 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/sysdeps/pthread/tst-tls4modb.c b/sysdeps/pthread/tst-tls4modb.c
index 2b1bb4c879..4435d9fc4c 100644
--- a/sysdeps/pthread/tst-tls4modb.c
+++ b/sysdeps/pthread/tst-tls4modb.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2003-2022 Free Software Foundation, Inc.
+/* Copyright (C) 2003-2023 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/sysdeps/pthread/tst-tsd1.c b/sysdeps/pthread/tst-tsd1.c
index a1c1323723..399cf75396 100644
--- a/sysdeps/pthread/tst-tsd1.c
+++ b/sysdeps/pthread/tst-tsd1.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2002-2022 Free Software Foundation, Inc.
+/* Copyright (C) 2002-2023 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/sysdeps/pthread/tst-tsd2.c b/sysdeps/pthread/tst-tsd2.c
index c3a04ea2ae..aa1119c307 100644
--- a/sysdeps/pthread/tst-tsd2.c
+++ b/sysdeps/pthread/tst-tsd2.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2002-2022 Free Software Foundation, Inc.
+/* Copyright (C) 2002-2023 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/sysdeps/pthread/tst-tsd5.c b/sysdeps/pthread/tst-tsd5.c
index 21cdc175b3..d3fe0dc1f5 100644
--- a/sysdeps/pthread/tst-tsd5.c
+++ b/sysdeps/pthread/tst-tsd5.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2004-2022 Free Software Foundation, Inc.
+/* Copyright (C) 2004-2023 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/sysdeps/pthread/tst-tss-basic.c b/sysdeps/pthread/tst-tss-basic.c
index bc66fe4d10..7d00f7c76c 100644
--- a/sysdeps/pthread/tst-tss-basic.c
+++ b/sysdeps/pthread/tst-tss-basic.c
@@ -1,5 +1,5 @@
 /* C11 threads specific storage tests.
-   Copyright (C) 2018-2022 Free Software Foundation, Inc.
+   Copyright (C) 2018-2023 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/sysdeps/pthread/tst-umask1.c b/sysdeps/pthread/tst-umask1.c
index 35c97bbf64..47feb10fa9 100644
--- a/sysdeps/pthread/tst-umask1.c
+++ b/sysdeps/pthread/tst-umask1.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2003-2022 Free Software Foundation, Inc.
+/* Copyright (C) 2003-2023 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/sysdeps/pthread/tst-unload.c b/sysdeps/pthread/tst-unload.c
index 3ffcfdde21..8e7840dfbf 100644
--- a/sysdeps/pthread/tst-unload.c
+++ b/sysdeps/pthread/tst-unload.c
@@ -1,5 +1,5 @@
 /* Tests for non-unloading of libpthread.
-   Copyright (C) 2000-2022 Free Software Foundation, Inc.
+   Copyright (C) 2000-2023 Free Software Foundation, Inc.
 
    The GNU C Library is free software; you can redistribute it and/or
    modify it under the terms of the GNU Lesser General Public License as