aboutsummaryrefslogtreecommitdiff
path: root/posix
diff options
context:
space:
mode:
Diffstat (limited to 'posix')
-rw-r--r--posix/bug-ga1.c1
-rw-r--r--posix/bug-ga2.c1
-rw-r--r--posix/bug-regex1.c1
-rw-r--r--posix/bug-regex10.c1
-rw-r--r--posix/bug-regex11.c1
-rw-r--r--posix/bug-regex12.c1
-rw-r--r--posix/bug-regex13.c1
-rw-r--r--posix/bug-regex14.c1
-rw-r--r--posix/bug-regex17.c1
-rw-r--r--posix/bug-regex18.c1
-rw-r--r--posix/bug-regex19.c1
-rw-r--r--posix/bug-regex2.c1
-rw-r--r--posix/bug-regex20.c1
-rw-r--r--posix/bug-regex21.c1
-rw-r--r--posix/bug-regex22.c1
-rw-r--r--posix/bug-regex23.c1
-rw-r--r--posix/bug-regex25.c1
-rw-r--r--posix/bug-regex26.c1
-rw-r--r--posix/bug-regex27.c1
-rw-r--r--posix/bug-regex28.c1
-rw-r--r--posix/bug-regex3.c1
-rw-r--r--posix/bug-regex30.c1
-rw-r--r--posix/bug-regex33.c1
-rw-r--r--posix/bug-regex4.c1
-rw-r--r--posix/bug-regex6.c1
-rw-r--r--posix/bug-regex7.c1
-rw-r--r--posix/bug-regex8.c1
-rw-r--r--posix/bug-regex9.c1
-rw-r--r--posix/flexmember.h3
-rw-r--r--posix/register-atfork.c1
-rw-r--r--posix/runptests.c1
-rw-r--r--posix/tar.h1
-rw-r--r--posix/tst-boost.c1
-rw-r--r--posix/tst-chmod.c1
-rw-r--r--posix/tst-dir.c1
-rw-r--r--posix/tst-exec.c1
-rw-r--r--posix/tst-fork.c1
-rw-r--r--posix/tst-gnuglob-skeleton.c1
-rw-r--r--posix/tst-pcre.c1
-rw-r--r--posix/tst-rxspencer.c1
-rw-r--r--posix/tst-spawn.c1
-rw-r--r--posix/tst-truncate.c1
-rw-r--r--posix/tst-truncate64.c1
-rw-r--r--posix/tst-vfork1.c1
-rw-r--r--posix/tst-vfork2.c1
-rw-r--r--posix/tst-vfork3.c1
-rw-r--r--posix/waitid.c1
-rw-r--r--posix/wordexp.c1
48 files changed, 1 insertions, 49 deletions
diff --git a/posix/bug-ga1.c b/posix/bug-ga1.c
index c46ab43..4d86849 100644
--- a/posix/bug-ga1.c
+++ b/posix/bug-ga1.c
@@ -1,4 +1,3 @@
-/* Test case by Anders Carlsson <andersca@gnome.org>. */
#include <sys/types.h>
#include <sys/socket.h>
#include <netdb.h>
diff --git a/posix/bug-ga2.c b/posix/bug-ga2.c
index 712e40d..87e7582 100644
--- a/posix/bug-ga2.c
+++ b/posix/bug-ga2.c
@@ -1,4 +1,3 @@
-/* Test case by Sam Varshavchik <mrsam@courier-mta.com>. */
#include <mcheck.h>
#include <netdb.h>
#include <stdio.h>
diff --git a/posix/bug-regex1.c b/posix/bug-regex1.c
index 4432a90..b8cf97c 100644
--- a/posix/bug-regex1.c
+++ b/posix/bug-regex1.c
@@ -1,4 +1,3 @@
-/* Test case by Jim Meyering <jim@meyering.net>. */
#include <locale.h>
#include <stdio.h>
#include <string.h>
diff --git a/posix/bug-regex10.c b/posix/bug-regex10.c
index f6ddcd7..b7f53e5 100644
--- a/posix/bug-regex10.c
+++ b/posix/bug-regex10.c
@@ -1,7 +1,6 @@
/* Test for re_match with non-zero start.
Copyright (C) 2002-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
- Contributed by Jakub Jelinek <jakub@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/posix/bug-regex11.c b/posix/bug-regex11.c
index 402453e..539f5f2 100644
--- a/posix/bug-regex11.c
+++ b/posix/bug-regex11.c
@@ -1,7 +1,6 @@
/* Regular expression tests.
Copyright (C) 2002-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
- Contributed by Jakub Jelinek <jakub@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/posix/bug-regex12.c b/posix/bug-regex12.c
index ae2ff61..384223e 100644
--- a/posix/bug-regex12.c
+++ b/posix/bug-regex12.c
@@ -1,7 +1,6 @@
/* Regular expression tests.
Copyright (C) 2002-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
- Contributed by Jakub Jelinek <jakub@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/posix/bug-regex13.c b/posix/bug-regex13.c
index 3c66445..11d0436 100644
--- a/posix/bug-regex13.c
+++ b/posix/bug-regex13.c
@@ -1,7 +1,6 @@
/* Regular expression tests.
Copyright (C) 2002-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
- Contributed by Isamu Hasegawa <isamu@yamato.ibm.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/posix/bug-regex14.c b/posix/bug-regex14.c
index 2dfe7c9..b3c1174 100644
--- a/posix/bug-regex14.c
+++ b/posix/bug-regex14.c
@@ -1,7 +1,6 @@
/* Tests re_comp and re_exec.
Copyright (C) 2002-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
- Contributed by Isamu Hasegawa <isamu@yamato.ibm.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/posix/bug-regex17.c b/posix/bug-regex17.c
index 8ae77e6..04aa3f2 100644
--- a/posix/bug-regex17.c
+++ b/posix/bug-regex17.c
@@ -1,7 +1,6 @@
/* German regular expression tests.
Copyright (C) 2002-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
- Contributed by Jakub Jelinek <jakub@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/posix/bug-regex18.c b/posix/bug-regex18.c
index b4fbce9..b3627e1 100644
--- a/posix/bug-regex18.c
+++ b/posix/bug-regex18.c
@@ -1,7 +1,6 @@
/* Turkish regular expression tests.
Copyright (C) 2002-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
- Contributed by Jakub Jelinek <jakub@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/posix/bug-regex19.c b/posix/bug-regex19.c
index b3fee0a..001827c 100644
--- a/posix/bug-regex19.c
+++ b/posix/bug-regex19.c
@@ -1,7 +1,6 @@
/* Regular expression tests.
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/posix/bug-regex2.c b/posix/bug-regex2.c
index a4e2970..975159f 100644
--- a/posix/bug-regex2.c
+++ b/posix/bug-regex2.c
@@ -1,7 +1,6 @@
/* Test for memory handling in regex.
Copyright (C) 2001-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
- Contributed by Ulrich Drepper <drepper@redhat.com>, 2001.
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/posix/bug-regex20.c b/posix/bug-regex20.c
index 4d1ebd1..36d2c95 100644
--- a/posix/bug-regex20.c
+++ b/posix/bug-regex20.c
@@ -1,7 +1,6 @@
/* Test for UTF-8 regular expression optimizations.
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/posix/bug-regex21.c b/posix/bug-regex21.c
index 28b2761..b947832 100644
--- a/posix/bug-regex21.c
+++ b/posix/bug-regex21.c
@@ -1,7 +1,6 @@
/* Test for memory leaks in regcomp.
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/posix/bug-regex22.c b/posix/bug-regex22.c
index 2b33201..d28427d 100644
--- a/posix/bug-regex22.c
+++ b/posix/bug-regex22.c
@@ -1,7 +1,6 @@
/* Test re.translate != NULL.
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/posix/bug-regex23.c b/posix/bug-regex23.c
index 9ace0fd..60b39cc 100644
--- a/posix/bug-regex23.c
+++ b/posix/bug-regex23.c
@@ -1,7 +1,6 @@
/* Test we don't segfault on invalid UTF-8 sequence.
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/posix/bug-regex25.c b/posix/bug-regex25.c
index dd4f082..10d6980 100644
--- a/posix/bug-regex25.c
+++ b/posix/bug-regex25.c
@@ -1,7 +1,6 @@
/* Test re_search in multibyte locale other than UTF-8.
Copyright (C) 2006-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
- Contributed by Jakub Jelinek <jakub@redhat.com>, 2006.
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/posix/bug-regex26.c b/posix/bug-regex26.c
index 16d84d8..84ff76a 100644
--- a/posix/bug-regex26.c
+++ b/posix/bug-regex26.c
@@ -1,7 +1,6 @@
/* Test re_search with dotless i.
Copyright (C) 2006-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
- Contributed by Jakub Jelinek <jakub@redhat.com>, 2006.
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/posix/bug-regex27.c b/posix/bug-regex27.c
index 8405dac..b7e6194 100644
--- a/posix/bug-regex27.c
+++ b/posix/bug-regex27.c
@@ -1,7 +1,6 @@
/* Test REG_NEWLINE.
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/posix/bug-regex28.c b/posix/bug-regex28.c
index 788684c5..f5ad01e 100644
--- a/posix/bug-regex28.c
+++ b/posix/bug-regex28.c
@@ -1,7 +1,6 @@
/* Test RE_HAT_LISTS_NOT_NEWLINE and RE_DOT_NEWLINE.
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/posix/bug-regex3.c b/posix/bug-regex3.c
index 546020c..e0cbce3 100644
--- a/posix/bug-regex3.c
+++ b/posix/bug-regex3.c
@@ -1,7 +1,6 @@
/* Test for case handling in regex.
Copyright (C) 2001-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
- Contributed by Jakub Jelinek <jakub@redhat.com>, 2001.
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/posix/bug-regex30.c b/posix/bug-regex30.c
index 2ee1d5e..53b9113 100644
--- a/posix/bug-regex30.c
+++ b/posix/bug-regex30.c
@@ -1,7 +1,6 @@
/* Russian regular expression tests.
Copyright (C) 2009-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
- Contributed by Paolo Bonzini <pbonzini@redhat.com>, 2009.
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/posix/bug-regex33.c b/posix/bug-regex33.c
index 8656946..1bd9b8b 100644
--- a/posix/bug-regex33.c
+++ b/posix/bug-regex33.c
@@ -1,7 +1,6 @@
/* Test re_search with multi-byte characters in EUC-JP.
Copyright (C) 2012-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
- Contributed by Stanislav Brabec <sbrabec@suse.cz>, 2012.
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/posix/bug-regex4.c b/posix/bug-regex4.c
index 8d5ae11..86901ec 100644
--- a/posix/bug-regex4.c
+++ b/posix/bug-regex4.c
@@ -1,7 +1,6 @@
/* Test for re_search_2.
Copyright (C) 2001-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
- Contributed by Jakub Jelinek <jakub@redhat.com>, 2001.
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/posix/bug-regex6.c b/posix/bug-regex6.c
index 2bdf212..324bd51 100644
--- a/posix/bug-regex6.c
+++ b/posix/bug-regex6.c
@@ -1,7 +1,6 @@
/* Test for regexec.
Copyright (C) 2002-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
- Contributed by Jakub Jelinek <jakub@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/posix/bug-regex7.c b/posix/bug-regex7.c
index 3b6f4f9..05c5a19 100644
--- a/posix/bug-regex7.c
+++ b/posix/bug-regex7.c
@@ -1,7 +1,6 @@
/* Test for regs allocation in re_search and re_match.
Copyright (C) 2002-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
- Contributed by Stepan Kasal <kasal@math.cas.cz>, 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/posix/bug-regex8.c b/posix/bug-regex8.c
index 65a1c08..39f1deb 100644
--- a/posix/bug-regex8.c
+++ b/posix/bug-regex8.c
@@ -1,7 +1,6 @@
/* Test for the STOP parameter of re_match_2 and re_search_2.
Copyright (C) 2002-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
- Contributed by Stepan Kasal <kasal@math.cas.cz>, 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/posix/bug-regex9.c b/posix/bug-regex9.c
index 22162bb..ce7c760 100644
--- a/posix/bug-regex9.c
+++ b/posix/bug-regex9.c
@@ -1,7 +1,6 @@
/* Test for memory handling in regex.
Copyright (C) 2002-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
- Contributed by Ulrich Drepper <drepper@redhat.com>, 2001.
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/posix/flexmember.h b/posix/flexmember.h
index 1b19a2b..0811dea 100644
--- a/posix/flexmember.h
+++ b/posix/flexmember.h
@@ -16,9 +16,8 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <https://www.gnu.org/licenses/>.
+ <https://www.gnu.org/licenses/>. */
- Written by Paul Eggert. */
#include <stddef.h>
diff --git a/posix/register-atfork.c b/posix/register-atfork.c
index 6fd9e4c..1a3cddb 100644
--- a/posix/register-atfork.c
+++ b/posix/register-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/posix/runptests.c b/posix/runptests.c
index a2f3f45..d9b0c4d 100644
--- a/posix/runptests.c
+++ b/posix/runptests.c
@@ -1,7 +1,6 @@
/* POSIX regex testsuite from IEEE 2003.2.
Copyright (C) 1998-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
- Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998.
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/posix/tar.h b/posix/tar.h
index 2dc47c2..0fe95d4 100644
--- a/posix/tar.h
+++ b/posix/tar.h
@@ -1,7 +1,6 @@
/* Extended tar format from POSIX.1.
Copyright (C) 1992-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
- Written by David J. MacKenzie.
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/posix/tst-boost.c b/posix/tst-boost.c
index 94740f9..44ba88d 100644
--- a/posix/tst-boost.c
+++ b/posix/tst-boost.c
@@ -1,7 +1,6 @@
/* Regular expression tests.
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/posix/tst-chmod.c b/posix/tst-chmod.c
index fa45467..0ab1e2a 100644
--- a/posix/tst-chmod.c
+++ b/posix/tst-chmod.c
@@ -1,7 +1,6 @@
/* Test for chmod functions.
Copyright (C) 2000-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
- Contributed by Ulrich Drepper <drepper@cygnus.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
diff --git a/posix/tst-dir.c b/posix/tst-dir.c
index d1050f6..0db2317 100644
--- a/posix/tst-dir.c
+++ b/posix/tst-dir.c
@@ -1,6 +1,5 @@
/* Copyright (C) 2000-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
- 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
diff --git a/posix/tst-exec.c b/posix/tst-exec.c
index 417c97f..60c16aa 100644
--- a/posix/tst-exec.c
+++ b/posix/tst-exec.c
@@ -1,7 +1,6 @@
/* Tests for exec.
Copyright (C) 2000-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
- Contributed by Ulrich Drepper <drepper@cygnus.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
diff --git a/posix/tst-fork.c b/posix/tst-fork.c
index e242d27..d4b4456 100644
--- a/posix/tst-fork.c
+++ b/posix/tst-fork.c
@@ -1,7 +1,6 @@
/* Tests for fork.
Copyright (C) 2000-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
- Contributed by Ulrich Drepper <drepper@cygnus.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
diff --git a/posix/tst-gnuglob-skeleton.c b/posix/tst-gnuglob-skeleton.c
index 0a11b09..1c11494 100644
--- a/posix/tst-gnuglob-skeleton.c
+++ b/posix/tst-gnuglob-skeleton.c
@@ -1,7 +1,6 @@
/* Template for tests of the GNU extension GLOB_ALTDIRFUNC.
Copyright (C) 2001-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
- Contributed by Ulrich Drepper <drepper@redhat.com>, 2001.
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/posix/tst-pcre.c b/posix/tst-pcre.c
index b83410a..4091a5f 100644
--- a/posix/tst-pcre.c
+++ b/posix/tst-pcre.c
@@ -1,7 +1,6 @@
/* Regular expression tests.
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/posix/tst-rxspencer.c b/posix/tst-rxspencer.c
index 0f26fa0..b46d551 100644
--- a/posix/tst-rxspencer.c
+++ b/posix/tst-rxspencer.c
@@ -1,7 +1,6 @@
/* Regular expression tests.
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/posix/tst-spawn.c b/posix/tst-spawn.c
index c96f066..5d7260d 100644
--- a/posix/tst-spawn.c
+++ b/posix/tst-spawn.c
@@ -1,7 +1,6 @@
/* Tests for spawn.
Copyright (C) 2000-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
- Contributed by Ulrich Drepper <drepper@cygnus.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
diff --git a/posix/tst-truncate.c b/posix/tst-truncate.c
index 7d4bf6a..c498091 100644
--- a/posix/tst-truncate.c
+++ b/posix/tst-truncate.c
@@ -1,7 +1,6 @@
/* Tests for ftruncate and truncate.
Copyright (C) 2000-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
- Contributed by Ulrich Drepper <drepper@cygnus.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
diff --git a/posix/tst-truncate64.c b/posix/tst-truncate64.c
index c8193d0..2aa6640 100644
--- a/posix/tst-truncate64.c
+++ b/posix/tst-truncate64.c
@@ -1,7 +1,6 @@
/* Tests for ftruncate64 and truncate64.
Copyright (C) 2000-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
- Contributed by Ulrich Drepper <drepper@cygnus.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
diff --git a/posix/tst-vfork1.c b/posix/tst-vfork1.c
index 68d5221..282bab4 100644
--- a/posix/tst-vfork1.c
+++ b/posix/tst-vfork1.c
@@ -1,7 +1,6 @@
/* Test for vfork functions.
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/posix/tst-vfork2.c b/posix/tst-vfork2.c
index 65e9133..f16bc53 100644
--- a/posix/tst-vfork2.c
+++ b/posix/tst-vfork2.c
@@ -1,7 +1,6 @@
/* Test for vfork functions.
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/posix/tst-vfork3.c b/posix/tst-vfork3.c
index afa1f0b..65f19d0 100644
--- a/posix/tst-vfork3.c
+++ b/posix/tst-vfork3.c
@@ -1,7 +1,6 @@
/* Test for vfork functions.
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/posix/waitid.c b/posix/waitid.c
index 32aeca1..54542d4 100644
--- a/posix/waitid.c
+++ b/posix/waitid.c
@@ -1,7 +1,6 @@
/* Stub version of waitid.
Copyright (C) 1997-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
- Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
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/posix/wordexp.c b/posix/wordexp.c
index 1f3b09f..f50ed7f 100644
--- a/posix/wordexp.c
+++ b/posix/wordexp.c
@@ -1,7 +1,6 @@
/* POSIX.2 wordexp implementation.
Copyright (C) 1997-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
- Contributed by Tim Waugh <tim@cyberelk.demon.co.uk>.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public