about summary refs log tree commit diff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/atomic.h1
-rw-r--r--include/inline-hashtab.h1
-rw-r--r--include/intprops.h1
-rw-r--r--include/list.h1
-rw-r--r--include/list_t.h1
5 files changed, 0 insertions, 5 deletions
diff --git a/include/atomic.h b/include/atomic.h
index f2ac3e2256..db8980d1eb 100644
--- a/include/atomic.h
+++ b/include/atomic.h
@@ -1,7 +1,6 @@
 /* Internal macros for atomic operations for GNU C Library.
    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/include/inline-hashtab.h b/include/inline-hashtab.h
index bab691bb9c..d3d2cc46a6 100644
--- a/include/inline-hashtab.h
+++ b/include/inline-hashtab.h
@@ -1,7 +1,6 @@
 /* Fully-inline hash table, used mainly for managing TLS descriptors.
    Copyright (C) 1999-2021 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
-   Contributed by Alexandre Oliva  <aoliva@redhat.com>
 
    This file is derived from a 2003's version of libiberty's
    hashtab.c, contributed by Vladimir Makarov (vmakarov@cygnus.com),
diff --git a/include/intprops.h b/include/intprops.h
index 967e32ea0c..2b6e5e93ed 100644
--- a/include/intprops.h
+++ b/include/intprops.h
@@ -15,7 +15,6 @@
    You should have received a copy of the GNU Lesser General Public License
    along with this program.  If not, see <https://www.gnu.org/licenses/>.  */
 
-/* Written by Paul Eggert.  */
 
 #ifndef _GL_INTPROPS_H
 #define _GL_INTPROPS_H
diff --git a/include/list.h b/include/list.h
index 7a1f1675bf..16e834e50d 100644
--- a/include/list.h
+++ b/include/list.h
@@ -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/include/list_t.h b/include/list_t.h
index be5942bc8b..172126f1ef 100644
--- a/include/list_t.h
+++ b/include/list_t.h
@@ -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