diff options
Diffstat (limited to 'sysdeps/pthread')
250 files changed, 250 insertions, 250 deletions
diff --git a/sysdeps/pthread/Makefile b/sysdeps/pthread/Makefile index c657101696..c972bd819a 100644 --- a/sysdeps/pthread/Makefile +++ b/sysdeps/pthread/Makefile @@ -1,5 +1,5 @@ # sysdeps makefile fragment for all pthread-supporting configurations. -# Copyright (C) 2014-2021 Free Software Foundation, Inc. +# Copyright (C) 2014-2022 Free Software Foundation, Inc. # This 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 7c00612139..cda9afacc0 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-2021 Free Software Foundation, Inc. + Copyright (C) 2002-2022 Free Software Foundation, Inc. This 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 8779a4b98e..cf51f928d0 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-2021 Free Software Foundation, Inc. + Copyright (C) 1998-2022 Free Software Foundation, Inc. This 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 0847dbc9f4..0fea1696c1 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-2021 Free Software Foundation, Inc. + Copyright (C) 2018-2022 Free Software Foundation, Inc. This 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 7aa1f620e4..f1d43ff474 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-2021 Free Software Foundation, Inc. + Copyright (C) 2018-2022 Free Software Foundation, Inc. This 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 830cf6d7cb..db7fca7c8d 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-2021 Free Software Foundation, Inc. + Copyright (C) 2018-2022 Free Software Foundation, Inc. This 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 791a9ebf62..61749788ba 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-2021 Free Software Foundation, Inc. + Copyright (C) 2018-2022 Free Software Foundation, Inc. This 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 2800dd442f..eb29eb186b 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-2021 Free Software Foundation, Inc. + Copyright (C) 2018-2022 Free Software Foundation, Inc. This 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 12e072c3e0..97f6fee0fe 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-2021 Free Software Foundation, Inc. + Copyright (C) 2018-2022 Free Software Foundation, Inc. This 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 3c6d6d41d6..5007456702 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-2021 Free Software Foundation, Inc. + Copyright (C) 2018-2022 Free Software Foundation, Inc. This 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 58f6a99242..13cf4c1a01 100644 --- a/sysdeps/pthread/eintr.c +++ b/sysdeps/pthread/eintr.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2003-2021 Free Software Foundation, Inc. +/* Copyright (C) 2003-2022 Free Software Foundation, Inc. This 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 946f2c43b1..c2b9a004d1 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 Free Software Foundation, Inc. + Copyright (C) 2021-2022 Free Software Foundation, Inc. This 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 cb7efd21a1..b3f99cd3c7 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-2021 Free Software Foundation, Inc. + Copyright (C) 2018-2022 Free Software Foundation, Inc. This 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 e99258bd4d..aab8736d23 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-2021 Free Software Foundation, Inc. + Copyright (C) 2018-2022 Free Software Foundation, Inc. This 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 64c5ee8707..ff99a7ab48 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-2021 Free Software Foundation, Inc. + Copyright (C) 2018-2022 Free Software Foundation, Inc. This 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 7a97300cf9..d74c21c5e8 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-2021 Free Software Foundation, Inc. + Copyright (C) 2018-2022 Free Software Foundation, Inc. This 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 598701b1e8..c72232f206 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-2021 Free Software Foundation, Inc. + Copyright (C) 2018-2022 Free Software Foundation, Inc. This 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 d3765cdca1..b3b19dd533 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-2021 Free Software Foundation, Inc. + Copyright (C) 2018-2022 Free Software Foundation, Inc. This 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 88d9cc275f..4b8538b901 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-2021 Free Software Foundation, Inc. + Copyright (C) 2000-2022 Free Software Foundation, Inc. This 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 5478d0976d..dd975d3531 100644 --- a/sysdeps/pthread/pthread_atfork.c +++ b/sysdeps/pthread/pthread_atfork.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2002-2021 Free Software Foundation, Inc. +/* Copyright (C) 2002-2022 Free Software Foundation, Inc. This 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 4533f765d1..fdc4d49851 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-2021 Free Software Foundation, Inc. + Copyright (C) 2002-2022 Free Software Foundation, Inc. This 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 9888839744..0627e73170 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 Free Software Foundation, Inc. + Copyright (C) 2021-2022 Free Software Foundation, Inc. This 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 c999c980f7..4f8129252a 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-2021 Free Software Foundation, Inc. + Copyright (C) 2018-2022 Free Software Foundation, Inc. This 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 139417ee6b..f7e49cdd37 100644 --- a/sysdeps/pthread/sem_close.c +++ b/sysdeps/pthread/sem_close.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2002-2021 Free Software Foundation, Inc. +/* Copyright (C) 2002-2022 Free Software Foundation, Inc. This 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 0e5f7a26b3..add01d5641 100644 --- a/sysdeps/pthread/sem_open.c +++ b/sysdeps/pthread/sem_open.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2002-2021 Free Software Foundation, Inc. +/* Copyright (C) 2002-2022 Free Software Foundation, Inc. This 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 9a78dab5d3..9e1924398d 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 Free Software Foundation, Inc. + Copyright (C) 2021-2022 Free Software Foundation, Inc. This 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 25d3e880ea..1be3655662 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 Free Software Foundation, Inc. + Copyright (C) 2021-2022 Free Software Foundation, Inc. This 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 9c096fd421..04c66c45f9 100644 --- a/sysdeps/pthread/sem_unlink.c +++ b/sysdeps/pthread/sem_unlink.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2002-2021 Free Software Foundation, Inc. +/* Copyright (C) 2002-2022 Free Software Foundation, Inc. This 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 35780e7c4e..621469e81b 100644 --- a/sysdeps/pthread/semaphore.h +++ b/sysdeps/pthread/semaphore.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2002-2021 Free Software Foundation, Inc. +/* Copyright (C) 2002-2022 Free Software Foundation, Inc. This 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 3cb9f1cefb..2129ef3e6e 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-2021 Free Software Foundation, Inc. + Copyright (C) 2018-2022 Free Software Foundation, Inc. This 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 29ac011d5b..3d33ab2a7a 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-2021 Free Software Foundation, Inc. + Copyright (C) 2018-2022 Free Software Foundation, Inc. This 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 f12123e594..bae4c77196 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-2021 Free Software Foundation, Inc. + Copyright (C) 2018-2022 Free Software Foundation, Inc. This 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 1554af422c..a04221b1b6 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-2021 Free Software Foundation, Inc. + Copyright (C) 2018-2022 Free Software Foundation, Inc. This 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 8db96ce4a5..53bad45c7f 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-2021 Free Software Foundation, Inc. + Copyright (C) 2018-2022 Free Software Foundation, Inc. This 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 ec6e78bb89..fbc6bf8a9c 100644 --- a/sysdeps/pthread/thrd_priv.h +++ b/sysdeps/pthread/thrd_priv.h @@ -1,5 +1,5 @@ /* Internal C11 threads definitions. - Copyright (C) 2018-2021 Free Software Foundation, Inc. + Copyright (C) 2018-2022 Free Software Foundation, Inc. This 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 92104f6b30..915ae79cd3 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-2021 Free Software Foundation, Inc. + Copyright (C) 2018-2022 Free Software Foundation, Inc. This 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 bf251c9db4..687b45c610 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-2021 Free Software Foundation, Inc. + Copyright (C) 2018-2022 Free Software Foundation, Inc. This 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 197f643401..cca6e70614 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-2021 Free Software Foundation, Inc. + Copyright (C) 2018-2022 Free Software Foundation, Inc. This 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 b80310811e..5935ba6b57 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-2021 Free Software Foundation, Inc. + Copyright (C) 2018-2022 Free Software Foundation, Inc. This 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 f74af18017..7ed7a729ff 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-2021 Free Software Foundation, Inc. + Copyright (C) 2018-2022 Free Software Foundation, Inc. This 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 d021302b0c..a3ea297241 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-2021 Free Software Foundation, Inc. + Copyright (C) 2018-2022 Free Software Foundation, Inc. This 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 5d194db512..81eecda8b4 100644 --- a/sysdeps/pthread/tst-_res1.c +++ b/sysdeps/pthread/tst-_res1.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2003-2021 Free Software Foundation, Inc. +/* Copyright (C) 2003-2022 Free Software Foundation, Inc. This 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 de28b64a6a..73d3037eb5 100644 --- a/sysdeps/pthread/tst-_res1mod1.c +++ b/sysdeps/pthread/tst-_res1mod1.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2003-2021 Free Software Foundation, Inc. +/* Copyright (C) 2003-2022 Free Software Foundation, Inc. This 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 b0914cc7f7..3107d3378b 100644 --- a/sysdeps/pthread/tst-abstime.c +++ b/sysdeps/pthread/tst-abstime.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2010-2021 Free Software Foundation, Inc. +/* Copyright (C) 2010-2022 Free Software Foundation, Inc. This 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 eb2f3a54f2..453f837800 100644 --- a/sysdeps/pthread/tst-atfork1.c +++ b/sysdeps/pthread/tst-atfork1.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2002-2021 Free Software Foundation, Inc. +/* Copyright (C) 2002-2022 Free Software Foundation, Inc. This 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 cd7653b12b..0085d03ec9 100644 --- a/sysdeps/pthread/tst-atfork2.c +++ b/sysdeps/pthread/tst-atfork2.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2003-2021 Free Software Foundation, Inc. +/* Copyright (C) 2003-2022 Free Software Foundation, Inc. This 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 7c88e8e52d..e764538a61 100644 --- a/sysdeps/pthread/tst-atfork2mod.c +++ b/sysdeps/pthread/tst-atfork2mod.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2003-2021 Free Software Foundation, Inc. +/* Copyright (C) 2003-2022 Free Software Foundation, Inc. This 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 0ad347b1e6..dddc89679c 100644 --- a/sysdeps/pthread/tst-attr1.c +++ b/sysdeps/pthread/tst-attr1.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2003-2021 Free Software Foundation, Inc. +/* Copyright (C) 2003-2022 Free Software Foundation, Inc. This 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 eeeb7dfa66..88ac6f80fc 100644 --- a/sysdeps/pthread/tst-backtrace1.c +++ b/sysdeps/pthread/tst-backtrace1.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2004-2021 Free Software Foundation, Inc. +/* Copyright (C) 2004-2022 Free Software Foundation, Inc. This 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 f53c059836..19ec12a814 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-2021 Free Software Foundation, Inc. + Copyright (C) 2014-2022 Free Software Foundation, Inc. This 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 e16ead446b..7e5132170b 100644 --- a/sysdeps/pthread/tst-barrier1.c +++ b/sysdeps/pthread/tst-barrier1.c @@ -1,5 +1,5 @@ /* Tests barrier initialization. - Copyright (C) 2002-2021 Free Software Foundation, Inc. + Copyright (C) 2002-2022 Free Software Foundation, Inc. This 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 2e8b7f3d26..2a213001bc 100644 --- a/sysdeps/pthread/tst-barrier2.c +++ b/sysdeps/pthread/tst-barrier2.c @@ -1,5 +1,5 @@ /* Tests process-shared barriers. - Copyright (C) 2002-2021 Free Software Foundation, Inc. + Copyright (C) 2002-2022 Free Software Foundation, Inc. This 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 5cdf51d2fe..2cecec341f 100644 --- a/sysdeps/pthread/tst-barrier3.c +++ b/sysdeps/pthread/tst-barrier3.c @@ -1,5 +1,5 @@ /* Test of POSIX barriers. - Copyright (C) 2002-2021 Free Software Foundation, Inc. + Copyright (C) 2002-2022 Free Software Foundation, Inc. This 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 0c0d65c9b3..25ba7dac4a 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-2021 Free Software Foundation, Inc. + Copyright (C) 2004-2022 Free Software Foundation, Inc. This 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 7660b515a3..dfcd888519 100644 --- a/sysdeps/pthread/tst-basic1.c +++ b/sysdeps/pthread/tst-basic1.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2002-2021 Free Software Foundation, Inc. +/* Copyright (C) 2002-2022 Free Software Foundation, Inc. This 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 5a60f29d95..98246734a1 100644 --- a/sysdeps/pthread/tst-basic2.c +++ b/sysdeps/pthread/tst-basic2.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2002-2021 Free Software Foundation, Inc. +/* Copyright (C) 2002-2022 Free Software Foundation, Inc. This 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 bf32afda79..016240cab7 100644 --- a/sysdeps/pthread/tst-basic3.c +++ b/sysdeps/pthread/tst-basic3.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2003-2021 Free Software Foundation, Inc. +/* Copyright (C) 2003-2022 Free Software Foundation, Inc. This 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 6f05b2bed5..b4315628ab 100644 --- a/sysdeps/pthread/tst-basic4.c +++ b/sysdeps/pthread/tst-basic4.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2003-2021 Free Software Foundation, Inc. +/* Copyright (C) 2003-2022 Free Software Foundation, Inc. This 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 c24e6c3ae4..b9fb03a72e 100644 --- a/sysdeps/pthread/tst-basic5.c +++ b/sysdeps/pthread/tst-basic5.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2003-2021 Free Software Foundation, Inc. +/* Copyright (C) 2003-2022 Free Software Foundation, Inc. This 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 676c5e0539..a1cecfb649 100644 --- a/sysdeps/pthread/tst-basic6.c +++ b/sysdeps/pthread/tst-basic6.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2003-2021 Free Software Foundation, Inc. +/* Copyright (C) 2003-2022 Free Software Foundation, Inc. This 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 aa5c621021..6d582e23a7 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-2021 Free Software Foundation, Inc. + Copyright (C) 2018-2022 Free Software Foundation, Inc. This 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 c8ebb60a66..21e1b9772e 100644 --- a/sysdeps/pthread/tst-cancel-self-cancelstate.c +++ b/sysdeps/pthread/tst-cancel-self-cancelstate.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2012-2021 Free Software Foundation, Inc. +/* Copyright (C) 2012-2022 Free Software Foundation, Inc. This 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 d9b66faa85..066ecf53cc 100644 --- a/sysdeps/pthread/tst-cancel-self-canceltype.c +++ b/sysdeps/pthread/tst-cancel-self-canceltype.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2012-2021 Free Software Foundation, Inc. +/* Copyright (C) 2012-2022 Free Software Foundation, Inc. This 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 e2b6a814fd..bcac289d98 100644 --- a/sysdeps/pthread/tst-cancel-self-cleanup.c +++ b/sysdeps/pthread/tst-cancel-self-cleanup.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2012-2021 Free Software Foundation, Inc. +/* Copyright (C) 2012-2022 Free Software Foundation, Inc. This 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 958ec32343..f4029c818f 100644 --- a/sysdeps/pthread/tst-cancel-self-testcancel.c +++ b/sysdeps/pthread/tst-cancel-self-testcancel.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2012-2021 Free Software Foundation, Inc. +/* Copyright (C) 2012-2022 Free Software Foundation, Inc. This 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 b68fc451bf..d5db905d3e 100644 --- a/sysdeps/pthread/tst-cancel-self.c +++ b/sysdeps/pthread/tst-cancel-self.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2012-2021 Free Software Foundation, Inc. +/* Copyright (C) 2012-2022 Free Software Foundation, Inc. This 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 c3b72b6309..9e94a7efb4 100644 --- a/sysdeps/pthread/tst-cancel1.c +++ b/sysdeps/pthread/tst-cancel1.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2002-2021 Free Software Foundation, Inc. +/* Copyright (C) 2002-2022 Free Software Foundation, Inc. This 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 a5e3a5f966..15b7975992 100644 --- a/sysdeps/pthread/tst-cancel10.c +++ b/sysdeps/pthread/tst-cancel10.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2003-2021 Free Software Foundation, Inc. +/* Copyright (C) 2003-2022 Free Software Foundation, Inc. This 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 a1307b8df7..03944a19b0 100644 --- a/sysdeps/pthread/tst-cancel11.c +++ b/sysdeps/pthread/tst-cancel11.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2003-2021 Free Software Foundation, Inc. +/* Copyright (C) 2003-2022 Free Software Foundation, Inc. This 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 68b2ae9a44..e25b9f8da7 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-2021 Free Software Foundation, Inc. + Copyright (C) 2003-2022 Free Software Foundation, Inc. This 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 480ba6cc9c..94882bbd22 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-2021 Free Software Foundation, Inc. + Copyright (C) 2003-2022 Free Software Foundation, Inc. This 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 ef8ccf4188..31288dcc7a 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-2021 Free Software Foundation, Inc. + Copyright (C) 2003-2022 Free Software Foundation, Inc. This 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 d50803c80f..e6dc905729 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-2021 Free Software Foundation, Inc. + Copyright (C) 2003-2022 Free Software Foundation, Inc. This 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 2ab3e95827..e5f60eb737 100644 --- a/sysdeps/pthread/tst-cancel16.c +++ b/sysdeps/pthread/tst-cancel16.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2003-2021 Free Software Foundation, Inc. +/* Copyright (C) 2003-2022 Free Software Foundation, Inc. This 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 475e5da6f6..edd0555e6a 100644 --- a/sysdeps/pthread/tst-cancel18.c +++ b/sysdeps/pthread/tst-cancel18.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2003-2021 Free Software Foundation, Inc. +/* Copyright (C) 2003-2022 Free Software Foundation, Inc. This 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 6b9233abbb..78ca73b5d3 100644 --- a/sysdeps/pthread/tst-cancel19.c +++ b/sysdeps/pthread/tst-cancel19.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2003-2021 Free Software Foundation, Inc. +/* Copyright (C) 2003-2022 Free Software Foundation, Inc. This 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 785e17c959..3282cc8b98 100644 --- a/sysdeps/pthread/tst-cancel2.c +++ b/sysdeps/pthread/tst-cancel2.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2002-2021 Free Software Foundation, Inc. +/* Copyright (C) 2002-2022 Free Software Foundation, Inc. This 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 80af559645..7e63b75fb2 100644 --- a/sysdeps/pthread/tst-cancel20.c +++ b/sysdeps/pthread/tst-cancel20.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2003-2021 Free Software Foundation, Inc. +/* Copyright (C) 2003-2022 Free Software Foundation, Inc. This 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 95e3b8a387..6b6b1aa29f 100644 --- a/sysdeps/pthread/tst-cancel21.c +++ b/sysdeps/pthread/tst-cancel21.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2003-2021 Free Software Foundation, Inc. +/* Copyright (C) 2003-2022 Free Software Foundation, Inc. This 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 28865deef3..5dd96a8227 100644 --- a/sysdeps/pthread/tst-cancel22.c +++ b/sysdeps/pthread/tst-cancel22.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2003-2021 Free Software Foundation, Inc. +/* Copyright (C) 2003-2022 Free Software Foundation, Inc. This 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 d98a86eea2..13b7a91b34 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-2021 Free Software Foundation, Inc. + Copyright (C) 2015-2022 Free Software Foundation, Inc. This 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 915b9bffd4..1140744dc6 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-2021 Free Software Foundation, Inc. + Copyright (C) 2015-2022 Free Software Foundation, Inc. This 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 9286c159b3..e7b813eea2 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-2021 Free Software Foundation, Inc. + Copyright (C) 2020-2022 Free Software Foundation, Inc. This 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 10de9e6c5e..e77c0c681d 100644 --- a/sysdeps/pthread/tst-cancel3.c +++ b/sysdeps/pthread/tst-cancel3.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2002-2021 Free Software Foundation, Inc. +/* Copyright (C) 2002-2022 Free Software Foundation, Inc. This 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 7ff7b81e46..cc04598353 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-2021 Free Software Foundation, Inc. + Copyright (C) 2016-2022 Free Software Foundation, Inc. This 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 b089d5406f..33cc447457 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-2021 Free Software Foundation, Inc. + Copyright (C) 2016-2022 Free Software Foundation, Inc. This 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 34b0833625..7067f17c23 100644 --- a/sysdeps/pthread/tst-cancel4.c +++ b/sysdeps/pthread/tst-cancel4.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2002-2021 Free Software Foundation, Inc. +/* Copyright (C) 2002-2022 Free Software Foundation, Inc. This 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 9ecd67e57f..13bd6f8ec5 100644 --- a/sysdeps/pthread/tst-cancel6.c +++ b/sysdeps/pthread/tst-cancel6.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2002-2021 Free Software Foundation, Inc. +/* Copyright (C) 2002-2022 Free Software Foundation, Inc. This 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 bf4e261b30..019cb9bb5f 100644 --- a/sysdeps/pthread/tst-cancel8.c +++ b/sysdeps/pthread/tst-cancel8.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2003-2021 Free Software Foundation, Inc. +/* Copyright (C) 2003-2022 Free Software Foundation, Inc. This 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 b5136d8ab6..4c6dc8dacf 100644 --- a/sysdeps/pthread/tst-cancel9.c +++ b/sysdeps/pthread/tst-cancel9.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2003-2021 Free Software Foundation, Inc. +/* Copyright (C) 2003-2022 Free Software Foundation, Inc. This 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 1d3a9c7c28..07a2a195ce 100644 --- a/sysdeps/pthread/tst-cleanup0.c +++ b/sysdeps/pthread/tst-cleanup0.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2002-2021 Free Software Foundation, Inc. +/* Copyright (C) 2002-2022 Free Software Foundation, Inc. This 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 385ab694a2..0059d5b001 100644 --- a/sysdeps/pthread/tst-cleanup1.c +++ b/sysdeps/pthread/tst-cleanup1.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2002-2021 Free Software Foundation, Inc. +/* Copyright (C) 2002-2022 Free Software Foundation, Inc. This 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 476091edc0..33b8920bc1 100644 --- a/sysdeps/pthread/tst-cleanup2.c +++ b/sysdeps/pthread/tst-cleanup2.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2003-2021 Free Software Foundation, Inc. +/* Copyright (C) 2003-2022 Free Software Foundation, Inc. This 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 834b1a1a48..2f530c1a28 100644 --- a/sysdeps/pthread/tst-cleanup3.c +++ b/sysdeps/pthread/tst-cleanup3.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2003-2021 Free Software Foundation, Inc. +/* Copyright (C) 2003-2022 Free Software Foundation, Inc. This 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 3034680bc4..a3a1a5201b 100644 --- a/sysdeps/pthread/tst-clock1.c +++ b/sysdeps/pthread/tst-clock1.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2003-2021 Free Software Foundation, Inc. +/* Copyright (C) 2003-2022 Free Software Foundation, Inc. This 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 952a0d8525..aa717fbdb8 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-2021 Free Software Foundation, Inc. + Copyright (C) 2018-2022 Free Software Foundation, Inc. This 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 453014739c..de52548304 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-2021 Free Software Foundation, Inc. + Copyright (C) 2018-2022 Free Software Foundation, Inc. This 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 9e8102dd65..63d1e6a1c4 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-2021 Free Software Foundation, Inc. + Copyright (C) 2018-2022 Free Software Foundation, Inc. This 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 9e84550771..aa417aeaf5 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-2021 Free Software Foundation, Inc. + Copyright (C) 2012-2022 Free Software Foundation, Inc. This 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 00c93dfe2f..0ea8c20087 100644 --- a/sysdeps/pthread/tst-cond1.c +++ b/sysdeps/pthread/tst-cond1.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2002-2021 Free Software Foundation, Inc. +/* Copyright (C) 2002-2022 Free Software Foundation, Inc. This 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 5222c06d52..e2c043d409 100644 --- a/sysdeps/pthread/tst-cond10.c +++ b/sysdeps/pthread/tst-cond10.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2003-2021 Free Software Foundation, Inc. +/* Copyright (C) 2003-2022 Free Software Foundation, Inc. This 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 d87a5d80a8..6cf810d502 100644 --- a/sysdeps/pthread/tst-cond11.c +++ b/sysdeps/pthread/tst-cond11.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2003-2021 Free Software Foundation, Inc. +/* Copyright (C) 2003-2022 Free Software Foundation, Inc. This 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 3ed5101df6..e39a59a006 100644 --- a/sysdeps/pthread/tst-cond12.c +++ b/sysdeps/pthread/tst-cond12.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2003-2021 Free Software Foundation, Inc. +/* Copyright (C) 2003-2022 Free Software Foundation, Inc. This 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 d1e2520985..91e36baab4 100644 --- a/sysdeps/pthread/tst-cond14.c +++ b/sysdeps/pthread/tst-cond14.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2004-2021 Free Software Foundation, Inc. +/* Copyright (C) 2004-2022 Free Software Foundation, Inc. This 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 843b356ac6..1d62f65661 100644 --- a/sysdeps/pthread/tst-cond15.c +++ b/sysdeps/pthread/tst-cond15.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2004-2021 Free Software Foundation, Inc. +/* Copyright (C) 2004-2022 Free Software Foundation, Inc. This 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 445c35af5e..4fce1e6557 100644 --- a/sysdeps/pthread/tst-cond16.c +++ b/sysdeps/pthread/tst-cond16.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2004-2021 Free Software Foundation, Inc. +/* Copyright (C) 2004-2022 Free Software Foundation, Inc. This 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 3fcaea3aaa..0f21e3b44d 100644 --- a/sysdeps/pthread/tst-cond18.c +++ b/sysdeps/pthread/tst-cond18.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2004-2021 Free Software Foundation, Inc. +/* Copyright (C) 2004-2022 Free Software Foundation, Inc. This 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 6653a5dc97..0e333b6d6e 100644 --- a/sysdeps/pthread/tst-cond19.c +++ b/sysdeps/pthread/tst-cond19.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2004-2021 Free Software Foundation, Inc. +/* Copyright (C) 2004-2022 Free Software Foundation, Inc. This 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 8bab6df36c..dbfbcb4a8b 100644 --- a/sysdeps/pthread/tst-cond2.c +++ b/sysdeps/pthread/tst-cond2.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2002-2021 Free Software Foundation, Inc. +/* Copyright (C) 2002-2022 Free Software Foundation, Inc. This 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 08f4d7dea0..8ebb660564 100644 --- a/sysdeps/pthread/tst-cond20.c +++ b/sysdeps/pthread/tst-cond20.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2004-2021 Free Software Foundation, Inc. +/* Copyright (C) 2004-2022 Free Software Foundation, Inc. This 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 d55daf0a42..901158331c 100644 --- a/sysdeps/pthread/tst-cond23.c +++ b/sysdeps/pthread/tst-cond23.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2008-2021 Free Software Foundation, Inc. +/* Copyright (C) 2008-2022 Free Software Foundation, Inc. This 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 a572e38c5a..79c4f84e16 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-2021 Free Software Foundation, Inc. + Copyright (C) 2012-2022 Free Software Foundation, Inc. This 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 20388ab27b..287ce4d0d4 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-2021 Free Software Foundation, Inc. + Copyright (C) 2012-2022 Free Software Foundation, Inc. This 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 62a35efa80..a848ce485c 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-2021 Free Software Foundation, Inc. + Copyright (C) 2019-2022 Free Software Foundation, Inc. This 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 24e824da0e..c3f9a99bc2 100644 --- a/sysdeps/pthread/tst-cond3.c +++ b/sysdeps/pthread/tst-cond3.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2002-2021 Free Software Foundation, Inc. +/* Copyright (C) 2002-2022 Free Software Foundation, Inc. This 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 38fdb8a4ef..928a9246e4 100644 --- a/sysdeps/pthread/tst-cond4.c +++ b/sysdeps/pthread/tst-cond4.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2002-2021 Free Software Foundation, Inc. +/* Copyright (C) 2002-2022 Free Software Foundation, Inc. This 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 16e579352e..bc09a01bdd 100644 --- a/sysdeps/pthread/tst-cond5.c +++ b/sysdeps/pthread/tst-cond5.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2002-2021 Free Software Foundation, Inc. +/* Copyright (C) 2002-2022 Free Software Foundation, Inc. This 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 b3e79a71e4..fb0bab1728 100644 --- a/sysdeps/pthread/tst-cond6.c +++ b/sysdeps/pthread/tst-cond6.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2002-2021 Free Software Foundation, Inc. +/* Copyright (C) 2002-2022 Free Software Foundation, Inc. This 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 ead5f309f0..0c950e1043 100644 --- a/sysdeps/pthread/tst-cond7.c +++ b/sysdeps/pthread/tst-cond7.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2003-2021 Free Software Foundation, Inc. +/* Copyright (C) 2003-2022 Free Software Foundation, Inc. This 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 57e1a27213..d32702f659 100644 --- a/sysdeps/pthread/tst-cond8.c +++ b/sysdeps/pthread/tst-cond8.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2003-2021 Free Software Foundation, Inc. +/* Copyright (C) 2003-2022 Free Software Foundation, Inc. This 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 e6f4b25385..be658cc8ab 100644 --- a/sysdeps/pthread/tst-cond9.c +++ b/sysdeps/pthread/tst-cond9.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2003-2021 Free Software Foundation, Inc. +/* Copyright (C) 2003-2022 Free Software Foundation, Inc. This 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 e0a5587432..4dd285eb65 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-2021 Free Software Foundation, Inc. + Copyright (C) 2017-2022 Free Software Foundation, Inc. This 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 763ded8d79..b2d797cda0 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 Free Software Foundation, Inc. + Copyright (C) 2021-2022 Free Software Foundation, Inc. This 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 62c9006961..6e9e49f5c7 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 Free Software Foundation, Inc. + Copyright (C) 2021-2022 Free Software Foundation, Inc. This 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 117f290f0b..5fdd3bfc95 100644 --- a/sysdeps/pthread/tst-detach1.c +++ b/sysdeps/pthread/tst-detach1.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2003-2021 Free Software Foundation, Inc. +/* Copyright (C) 2003-2022 Free Software Foundation, Inc. This 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 fceb1d4530..52f7ccfc90 100644 --- a/sysdeps/pthread/tst-eintr2.c +++ b/sysdeps/pthread/tst-eintr2.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2003-2021 Free Software Foundation, Inc. +/* Copyright (C) 2003-2022 Free Software Foundation, Inc. This 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 2008a1f5da..7e85d4d6fe 100644 --- a/sysdeps/pthread/tst-eintr3.c +++ b/sysdeps/pthread/tst-eintr3.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2003-2021 Free Software Foundation, Inc. +/* Copyright (C) 2003-2022 Free Software Foundation, Inc. This 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 c2f49f487c..5a65af2c92 100644 --- a/sysdeps/pthread/tst-eintr4.c +++ b/sysdeps/pthread/tst-eintr4.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2003-2021 Free Software Foundation, Inc. +/* Copyright (C) 2003-2022 Free Software Foundation, Inc. This 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 62a9550fd5..e2feb3d79b 100644 --- a/sysdeps/pthread/tst-eintr5.c +++ b/sysdeps/pthread/tst-eintr5.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2003-2021 Free Software Foundation, Inc. +/* Copyright (C) 2003-2022 Free Software Foundation, Inc. This 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 5d26024077..5703d03dca 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-2021 Free Software Foundation, Inc. + Copyright (C) 2002-2022 Free Software Foundation, Inc. This 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 152d4e375b..f6f7cfc434 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-2021 Free Software Foundation, Inc. + Copyright (C) 2002-2022 Free Software Foundation, Inc. This 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 682324611f..e02ded7233 100644 --- a/sysdeps/pthread/tst-exec3.c +++ b/sysdeps/pthread/tst-exec3.c @@ -1,5 +1,5 @@ /* Thread calls exec. - Copyright (C) 2002-2021 Free Software Foundation, Inc. + Copyright (C) 2002-2022 Free Software Foundation, Inc. This 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 f70cfd9090..ddb86167cd 100644 --- a/sysdeps/pthread/tst-exit1.c +++ b/sysdeps/pthread/tst-exit1.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2002-2021 Free Software Foundation, Inc. +/* Copyright (C) 2002-2022 Free Software Foundation, Inc. This 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 7390d6829a..308deffcf6 100644 --- a/sysdeps/pthread/tst-fini1.c +++ b/sysdeps/pthread/tst-fini1.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2004-2021 Free Software Foundation, Inc. +/* Copyright (C) 2004-2022 Free Software Foundation, Inc. This 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 8655631a78..3b7e804156 100644 --- a/sysdeps/pthread/tst-fini1mod.c +++ b/sysdeps/pthread/tst-fini1mod.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2004-2021 Free Software Foundation, Inc. +/* Copyright (C) 2004-2022 Free Software Foundation, Inc. This 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 58c311112e..2f14e24f36 100644 --- a/sysdeps/pthread/tst-flock1.c +++ b/sysdeps/pthread/tst-flock1.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2002-2021 Free Software Foundation, Inc. +/* Copyright (C) 2002-2022 Free Software Foundation, Inc. This 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 ac90387106..d48c90f362 100644 --- a/sysdeps/pthread/tst-flock2.c +++ b/sysdeps/pthread/tst-flock2.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2002-2021 Free Software Foundation, Inc. +/* Copyright (C) 2002-2022 Free Software Foundation, Inc. This 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 dc2103a387..e77eb25a5b 100644 --- a/sysdeps/pthread/tst-fork1.c +++ b/sysdeps/pthread/tst-fork1.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2002-2021 Free Software Foundation, Inc. +/* Copyright (C) 2002-2022 Free Software Foundation, Inc. This 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 c446837223..befaf6a4b9 100644 --- a/sysdeps/pthread/tst-fork2.c +++ b/sysdeps/pthread/tst-fork2.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2002-2021 Free Software Foundation, Inc. +/* Copyright (C) 2002-2022 Free Software Foundation, Inc. This 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 5bd73ea69f..927dbe2422 100644 --- a/sysdeps/pthread/tst-fork3.c +++ b/sysdeps/pthread/tst-fork3.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2002-2021 Free Software Foundation, Inc. +/* Copyright (C) 2002-2022 Free Software Foundation, Inc. This 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 71f0f96664..2eb0e82d57 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-2021 Free Software Foundation, Inc. + Copyright (C) 2003-2022 Free Software Foundation, Inc. This 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 76a68df53a..e84068bf3c 100644 --- a/sysdeps/pthread/tst-join1.c +++ b/sysdeps/pthread/tst-join1.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2002-2021 Free Software Foundation, Inc. +/* Copyright (C) 2002-2022 Free Software Foundation, Inc. This 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 5d5edf6aa0..9fd0da20dc 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-2021 Free Software Foundation, Inc. + Copyright (C) 2019-2022 Free Software Foundation, Inc. This 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 daceacffe0..9673746222 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-2021 Free Software Foundation, Inc. + Copyright (C) 2019-2022 Free Software Foundation, Inc. This 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 352a57271b..c3aff8ca2d 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-2021 Free Software Foundation, Inc. + Copyright (C) 2019-2022 Free Software Foundation, Inc. This 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 d32adf3428..efe4fec7b7 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-2021 Free Software Foundation, Inc. + Copyright (C) 2019-2022 Free Software Foundation, Inc. This 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 23e2da35a5..a030d5654a 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-2021 Free Software Foundation, Inc. + Copyright (C) 2019-2022 Free Software Foundation, Inc. This 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 b83caca38e..c4b1e7b3a9 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-2021 Free Software Foundation, Inc. + Copyright (C) 2020-2022 Free Software Foundation, Inc. This 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 314126fc2b..31b37ba39f 100644 --- a/sysdeps/pthread/tst-join2.c +++ b/sysdeps/pthread/tst-join2.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2002-2021 Free Software Foundation, Inc. +/* Copyright (C) 2002-2022 Free Software Foundation, Inc. This 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 d489dcf263..5923aea119 100644 --- a/sysdeps/pthread/tst-join3.c +++ b/sysdeps/pthread/tst-join3.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2002-2021 Free Software Foundation, Inc. +/* Copyright (C) 2002-2022 Free Software Foundation, Inc. This 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 6d5c672fdd..cdd2d567be 100644 --- a/sysdeps/pthread/tst-join4.c +++ b/sysdeps/pthread/tst-join4.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2003-2021 Free Software Foundation, Inc. +/* Copyright (C) 2003-2022 Free Software Foundation, Inc. This 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 e0430e3334..1ac63a3a3e 100644 --- a/sysdeps/pthread/tst-join5.c +++ b/sysdeps/pthread/tst-join5.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2003-2021 Free Software Foundation, Inc. +/* Copyright (C) 2003-2022 Free Software Foundation, Inc. This 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 333af63c5a..ffffabbc61 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-2021 Free Software Foundation, Inc. + Copyright (C) 2015-2022 Free Software Foundation, Inc. This 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 246a40adda..ea45fab6dc 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-2021 Free Software Foundation, Inc. + Copyright (C) 2015-2022 Free Software Foundation, Inc. This 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 e217d6c420..b36b5f04bd 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-2021 Free Software Foundation, Inc. + Copyright (C) 2019-2022 Free Software Foundation, Inc. This 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 dbdf66f7e3..2217c4eee6 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-2021 Free Software Foundation, Inc. + Copyright (C) 2019-2022 Free Software Foundation, Inc. This 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 8ecc5ff564..575faa78ea 100644 --- a/sysdeps/pthread/tst-key1.c +++ b/sysdeps/pthread/tst-key1.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2002-2021 Free Software Foundation, Inc. +/* Copyright (C) 2002-2022 Free Software Foundation, Inc. This 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 d583fac04a..4ce0a45384 100644 --- a/sysdeps/pthread/tst-key2.c +++ b/sysdeps/pthread/tst-key2.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2002-2021 Free Software Foundation, Inc. +/* Copyright (C) 2002-2022 Free Software Foundation, Inc. This 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 2a6906c549..e3865f9041 100644 --- a/sysdeps/pthread/tst-key3.c +++ b/sysdeps/pthread/tst-key3.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2002-2021 Free Software Foundation, Inc. +/* Copyright (C) 2002-2022 Free Software Foundation, Inc. This 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 16e48ec4eb..2179f924b8 100644 --- a/sysdeps/pthread/tst-key4.c +++ b/sysdeps/pthread/tst-key4.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2003-2021 Free Software Foundation, Inc. +/* Copyright (C) 2003-2022 Free Software Foundation, Inc. This 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 71e59dd852..85328fb57b 100644 --- a/sysdeps/pthread/tst-kill1.c +++ b/sysdeps/pthread/tst-kill1.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2003-2021 Free Software Foundation, Inc. +/* Copyright (C) 2003-2022 Free Software Foundation, Inc. This 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 63c83e614f..d770946f7d 100644 --- a/sysdeps/pthread/tst-kill2.c +++ b/sysdeps/pthread/tst-kill2.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2003-2021 Free Software Foundation, Inc. +/* Copyright (C) 2003-2022 Free Software Foundation, Inc. This 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 be0733629c..6546a16584 100644 --- a/sysdeps/pthread/tst-kill3.c +++ b/sysdeps/pthread/tst-kill3.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2003-2021 Free Software Foundation, Inc. +/* Copyright (C) 2003-2022 Free Software Foundation, Inc. This 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 f70c01429f..223077d490 100644 --- a/sysdeps/pthread/tst-kill5.c +++ b/sysdeps/pthread/tst-kill5.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2003-2021 Free Software Foundation, Inc. +/* Copyright (C) 2003-2022 Free Software Foundation, Inc. This 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 c02d723780..a2a4af7608 100644 --- a/sysdeps/pthread/tst-kill6.c +++ b/sysdeps/pthread/tst-kill6.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2003-2021 Free Software Foundation, Inc. +/* Copyright (C) 2003-2022 Free Software Foundation, Inc. This 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 62ebd056d7..4610079b92 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-2021 Free Software Foundation, Inc. + Copyright (C) 2017-2022 Free Software Foundation, Inc. This 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 938692ac3e..f9cc91e94d 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-2021 Free Software Foundation, Inc. + Copyright (C) 2018-2022 Free Software Foundation, Inc. This 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 694c4ab3ca..f176388c95 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-2021 Free Software Foundation, Inc. + Copyright (C) 2018-2022 Free Software Foundation, Inc. This 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 5f3bf98105..dfe5bf5d8b 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-2021 Free Software Foundation, Inc. + Copyright (C) 2018-2022 Free Software Foundation, Inc. This 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 8b6216a18f..5840def105 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-2021 Free Software Foundation, Inc. + Copyright (C) 2018-2022 Free Software Foundation, Inc. This 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 b449a5a6ee..3489c21172 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-2021 Free Software Foundation, Inc. + Copyright (C) 2016-2022 Free Software Foundation, Inc. This 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 2390839acd..6994bde91b 100644 --- a/sysdeps/pthread/tst-mutex1.c +++ b/sysdeps/pthread/tst-mutex1.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2002-2021 Free Software Foundation, Inc. +/* Copyright (C) 2002-2022 Free Software Foundation, Inc. This 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 b8ff7c4648..56a7300279 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-2021 Free Software Foundation, Inc. + Copyright (C) 2018-2022 Free Software Foundation, Inc. This 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 6a9dbc4f97..02de5e4e3f 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-2021 Free Software Foundation, Inc. + Copyright (C) 2019-2022 Free Software Foundation, Inc. This 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 8d885a91ec..60518fe65d 100644 --- a/sysdeps/pthread/tst-mutex2.c +++ b/sysdeps/pthread/tst-mutex2.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2002-2021 Free Software Foundation, Inc. +/* Copyright (C) 2002-2022 Free Software Foundation, Inc. This 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 675d91b74b..4d9a605df7 100644 --- a/sysdeps/pthread/tst-mutex3.c +++ b/sysdeps/pthread/tst-mutex3.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2002-2021 Free Software Foundation, Inc. +/* Copyright (C) 2002-2022 Free Software Foundation, Inc. This 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 1f7ad8bf97..51526a9da0 100644 --- a/sysdeps/pthread/tst-mutex4.c +++ b/sysdeps/pthread/tst-mutex4.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2002-2021 Free Software Foundation, Inc. +/* Copyright (C) 2002-2022 Free Software Foundation, Inc. This 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 89ad03fd8f..1399383f80 100644 --- a/sysdeps/pthread/tst-mutex5.c +++ b/sysdeps/pthread/tst-mutex5.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2002-2021 Free Software Foundation, Inc. +/* Copyright (C) 2002-2022 Free Software Foundation, Inc. This 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 69121251b6..6b0a9dc98f 100644 --- a/sysdeps/pthread/tst-mutex6.c +++ b/sysdeps/pthread/tst-mutex6.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2002-2021 Free Software Foundation, Inc. +/* Copyright (C) 2002-2022 Free Software Foundation, Inc. This 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 79c152a7c2..a137fa4ab4 100644 --- a/sysdeps/pthread/tst-mutex7.c +++ b/sysdeps/pthread/tst-mutex7.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2002-2021 Free Software Foundation, Inc. +/* Copyright (C) 2002-2022 Free Software Foundation, Inc. This 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 b29d6efcc8..0d9b1c3a08 100644 --- a/sysdeps/pthread/tst-mutex9.c +++ b/sysdeps/pthread/tst-mutex9.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2003-2021 Free Software Foundation, Inc. +/* Copyright (C) 2003-2022 Free Software Foundation, Inc. This 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 97c3e2aeca..38bb7d72d7 100644 --- a/sysdeps/pthread/tst-once1.c +++ b/sysdeps/pthread/tst-once1.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2002-2021 Free Software Foundation, Inc. +/* Copyright (C) 2002-2022 Free Software Foundation, Inc. This 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 d8a1d9037e..910f598290 100644 --- a/sysdeps/pthread/tst-once2.c +++ b/sysdeps/pthread/tst-once2.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2002-2021 Free Software Foundation, Inc. +/* Copyright (C) 2002-2022 Free Software Foundation, Inc. This 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 dadefb9ce7..93e1395b74 100644 --- a/sysdeps/pthread/tst-once3.c +++ b/sysdeps/pthread/tst-once3.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2002-2021 Free Software Foundation, Inc. +/* Copyright (C) 2002-2022 Free Software Foundation, Inc. This 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 a71b89163d..748e563842 100644 --- a/sysdeps/pthread/tst-once4.c +++ b/sysdeps/pthread/tst-once4.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2003-2021 Free Software Foundation, Inc. +/* Copyright (C) 2003-2022 Free Software Foundation, Inc. This 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 4974736e77..8ac69c249c 100644 --- a/sysdeps/pthread/tst-pt-align.c +++ b/sysdeps/pthread/tst-pt-align.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2003-2021 Free Software Foundation, Inc. +/* Copyright (C) 2003-2022 Free Software Foundation, Inc. This 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 690cb9134d..c2ad071c93 100644 --- a/sysdeps/pthread/tst-pt-align3.c +++ b/sysdeps/pthread/tst-pt-align3.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2005-2021 Free Software Foundation, Inc. +/* Copyright (C) 2005-2022 Free Software Foundation, Inc. This 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 57a243dbb5..ca0b3221fa 100644 --- a/sysdeps/pthread/tst-pt-popen1.c +++ b/sysdeps/pthread/tst-pt-popen1.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2003-2021 Free Software Foundation, Inc. +/* Copyright (C) 2003-2022 Free Software Foundation, Inc. This 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 8f6962c6ad..ff3783a9f5 100644 --- a/sysdeps/pthread/tst-pt-sysconf.c +++ b/sysdeps/pthread/tst-pt-sysconf.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2002-2021 Free Software Foundation, Inc. +/* Copyright (C) 2002-2022 Free Software Foundation, Inc. This 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 0299f917b1..96f2b21373 100644 --- a/sysdeps/pthread/tst-pt-tls1.c +++ b/sysdeps/pthread/tst-pt-tls1.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2003-2021 Free Software Foundation, Inc. +/* Copyright (C) 2003-2022 Free Software Foundation, Inc. This 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 66cbf7d720..336cfb285b 100644 --- a/sysdeps/pthread/tst-pt-tls2.c +++ b/sysdeps/pthread/tst-pt-tls2.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2003-2021 Free Software Foundation, Inc. +/* Copyright (C) 2003-2022 Free Software Foundation, Inc. This 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 68b9a773c8..38b2d3f15a 100644 --- a/sysdeps/pthread/tst-pt-tls4.c +++ b/sysdeps/pthread/tst-pt-tls4.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2003-2021 Free Software Foundation, Inc. +/* Copyright (C) 2003-2022 Free Software Foundation, Inc. This 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 b4526fe663..4dead7ed3a 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 Free Software Foundation, Inc. + Copyright (C) 2021-2022 Free Software Foundation, Inc. This 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 ab15af943e..5b3b1b17e9 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-2021 Free Software Foundation, Inc. + Copyright (C) 2015-2022 Free Software Foundation, Inc. This 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 128e1a6071..81f9e872e7 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 Free Software Foundation, Inc. + Copyright (C) 2021-2022 Free Software Foundation, Inc. This 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 fda2a49b7f..069d41adb5 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 Free Software Foundation, Inc. + Copyright (C) 2021-2022 Free Software Foundation, Inc. This 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 811c9bee07..5fdcde0f51 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 Free Software Foundation, Inc. + Copyright (C) 2021-2022 Free Software Foundation, Inc. This 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 a62087589c..2bc05ee272 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 Free Software Foundation, Inc. + Copyright (C) 2021-2022 Free Software Foundation, Inc. This 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 a2fddad526..b2eca5bd00 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 Free Software Foundation, Inc. + Copyright (C) 2021-2022 Free Software Foundation, Inc. This 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 f803e94f11..f41862aa83 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 Free Software Foundation, Inc. + Copyright (C) 2021-2022 Free Software Foundation, Inc. This 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 b6cc745fe7..4635d982b5 100644 --- a/sysdeps/pthread/tst-raise1.c +++ b/sysdeps/pthread/tst-raise1.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2003-2021 Free Software Foundation, Inc. +/* Copyright (C) 2003-2022 Free Software Foundation, Inc. This 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 db6aed3102..3b4c5c781d 100644 --- a/sysdeps/pthread/tst-robust1.c +++ b/sysdeps/pthread/tst-robust1.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2005-2021 Free Software Foundation, Inc. +/* Copyright (C) 2005-2022 Free Software Foundation, Inc. This 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 b814806c94..eb78e0d463 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-2021 Free Software Foundation, Inc. + Copyright (C) 2016-2022 Free Software Foundation, Inc. This 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 b88fee1957..4df74ea066 100644 --- a/sysdeps/pthread/tst-robust7.c +++ b/sysdeps/pthread/tst-robust7.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2005-2021 Free Software Foundation, Inc. +/* Copyright (C) 2005-2022 Free Software Foundation, Inc. This 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 f25e2f720b..4eccbc0e77 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-2021 Free Software Foundation, Inc. + Copyright (C) 2019-2022 Free Software Foundation, Inc. This 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 2b433ab029..223fbc3fdc 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-2021 Free Software Foundation, Inc. + Copyright (C) 2019-2022 Free Software Foundation, Inc. This 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 1e9aee6148..8eb1e46c9f 100644 --- a/sysdeps/pthread/tst-rwlock1.c +++ b/sysdeps/pthread/tst-rwlock1.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2002-2021 Free Software Foundation, Inc. +/* Copyright (C) 2002-2022 Free Software Foundation, Inc. This 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 0f5d7408c9..72670467a1 100644 --- a/sysdeps/pthread/tst-rwlock12.c +++ b/sysdeps/pthread/tst-rwlock12.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2002-2021 Free Software Foundation, Inc. +/* Copyright (C) 2002-2022 Free Software Foundation, Inc. This 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 547f6621e1..d9c8e75fb3 100644 --- a/sysdeps/pthread/tst-rwlock13.c +++ b/sysdeps/pthread/tst-rwlock13.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2004-2021 Free Software Foundation, Inc. +/* Copyright (C) 2004-2022 Free Software Foundation, Inc. This 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 6842ca859c..b240b5fdf0 100644 --- a/sysdeps/pthread/tst-rwlock14.c +++ b/sysdeps/pthread/tst-rwlock14.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2004-2021 Free Software Foundation, Inc. +/* Copyright (C) 2004-2022 Free Software Foundation, Inc. This 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 0359753029..051ea2d77b 100644 --- a/sysdeps/pthread/tst-rwlock16.c +++ b/sysdeps/pthread/tst-rwlock16.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2015-2021 Free Software Foundation, Inc. +/* Copyright (C) 2015-2022 Free Software Foundation, Inc. This 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 60ca3a8977..a01544e7fc 100644 --- a/sysdeps/pthread/tst-rwlock4.c +++ b/sysdeps/pthread/tst-rwlock4.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2002-2021 Free Software Foundation, Inc. +/* Copyright (C) 2002-2022 Free Software Foundation, Inc. This 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 7acc8b4523..d6467dadba 100644 --- a/sysdeps/pthread/tst-rwlock5.c +++ b/sysdeps/pthread/tst-rwlock5.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2002-2021 Free Software Foundation, Inc. +/* Copyright (C) 2002-2022 Free Software Foundation, Inc. This 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 d1479b9636..32ed83e530 100644 --- a/sysdeps/pthread/tst-sem1.c +++ b/sysdeps/pthread/tst-sem1.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2002-2021 Free Software Foundation, Inc. +/* Copyright (C) 2002-2022 Free Software Foundation, Inc. This 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 15a518787e..7120613ee7 100644 --- a/sysdeps/pthread/tst-sem10.c +++ b/sysdeps/pthread/tst-sem10.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2021 Free Software Foundation, Inc. +/* Copyright (C) 2007-2022 Free Software Foundation, Inc. This 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 0154a71bdf..9c9ab905a9 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-2021 Free Software Foundation, Inc. + Copyright (C) 2012-2022 Free Software Foundation, Inc. This 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 9d115c4f0d..56471a41cb 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-2021 Free Software Foundation, Inc. + Copyright (C) 2015-2022 Free Software Foundation, Inc. This 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 2cd6c7d2cd..ef5cd1ac95 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-2021 Free Software Foundation, Inc. + Copyright (C) 2016-2022 Free Software Foundation, Inc. This 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 56b272ec64..f7a39659f9 100644 --- a/sysdeps/pthread/tst-sem2.c +++ b/sysdeps/pthread/tst-sem2.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2002-2021 Free Software Foundation, Inc. +/* Copyright (C) 2002-2022 Free Software Foundation, Inc. This 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 cd1f562c1a..48bc488908 100644 --- a/sysdeps/pthread/tst-sem3.c +++ b/sysdeps/pthread/tst-sem3.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2002-2021 Free Software Foundation, Inc. +/* Copyright (C) 2002-2022 Free Software Foundation, Inc. This 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 397b24fa41..0ae6555ac9 100644 --- a/sysdeps/pthread/tst-sem4.c +++ b/sysdeps/pthread/tst-sem4.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2002-2021 Free Software Foundation, Inc. +/* Copyright (C) 2002-2022 Free Software Foundation, Inc. This 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 0a563950e8..0845ad67ab 100644 --- a/sysdeps/pthread/tst-sem5.c +++ b/sysdeps/pthread/tst-sem5.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2002-2021 Free Software Foundation, Inc. +/* Copyright (C) 2002-2022 Free Software Foundation, Inc. This 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 3b785542c1..43b6197a67 100644 --- a/sysdeps/pthread/tst-sem6.c +++ b/sysdeps/pthread/tst-sem6.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2003-2021 Free Software Foundation, Inc. +/* Copyright (C) 2003-2022 Free Software Foundation, Inc. This 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 88d8cc8180..28b7d82e65 100644 --- a/sysdeps/pthread/tst-sem7.c +++ b/sysdeps/pthread/tst-sem7.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2003-2021 Free Software Foundation, Inc. +/* Copyright (C) 2003-2022 Free Software Foundation, Inc. This 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 77d38a6bd0..6f0899000d 100644 --- a/sysdeps/pthread/tst-sem8.c +++ b/sysdeps/pthread/tst-sem8.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2003-2021 Free Software Foundation, Inc. +/* Copyright (C) 2003-2022 Free Software Foundation, Inc. This 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 705a0ef857..c7e4fb3816 100644 --- a/sysdeps/pthread/tst-sem9.c +++ b/sysdeps/pthread/tst-sem9.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2003-2021 Free Software Foundation, Inc. +/* Copyright (C) 2003-2022 Free Software Foundation, Inc. This 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 254555960e..7dd360e325 100644 --- a/sysdeps/pthread/tst-setuid3.c +++ b/sysdeps/pthread/tst-setuid3.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2014-2021 Free Software Foundation, Inc. +/* Copyright (C) 2014-2022 Free Software Foundation, Inc. This 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 b1bcd265a2..6a9e8a928a 100644 --- a/sysdeps/pthread/tst-signal1.c +++ b/sysdeps/pthread/tst-signal1.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2002-2021 Free Software Foundation, Inc. +/* Copyright (C) 2002-2022 Free Software Foundation, Inc. This 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 92764ef7ff..d9765e6c0a 100644 --- a/sysdeps/pthread/tst-signal2.c +++ b/sysdeps/pthread/tst-signal2.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2002-2021 Free Software Foundation, Inc. +/* Copyright (C) 2002-2022 Free Software Foundation, Inc. This 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 3654066cd1..a8763b1dd0 100644 --- a/sysdeps/pthread/tst-signal4.c +++ b/sysdeps/pthread/tst-signal4.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2003-2021 Free Software Foundation, Inc. +/* Copyright (C) 2003-2022 Free Software Foundation, Inc. This 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 951c2496a6..0d2cf661fb 100644 --- a/sysdeps/pthread/tst-signal5.c +++ b/sysdeps/pthread/tst-signal5.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2003-2021 Free Software Foundation, Inc. +/* Copyright (C) 2003-2022 Free Software Foundation, Inc. This 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 30da508691..9e3e737b32 100644 --- a/sysdeps/pthread/tst-signal6.c +++ b/sysdeps/pthread/tst-signal6.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2003-2021 Free Software Foundation, Inc. +/* Copyright (C) 2003-2022 Free Software Foundation, Inc. This 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 93a4d117f4..21876f9337 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-2021 Free Software Foundation, Inc. + Copyright (C) 2020-2022 Free Software Foundation, Inc. This 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 58076f28c6..22ad7f6427 100644 --- a/sysdeps/pthread/tst-spin1.c +++ b/sysdeps/pthread/tst-spin1.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2002-2021 Free Software Foundation, Inc. +/* Copyright (C) 2002-2022 Free Software Foundation, Inc. This 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 ab3514c1aa..b8bc2723c0 100644 --- a/sysdeps/pthread/tst-spin2.c +++ b/sysdeps/pthread/tst-spin2.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2002-2021 Free Software Foundation, Inc. +/* Copyright (C) 2002-2022 Free Software Foundation, Inc. This 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 8b3a5e90c4..8c69cd6b45 100644 --- a/sysdeps/pthread/tst-spin3.c +++ b/sysdeps/pthread/tst-spin3.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2002-2021 Free Software Foundation, Inc. +/* Copyright (C) 2002-2022 Free Software Foundation, Inc. This 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 0b8590f3d1..59c3a1269a 100644 --- a/sysdeps/pthread/tst-stack1.c +++ b/sysdeps/pthread/tst-stack1.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2002-2021 Free Software Foundation, Inc. +/* Copyright (C) 2002-2022 Free Software Foundation, Inc. This 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 b9fcf75311..568e516a30 100644 --- a/sysdeps/pthread/tst-stdio1.c +++ b/sysdeps/pthread/tst-stdio1.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2002-2021 Free Software Foundation, Inc. +/* Copyright (C) 2002-2022 Free Software Foundation, Inc. This 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 d7447dcc55..305243f752 100644 --- a/sysdeps/pthread/tst-stdio2.c +++ b/sysdeps/pthread/tst-stdio2.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2002-2021 Free Software Foundation, Inc. +/* Copyright (C) 2002-2022 Free Software Foundation, Inc. This 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 c844767748..d4800d7ee4 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-2021 Free Software Foundation, Inc. + Copyright (C) 2018-2022 Free Software Foundation, Inc. This 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 3196c622e7..51b50a43dc 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-2021 Free Software Foundation, Inc. + Copyright (C) 2018-2022 Free Software Foundation, Inc. This 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 c59ff7f101..c12da62b32 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-2021 Free Software Foundation, Inc. + Copyright (C) 2000-2022 Free Software Foundation, Inc. This 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 f01f192af3..8618e0eff0 100644 --- a/sysdeps/pthread/tst-tls4moda.c +++ b/sysdeps/pthread/tst-tls4moda.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2003-2021 Free Software Foundation, Inc. +/* Copyright (C) 2003-2022 Free Software Foundation, Inc. This 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 db533f860f..2b1bb4c879 100644 --- a/sysdeps/pthread/tst-tls4modb.c +++ b/sysdeps/pthread/tst-tls4modb.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2003-2021 Free Software Foundation, Inc. +/* Copyright (C) 2003-2022 Free Software Foundation, Inc. This 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 d442f148b2..a1c1323723 100644 --- a/sysdeps/pthread/tst-tsd1.c +++ b/sysdeps/pthread/tst-tsd1.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2002-2021 Free Software Foundation, Inc. +/* Copyright (C) 2002-2022 Free Software Foundation, Inc. This 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 00f5fb3b5b..c3a04ea2ae 100644 --- a/sysdeps/pthread/tst-tsd2.c +++ b/sysdeps/pthread/tst-tsd2.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2002-2021 Free Software Foundation, Inc. +/* Copyright (C) 2002-2022 Free Software Foundation, Inc. This 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 f2a09a4bc0..21cdc175b3 100644 --- a/sysdeps/pthread/tst-tsd5.c +++ b/sysdeps/pthread/tst-tsd5.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2004-2021 Free Software Foundation, Inc. +/* Copyright (C) 2004-2022 Free Software Foundation, Inc. This 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 924bac696a..bc66fe4d10 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-2021 Free Software Foundation, Inc. + Copyright (C) 2018-2022 Free Software Foundation, Inc. This 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 635a4f99c3..35c97bbf64 100644 --- a/sysdeps/pthread/tst-umask1.c +++ b/sysdeps/pthread/tst-umask1.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2003-2021 Free Software Foundation, Inc. +/* Copyright (C) 2003-2022 Free Software Foundation, Inc. This 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 631e0d192b..3ffcfdde21 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-2021 Free Software Foundation, Inc. + Copyright (C) 2000-2022 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 |