aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/pthread
diff options
context:
space:
mode:
authorSiddhesh Poyarekar <siddhesh@sourceware.org>2021-09-03 22:06:44 +0530
committerSiddhesh Poyarekar <siddhesh@sourceware.org>2021-09-03 22:06:44 +0530
commit30891f35fa7da832b66d80d0807610df361851f3 (patch)
tree684c81cc6e88650313797fadaa642d714fcce8a8 /sysdeps/pthread
parent04f2125c6eff341f9c52682866d1eea8d204c852 (diff)
downloadglibc-30891f35fa7da832b66d80d0807610df361851f3.zip
glibc-30891f35fa7da832b66d80d0807610df361851f3.tar.gz
glibc-30891f35fa7da832b66d80d0807610df361851f3.tar.bz2
Remove "Contributed by" lines
We stopped adding "Contributed by" or similar lines in sources in 2012 in favour of git logs and keeping the Contributors section of the glibc manual up to date. Removing these lines makes the license header a bit more consistent across files and also removes the possibility of error in attribution when license blocks or files are copied across since the contributed-by lines don't actually reflect reality in those cases. Move all "Contributed by" and similar lines (Written by, Test by, etc.) into a new file CONTRIBUTED-BY to retain record of these contributions. These contributors are also mentioned in manual/contrib.texi, so we just maintain this additional record as a courtesy to the earlier developers. The following scripts were used to filter a list of files to edit in place and to clean up the CONTRIBUTED-BY file respectively. These were not added to the glibc sources because they're not expected to be of any use in future given that this is a one time task: https://gist.github.com/siddhesh/b5ecac94eabfd72ed2916d6d8157e7dc https://gist.github.com/siddhesh/15ea1f5e435ace9774f485030695ee02 Reviewed-by: Carlos O'Donell <carlos@redhat.com>
Diffstat (limited to 'sysdeps/pthread')
-rw-r--r--sysdeps/pthread/eintr.c1
-rw-r--r--sysdeps/pthread/posix-timer.h1
-rw-r--r--sysdeps/pthread/pthread_atfork.c1
-rw-r--r--sysdeps/pthread/sem_close.c1
-rw-r--r--sysdeps/pthread/sem_open.c1
-rw-r--r--sysdeps/pthread/sem_unlink.c1
-rw-r--r--sysdeps/pthread/tst-_res1.c1
-rw-r--r--sysdeps/pthread/tst-_res1mod1.c1
-rw-r--r--sysdeps/pthread/tst-abstime.c1
-rw-r--r--sysdeps/pthread/tst-atfork1.c1
-rw-r--r--sysdeps/pthread/tst-atfork2.c1
-rw-r--r--sysdeps/pthread/tst-atfork2mod.c1
-rw-r--r--sysdeps/pthread/tst-attr1.c1
-rw-r--r--sysdeps/pthread/tst-backtrace1.c1
-rw-r--r--sysdeps/pthread/tst-barrier1.c1
-rw-r--r--sysdeps/pthread/tst-barrier2.c1
-rw-r--r--sysdeps/pthread/tst-barrier3.c1
-rw-r--r--sysdeps/pthread/tst-barrier4.c1
-rw-r--r--sysdeps/pthread/tst-basic1.c1
-rw-r--r--sysdeps/pthread/tst-basic2.c1
-rw-r--r--sysdeps/pthread/tst-basic3.c1
-rw-r--r--sysdeps/pthread/tst-basic4.c1
-rw-r--r--sysdeps/pthread/tst-basic5.c1
-rw-r--r--sysdeps/pthread/tst-basic6.c1
-rw-r--r--sysdeps/pthread/tst-cancel1.c1
-rw-r--r--sysdeps/pthread/tst-cancel10.c1
-rw-r--r--sysdeps/pthread/tst-cancel11.c1
-rw-r--r--sysdeps/pthread/tst-cancel12.c1
-rw-r--r--sysdeps/pthread/tst-cancel13.c1
-rw-r--r--sysdeps/pthread/tst-cancel14.c1
-rw-r--r--sysdeps/pthread/tst-cancel15.c1
-rw-r--r--sysdeps/pthread/tst-cancel16.c1
-rw-r--r--sysdeps/pthread/tst-cancel18.c1
-rw-r--r--sysdeps/pthread/tst-cancel19.c1
-rw-r--r--sysdeps/pthread/tst-cancel2.c1
-rw-r--r--sysdeps/pthread/tst-cancel20.c1
-rw-r--r--sysdeps/pthread/tst-cancel21.c1
-rw-r--r--sysdeps/pthread/tst-cancel22.c1
-rw-r--r--sysdeps/pthread/tst-cancel3.c1
-rw-r--r--sysdeps/pthread/tst-cancel4.c1
-rw-r--r--sysdeps/pthread/tst-cancel6.c1
-rw-r--r--sysdeps/pthread/tst-cancel8.c1
-rw-r--r--sysdeps/pthread/tst-cancel9.c1
-rw-r--r--sysdeps/pthread/tst-cleanup0.c1
-rw-r--r--sysdeps/pthread/tst-cleanup1.c1
-rw-r--r--sysdeps/pthread/tst-cleanup2.c1
-rw-r--r--sysdeps/pthread/tst-cleanup3.c1
-rw-r--r--sysdeps/pthread/tst-clock1.c1
-rw-r--r--sysdeps/pthread/tst-cond1.c1
-rw-r--r--sysdeps/pthread/tst-cond10.c1
-rw-r--r--sysdeps/pthread/tst-cond11.c1
-rw-r--r--sysdeps/pthread/tst-cond12.c1
-rw-r--r--sysdeps/pthread/tst-cond14.c1
-rw-r--r--sysdeps/pthread/tst-cond15.c1
-rw-r--r--sysdeps/pthread/tst-cond16.c1
-rw-r--r--sysdeps/pthread/tst-cond18.c1
-rw-r--r--sysdeps/pthread/tst-cond19.c1
-rw-r--r--sysdeps/pthread/tst-cond2.c1
-rw-r--r--sysdeps/pthread/tst-cond20.c1
-rw-r--r--sysdeps/pthread/tst-cond23.c1
-rw-r--r--sysdeps/pthread/tst-cond3.c1
-rw-r--r--sysdeps/pthread/tst-cond4.c1
-rw-r--r--sysdeps/pthread/tst-cond5.c1
-rw-r--r--sysdeps/pthread/tst-cond6.c1
-rw-r--r--sysdeps/pthread/tst-cond7.c1
-rw-r--r--sysdeps/pthread/tst-cond8.c1
-rw-r--r--sysdeps/pthread/tst-cond9.c1
-rw-r--r--sysdeps/pthread/tst-detach1.c1
-rw-r--r--sysdeps/pthread/tst-eintr2.c1
-rw-r--r--sysdeps/pthread/tst-eintr3.c1
-rw-r--r--sysdeps/pthread/tst-eintr4.c1
-rw-r--r--sysdeps/pthread/tst-eintr5.c1
-rw-r--r--sysdeps/pthread/tst-exec1.c1
-rw-r--r--sysdeps/pthread/tst-exec2.c1
-rw-r--r--sysdeps/pthread/tst-exec3.c1
-rw-r--r--sysdeps/pthread/tst-exit1.c1
-rw-r--r--sysdeps/pthread/tst-fini1.c1
-rw-r--r--sysdeps/pthread/tst-fini1mod.c1
-rw-r--r--sysdeps/pthread/tst-flock1.c1
-rw-r--r--sysdeps/pthread/tst-flock2.c1
-rw-r--r--sysdeps/pthread/tst-fork1.c1
-rw-r--r--sysdeps/pthread/tst-fork2.c1
-rw-r--r--sysdeps/pthread/tst-fork3.c1
-rw-r--r--sysdeps/pthread/tst-join1.c1
-rw-r--r--sysdeps/pthread/tst-join2.c1
-rw-r--r--sysdeps/pthread/tst-join3.c1
-rw-r--r--sysdeps/pthread/tst-join4.c1
-rw-r--r--sysdeps/pthread/tst-join5.c1
-rw-r--r--sysdeps/pthread/tst-key1.c1
-rw-r--r--sysdeps/pthread/tst-key2.c1
-rw-r--r--sysdeps/pthread/tst-key3.c1
-rw-r--r--sysdeps/pthread/tst-key4.c1
-rw-r--r--sysdeps/pthread/tst-kill1.c1
-rw-r--r--sysdeps/pthread/tst-kill2.c1
-rw-r--r--sysdeps/pthread/tst-kill3.c1
-rw-r--r--sysdeps/pthread/tst-kill4.c1
-rw-r--r--sysdeps/pthread/tst-kill5.c1
-rw-r--r--sysdeps/pthread/tst-kill6.c1
-rw-r--r--sysdeps/pthread/tst-mutex1.c1
-rw-r--r--sysdeps/pthread/tst-mutex2.c1
-rw-r--r--sysdeps/pthread/tst-mutex3.c1
-rw-r--r--sysdeps/pthread/tst-mutex4.c1
-rw-r--r--sysdeps/pthread/tst-mutex5.c1
-rw-r--r--sysdeps/pthread/tst-mutex6.c1
-rw-r--r--sysdeps/pthread/tst-mutex7.c1
-rw-r--r--sysdeps/pthread/tst-mutex9.c1
-rw-r--r--sysdeps/pthread/tst-once1.c1
-rw-r--r--sysdeps/pthread/tst-once2.c1
-rw-r--r--sysdeps/pthread/tst-once3.c1
-rw-r--r--sysdeps/pthread/tst-once4.c1
-rw-r--r--sysdeps/pthread/tst-pt-align.c1
-rw-r--r--sysdeps/pthread/tst-pt-align3.c1
-rw-r--r--sysdeps/pthread/tst-pt-popen1.c1
-rw-r--r--sysdeps/pthread/tst-pt-sysconf.c1
-rw-r--r--sysdeps/pthread/tst-pt-tls1.c1
-rw-r--r--sysdeps/pthread/tst-pt-tls2.c1
-rw-r--r--sysdeps/pthread/tst-pt-tls4.c1
-rw-r--r--sysdeps/pthread/tst-raise1.c1
-rw-r--r--sysdeps/pthread/tst-robust1.c1
-rw-r--r--sysdeps/pthread/tst-robust7.c1
-rw-r--r--sysdeps/pthread/tst-rwlock1.c1
-rw-r--r--sysdeps/pthread/tst-rwlock12.c1
-rw-r--r--sysdeps/pthread/tst-rwlock14.c1
-rw-r--r--sysdeps/pthread/tst-rwlock4.c1
-rw-r--r--sysdeps/pthread/tst-rwlock5.c1
-rw-r--r--sysdeps/pthread/tst-sem1.c1
-rw-r--r--sysdeps/pthread/tst-sem10.c1
-rw-r--r--sysdeps/pthread/tst-sem2.c1
-rw-r--r--sysdeps/pthread/tst-sem3.c1
-rw-r--r--sysdeps/pthread/tst-sem4.c1
-rw-r--r--sysdeps/pthread/tst-sem5.c1
-rw-r--r--sysdeps/pthread/tst-sem6.c1
-rw-r--r--sysdeps/pthread/tst-sem7.c1
-rw-r--r--sysdeps/pthread/tst-sem8.c1
-rw-r--r--sysdeps/pthread/tst-sem9.c1
-rw-r--r--sysdeps/pthread/tst-signal1.c1
-rw-r--r--sysdeps/pthread/tst-signal2.c1
-rw-r--r--sysdeps/pthread/tst-signal4.c1
-rw-r--r--sysdeps/pthread/tst-signal5.c1
-rw-r--r--sysdeps/pthread/tst-signal6.c1
-rw-r--r--sysdeps/pthread/tst-spin1.c1
-rw-r--r--sysdeps/pthread/tst-spin2.c1
-rw-r--r--sysdeps/pthread/tst-spin3.c1
-rw-r--r--sysdeps/pthread/tst-stack1.c1
-rw-r--r--sysdeps/pthread/tst-stdio1.c1
-rw-r--r--sysdeps/pthread/tst-stdio2.c1
-rw-r--r--sysdeps/pthread/tst-timer.c1
-rw-r--r--sysdeps/pthread/tst-tls4moda.c1
-rw-r--r--sysdeps/pthread/tst-tls4modb.c1
-rw-r--r--sysdeps/pthread/tst-tsd1.c1
-rw-r--r--sysdeps/pthread/tst-tsd2.c1
-rw-r--r--sysdeps/pthread/tst-tsd5.c1
-rw-r--r--sysdeps/pthread/tst-umask1.c1
-rw-r--r--sysdeps/pthread/tst-unload.c1
154 files changed, 0 insertions, 154 deletions
diff --git a/sysdeps/pthread/eintr.c b/sysdeps/pthread/eintr.c
index 75c81fd..58f6a99 100644
--- a/sysdeps/pthread/eintr.c
+++ b/sysdeps/pthread/eintr.c
@@ -1,6 +1,5 @@
/* Copyright (C) 2003-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
- Contributed by Ulrich Drepper <drepper@redhat.com>, 2003.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
diff --git a/sysdeps/pthread/posix-timer.h b/sysdeps/pthread/posix-timer.h
index 03bee14..88d9cc2 100644
--- a/sysdeps/pthread/posix-timer.h
+++ b/sysdeps/pthread/posix-timer.h
@@ -1,7 +1,6 @@
/* Definitions for POSIX timer implementation on top of NPTL.
Copyright (C) 2000-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
- Contributed by Kaz Kylheku <kaz@ashi.footprints.net>.
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
diff --git a/sysdeps/pthread/pthread_atfork.c b/sysdeps/pthread/pthread_atfork.c
index 7646fe7..5478d09 100644
--- a/sysdeps/pthread/pthread_atfork.c
+++ b/sysdeps/pthread/pthread_atfork.c
@@ -1,6 +1,5 @@
/* Copyright (C) 2002-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
- Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
diff --git a/sysdeps/pthread/sem_close.c b/sysdeps/pthread/sem_close.c
index 212848f..139417e 100644
--- a/sysdeps/pthread/sem_close.c
+++ b/sysdeps/pthread/sem_close.c
@@ -1,6 +1,5 @@
/* Copyright (C) 2002-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
- Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
diff --git a/sysdeps/pthread/sem_open.c b/sysdeps/pthread/sem_open.c
index 770ab17..0e5f7a2 100644
--- a/sysdeps/pthread/sem_open.c
+++ b/sysdeps/pthread/sem_open.c
@@ -1,6 +1,5 @@
/* Copyright (C) 2002-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
- Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
diff --git a/sysdeps/pthread/sem_unlink.c b/sysdeps/pthread/sem_unlink.c
index c6f8934..9c096fd 100644
--- a/sysdeps/pthread/sem_unlink.c
+++ b/sysdeps/pthread/sem_unlink.c
@@ -1,6 +1,5 @@
/* Copyright (C) 2002-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
- Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
diff --git a/sysdeps/pthread/tst-_res1.c b/sysdeps/pthread/tst-_res1.c
index 912a5da..5d194db 100644
--- a/sysdeps/pthread/tst-_res1.c
+++ b/sysdeps/pthread/tst-_res1.c
@@ -1,6 +1,5 @@
/* Copyright (C) 2003-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
- Contributed by Jakub Jelinek <jakub@redhat.com>, 2003.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
diff --git a/sysdeps/pthread/tst-_res1mod1.c b/sysdeps/pthread/tst-_res1mod1.c
index 8b26693..de28b64 100644
--- a/sysdeps/pthread/tst-_res1mod1.c
+++ b/sysdeps/pthread/tst-_res1mod1.c
@@ -1,6 +1,5 @@
/* Copyright (C) 2003-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
- Contributed by Jakub Jelinek <jakub@redhat.com>, 2003.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
diff --git a/sysdeps/pthread/tst-abstime.c b/sysdeps/pthread/tst-abstime.c
index 0c8a1dd..b0914cc 100644
--- a/sysdeps/pthread/tst-abstime.c
+++ b/sysdeps/pthread/tst-abstime.c
@@ -1,6 +1,5 @@
/* Copyright (C) 2010-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
- Contributed by Andreas Schwab <schwab@redhat.com>, 2010.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
diff --git a/sysdeps/pthread/tst-atfork1.c b/sysdeps/pthread/tst-atfork1.c
index 96f2ac0..eb2f3a5 100644
--- a/sysdeps/pthread/tst-atfork1.c
+++ b/sysdeps/pthread/tst-atfork1.c
@@ -1,6 +1,5 @@
/* Copyright (C) 2002-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
- Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
diff --git a/sysdeps/pthread/tst-atfork2.c b/sysdeps/pthread/tst-atfork2.c
index cd36048..cd7653b 100644
--- a/sysdeps/pthread/tst-atfork2.c
+++ b/sysdeps/pthread/tst-atfork2.c
@@ -1,6 +1,5 @@
/* Copyright (C) 2003-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
- Contributed by Ulrich Drepper <drepper@redhat.com>, 2003.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
diff --git a/sysdeps/pthread/tst-atfork2mod.c b/sysdeps/pthread/tst-atfork2mod.c
index f1ed0a7..7c88e8e 100644
--- a/sysdeps/pthread/tst-atfork2mod.c
+++ b/sysdeps/pthread/tst-atfork2mod.c
@@ -1,6 +1,5 @@
/* Copyright (C) 2003-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
- Contributed by Ulrich Drepper <drepper@redhat.com>, 2003.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
diff --git a/sysdeps/pthread/tst-attr1.c b/sysdeps/pthread/tst-attr1.c
index 1a2bd96..0ad347b 100644
--- a/sysdeps/pthread/tst-attr1.c
+++ b/sysdeps/pthread/tst-attr1.c
@@ -1,6 +1,5 @@
/* Copyright (C) 2003-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
- Contributed by Ulrich Drepper <drepper@redhat.com>, 2003.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
diff --git a/sysdeps/pthread/tst-backtrace1.c b/sysdeps/pthread/tst-backtrace1.c
index 0ab2798..eeeb7df 100644
--- a/sysdeps/pthread/tst-backtrace1.c
+++ b/sysdeps/pthread/tst-backtrace1.c
@@ -1,6 +1,5 @@
/* Copyright (C) 2004-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
- Contributed by Jakub Jelinek <jakub@redhat.com>, 2004.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
diff --git a/sysdeps/pthread/tst-barrier1.c b/sysdeps/pthread/tst-barrier1.c
index 5175f5f..e16ead4 100644
--- a/sysdeps/pthread/tst-barrier1.c
+++ b/sysdeps/pthread/tst-barrier1.c
@@ -1,7 +1,6 @@
/* Tests barrier initialization.
Copyright (C) 2002-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
- Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
diff --git a/sysdeps/pthread/tst-barrier2.c b/sysdeps/pthread/tst-barrier2.c
index 30031a1..2e8b7f3 100644
--- a/sysdeps/pthread/tst-barrier2.c
+++ b/sysdeps/pthread/tst-barrier2.c
@@ -1,7 +1,6 @@
/* Tests process-shared barriers.
Copyright (C) 2002-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
- Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
diff --git a/sysdeps/pthread/tst-barrier3.c b/sysdeps/pthread/tst-barrier3.c
index 43950ad..5cdf51d 100644
--- a/sysdeps/pthread/tst-barrier3.c
+++ b/sysdeps/pthread/tst-barrier3.c
@@ -1,7 +1,6 @@
/* Test of POSIX barriers.
Copyright (C) 2002-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
- Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
diff --git a/sysdeps/pthread/tst-barrier4.c b/sysdeps/pthread/tst-barrier4.c
index b9c34f3..0c0d65c 100644
--- a/sysdeps/pthread/tst-barrier4.c
+++ b/sysdeps/pthread/tst-barrier4.c
@@ -1,7 +1,6 @@
/* This tests destruction of a barrier right after waiting on it.
Copyright (C) 2004-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
- Contributed by Ulrich Drepper <drepper@redhat.com>, 2004.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
diff --git a/sysdeps/pthread/tst-basic1.c b/sysdeps/pthread/tst-basic1.c
index 2429b2a..7660b51 100644
--- a/sysdeps/pthread/tst-basic1.c
+++ b/sysdeps/pthread/tst-basic1.c
@@ -1,6 +1,5 @@
/* Copyright (C) 2002-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
- Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
diff --git a/sysdeps/pthread/tst-basic2.c b/sysdeps/pthread/tst-basic2.c
index e5aa60a..5a60f29 100644
--- a/sysdeps/pthread/tst-basic2.c
+++ b/sysdeps/pthread/tst-basic2.c
@@ -1,6 +1,5 @@
/* Copyright (C) 2002-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
- Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
diff --git a/sysdeps/pthread/tst-basic3.c b/sysdeps/pthread/tst-basic3.c
index 18b49ae..bf32afd 100644
--- a/sysdeps/pthread/tst-basic3.c
+++ b/sysdeps/pthread/tst-basic3.c
@@ -1,6 +1,5 @@
/* Copyright (C) 2003-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
- Contributed by Ulrich Drepper <drepper@redhat.com>, 2003.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
diff --git a/sysdeps/pthread/tst-basic4.c b/sysdeps/pthread/tst-basic4.c
index e27e390..6f05b2b 100644
--- a/sysdeps/pthread/tst-basic4.c
+++ b/sysdeps/pthread/tst-basic4.c
@@ -1,6 +1,5 @@
/* Copyright (C) 2003-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
- Contributed by Ulrich Drepper <drepper@redhat.com>, 2003.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
diff --git a/sysdeps/pthread/tst-basic5.c b/sysdeps/pthread/tst-basic5.c
index 39b4e19..c24e6c3 100644
--- a/sysdeps/pthread/tst-basic5.c
+++ b/sysdeps/pthread/tst-basic5.c
@@ -1,6 +1,5 @@
/* Copyright (C) 2003-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
- Contributed by Ulrich Drepper <drepper@redhat.com>, 2003.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
diff --git a/sysdeps/pthread/tst-basic6.c b/sysdeps/pthread/tst-basic6.c
index b5cfa14..676c5e0 100644
--- a/sysdeps/pthread/tst-basic6.c
+++ b/sysdeps/pthread/tst-basic6.c
@@ -1,6 +1,5 @@
/* Copyright (C) 2003-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
- Contributed by Ulrich Drepper <drepper@redhat.com>, 2003.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
diff --git a/sysdeps/pthread/tst-cancel1.c b/sysdeps/pthread/tst-cancel1.c
index f0b860d..c3b72b6 100644
--- a/sysdeps/pthread/tst-cancel1.c
+++ b/sysdeps/pthread/tst-cancel1.c
@@ -1,6 +1,5 @@
/* Copyright (C) 2002-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
- Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
diff --git a/sysdeps/pthread/tst-cancel10.c b/sysdeps/pthread/tst-cancel10.c
index e3de76b..a5e3a5f 100644
--- a/sysdeps/pthread/tst-cancel10.c
+++ b/sysdeps/pthread/tst-cancel10.c
@@ -1,6 +1,5 @@
/* Copyright (C) 2003-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
- Contributed by Ulrich Drepper <drepper@redhat.com>, 2003.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
diff --git a/sysdeps/pthread/tst-cancel11.c b/sysdeps/pthread/tst-cancel11.c
index e485e08..a1307b8 100644
--- a/sysdeps/pthread/tst-cancel11.c
+++ b/sysdeps/pthread/tst-cancel11.c
@@ -1,6 +1,5 @@
/* Copyright (C) 2003-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
- Contributed by Ulrich Drepper <drepper@redhat.com>, 2003.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
diff --git a/sysdeps/pthread/tst-cancel12.c b/sysdeps/pthread/tst-cancel12.c
index 65c8f6a..68b2ae9 100644
--- a/sysdeps/pthread/tst-cancel12.c
+++ b/sysdeps/pthread/tst-cancel12.c
@@ -1,7 +1,6 @@
/* Test sem_wait cancellation for uncontended case.
Copyright (C) 2003-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
- Contributed by Ulrich Drepper <drepper@redhat.com>, 2003.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
diff --git a/sysdeps/pthread/tst-cancel13.c b/sysdeps/pthread/tst-cancel13.c
index a71c47b..480ba6c 100644
--- a/sysdeps/pthread/tst-cancel13.c
+++ b/sysdeps/pthread/tst-cancel13.c
@@ -1,7 +1,6 @@
/* Test sem_wait cancellation for contended case.
Copyright (C) 2003-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
- Contributed by Ulrich Drepper <drepper@redhat.com>, 2003.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
diff --git a/sysdeps/pthread/tst-cancel14.c b/sysdeps/pthread/tst-cancel14.c
index b961ba4..ef8ccf4 100644
--- a/sysdeps/pthread/tst-cancel14.c
+++ b/sysdeps/pthread/tst-cancel14.c
@@ -1,7 +1,6 @@
/* Test sem_timedwait cancellation for uncontended case.
Copyright (C) 2003-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
- Contributed by Ulrich Drepper <drepper@redhat.com>, 2003.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
diff --git a/sysdeps/pthread/tst-cancel15.c b/sysdeps/pthread/tst-cancel15.c
index d7c6b10..d50803c 100644
--- a/sysdeps/pthread/tst-cancel15.c
+++ b/sysdeps/pthread/tst-cancel15.c
@@ -1,7 +1,6 @@
/* Test sem_timedwait cancellation for contended case.
Copyright (C) 2003-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
- Contributed by Ulrich Drepper <drepper@redhat.com>, 2003.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
diff --git a/sysdeps/pthread/tst-cancel16.c b/sysdeps/pthread/tst-cancel16.c
index 12e5799..2ab3e95 100644
--- a/sysdeps/pthread/tst-cancel16.c
+++ b/sysdeps/pthread/tst-cancel16.c
@@ -1,6 +1,5 @@
/* Copyright (C) 2003-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
- Contributed by Ulrich Drepper <drepper@redhat.com>, 2003.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
diff --git a/sysdeps/pthread/tst-cancel18.c b/sysdeps/pthread/tst-cancel18.c
index 9124131..475e5da 100644
--- a/sysdeps/pthread/tst-cancel18.c
+++ b/sysdeps/pthread/tst-cancel18.c
@@ -1,6 +1,5 @@
/* Copyright (C) 2003-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
- Contributed by Ulrich Drepper <drepper@redhat.com>, 2003.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
diff --git a/sysdeps/pthread/tst-cancel19.c b/sysdeps/pthread/tst-cancel19.c
index 8bc3d7a..6b9233a 100644
--- a/sysdeps/pthread/tst-cancel19.c
+++ b/sysdeps/pthread/tst-cancel19.c
@@ -1,6 +1,5 @@
/* Copyright (C) 2003-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
- Contributed by Jakub Jelinek <jakub@redhat.com>, 2003.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
diff --git a/sysdeps/pthread/tst-cancel2.c b/sysdeps/pthread/tst-cancel2.c
index 7f49848..785e17c 100644
--- a/sysdeps/pthread/tst-cancel2.c
+++ b/sysdeps/pthread/tst-cancel2.c
@@ -1,6 +1,5 @@
/* Copyright (C) 2002-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
- Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
diff --git a/sysdeps/pthread/tst-cancel20.c b/sysdeps/pthread/tst-cancel20.c
index 194726a..80af559 100644
--- a/sysdeps/pthread/tst-cancel20.c
+++ b/sysdeps/pthread/tst-cancel20.c
@@ -1,6 +1,5 @@
/* Copyright (C) 2003-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
- Contributed by Jakub Jelinek <jakub@redhat.com>, 2003.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
diff --git a/sysdeps/pthread/tst-cancel21.c b/sysdeps/pthread/tst-cancel21.c
index 2fe2480..95e3b8a 100644
--- a/sysdeps/pthread/tst-cancel21.c
+++ b/sysdeps/pthread/tst-cancel21.c
@@ -1,6 +1,5 @@
/* Copyright (C) 2003-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
- Contributed by Jakub Jelinek <jakub@redhat.com>, 2003.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
diff --git a/sysdeps/pthread/tst-cancel22.c b/sysdeps/pthread/tst-cancel22.c
index 3fdd49f..28865de 100644
--- a/sysdeps/pthread/tst-cancel22.c
+++ b/sysdeps/pthread/tst-cancel22.c
@@ -1,6 +1,5 @@
/* Copyright (C) 2003-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
- Contributed by Jakub Jelinek <jakub@redhat.com>, 2003.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
diff --git a/sysdeps/pthread/tst-cancel3.c b/sysdeps/pthread/tst-cancel3.c
index 305f3ef..10de9e6 100644
--- a/sysdeps/pthread/tst-cancel3.c
+++ b/sysdeps/pthread/tst-cancel3.c
@@ -1,6 +1,5 @@
/* Copyright (C) 2002-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
- Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
diff --git a/sysdeps/pthread/tst-cancel4.c b/sysdeps/pthread/tst-cancel4.c
index e40f80b..34b0833 100644
--- a/sysdeps/pthread/tst-cancel4.c
+++ b/sysdeps/pthread/tst-cancel4.c
@@ -1,6 +1,5 @@
/* Copyright (C) 2002-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
- Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
diff --git a/sysdeps/pthread/tst-cancel6.c b/sysdeps/pthread/tst-cancel6.c
index b8e6636..9ecd67e 100644
--- a/sysdeps/pthread/tst-cancel6.c
+++ b/sysdeps/pthread/tst-cancel6.c
@@ -1,6 +1,5 @@
/* Copyright (C) 2002-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
- Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
diff --git a/sysdeps/pthread/tst-cancel8.c b/sysdeps/pthread/tst-cancel8.c
index c5cacfc..bf4e261 100644
--- a/sysdeps/pthread/tst-cancel8.c
+++ b/sysdeps/pthread/tst-cancel8.c
@@ -1,6 +1,5 @@
/* Copyright (C) 2003-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
- Contributed by Ulrich Drepper <drepper@redhat.com>, 2003.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
diff --git a/sysdeps/pthread/tst-cancel9.c b/sysdeps/pthread/tst-cancel9.c
index 91daba0..b5136d8 100644
--- a/sysdeps/pthread/tst-cancel9.c
+++ b/sysdeps/pthread/tst-cancel9.c
@@ -1,6 +1,5 @@
/* Copyright (C) 2003-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
- Contributed by Ulrich Drepper <drepper@redhat.com>, 2003.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
diff --git a/sysdeps/pthread/tst-cleanup0.c b/sysdeps/pthread/tst-cleanup0.c
index 542e87b..1d3a9c7 100644
--- a/sysdeps/pthread/tst-cleanup0.c
+++ b/sysdeps/pthread/tst-cleanup0.c
@@ -1,6 +1,5 @@
/* Copyright (C) 2002-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
- Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
diff --git a/sysdeps/pthread/tst-cleanup1.c b/sysdeps/pthread/tst-cleanup1.c
index 4afad4b..385ab69 100644
--- a/sysdeps/pthread/tst-cleanup1.c
+++ b/sysdeps/pthread/tst-cleanup1.c
@@ -1,6 +1,5 @@
/* Copyright (C) 2002-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
- Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
diff --git a/sysdeps/pthread/tst-cleanup2.c b/sysdeps/pthread/tst-cleanup2.c
index f2f4503..476091e 100644
--- a/sysdeps/pthread/tst-cleanup2.c
+++ b/sysdeps/pthread/tst-cleanup2.c
@@ -1,6 +1,5 @@
/* Copyright (C) 2003-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
- Contributed by Bao Duong <bduong@progress.com>, 2003.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
diff --git a/sysdeps/pthread/tst-cleanup3.c b/sysdeps/pthread/tst-cleanup3.c
index e7ccbf7..834b1a1 100644
--- a/sysdeps/pthread/tst-cleanup3.c
+++ b/sysdeps/pthread/tst-cleanup3.c
@@ -1,6 +1,5 @@
/* Copyright (C) 2003-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
- Contributed by Ulrich Drepper <drepper@redhat.com>, 2003.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
diff --git a/sysdeps/pthread/tst-clock1.c b/sysdeps/pthread/tst-clock1.c
index e176116..3034680 100644
--- a/sysdeps/pthread/tst-clock1.c
+++ b/sysdeps/pthread/tst-clock1.c
@@ -1,6 +1,5 @@
/* Copyright (C) 2003-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
- Contributed by Ulrich Drepper <drepper@redhat.com>, 2003.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
diff --git a/sysdeps/pthread/tst-cond1.c b/sysdeps/pthread/tst-cond1.c
index f65c9d9..00c93df 100644
--- a/sysdeps/pthread/tst-cond1.c
+++ b/sysdeps/pthread/tst-cond1.c
@@ -1,6 +1,5 @@
/* Copyright (C) 2002-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
- Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
diff --git a/sysdeps/pthread/tst-cond10.c b/sysdeps/pthread/tst-cond10.c
index 71b4469..5222c06 100644
--- a/sysdeps/pthread/tst-cond10.c
+++ b/sysdeps/pthread/tst-cond10.c
@@ -1,6 +1,5 @@
/* Copyright (C) 2003-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
- Contributed by Ulrich Drepper <drepper@redhat.com>, 2003.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
diff --git a/sysdeps/pthread/tst-cond11.c b/sysdeps/pthread/tst-cond11.c
index 696a9cc..d87a5d8 100644
--- a/sysdeps/pthread/tst-cond11.c
+++ b/sysdeps/pthread/tst-cond11.c
@@ -1,6 +1,5 @@
/* Copyright (C) 2003-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
- Contributed by Ulrich Drepper <drepper@redhat.com>, 2003.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
diff --git a/sysdeps/pthread/tst-cond12.c b/sysdeps/pthread/tst-cond12.c
index 166edf5..3ed5101 100644
--- a/sysdeps/pthread/tst-cond12.c
+++ b/sysdeps/pthread/tst-cond12.c
@@ -1,6 +1,5 @@
/* Copyright (C) 2003-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
- Contributed by Ulrich Drepper <drepper@redhat.com>, 2003.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
diff --git a/sysdeps/pthread/tst-cond14.c b/sysdeps/pthread/tst-cond14.c
index f3d5fe2..d1e2520 100644
--- a/sysdeps/pthread/tst-cond14.c
+++ b/sysdeps/pthread/tst-cond14.c
@@ -1,6 +1,5 @@
/* Copyright (C) 2004-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
- Contributed by Ulrich Drepper <drepper@redhat.com>, 2004.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
diff --git a/sysdeps/pthread/tst-cond15.c b/sysdeps/pthread/tst-cond15.c
index fe549a8..843b356 100644
--- a/sysdeps/pthread/tst-cond15.c
+++ b/sysdeps/pthread/tst-cond15.c
@@ -1,6 +1,5 @@
/* Copyright (C) 2004-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
- Contributed by Ulrich Drepper <drepper@redhat.com>, 2004.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
diff --git a/sysdeps/pthread/tst-cond16.c b/sysdeps/pthread/tst-cond16.c
index 683a062..445c35a 100644
--- a/sysdeps/pthread/tst-cond16.c
+++ b/sysdeps/pthread/tst-cond16.c
@@ -1,6 +1,5 @@
/* Copyright (C) 2004-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
- Contributed by Jakub Jelinek <jakub@redhat.com>, 2004.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
diff --git a/sysdeps/pthread/tst-cond18.c b/sysdeps/pthread/tst-cond18.c
index 4fdd195..3fcaea3 100644
--- a/sysdeps/pthread/tst-cond18.c
+++ b/sysdeps/pthread/tst-cond18.c
@@ -1,6 +1,5 @@
/* Copyright (C) 2004-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
- Contributed by Jakub Jelinek <jakub@redhat.com>, 2004.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
diff --git a/sysdeps/pthread/tst-cond19.c b/sysdeps/pthread/tst-cond19.c
index 95dbd99..6653a5d 100644
--- a/sysdeps/pthread/tst-cond19.c
+++ b/sysdeps/pthread/tst-cond19.c
@@ -1,6 +1,5 @@
/* Copyright (C) 2004-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
- Contributed by Ulrich Drepper <drepper@redhat.com>, 2004.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
diff --git a/sysdeps/pthread/tst-cond2.c b/sysdeps/pthread/tst-cond2.c
index aef73ac..8bab6df 100644
--- a/sysdeps/pthread/tst-cond2.c
+++ b/sysdeps/pthread/tst-cond2.c
@@ -1,6 +1,5 @@
/* Copyright (C) 2002-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
- Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
diff --git a/sysdeps/pthread/tst-cond20.c b/sysdeps/pthread/tst-cond20.c
index e359728..08f4d7d 100644
--- a/sysdeps/pthread/tst-cond20.c
+++ b/sysdeps/pthread/tst-cond20.c
@@ -1,6 +1,5 @@
/* Copyright (C) 2004-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
- Contributed by Jakub Jelinek <jakub@redhat.com>, 2004.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
diff --git a/sysdeps/pthread/tst-cond23.c b/sysdeps/pthread/tst-cond23.c
index 959aab4..d55daf0 100644
--- a/sysdeps/pthread/tst-cond23.c
+++ b/sysdeps/pthread/tst-cond23.c
@@ -1,6 +1,5 @@
/* Copyright (C) 2008-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
- Contributed by Jakub Jelinek <jakub@redhat.com>, 2008.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
diff --git a/sysdeps/pthread/tst-cond3.c b/sysdeps/pthread/tst-cond3.c
index ae7eda1..24e824d 100644
--- a/sysdeps/pthread/tst-cond3.c
+++ b/sysdeps/pthread/tst-cond3.c
@@ -1,6 +1,5 @@
/* Copyright (C) 2002-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
- Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
diff --git a/sysdeps/pthread/tst-cond4.c b/sysdeps/pthread/tst-cond4.c
index e789df2..38fdb8a 100644
--- a/sysdeps/pthread/tst-cond4.c
+++ b/sysdeps/pthread/tst-cond4.c
@@ -1,6 +1,5 @@
/* Copyright (C) 2002-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
- Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
diff --git a/sysdeps/pthread/tst-cond5.c b/sysdeps/pthread/tst-cond5.c
index ab6b48f..16e5793 100644
--- a/sysdeps/pthread/tst-cond5.c
+++ b/sysdeps/pthread/tst-cond5.c
@@ -1,6 +1,5 @@
/* Copyright (C) 2002-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
- Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
diff --git a/sysdeps/pthread/tst-cond6.c b/sysdeps/pthread/tst-cond6.c
index 37723b2..b3e79a7 100644
--- a/sysdeps/pthread/tst-cond6.c
+++ b/sysdeps/pthread/tst-cond6.c
@@ -1,6 +1,5 @@
/* Copyright (C) 2002-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
- Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
diff --git a/sysdeps/pthread/tst-cond7.c b/sysdeps/pthread/tst-cond7.c
index e1d46c5..ead5f30 100644
--- a/sysdeps/pthread/tst-cond7.c
+++ b/sysdeps/pthread/tst-cond7.c
@@ -1,6 +1,5 @@
/* Copyright (C) 2003-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
- Contributed by Jakub Jelinek <jakub@redhat.com>, 2003.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
diff --git a/sysdeps/pthread/tst-cond8.c b/sysdeps/pthread/tst-cond8.c
index 3247455..57e1a27 100644
--- a/sysdeps/pthread/tst-cond8.c
+++ b/sysdeps/pthread/tst-cond8.c
@@ -1,6 +1,5 @@
/* Copyright (C) 2003-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
- Contributed by Ulrich Drepper <drepper@redhat.com>, 2003.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
diff --git a/sysdeps/pthread/tst-cond9.c b/sysdeps/pthread/tst-cond9.c
index 8fd7b7c..e6f4b25 100644
--- a/sysdeps/pthread/tst-cond9.c
+++ b/sysdeps/pthread/tst-cond9.c
@@ -1,6 +1,5 @@
/* Copyright (C) 2003-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
- Contributed by Ulrich Drepper <drepper@redhat.com>, 2003.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
diff --git a/sysdeps/pthread/tst-detach1.c b/sysdeps/pthread/tst-detach1.c
index c7f0c0b..117f290 100644
--- a/sysdeps/pthread/tst-detach1.c
+++ b/sysdeps/pthread/tst-detach1.c
@@ -1,6 +1,5 @@
/* Copyright (C) 2003-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
- Contributed by Ulrich Drepper <drepper@redhat.com>, 2003.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
diff --git a/sysdeps/pthread/tst-eintr2.c b/sysdeps/pthread/tst-eintr2.c
index d987f69..fceb1d4 100644
--- a/sysdeps/pthread/tst-eintr2.c
+++ b/sysdeps/pthread/tst-eintr2.c
@@ -1,6 +1,5 @@
/* Copyright (C) 2003-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
- Contributed by Ulrich Drepper <drepper@redhat.com>, 2003.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
diff --git a/sysdeps/pthread/tst-eintr3.c b/sysdeps/pthread/tst-eintr3.c
index 0244a46..2008a1f 100644
--- a/sysdeps/pthread/tst-eintr3.c
+++ b/sysdeps/pthread/tst-eintr3.c
@@ -1,6 +1,5 @@
/* Copyright (C) 2003-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
- Contributed by Ulrich Drepper <drepper@redhat.com>, 2003.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
diff --git a/sysdeps/pthread/tst-eintr4.c b/sysdeps/pthread/tst-eintr4.c
index efcbd59..c2f49f4 100644
--- a/sysdeps/pthread/tst-eintr4.c
+++ b/sysdeps/pthread/tst-eintr4.c
@@ -1,6 +1,5 @@
/* Copyright (C) 2003-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
- Contributed by Ulrich Drepper <drepper@redhat.com>, 2003.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
diff --git a/sysdeps/pthread/tst-eintr5.c b/sysdeps/pthread/tst-eintr5.c
index 9d363cb..62a9550 100644
--- a/sysdeps/pthread/tst-eintr5.c
+++ b/sysdeps/pthread/tst-eintr5.c
@@ -1,6 +1,5 @@
/* Copyright (C) 2003-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
- Contributed by Ulrich Drepper <drepper@redhat.com>, 2003.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
diff --git a/sysdeps/pthread/tst-exec1.c b/sysdeps/pthread/tst-exec1.c
index 447fb6e..5d26024 100644
--- a/sysdeps/pthread/tst-exec1.c
+++ b/sysdeps/pthread/tst-exec1.c
@@ -1,7 +1,6 @@
/* Simple exec test, only a thread in the parent.
Copyright (C) 2002-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
- Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
diff --git a/sysdeps/pthread/tst-exec2.c b/sysdeps/pthread/tst-exec2.c
index e918561..152d4e3 100644
--- a/sysdeps/pthread/tst-exec2.c
+++ b/sysdeps/pthread/tst-exec2.c
@@ -1,7 +1,6 @@
/* Thread with running thread calls exec.
Copyright (C) 2002-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
- Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
diff --git a/sysdeps/pthread/tst-exec3.c b/sysdeps/pthread/tst-exec3.c
index db6f5e1..6823246 100644
--- a/sysdeps/pthread/tst-exec3.c
+++ b/sysdeps/pthread/tst-exec3.c
@@ -1,7 +1,6 @@
/* Thread calls exec.
Copyright (C) 2002-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
- Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
diff --git a/sysdeps/pthread/tst-exit1.c b/sysdeps/pthread/tst-exit1.c
index 3304b78..f70cfd9 100644
--- a/sysdeps/pthread/tst-exit1.c
+++ b/sysdeps/pthread/tst-exit1.c
@@ -1,6 +1,5 @@
/* Copyright (C) 2002-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
- Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
diff --git a/sysdeps/pthread/tst-fini1.c b/sysdeps/pthread/tst-fini1.c
index 7d8519d..7390d68 100644
--- a/sysdeps/pthread/tst-fini1.c
+++ b/sysdeps/pthread/tst-fini1.c
@@ -1,6 +1,5 @@
/* Copyright (C) 2004-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
- Contributed by Ulrich Drepper <drepper@redhat.com>, 2004.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
diff --git a/sysdeps/pthread/tst-fini1mod.c b/sysdeps/pthread/tst-fini1mod.c
index cc6b9ee..8655631 100644
--- a/sysdeps/pthread/tst-fini1mod.c
+++ b/sysdeps/pthread/tst-fini1mod.c
@@ -1,6 +1,5 @@
/* Copyright (C) 2004-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
- Contributed by Ulrich Drepper <drepper@redhat.com>, 2004.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
diff --git a/sysdeps/pthread/tst-flock1.c b/sysdeps/pthread/tst-flock1.c
index aebf9e4..58c3111 100644
--- a/sysdeps/pthread/tst-flock1.c
+++ b/sysdeps/pthread/tst-flock1.c
@@ -1,6 +1,5 @@
/* Copyright (C) 2002-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
- Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
diff --git a/sysdeps/pthread/tst-flock2.c b/sysdeps/pthread/tst-flock2.c
index 0b49837..ac90387 100644
--- a/sysdeps/pthread/tst-flock2.c
+++ b/sysdeps/pthread/tst-flock2.c
@@ -1,6 +1,5 @@
/* Copyright (C) 2002-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
- Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
diff --git a/sysdeps/pthread/tst-fork1.c b/sysdeps/pthread/tst-fork1.c
index 072ec12..dc2103a 100644
--- a/sysdeps/pthread/tst-fork1.c
+++ b/sysdeps/pthread/tst-fork1.c
@@ -1,6 +1,5 @@
/* Copyright (C) 2002-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
- Contributed by Roland McGrath <roland@redhat.com>, 2002.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
diff --git a/sysdeps/pthread/tst-fork2.c b/sysdeps/pthread/tst-fork2.c
index 5b71e48..c446837 100644
--- a/sysdeps/pthread/tst-fork2.c
+++ b/sysdeps/pthread/tst-fork2.c
@@ -1,6 +1,5 @@
/* Copyright (C) 2002-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
- Contributed by Roland McGrath <roland@redhat.com>, 2002.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
diff --git a/sysdeps/pthread/tst-fork3.c b/sysdeps/pthread/tst-fork3.c
index 8df993a..5bd73ea 100644
--- a/sysdeps/pthread/tst-fork3.c
+++ b/sysdeps/pthread/tst-fork3.c
@@ -1,6 +1,5 @@
/* Copyright (C) 2002-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
- Contributed by Roland McGrath <roland@redhat.com>, 2002.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
diff --git a/sysdeps/pthread/tst-join1.c b/sysdeps/pthread/tst-join1.c
index 4e7bef9..76a68df 100644
--- a/sysdeps/pthread/tst-join1.c
+++ b/sysdeps/pthread/tst-join1.c
@@ -1,6 +1,5 @@
/* Copyright (C) 2002-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
- Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
diff --git a/sysdeps/pthread/tst-join2.c b/sysdeps/pthread/tst-join2.c
index 5b5493e..314126f 100644
--- a/sysdeps/pthread/tst-join2.c
+++ b/sysdeps/pthread/tst-join2.c
@@ -1,6 +1,5 @@
/* Copyright (C) 2002-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
- Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
diff --git a/sysdeps/pthread/tst-join3.c b/sysdeps/pthread/tst-join3.c
index 0bf78f6..d489dcf 100644
--- a/sysdeps/pthread/tst-join3.c
+++ b/sysdeps/pthread/tst-join3.c
@@ -1,6 +1,5 @@
/* Copyright (C) 2002-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
- Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
diff --git a/sysdeps/pthread/tst-join4.c b/sysdeps/pthread/tst-join4.c
index 87ab4dc..6d5c672 100644
--- a/sysdeps/pthread/tst-join4.c
+++ b/sysdeps/pthread/tst-join4.c
@@ -1,6 +1,5 @@
/* Copyright (C) 2003-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
- Contributed by Ulrich Drepper <drepper@redhat.com>, 2003.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
diff --git a/sysdeps/pthread/tst-join5.c b/sysdeps/pthread/tst-join5.c
index e3d298a..e0430e3 100644
--- a/sysdeps/pthread/tst-join5.c
+++ b/sysdeps/pthread/tst-join5.c
@@ -1,6 +1,5 @@
/* Copyright (C) 2003-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
- Contributed by Ulrich Drepper <drepper@redhat.com>, 2003.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
diff --git a/sysdeps/pthread/tst-key1.c b/sysdeps/pthread/tst-key1.c
index b68c7f5..8ecc5ff 100644
--- a/sysdeps/pthread/tst-key1.c
+++ b/sysdeps/pthread/tst-key1.c
@@ -1,6 +1,5 @@
/* Copyright (C) 2002-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
- Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
diff --git a/sysdeps/pthread/tst-key2.c b/sysdeps/pthread/tst-key2.c
index 28ba547..d583fac 100644
--- a/sysdeps/pthread/tst-key2.c
+++ b/sysdeps/pthread/tst-key2.c
@@ -1,6 +1,5 @@
/* Copyright (C) 2002-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
- Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
diff --git a/sysdeps/pthread/tst-key3.c b/sysdeps/pthread/tst-key3.c
index b6cc8c4..2a6906c 100644
--- a/sysdeps/pthread/tst-key3.c
+++ b/sysdeps/pthread/tst-key3.c
@@ -1,6 +1,5 @@
/* Copyright (C) 2002-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
- Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
diff --git a/sysdeps/pthread/tst-key4.c b/sysdeps/pthread/tst-key4.c
index 3ab2d5a..16e48ec 100644
--- a/sysdeps/pthread/tst-key4.c
+++ b/sysdeps/pthread/tst-key4.c
@@ -1,6 +1,5 @@
/* Copyright (C) 2003-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
- Contributed by Ulrich Drepper <drepper@redhat.com>, 2003.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
diff --git a/sysdeps/pthread/tst-kill1.c b/sysdeps/pthread/tst-kill1.c
index 81c6698..71e59dd 100644
--- a/sysdeps/pthread/tst-kill1.c
+++ b/sysdeps/pthread/tst-kill1.c
@@ -1,6 +1,5 @@
/* Copyright (C) 2003-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
- Contributed by Ulrich Drepper <drepper@redhat.com>, 2003.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
diff --git a/sysdeps/pthread/tst-kill2.c b/sysdeps/pthread/tst-kill2.c
index 999e547..63c83e6 100644
--- a/sysdeps/pthread/tst-kill2.c
+++ b/sysdeps/pthread/tst-kill2.c
@@ -1,6 +1,5 @@
/* Copyright (C) 2003-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
- Contributed by Ulrich Drepper <drepper@redhat.com>, 2003.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
diff --git a/sysdeps/pthread/tst-kill3.c b/sysdeps/pthread/tst-kill3.c
index ef3815a..be07336 100644
--- a/sysdeps/pthread/tst-kill3.c
+++ b/sysdeps/pthread/tst-kill3.c
@@ -1,6 +1,5 @@
/* Copyright (C) 2003-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
- Contributed by Ulrich Drepper <drepper@redhat.com>, 2003.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
diff --git a/sysdeps/pthread/tst-kill4.c b/sysdeps/pthread/tst-kill4.c
index 9563939..222ceb7 100644
--- a/sysdeps/pthread/tst-kill4.c
+++ b/sysdeps/pthread/tst-kill4.c
@@ -1,6 +1,5 @@
/* Copyright (C) 2003-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
- Contributed by Ulrich Drepper <drepper@redhat.com>, 2003.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
diff --git a/sysdeps/pthread/tst-kill5.c b/sysdeps/pthread/tst-kill5.c
index 3e290fe..f70c014 100644
--- a/sysdeps/pthread/tst-kill5.c
+++ b/sysdeps/pthread/tst-kill5.c
@@ -1,6 +1,5 @@
/* Copyright (C) 2003-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
- Contributed by Ulrich Drepper <drepper@redhat.com>, 2003.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
diff --git a/sysdeps/pthread/tst-kill6.c b/sysdeps/pthread/tst-kill6.c
index 0671e1e..c02d723 100644
--- a/sysdeps/pthread/tst-kill6.c
+++ b/sysdeps/pthread/tst-kill6.c
@@ -1,6 +1,5 @@
/* Copyright (C) 2003-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
- Contributed by Ulrich Drepper <drepper@redhat.com>, 2003.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
diff --git a/sysdeps/pthread/tst-mutex1.c b/sysdeps/pthread/tst-mutex1.c
index 781cf68..2390839 100644
--- a/sysdeps/pthread/tst-mutex1.c
+++ b/sysdeps/pthread/tst-mutex1.c
@@ -1,6 +1,5 @@
/* Copyright (C) 2002-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
- Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
diff --git a/sysdeps/pthread/tst-mutex2.c b/sysdeps/pthread/tst-mutex2.c
index af8a4bb..8d885a9 100644
--- a/sysdeps/pthread/tst-mutex2.c
+++ b/sysdeps/pthread/tst-mutex2.c
@@ -1,6 +1,5 @@
/* Copyright (C) 2002-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
- Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
diff --git a/sysdeps/pthread/tst-mutex3.c b/sysdeps/pthread/tst-mutex3.c
index 6d0240c..675d91b 100644
--- a/sysdeps/pthread/tst-mutex3.c
+++ b/sysdeps/pthread/tst-mutex3.c
@@ -1,6 +1,5 @@
/* Copyright (C) 2002-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
- Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
diff --git a/sysdeps/pthread/tst-mutex4.c b/sysdeps/pthread/tst-mutex4.c
index 31820cf..1f7ad8b 100644
--- a/sysdeps/pthread/tst-mutex4.c
+++ b/sysdeps/pthread/tst-mutex4.c
@@ -1,6 +1,5 @@
/* Copyright (C) 2002-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
- Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
diff --git a/sysdeps/pthread/tst-mutex5.c b/sysdeps/pthread/tst-mutex5.c
index 7dc5331..b2a06b3 100644
--- a/sysdeps/pthread/tst-mutex5.c
+++ b/sysdeps/pthread/tst-mutex5.c
@@ -1,6 +1,5 @@
/* Copyright (C) 2002-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
- Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
diff --git a/sysdeps/pthread/tst-mutex6.c b/sysdeps/pthread/tst-mutex6.c
index be804dd..6912125 100644
--- a/sysdeps/pthread/tst-mutex6.c
+++ b/sysdeps/pthread/tst-mutex6.c
@@ -1,6 +1,5 @@
/* Copyright (C) 2002-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
- Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
diff --git a/sysdeps/pthread/tst-mutex7.c b/sysdeps/pthread/tst-mutex7.c
index 0e585a0..79c152a 100644
--- a/sysdeps/pthread/tst-mutex7.c
+++ b/sysdeps/pthread/tst-mutex7.c
@@ -1,6 +1,5 @@
/* Copyright (C) 2002-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
- Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
diff --git a/sysdeps/pthread/tst-mutex9.c b/sysdeps/pthread/tst-mutex9.c
index 58c3a1a..63bac69 100644
--- a/sysdeps/pthread/tst-mutex9.c
+++ b/sysdeps/pthread/tst-mutex9.c
@@ -1,6 +1,5 @@
/* Copyright (C) 2003-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
- Contributed by Ulrich Drepper <drepper@redhat.com>, 2003.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
diff --git a/sysdeps/pthread/tst-once1.c b/sysdeps/pthread/tst-once1.c
index 5f5f43c..97c3e2a 100644
--- a/sysdeps/pthread/tst-once1.c
+++ b/sysdeps/pthread/tst-once1.c
@@ -1,6 +1,5 @@
/* Copyright (C) 2002-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
- Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
diff --git a/sysdeps/pthread/tst-once2.c b/sysdeps/pthread/tst-once2.c
index eb4d585..d8a1d90 100644
--- a/sysdeps/pthread/tst-once2.c
+++ b/sysdeps/pthread/tst-once2.c
@@ -1,6 +1,5 @@
/* Copyright (C) 2002-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
- Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
diff --git a/sysdeps/pthread/tst-once3.c b/sysdeps/pthread/tst-once3.c
index 4e7fd62..dadefb9 100644
--- a/sysdeps/pthread/tst-once3.c
+++ b/sysdeps/pthread/tst-once3.c
@@ -1,6 +1,5 @@
/* Copyright (C) 2002-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
- Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
diff --git a/sysdeps/pthread/tst-once4.c b/sysdeps/pthread/tst-once4.c
index 644c9b0..a71b891 100644
--- a/sysdeps/pthread/tst-once4.c
+++ b/sysdeps/pthread/tst-once4.c
@@ -1,6 +1,5 @@
/* Copyright (C) 2003-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
- Contributed by Ulrich Drepper <drepper@redhat.com>, 2003.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
diff --git a/sysdeps/pthread/tst-pt-align.c b/sysdeps/pthread/tst-pt-align.c
index 464890c..4974736 100644
--- a/sysdeps/pthread/tst-pt-align.c
+++ b/sysdeps/pthread/tst-pt-align.c
@@ -1,6 +1,5 @@
/* Copyright (C) 2003-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
- Contributed by Ulrich Drepper <drepper@redhat.com>, 2003.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
diff --git a/sysdeps/pthread/tst-pt-align3.c b/sysdeps/pthread/tst-pt-align3.c
index 0f3eaf8..690cb91 100644
--- a/sysdeps/pthread/tst-pt-align3.c
+++ b/sysdeps/pthread/tst-pt-align3.c
@@ -1,6 +1,5 @@
/* Copyright (C) 2005-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
- Contributed by Jakub Jelinek <jakub@redhat.com>, 2005.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
diff --git a/sysdeps/pthread/tst-pt-popen1.c b/sysdeps/pthread/tst-pt-popen1.c
index 7e13dff..57a243d 100644
--- a/sysdeps/pthread/tst-pt-popen1.c
+++ b/sysdeps/pthread/tst-pt-popen1.c
@@ -1,6 +1,5 @@
/* Copyright (C) 2003-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
- Contributed by Jakub Jelinek <jakub@redhat.com>, 2003.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
diff --git a/sysdeps/pthread/tst-pt-sysconf.c b/sysdeps/pthread/tst-pt-sysconf.c
index 461138f..8f6962c 100644
--- a/sysdeps/pthread/tst-pt-sysconf.c
+++ b/sysdeps/pthread/tst-pt-sysconf.c
@@ -1,6 +1,5 @@
/* Copyright (C) 2002-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
- Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
diff --git a/sysdeps/pthread/tst-pt-tls1.c b/sysdeps/pthread/tst-pt-tls1.c
index d5f60a5..0299f91 100644
--- a/sysdeps/pthread/tst-pt-tls1.c
+++ b/sysdeps/pthread/tst-pt-tls1.c
@@ -1,6 +1,5 @@
/* Copyright (C) 2003-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
- Contributed by Ulrich Drepper <drepper@redhat.com>, 2003.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
diff --git a/sysdeps/pthread/tst-pt-tls2.c b/sysdeps/pthread/tst-pt-tls2.c
index 178900d..66cbf7d 100644
--- a/sysdeps/pthread/tst-pt-tls2.c
+++ b/sysdeps/pthread/tst-pt-tls2.c
@@ -1,6 +1,5 @@
/* Copyright (C) 2003-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
- Contributed by Ulrich Drepper <drepper@redhat.com>, 2003.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
diff --git a/sysdeps/pthread/tst-pt-tls4.c b/sysdeps/pthread/tst-pt-tls4.c
index 249591a..68b9a77 100644
--- a/sysdeps/pthread/tst-pt-tls4.c
+++ b/sysdeps/pthread/tst-pt-tls4.c
@@ -1,6 +1,5 @@
/* Copyright (C) 2003-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
- Contributed by Jakub Jelinek <jakub@redhat.com>, 2003.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
diff --git a/sysdeps/pthread/tst-raise1.c b/sysdeps/pthread/tst-raise1.c
index b73720d..b6cc745 100644
--- a/sysdeps/pthread/tst-raise1.c
+++ b/sysdeps/pthread/tst-raise1.c
@@ -1,6 +1,5 @@
/* Copyright (C) 2003-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
- Contributed by Jakub Jelinek <jakub@redhat.com>, 2003.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
diff --git a/sysdeps/pthread/tst-robust1.c b/sysdeps/pthread/tst-robust1.c
index 4e1943d..db6aed3 100644
--- a/sysdeps/pthread/tst-robust1.c
+++ b/sysdeps/pthread/tst-robust1.c
@@ -1,6 +1,5 @@
/* Copyright (C) 2005-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
- Contributed by Ulrich Drepper <drepper@redhat.com>, 2005.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
diff --git a/sysdeps/pthread/tst-robust7.c b/sysdeps/pthread/tst-robust7.c
index 3ea7deb..b88fee1 100644
--- a/sysdeps/pthread/tst-robust7.c
+++ b/sysdeps/pthread/tst-robust7.c
@@ -1,6 +1,5 @@
/* Copyright (C) 2005-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
- Contributed by Ulrich Drepper <drepper@redhat.com>, 2005.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
diff --git a/sysdeps/pthread/tst-rwlock1.c b/sysdeps/pthread/tst-rwlock1.c
index 5830346..1e9aee6 100644
--- a/sysdeps/pthread/tst-rwlock1.c
+++ b/sysdeps/pthread/tst-rwlock1.c
@@ -1,6 +1,5 @@
/* Copyright (C) 2002-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
- Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
diff --git a/sysdeps/pthread/tst-rwlock12.c b/sysdeps/pthread/tst-rwlock12.c
index c986e5f..0f5d740 100644
--- a/sysdeps/pthread/tst-rwlock12.c
+++ b/sysdeps/pthread/tst-rwlock12.c
@@ -1,6 +1,5 @@
/* Copyright (C) 2002-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
- Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
diff --git a/sysdeps/pthread/tst-rwlock14.c b/sysdeps/pthread/tst-rwlock14.c
index aa1d02a..6842ca8 100644
--- a/sysdeps/pthread/tst-rwlock14.c
+++ b/sysdeps/pthread/tst-rwlock14.c
@@ -1,6 +1,5 @@
/* Copyright (C) 2004-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
- Contributed by Ulrich Drepper <drepper@redhat.com>, 2004.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
diff --git a/sysdeps/pthread/tst-rwlock4.c b/sysdeps/pthread/tst-rwlock4.c
index 10cad9f..60ca3a8 100644
--- a/sysdeps/pthread/tst-rwlock4.c
+++ b/sysdeps/pthread/tst-rwlock4.c
@@ -1,6 +1,5 @@
/* Copyright (C) 2002-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
- Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
diff --git a/sysdeps/pthread/tst-rwlock5.c b/sysdeps/pthread/tst-rwlock5.c
index 32be7d9..7acc8b4 100644
--- a/sysdeps/pthread/tst-rwlock5.c
+++ b/sysdeps/pthread/tst-rwlock5.c
@@ -1,6 +1,5 @@
/* Copyright (C) 2002-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
- Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
diff --git a/sysdeps/pthread/tst-sem1.c b/sysdeps/pthread/tst-sem1.c
index 03e8749..d1479b9 100644
--- a/sysdeps/pthread/tst-sem1.c
+++ b/sysdeps/pthread/tst-sem1.c
@@ -1,6 +1,5 @@
/* Copyright (C) 2002-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
- Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
diff --git a/sysdeps/pthread/tst-sem10.c b/sysdeps/pthread/tst-sem10.c
index 7f97d01..15a5187 100644
--- a/sysdeps/pthread/tst-sem10.c
+++ b/sysdeps/pthread/tst-sem10.c
@@ -1,6 +1,5 @@
/* Copyright (C) 2007-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
- Contributed by Jakub Jelinek <jakub@redhat.com>, 2007.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
diff --git a/sysdeps/pthread/tst-sem2.c b/sysdeps/pthread/tst-sem2.c
index 2cfafa9..56b272e 100644
--- a/sysdeps/pthread/tst-sem2.c
+++ b/sysdeps/pthread/tst-sem2.c
@@ -1,6 +1,5 @@
/* Copyright (C) 2002-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
- Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
diff --git a/sysdeps/pthread/tst-sem3.c b/sysdeps/pthread/tst-sem3.c
index c3c3a37..cd1f562 100644
--- a/sysdeps/pthread/tst-sem3.c
+++ b/sysdeps/pthread/tst-sem3.c
@@ -1,6 +1,5 @@
/* Copyright (C) 2002-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
- Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
diff --git a/sysdeps/pthread/tst-sem4.c b/sysdeps/pthread/tst-sem4.c
index 257fa7a..397b24f 100644
--- a/sysdeps/pthread/tst-sem4.c
+++ b/sysdeps/pthread/tst-sem4.c
@@ -1,6 +1,5 @@
/* Copyright (C) 2002-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
- Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
diff --git a/sysdeps/pthread/tst-sem5.c b/sysdeps/pthread/tst-sem5.c
index c79ec34..0a56395 100644
--- a/sysdeps/pthread/tst-sem5.c
+++ b/sysdeps/pthread/tst-sem5.c
@@ -1,6 +1,5 @@
/* Copyright (C) 2002-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
- Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
diff --git a/sysdeps/pthread/tst-sem6.c b/sysdeps/pthread/tst-sem6.c
index 054af88..3b78554 100644
--- a/sysdeps/pthread/tst-sem6.c
+++ b/sysdeps/pthread/tst-sem6.c
@@ -1,6 +1,5 @@
/* Copyright (C) 2003-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
- Contributed by Ulrich Drepper <drepper@redhat.com>, 2003.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
diff --git a/sysdeps/pthread/tst-sem7.c b/sysdeps/pthread/tst-sem7.c
index 00cedb9..88d8cc8 100644
--- a/sysdeps/pthread/tst-sem7.c
+++ b/sysdeps/pthread/tst-sem7.c
@@ -1,6 +1,5 @@
/* Copyright (C) 2003-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
- Contributed by Ulrich Drepper <drepper@redhat.com>, 2003.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
diff --git a/sysdeps/pthread/tst-sem8.c b/sysdeps/pthread/tst-sem8.c
index c5cb5c3..77d38a6 100644
--- a/sysdeps/pthread/tst-sem8.c
+++ b/sysdeps/pthread/tst-sem8.c
@@ -1,6 +1,5 @@
/* Copyright (C) 2003-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
- Contributed by Ulrich Drepper <drepper@redhat.com>, 2003.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
diff --git a/sysdeps/pthread/tst-sem9.c b/sysdeps/pthread/tst-sem9.c
index 3903faf..705a0ef 100644
--- a/sysdeps/pthread/tst-sem9.c
+++ b/sysdeps/pthread/tst-sem9.c
@@ -1,6 +1,5 @@
/* Copyright (C) 2003-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
- Contributed by Ulrich Drepper <drepper@redhat.com>, 2003.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
diff --git a/sysdeps/pthread/tst-signal1.c b/sysdeps/pthread/tst-signal1.c
index b1f02f9..b1bcd26 100644
--- a/sysdeps/pthread/tst-signal1.c
+++ b/sysdeps/pthread/tst-signal1.c
@@ -1,6 +1,5 @@
/* Copyright (C) 2002-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
- Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
diff --git a/sysdeps/pthread/tst-signal2.c b/sysdeps/pthread/tst-signal2.c
index 7689435..92764ef 100644
--- a/sysdeps/pthread/tst-signal2.c
+++ b/sysdeps/pthread/tst-signal2.c
@@ -1,6 +1,5 @@
/* Copyright (C) 2002-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
- Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
diff --git a/sysdeps/pthread/tst-signal4.c b/sysdeps/pthread/tst-signal4.c
index 5537e26..3654066 100644
--- a/sysdeps/pthread/tst-signal4.c
+++ b/sysdeps/pthread/tst-signal4.c
@@ -1,6 +1,5 @@
/* Copyright (C) 2003-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
- Contributed by Ulrich Drepper <drepper@redhat.com>, 2003.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
diff --git a/sysdeps/pthread/tst-signal5.c b/sysdeps/pthread/tst-signal5.c
index ce46e02..951c249 100644
--- a/sysdeps/pthread/tst-signal5.c
+++ b/sysdeps/pthread/tst-signal5.c
@@ -1,6 +1,5 @@
/* Copyright (C) 2003-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
- Contributed by Ulrich Drepper <drepper@redhat.com>, 2003.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
diff --git a/sysdeps/pthread/tst-signal6.c b/sysdeps/pthread/tst-signal6.c
index cfd9b91..30da508 100644
--- a/sysdeps/pthread/tst-signal6.c
+++ b/sysdeps/pthread/tst-signal6.c
@@ -1,6 +1,5 @@
/* Copyright (C) 2003-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
- Contributed by Ulrich Drepper <drepper@redhat.com>, 2003.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
diff --git a/sysdeps/pthread/tst-spin1.c b/sysdeps/pthread/tst-spin1.c
index e678c66..58076f2 100644
--- a/sysdeps/pthread/tst-spin1.c
+++ b/sysdeps/pthread/tst-spin1.c
@@ -1,6 +1,5 @@
/* Copyright (C) 2002-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
- Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
diff --git a/sysdeps/pthread/tst-spin2.c b/sysdeps/pthread/tst-spin2.c
index 89a6565..ab3514c 100644
--- a/sysdeps/pthread/tst-spin2.c
+++ b/sysdeps/pthread/tst-spin2.c
@@ -1,6 +1,5 @@
/* Copyright (C) 2002-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
- Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
diff --git a/sysdeps/pthread/tst-spin3.c b/sysdeps/pthread/tst-spin3.c
index e6780ba..8b3a5e9 100644
--- a/sysdeps/pthread/tst-spin3.c
+++ b/sysdeps/pthread/tst-spin3.c
@@ -1,6 +1,5 @@
/* Copyright (C) 2002-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
- Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
diff --git a/sysdeps/pthread/tst-stack1.c b/sysdeps/pthread/tst-stack1.c
index e1c0896..0b8590f 100644
--- a/sysdeps/pthread/tst-stack1.c
+++ b/sysdeps/pthread/tst-stack1.c
@@ -1,6 +1,5 @@
/* Copyright (C) 2002-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
- Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
diff --git a/sysdeps/pthread/tst-stdio1.c b/sysdeps/pthread/tst-stdio1.c
index 80fb59c..b9fcf75 100644
--- a/sysdeps/pthread/tst-stdio1.c
+++ b/sysdeps/pthread/tst-stdio1.c
@@ -1,6 +1,5 @@
/* Copyright (C) 2002-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
- Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
diff --git a/sysdeps/pthread/tst-stdio2.c b/sysdeps/pthread/tst-stdio2.c
index 4565f5a..d7447dc 100644
--- a/sysdeps/pthread/tst-stdio2.c
+++ b/sysdeps/pthread/tst-stdio2.c
@@ -1,6 +1,5 @@
/* Copyright (C) 2002-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
- Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
diff --git a/sysdeps/pthread/tst-timer.c b/sysdeps/pthread/tst-timer.c
index fc93f4b..c59ff7f 100644
--- a/sysdeps/pthread/tst-timer.c
+++ b/sysdeps/pthread/tst-timer.c
@@ -1,7 +1,6 @@
/* Tests for POSIX timer implementation.
Copyright (C) 2000-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
- Contributed by Kaz Kylheku <kaz@ashi.footprints.net>.
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
diff --git a/sysdeps/pthread/tst-tls4moda.c b/sysdeps/pthread/tst-tls4moda.c
index 2d719b7..f01f192 100644
--- a/sysdeps/pthread/tst-tls4moda.c
+++ b/sysdeps/pthread/tst-tls4moda.c
@@ -1,6 +1,5 @@
/* Copyright (C) 2003-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
- Contributed by Jakub Jelinek <jakub@redhat.com>, 2003.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
diff --git a/sysdeps/pthread/tst-tls4modb.c b/sysdeps/pthread/tst-tls4modb.c
index a1f22cf..db533f8 100644
--- a/sysdeps/pthread/tst-tls4modb.c
+++ b/sysdeps/pthread/tst-tls4modb.c
@@ -1,6 +1,5 @@
/* Copyright (C) 2003-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
- Contributed by Jakub Jelinek <jakub@redhat.com>, 2003.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
diff --git a/sysdeps/pthread/tst-tsd1.c b/sysdeps/pthread/tst-tsd1.c
index 37b4aef..d442f14 100644
--- a/sysdeps/pthread/tst-tsd1.c
+++ b/sysdeps/pthread/tst-tsd1.c
@@ -1,6 +1,5 @@
/* Copyright (C) 2002-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
- Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
diff --git a/sysdeps/pthread/tst-tsd2.c b/sysdeps/pthread/tst-tsd2.c
index 6b4ca7c..00f5fb3 100644
--- a/sysdeps/pthread/tst-tsd2.c
+++ b/sysdeps/pthread/tst-tsd2.c
@@ -1,6 +1,5 @@
/* Copyright (C) 2002-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
- Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
diff --git a/sysdeps/pthread/tst-tsd5.c b/sysdeps/pthread/tst-tsd5.c
index e875863..f2a09a4 100644
--- a/sysdeps/pthread/tst-tsd5.c
+++ b/sysdeps/pthread/tst-tsd5.c
@@ -1,6 +1,5 @@
/* Copyright (C) 2004-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
- Contributed by Ulrich Drepper <drepper@redhat.com>, 2004.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
diff --git a/sysdeps/pthread/tst-umask1.c b/sysdeps/pthread/tst-umask1.c
index 98a051e..635a4f9 100644
--- a/sysdeps/pthread/tst-umask1.c
+++ b/sysdeps/pthread/tst-umask1.c
@@ -1,6 +1,5 @@
/* Copyright (C) 2003-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
- Contributed by Ulrich Drepper <drepper@redhat.com>, 2003.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
diff --git a/sysdeps/pthread/tst-unload.c b/sysdeps/pthread/tst-unload.c
index 0dd9cbe..631e0d1 100644
--- a/sysdeps/pthread/tst-unload.c
+++ b/sysdeps/pthread/tst-unload.c
@@ -1,6 +1,5 @@
/* Tests for non-unloading of libpthread.
Copyright (C) 2000-2021 Free Software Foundation, Inc.
- Contributed by Ulrich Drepper <drepper@redhat.com>, 2000.
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