about summary refs log tree commit diff
path: root/soft-fp
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 /soft-fp
parent04f2125c6eff341f9c52682866d1eea8d204c852 (diff)
downloadglibc-30891f35fa7da832b66d80d0807610df361851f3.tar.gz
glibc-30891f35fa7da832b66d80d0807610df361851f3.tar.xz
glibc-30891f35fa7da832b66d80d0807610df361851f3.zip
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 'soft-fp')
-rw-r--r--soft-fp/adddf3.c2
-rw-r--r--soft-fp/addsf3.c2
-rw-r--r--soft-fp/addtf3.c2
-rw-r--r--soft-fp/divdf3.c2
-rw-r--r--soft-fp/divsf3.c2
-rw-r--r--soft-fp/divtf3.c2
-rw-r--r--soft-fp/double.h4
-rw-r--r--soft-fp/eqdf2.c2
-rw-r--r--soft-fp/eqsf2.c2
-rw-r--r--soft-fp/eqtf2.c2
-rw-r--r--soft-fp/extenddftf2.c2
-rw-r--r--soft-fp/extended.h1
-rw-r--r--soft-fp/extendsfdf2.c2
-rw-r--r--soft-fp/extendsftf2.c2
-rw-r--r--soft-fp/extendxftf2.c1
-rw-r--r--soft-fp/fixdfdi.c2
-rw-r--r--soft-fp/fixdfsi.c2
-rw-r--r--soft-fp/fixdfti.c1
-rw-r--r--soft-fp/fixsfdi.c2
-rw-r--r--soft-fp/fixsfsi.c2
-rw-r--r--soft-fp/fixsfti.c1
-rw-r--r--soft-fp/fixtfdi.c2
-rw-r--r--soft-fp/fixtfsi.c2
-rw-r--r--soft-fp/fixtfti.c1
-rw-r--r--soft-fp/fixunsdfdi.c2
-rw-r--r--soft-fp/fixunsdfsi.c2
-rw-r--r--soft-fp/fixunsdfti.c1
-rw-r--r--soft-fp/fixunssfdi.c2
-rw-r--r--soft-fp/fixunssfsi.c2
-rw-r--r--soft-fp/fixunssfti.c1
-rw-r--r--soft-fp/fixunstfdi.c2
-rw-r--r--soft-fp/fixunstfsi.c2
-rw-r--r--soft-fp/fixunstfti.c1
-rw-r--r--soft-fp/floatdidf.c2
-rw-r--r--soft-fp/floatdisf.c2
-rw-r--r--soft-fp/floatditf.c2
-rw-r--r--soft-fp/floatsidf.c2
-rw-r--r--soft-fp/floatsisf.c2
-rw-r--r--soft-fp/floatsitf.c2
-rw-r--r--soft-fp/floattidf.c1
-rw-r--r--soft-fp/floattisf.c1
-rw-r--r--soft-fp/floattitf.c1
-rw-r--r--soft-fp/floatundidf.c2
-rw-r--r--soft-fp/floatundisf.c2
-rw-r--r--soft-fp/floatunditf.c2
-rw-r--r--soft-fp/floatunsidf.c2
-rw-r--r--soft-fp/floatunsisf.c2
-rw-r--r--soft-fp/floatunsitf.c2
-rw-r--r--soft-fp/floatuntidf.c1
-rw-r--r--soft-fp/floatuntisf.c1
-rw-r--r--soft-fp/floatuntitf.c1
-rw-r--r--soft-fp/gedf2.c2
-rw-r--r--soft-fp/gesf2.c2
-rw-r--r--soft-fp/getf2.c2
-rw-r--r--soft-fp/ledf2.c2
-rw-r--r--soft-fp/lesf2.c2
-rw-r--r--soft-fp/letf2.c2
-rw-r--r--soft-fp/muldf3.c2
-rw-r--r--soft-fp/mulsf3.c2
-rw-r--r--soft-fp/multf3.c2
-rw-r--r--soft-fp/negdf2.c2
-rw-r--r--soft-fp/negsf2.c2
-rw-r--r--soft-fp/negtf2.c2
-rw-r--r--soft-fp/op-1.h4
-rw-r--r--soft-fp/op-2.h4
-rw-r--r--soft-fp/op-4.h4
-rw-r--r--soft-fp/op-8.h3
-rw-r--r--soft-fp/op-common.h4
-rw-r--r--soft-fp/quad.h4
-rw-r--r--soft-fp/single.h4
-rw-r--r--soft-fp/soft-fp.h4
-rw-r--r--soft-fp/subdf3.c2
-rw-r--r--soft-fp/subsf3.c2
-rw-r--r--soft-fp/subtf3.c2
-rw-r--r--soft-fp/truncdfsf2.c2
-rw-r--r--soft-fp/trunctfdf2.c2
-rw-r--r--soft-fp/trunctfsf2.c2
-rw-r--r--soft-fp/trunctfxf2.c1
-rw-r--r--soft-fp/unorddf2.c1
-rw-r--r--soft-fp/unordsf2.c1
-rw-r--r--soft-fp/unordtf2.c1
81 files changed, 0 insertions, 161 deletions
diff --git a/soft-fp/adddf3.c b/soft-fp/adddf3.c
index 0f9b6ad503..7b57d76bc0 100644
--- a/soft-fp/adddf3.c
+++ b/soft-fp/adddf3.c
@@ -2,8 +2,6 @@
    Return a + b
    Copyright (C) 1997-2021 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
-   Contributed by Richard Henderson (rth@cygnus.com) and
-		  Jakub Jelinek (jj@ultra.linux.cz).
 
    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/soft-fp/addsf3.c b/soft-fp/addsf3.c
index 1831b632a3..d37b011abf 100644
--- a/soft-fp/addsf3.c
+++ b/soft-fp/addsf3.c
@@ -2,8 +2,6 @@
    Return a + b
    Copyright (C) 1997-2021 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
-   Contributed by Richard Henderson (rth@cygnus.com) and
-		  Jakub Jelinek (jj@ultra.linux.cz).
 
    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/soft-fp/addtf3.c b/soft-fp/addtf3.c
index d63f3d31a4..0967c702f9 100644
--- a/soft-fp/addtf3.c
+++ b/soft-fp/addtf3.c
@@ -2,8 +2,6 @@
    Return a + b
    Copyright (C) 1997-2021 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
-   Contributed by Richard Henderson (rth@cygnus.com) and
-		  Jakub Jelinek (jj@ultra.linux.cz).
 
    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/soft-fp/divdf3.c b/soft-fp/divdf3.c
index 82a5102dca..1fb87b50b2 100644
--- a/soft-fp/divdf3.c
+++ b/soft-fp/divdf3.c
@@ -2,8 +2,6 @@
    Return a / b
    Copyright (C) 1997-2021 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
-   Contributed by Richard Henderson (rth@cygnus.com) and
-		  Jakub Jelinek (jj@ultra.linux.cz).
 
    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/soft-fp/divsf3.c b/soft-fp/divsf3.c
index 2f50d78117..3c98f9bba2 100644
--- a/soft-fp/divsf3.c
+++ b/soft-fp/divsf3.c
@@ -2,8 +2,6 @@
    Return a / b
    Copyright (C) 1997-2021 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
-   Contributed by Richard Henderson (rth@cygnus.com) and
-		  Jakub Jelinek (jj@ultra.linux.cz).
 
    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/soft-fp/divtf3.c b/soft-fp/divtf3.c
index d769f3d985..f578e3c5fa 100644
--- a/soft-fp/divtf3.c
+++ b/soft-fp/divtf3.c
@@ -2,8 +2,6 @@
    Return a / b
    Copyright (C) 1997-2021 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
-   Contributed by Richard Henderson (rth@cygnus.com) and
-		  Jakub Jelinek (jj@ultra.linux.cz).
 
    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/soft-fp/double.h b/soft-fp/double.h
index 1bbfcfc0f1..3dc8b0e051 100644
--- a/soft-fp/double.h
+++ b/soft-fp/double.h
@@ -2,10 +2,6 @@
    Definitions for IEEE Double Precision
    Copyright (C) 1997-2021 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
-   Contributed by Richard Henderson (rth@cygnus.com),
-		  Jakub Jelinek (jj@ultra.linux.cz),
-		  David S. Miller (davem@redhat.com) and
-		  Peter Maydell (pmaydell@chiark.greenend.org.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
diff --git a/soft-fp/eqdf2.c b/soft-fp/eqdf2.c
index 0ef20c92aa..be5b177a16 100644
--- a/soft-fp/eqdf2.c
+++ b/soft-fp/eqdf2.c
@@ -2,8 +2,6 @@
    Return 0 iff a == b, 1 otherwise
    Copyright (C) 1997-2021 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
-   Contributed by Richard Henderson (rth@cygnus.com) and
-		  Jakub Jelinek (jj@ultra.linux.cz).
 
    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/soft-fp/eqsf2.c b/soft-fp/eqsf2.c
index 12e012991b..cc44b2fbbe 100644
--- a/soft-fp/eqsf2.c
+++ b/soft-fp/eqsf2.c
@@ -2,8 +2,6 @@
    Return 0 iff a == b, 1 otherwise
    Copyright (C) 1997-2021 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
-   Contributed by Richard Henderson (rth@cygnus.com) and
-		  Jakub Jelinek (jj@ultra.linux.cz).
 
    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/soft-fp/eqtf2.c b/soft-fp/eqtf2.c
index 64c87a84cd..281eb18ad9 100644
--- a/soft-fp/eqtf2.c
+++ b/soft-fp/eqtf2.c
@@ -2,8 +2,6 @@
    Return 0 iff a == b, 1 otherwise
    Copyright (C) 1997-2021 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
-   Contributed by Richard Henderson (rth@cygnus.com) and
-		  Jakub Jelinek (jj@ultra.linux.cz).
 
    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/soft-fp/extenddftf2.c b/soft-fp/extenddftf2.c
index 1fd8481b0a..c257e5a7a7 100644
--- a/soft-fp/extenddftf2.c
+++ b/soft-fp/extenddftf2.c
@@ -2,8 +2,6 @@
    Return a converted to IEEE quad
    Copyright (C) 1997-2021 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
-   Contributed by Richard Henderson (rth@cygnus.com) and
-		  Jakub Jelinek (jj@ultra.linux.cz).
 
    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/soft-fp/extended.h b/soft-fp/extended.h
index 3917d1b9f9..f3d5c19c8e 100644
--- a/soft-fp/extended.h
+++ b/soft-fp/extended.h
@@ -2,7 +2,6 @@
    Definitions for IEEE Extended Precision.
    Copyright (C) 1999-2021 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
-   Contributed by Jakub Jelinek (jj@ultra.linux.cz).
 
    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/soft-fp/extendsfdf2.c b/soft-fp/extendsfdf2.c
index 14b14785a3..09799446cb 100644
--- a/soft-fp/extendsfdf2.c
+++ b/soft-fp/extendsfdf2.c
@@ -2,8 +2,6 @@
    Return a converted to IEEE double
    Copyright (C) 1997-2021 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
-   Contributed by Richard Henderson (rth@cygnus.com) and
-		  Jakub Jelinek (jj@ultra.linux.cz).
 
    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/soft-fp/extendsftf2.c b/soft-fp/extendsftf2.c
index 28cda3f662..153ac478e0 100644
--- a/soft-fp/extendsftf2.c
+++ b/soft-fp/extendsftf2.c
@@ -2,8 +2,6 @@
    Return a converted to IEEE quad
    Copyright (C) 1997-2021 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
-   Contributed by Richard Henderson (rth@cygnus.com) and
-		  Jakub Jelinek (jj@ultra.linux.cz).
 
    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/soft-fp/extendxftf2.c b/soft-fp/extendxftf2.c
index 9ac155ae92..1293a71a33 100644
--- a/soft-fp/extendxftf2.c
+++ b/soft-fp/extendxftf2.c
@@ -2,7 +2,6 @@
    Return a converted to IEEE quad
    Copyright (C) 2007-2021 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
-   Contributed by Uroš Bizjak (ubizjak@gmail.com).
 
    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/soft-fp/fixdfdi.c b/soft-fp/fixdfdi.c
index 61b70b30cc..8a81b09d1f 100644
--- a/soft-fp/fixdfdi.c
+++ b/soft-fp/fixdfdi.c
@@ -2,8 +2,6 @@
    Convert a to 64bit signed integer
    Copyright (C) 1997-2021 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
-   Contributed by Richard Henderson (rth@cygnus.com) and
-		  Jakub Jelinek (jj@ultra.linux.cz).
 
    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/soft-fp/fixdfsi.c b/soft-fp/fixdfsi.c
index 27c68a8d55..440a3874f6 100644
--- a/soft-fp/fixdfsi.c
+++ b/soft-fp/fixdfsi.c
@@ -2,8 +2,6 @@
    Convert a to 32bit signed integer
    Copyright (C) 1997-2021 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
-   Contributed by Richard Henderson (rth@cygnus.com) and
-		  Jakub Jelinek (jj@ultra.linux.cz).
 
    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/soft-fp/fixdfti.c b/soft-fp/fixdfti.c
index 659d42ec93..acfdf573aa 100644
--- a/soft-fp/fixdfti.c
+++ b/soft-fp/fixdfti.c
@@ -2,7 +2,6 @@
    Convert IEEE double to 128bit signed integer
    Copyright (C) 2007-2021 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
-   Contributed by Uroš Bizjak (ubizjak@gmail.com).
 
    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/soft-fp/fixsfdi.c b/soft-fp/fixsfdi.c
index d704d0148d..c8d4fa3426 100644
--- a/soft-fp/fixsfdi.c
+++ b/soft-fp/fixsfdi.c
@@ -2,8 +2,6 @@
    Convert a to 64bit signed integer
    Copyright (C) 1997-2021 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
-   Contributed by Richard Henderson (rth@cygnus.com) and
-		  Jakub Jelinek (jj@ultra.linux.cz).
 
    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/soft-fp/fixsfsi.c b/soft-fp/fixsfsi.c
index 26b9bea6cc..43f5f7690c 100644
--- a/soft-fp/fixsfsi.c
+++ b/soft-fp/fixsfsi.c
@@ -2,8 +2,6 @@
    Convert a to 32bit signed integer
    Copyright (C) 1997-2021 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
-   Contributed by Richard Henderson (rth@cygnus.com) and
-		  Jakub Jelinek (jj@ultra.linux.cz).
 
    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/soft-fp/fixsfti.c b/soft-fp/fixsfti.c
index 9fc87a337f..2c01bbcfc8 100644
--- a/soft-fp/fixsfti.c
+++ b/soft-fp/fixsfti.c
@@ -2,7 +2,6 @@
    Convert IEEE single to 128bit signed integer
    Copyright (C) 2007-2021 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
-   Contributed by Uroš Bizjak (ubizjak@gmail.com).
 
    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/soft-fp/fixtfdi.c b/soft-fp/fixtfdi.c
index 7104245d55..b3d054ffb2 100644
--- a/soft-fp/fixtfdi.c
+++ b/soft-fp/fixtfdi.c
@@ -2,8 +2,6 @@
    Convert a to 64bit signed integer
    Copyright (C) 1997-2021 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
-   Contributed by Richard Henderson (rth@cygnus.com) and
-		  Jakub Jelinek (jj@ultra.linux.cz).
 
    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/soft-fp/fixtfsi.c b/soft-fp/fixtfsi.c
index cb62650ffd..025dccb0d0 100644
--- a/soft-fp/fixtfsi.c
+++ b/soft-fp/fixtfsi.c
@@ -2,8 +2,6 @@
    Convert a to 32bit signed integer
    Copyright (C) 1997-2021 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
-   Contributed by Richard Henderson (rth@cygnus.com) and
-		  Jakub Jelinek (jj@ultra.linux.cz).
 
    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/soft-fp/fixtfti.c b/soft-fp/fixtfti.c
index 232e877ba0..789ef311b1 100644
--- a/soft-fp/fixtfti.c
+++ b/soft-fp/fixtfti.c
@@ -2,7 +2,6 @@
    Convert IEEE quad to 128bit signed integer
    Copyright (C) 2007-2021 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
-   Contributed by Uroš Bizjak (ubizjak@gmail.com).
 
    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/soft-fp/fixunsdfdi.c b/soft-fp/fixunsdfdi.c
index da3a453a85..b1d59c4a1f 100644
--- a/soft-fp/fixunsdfdi.c
+++ b/soft-fp/fixunsdfdi.c
@@ -2,8 +2,6 @@
    Convert a to 64bit unsigned integer
    Copyright (C) 1997-2021 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
-   Contributed by Richard Henderson (rth@cygnus.com) and
-		  Jakub Jelinek (jj@ultra.linux.cz).
 
    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/soft-fp/fixunsdfsi.c b/soft-fp/fixunsdfsi.c
index 85c0fde9b0..83a07db877 100644
--- a/soft-fp/fixunsdfsi.c
+++ b/soft-fp/fixunsdfsi.c
@@ -2,8 +2,6 @@
    Convert a to 32bit unsigned integer
    Copyright (C) 1997-2021 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
-   Contributed by Richard Henderson (rth@cygnus.com) and
-		  Jakub Jelinek (jj@ultra.linux.cz).
 
    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/soft-fp/fixunsdfti.c b/soft-fp/fixunsdfti.c
index 4a78e38190..396998a73b 100644
--- a/soft-fp/fixunsdfti.c
+++ b/soft-fp/fixunsdfti.c
@@ -2,7 +2,6 @@
    Convert IEEE double to 128bit unsigned integer
    Copyright (C) 2007-2021 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
-   Contributed by Uroš Bizjak (ubizjak@gmail.com).
 
    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/soft-fp/fixunssfdi.c b/soft-fp/fixunssfdi.c
index 776553842e..2cc480efaa 100644
--- a/soft-fp/fixunssfdi.c
+++ b/soft-fp/fixunssfdi.c
@@ -2,8 +2,6 @@
    Convert a to 64bit unsigned integer
    Copyright (C) 1997-2021 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
-   Contributed by Richard Henderson (rth@cygnus.com) and
-		  Jakub Jelinek (jj@ultra.linux.cz).
 
    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/soft-fp/fixunssfsi.c b/soft-fp/fixunssfsi.c
index eb97f99c0b..e0b4faf7af 100644
--- a/soft-fp/fixunssfsi.c
+++ b/soft-fp/fixunssfsi.c
@@ -2,8 +2,6 @@
    Convert a to 32bit unsigned integer
    Copyright (C) 1997-2021 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
-   Contributed by Richard Henderson (rth@cygnus.com) and
-		  Jakub Jelinek (jj@ultra.linux.cz).
 
    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/soft-fp/fixunssfti.c b/soft-fp/fixunssfti.c
index 91a0e6f47c..d7ecbabde9 100644
--- a/soft-fp/fixunssfti.c
+++ b/soft-fp/fixunssfti.c
@@ -2,7 +2,6 @@
    Convert IEEE single to 128bit unsigned integer
    Copyright (C) 2007-2021 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
-   Contributed by Uroš Bizjak (ubizjak@gmail.com).
 
    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/soft-fp/fixunstfdi.c b/soft-fp/fixunstfdi.c
index 51e204e32e..193902aa39 100644
--- a/soft-fp/fixunstfdi.c
+++ b/soft-fp/fixunstfdi.c
@@ -2,8 +2,6 @@
    Convert a to 64bit unsigned integer
    Copyright (C) 1997-2021 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
-   Contributed by Richard Henderson (rth@cygnus.com) and
-		  Jakub Jelinek (jj@ultra.linux.cz).
 
    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/soft-fp/fixunstfsi.c b/soft-fp/fixunstfsi.c
index 2dd09b2803..5ff7fe39e5 100644
--- a/soft-fp/fixunstfsi.c
+++ b/soft-fp/fixunstfsi.c
@@ -2,8 +2,6 @@
    Convert a to 32bit unsigned integer
    Copyright (C) 1997-2021 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
-   Contributed by Richard Henderson (rth@cygnus.com) and
-		  Jakub Jelinek (jj@ultra.linux.cz).
 
    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/soft-fp/fixunstfti.c b/soft-fp/fixunstfti.c
index cced482c5b..6e26fab852 100644
--- a/soft-fp/fixunstfti.c
+++ b/soft-fp/fixunstfti.c
@@ -2,7 +2,6 @@
    Convert IEEE quad to 128bit unsigned integer
    Copyright (C) 2007-2021 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
-   Contributed by Uroš Bizjak (ubizjak@gmail.com).
 
    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/soft-fp/floatdidf.c b/soft-fp/floatdidf.c
index a8b98937e3..291caf6d18 100644
--- a/soft-fp/floatdidf.c
+++ b/soft-fp/floatdidf.c
@@ -2,8 +2,6 @@
    Convert a 64bit signed integer to IEEE double
    Copyright (C) 1997-2021 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
-   Contributed by Richard Henderson (rth@cygnus.com) and
-		  Jakub Jelinek (jj@ultra.linux.cz).
 
    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/soft-fp/floatdisf.c b/soft-fp/floatdisf.c
index 2dc7ed1655..bafee9e22e 100644
--- a/soft-fp/floatdisf.c
+++ b/soft-fp/floatdisf.c
@@ -2,8 +2,6 @@
    Convert a 64bit signed integer to IEEE single
    Copyright (C) 1997-2021 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
-   Contributed by Richard Henderson (rth@cygnus.com) and
-		  Jakub Jelinek (jj@ultra.linux.cz).
 
    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/soft-fp/floatditf.c b/soft-fp/floatditf.c
index 64ce3b116a..e9f9f53c84 100644
--- a/soft-fp/floatditf.c
+++ b/soft-fp/floatditf.c
@@ -2,8 +2,6 @@
    Convert a 64bit signed integer to IEEE quad
    Copyright (C) 1997-2021 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
-   Contributed by Richard Henderson (rth@cygnus.com) and
-		  Jakub Jelinek (jj@ultra.linux.cz).
 
    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/soft-fp/floatsidf.c b/soft-fp/floatsidf.c
index cb383b7076..1cc34c0b7d 100644
--- a/soft-fp/floatsidf.c
+++ b/soft-fp/floatsidf.c
@@ -2,8 +2,6 @@
    Convert a 32bit signed integer to IEEE double
    Copyright (C) 1997-2021 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
-   Contributed by Richard Henderson (rth@cygnus.com) and
-		  Jakub Jelinek (jj@ultra.linux.cz).
 
    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/soft-fp/floatsisf.c b/soft-fp/floatsisf.c
index 57d87cd64a..4dd7a7b48a 100644
--- a/soft-fp/floatsisf.c
+++ b/soft-fp/floatsisf.c
@@ -2,8 +2,6 @@
    Convert a 32bit signed integer to IEEE single
    Copyright (C) 1997-2021 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
-   Contributed by Richard Henderson (rth@cygnus.com) and
-		  Jakub Jelinek (jj@ultra.linux.cz).
 
    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/soft-fp/floatsitf.c b/soft-fp/floatsitf.c
index acb509bc4b..19bb366eb2 100644
--- a/soft-fp/floatsitf.c
+++ b/soft-fp/floatsitf.c
@@ -2,8 +2,6 @@
    Convert a 32bit signed integer to IEEE quad
    Copyright (C) 1997-2021 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
-   Contributed by Richard Henderson (rth@cygnus.com) and
-		  Jakub Jelinek (jj@ultra.linux.cz).
 
    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/soft-fp/floattidf.c b/soft-fp/floattidf.c
index a9781a86fc..53d0f28d49 100644
--- a/soft-fp/floattidf.c
+++ b/soft-fp/floattidf.c
@@ -2,7 +2,6 @@
    Convert a 128bit signed integer to IEEE double
    Copyright (C) 2007-2021 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
-   Contributed by Uroš Bizjak (ubizjak@gmail.com).
 
    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/soft-fp/floattisf.c b/soft-fp/floattisf.c
index 703607a6ad..76d63a6ec6 100644
--- a/soft-fp/floattisf.c
+++ b/soft-fp/floattisf.c
@@ -2,7 +2,6 @@
    Convert a 128bit signed integer to IEEE single
    Copyright (C) 2007-2021 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
-   Contributed by Uroš Bizjak (ubizjak@gmail.com).
 
    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/soft-fp/floattitf.c b/soft-fp/floattitf.c
index 7e1782ae2f..edae1327b1 100644
--- a/soft-fp/floattitf.c
+++ b/soft-fp/floattitf.c
@@ -2,7 +2,6 @@
    Convert a 128bit signed integer to IEEE quad
    Copyright (C) 2007-2021 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
-   Contributed by Uroš Bizjak (ubizjak@gmail.com).
 
    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/soft-fp/floatundidf.c b/soft-fp/floatundidf.c
index 0b30533383..89b3be55f6 100644
--- a/soft-fp/floatundidf.c
+++ b/soft-fp/floatundidf.c
@@ -2,8 +2,6 @@
    Convert a 64bit unsigned integer to IEEE double
    Copyright (C) 1997-2021 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
-   Contributed by Richard Henderson (rth@cygnus.com) and
-		  Jakub Jelinek (jj@ultra.linux.cz).
 
    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/soft-fp/floatundisf.c b/soft-fp/floatundisf.c
index 64e8abba6c..8514b727ed 100644
--- a/soft-fp/floatundisf.c
+++ b/soft-fp/floatundisf.c
@@ -2,8 +2,6 @@
    Convert a 64bit unsigned integer to IEEE single
    Copyright (C) 1997-2021 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
-   Contributed by Richard Henderson (rth@cygnus.com) and
-		  Jakub Jelinek (jj@ultra.linux.cz).
 
    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/soft-fp/floatunditf.c b/soft-fp/floatunditf.c
index f5b939767d..9d31a3bfec 100644
--- a/soft-fp/floatunditf.c
+++ b/soft-fp/floatunditf.c
@@ -2,8 +2,6 @@
    Convert a 64bit unsigned integer to IEEE quad
    Copyright (C) 1997-2021 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
-   Contributed by Richard Henderson (rth@cygnus.com) and
-		  Jakub Jelinek (jj@ultra.linux.cz).
 
    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/soft-fp/floatunsidf.c b/soft-fp/floatunsidf.c
index 6c8e7e8921..5b9c1c3883 100644
--- a/soft-fp/floatunsidf.c
+++ b/soft-fp/floatunsidf.c
@@ -2,8 +2,6 @@
    Convert a 32bit unsigned integer to IEEE double
    Copyright (C) 1997-2021 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
-   Contributed by Richard Henderson (rth@cygnus.com) and
-		  Jakub Jelinek (jj@ultra.linux.cz).
 
    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/soft-fp/floatunsisf.c b/soft-fp/floatunsisf.c
index 086271da5d..9610e46043 100644
--- a/soft-fp/floatunsisf.c
+++ b/soft-fp/floatunsisf.c
@@ -2,8 +2,6 @@
    Convert a 32bit unsigned integer to IEEE single
    Copyright (C) 1997-2021 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
-   Contributed by Richard Henderson (rth@cygnus.com) and
-		  Jakub Jelinek (jj@ultra.linux.cz).
 
    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/soft-fp/floatunsitf.c b/soft-fp/floatunsitf.c
index bb7daa2926..cc0f78e216 100644
--- a/soft-fp/floatunsitf.c
+++ b/soft-fp/floatunsitf.c
@@ -2,8 +2,6 @@
    Convert a 32bit unsigned integer to IEEE quad
    Copyright (C) 1997-2021 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
-   Contributed by Richard Henderson (rth@cygnus.com) and
-		  Jakub Jelinek (jj@ultra.linux.cz).
 
    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/soft-fp/floatuntidf.c b/soft-fp/floatuntidf.c
index 6a72de6c84..8b4b3d08ae 100644
--- a/soft-fp/floatuntidf.c
+++ b/soft-fp/floatuntidf.c
@@ -2,7 +2,6 @@
    Convert a 128bit unsigned integer to IEEE double
    Copyright (C) 1997-2021 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
-   Contributed by Uroš Bizjak (ubizjak@gmail.com).
 
    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/soft-fp/floatuntisf.c b/soft-fp/floatuntisf.c
index 0bfeea2d35..1ef724e7ae 100644
--- a/soft-fp/floatuntisf.c
+++ b/soft-fp/floatuntisf.c
@@ -2,7 +2,6 @@
    Convert a 128bit unsigned integer to IEEE single
    Copyright (C) 2007-2021 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
-   Contributed by Uroš Bizjak (ubizjak@gmail.com).
 
    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/soft-fp/floatuntitf.c b/soft-fp/floatuntitf.c
index 27f22bc206..0e3946261f 100644
--- a/soft-fp/floatuntitf.c
+++ b/soft-fp/floatuntitf.c
@@ -2,7 +2,6 @@
    Convert a 128bit unsigned integer to IEEE quad
    Copyright (C) 2007-2021 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
-   Contributed by Uroš Bizjak (ubizjak@gmail.com).
 
    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/soft-fp/gedf2.c b/soft-fp/gedf2.c
index 6208862104..f3f0492c73 100644
--- a/soft-fp/gedf2.c
+++ b/soft-fp/gedf2.c
@@ -2,8 +2,6 @@
    Return 0 iff a == b, 1 iff a > b, -2 iff a ? b, -1 iff a < b
    Copyright (C) 1997-2021 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
-   Contributed by Richard Henderson (rth@cygnus.com) and
-		  Jakub Jelinek (jj@ultra.linux.cz).
 
    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/soft-fp/gesf2.c b/soft-fp/gesf2.c
index 83db64b494..40c0cd3af2 100644
--- a/soft-fp/gesf2.c
+++ b/soft-fp/gesf2.c
@@ -2,8 +2,6 @@
    Return 0 iff a == b, 1 iff a > b, -2 iff a ? b, -1 iff a < b
    Copyright (C) 1997-2021 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
-   Contributed by Richard Henderson (rth@cygnus.com) and
-		  Jakub Jelinek (jj@ultra.linux.cz).
 
    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/soft-fp/getf2.c b/soft-fp/getf2.c
index 2831fa769a..e8a92737a7 100644
--- a/soft-fp/getf2.c
+++ b/soft-fp/getf2.c
@@ -2,8 +2,6 @@
    Return 0 iff a == b, 1 iff a > b, -2 iff a ? b, -1 iff a < b
    Copyright (C) 1997-2021 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
-   Contributed by Richard Henderson (rth@cygnus.com) and
-		  Jakub Jelinek (jj@ultra.linux.cz).
 
    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/soft-fp/ledf2.c b/soft-fp/ledf2.c
index 7ba52e6187..1cfca67623 100644
--- a/soft-fp/ledf2.c
+++ b/soft-fp/ledf2.c
@@ -2,8 +2,6 @@
    Return 0 iff a == b, 1 iff a > b, 2 iff a ? b, -1 iff a < b
    Copyright (C) 1997-2021 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
-   Contributed by Richard Henderson (rth@cygnus.com) and
-		  Jakub Jelinek (jj@ultra.linux.cz).
 
    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/soft-fp/lesf2.c b/soft-fp/lesf2.c
index 57f4c920f3..0579614c43 100644
--- a/soft-fp/lesf2.c
+++ b/soft-fp/lesf2.c
@@ -2,8 +2,6 @@
    Return 0 iff a == b, 1 iff a > b, 2 iff a ? b, -1 iff a < b
    Copyright (C) 1997-2021 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
-   Contributed by Richard Henderson (rth@cygnus.com) and
-		  Jakub Jelinek (jj@ultra.linux.cz).
 
    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/soft-fp/letf2.c b/soft-fp/letf2.c
index e4ae0d603c..b81ffdaac6 100644
--- a/soft-fp/letf2.c
+++ b/soft-fp/letf2.c
@@ -2,8 +2,6 @@
    Return 0 iff a == b, 1 iff a > b, 2 iff a ? b, -1 iff a < b
    Copyright (C) 1997-2021 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
-   Contributed by Richard Henderson (rth@cygnus.com) and
-		  Jakub Jelinek (jj@ultra.linux.cz).
 
    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/soft-fp/muldf3.c b/soft-fp/muldf3.c
index a1b0a287fa..917a41c8c5 100644
--- a/soft-fp/muldf3.c
+++ b/soft-fp/muldf3.c
@@ -2,8 +2,6 @@
    Return a * b
    Copyright (C) 1997-2021 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
-   Contributed by Richard Henderson (rth@cygnus.com) and
-		  Jakub Jelinek (jj@ultra.linux.cz).
 
    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/soft-fp/mulsf3.c b/soft-fp/mulsf3.c
index 258c1859a9..8e37c13010 100644
--- a/soft-fp/mulsf3.c
+++ b/soft-fp/mulsf3.c
@@ -2,8 +2,6 @@
    Return a * b
    Copyright (C) 1997-2021 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
-   Contributed by Richard Henderson (rth@cygnus.com) and
-		  Jakub Jelinek (jj@ultra.linux.cz).
 
    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/soft-fp/multf3.c b/soft-fp/multf3.c
index ecf0c8b71d..3b4b661a37 100644
--- a/soft-fp/multf3.c
+++ b/soft-fp/multf3.c
@@ -2,8 +2,6 @@
    Return a * b
    Copyright (C) 1997-2021 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
-   Contributed by Richard Henderson (rth@cygnus.com) and
-		  Jakub Jelinek (jj@ultra.linux.cz).
 
    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/soft-fp/negdf2.c b/soft-fp/negdf2.c
index b0ac39bd7b..003df893a8 100644
--- a/soft-fp/negdf2.c
+++ b/soft-fp/negdf2.c
@@ -2,8 +2,6 @@
    Return -a
    Copyright (C) 1997-2021 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
-   Contributed by Richard Henderson (rth@cygnus.com) and
-		  Jakub Jelinek (jj@ultra.linux.cz).
 
    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/soft-fp/negsf2.c b/soft-fp/negsf2.c
index d587ef6c53..33bacdcc7e 100644
--- a/soft-fp/negsf2.c
+++ b/soft-fp/negsf2.c
@@ -2,8 +2,6 @@
    Return -a
    Copyright (C) 1997-2021 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
-   Contributed by Richard Henderson (rth@cygnus.com) and
-		  Jakub Jelinek (jj@ultra.linux.cz).
 
    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/soft-fp/negtf2.c b/soft-fp/negtf2.c
index 09883d1305..b2f021e44c 100644
--- a/soft-fp/negtf2.c
+++ b/soft-fp/negtf2.c
@@ -2,8 +2,6 @@
    Return -a
    Copyright (C) 1997-2021 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
-   Contributed by Richard Henderson (rth@cygnus.com) and
-		  Jakub Jelinek (jj@ultra.linux.cz).
 
    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/soft-fp/op-1.h b/soft-fp/op-1.h
index 48b18d4d57..300afacce7 100644
--- a/soft-fp/op-1.h
+++ b/soft-fp/op-1.h
@@ -2,10 +2,6 @@
    Basic one-word fraction declaration and manipulation.
    Copyright (C) 1997-2021 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
-   Contributed by Richard Henderson (rth@cygnus.com),
-		  Jakub Jelinek (jj@ultra.linux.cz),
-		  David S. Miller (davem@redhat.com) and
-		  Peter Maydell (pmaydell@chiark.greenend.org.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
diff --git a/soft-fp/op-2.h b/soft-fp/op-2.h
index d54881a973..b9f86e6b9e 100644
--- a/soft-fp/op-2.h
+++ b/soft-fp/op-2.h
@@ -2,10 +2,6 @@
    Basic two-word fraction declaration and manipulation.
    Copyright (C) 1997-2021 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
-   Contributed by Richard Henderson (rth@cygnus.com),
-		  Jakub Jelinek (jj@ultra.linux.cz),
-		  David S. Miller (davem@redhat.com) and
-		  Peter Maydell (pmaydell@chiark.greenend.org.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
diff --git a/soft-fp/op-4.h b/soft-fp/op-4.h
index a42801c7e9..a8281326b7 100644
--- a/soft-fp/op-4.h
+++ b/soft-fp/op-4.h
@@ -2,10 +2,6 @@
    Basic four-word fraction declaration and manipulation.
    Copyright (C) 1997-2021 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
-   Contributed by Richard Henderson (rth@cygnus.com),
-		  Jakub Jelinek (jj@ultra.linux.cz),
-		  David S. Miller (davem@redhat.com) and
-		  Peter Maydell (pmaydell@chiark.greenend.org.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
diff --git a/soft-fp/op-8.h b/soft-fp/op-8.h
index 78443b3b3b..2ebf943d75 100644
--- a/soft-fp/op-8.h
+++ b/soft-fp/op-8.h
@@ -2,9 +2,6 @@
    Basic eight-word fraction declaration and manipulation.
    Copyright (C) 1997-2021 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
-   Contributed by Richard Henderson (rth@cygnus.com),
-		  Jakub Jelinek (jj@ultra.linux.cz) and
-		  Peter Maydell (pmaydell@chiark.greenend.org.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
diff --git a/soft-fp/op-common.h b/soft-fp/op-common.h
index d8352af405..145a931df6 100644
--- a/soft-fp/op-common.h
+++ b/soft-fp/op-common.h
@@ -1,10 +1,6 @@
 /* Software floating-point emulation. Common operations.
    Copyright (C) 1997-2021 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
-   Contributed by Richard Henderson (rth@cygnus.com),
-		  Jakub Jelinek (jj@ultra.linux.cz),
-		  David S. Miller (davem@redhat.com) and
-		  Peter Maydell (pmaydell@chiark.greenend.org.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
diff --git a/soft-fp/quad.h b/soft-fp/quad.h
index 9e8c60e178..824d79f59d 100644
--- a/soft-fp/quad.h
+++ b/soft-fp/quad.h
@@ -2,10 +2,6 @@
    Definitions for IEEE Quad Precision.
    Copyright (C) 1997-2021 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
-   Contributed by Richard Henderson (rth@cygnus.com),
-		  Jakub Jelinek (jj@ultra.linux.cz),
-		  David S. Miller (davem@redhat.com) and
-		  Peter Maydell (pmaydell@chiark.greenend.org.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
diff --git a/soft-fp/single.h b/soft-fp/single.h
index 44ed64a866..a6d9a620cb 100644
--- a/soft-fp/single.h
+++ b/soft-fp/single.h
@@ -2,10 +2,6 @@
    Definitions for IEEE Single Precision.
    Copyright (C) 1997-2021 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
-   Contributed by Richard Henderson (rth@cygnus.com),
-		  Jakub Jelinek (jj@ultra.linux.cz),
-		  David S. Miller (davem@redhat.com) and
-		  Peter Maydell (pmaydell@chiark.greenend.org.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
diff --git a/soft-fp/soft-fp.h b/soft-fp/soft-fp.h
index b24976d14d..e2b7c4ac65 100644
--- a/soft-fp/soft-fp.h
+++ b/soft-fp/soft-fp.h
@@ -1,10 +1,6 @@
 /* Software floating-point emulation.
    Copyright (C) 1997-2021 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
-   Contributed by Richard Henderson (rth@cygnus.com),
-		  Jakub Jelinek (jj@ultra.linux.cz),
-		  David S. Miller (davem@redhat.com) and
-		  Peter Maydell (pmaydell@chiark.greenend.org.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
diff --git a/soft-fp/subdf3.c b/soft-fp/subdf3.c
index 199a7869fd..9580d76df5 100644
--- a/soft-fp/subdf3.c
+++ b/soft-fp/subdf3.c
@@ -2,8 +2,6 @@
    Return a - b
    Copyright (C) 1997-2021 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
-   Contributed by Richard Henderson (rth@cygnus.com) and
-		  Jakub Jelinek (jj@ultra.linux.cz).
 
    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/soft-fp/subsf3.c b/soft-fp/subsf3.c
index 61794b17ab..7bfec37351 100644
--- a/soft-fp/subsf3.c
+++ b/soft-fp/subsf3.c
@@ -2,8 +2,6 @@
    Return a - b
    Copyright (C) 1997-2021 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
-   Contributed by Richard Henderson (rth@cygnus.com) and
-		  Jakub Jelinek (jj@ultra.linux.cz).
 
    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/soft-fp/subtf3.c b/soft-fp/subtf3.c
index 78199c89b6..590aae7d6e 100644
--- a/soft-fp/subtf3.c
+++ b/soft-fp/subtf3.c
@@ -2,8 +2,6 @@
    Return a - b
    Copyright (C) 1997-2021 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
-   Contributed by Richard Henderson (rth@cygnus.com) and
-		  Jakub Jelinek (jj@ultra.linux.cz).
 
    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/soft-fp/truncdfsf2.c b/soft-fp/truncdfsf2.c
index a1fcd9d427..89af9626d8 100644
--- a/soft-fp/truncdfsf2.c
+++ b/soft-fp/truncdfsf2.c
@@ -2,8 +2,6 @@
    Truncate IEEE double into IEEE single
    Copyright (C) 1997-2021 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
-   Contributed by Richard Henderson (rth@cygnus.com) and
-		  Jakub Jelinek (jj@ultra.linux.cz).
 
    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/soft-fp/trunctfdf2.c b/soft-fp/trunctfdf2.c
index ea378b3fe1..eab5eace42 100644
--- a/soft-fp/trunctfdf2.c
+++ b/soft-fp/trunctfdf2.c
@@ -2,8 +2,6 @@
    Truncate IEEE quad into IEEE double
    Copyright (C) 1997-2021 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
-   Contributed by Richard Henderson (rth@cygnus.com) and
-		  Jakub Jelinek (jj@ultra.linux.cz).
 
    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/soft-fp/trunctfsf2.c b/soft-fp/trunctfsf2.c
index 7f8ab390db..4bb19dc6f3 100644
--- a/soft-fp/trunctfsf2.c
+++ b/soft-fp/trunctfsf2.c
@@ -2,8 +2,6 @@
    Truncate IEEE quad into IEEE single
    Copyright (C) 1997-2021 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
-   Contributed by Richard Henderson (rth@cygnus.com) and
-		  Jakub Jelinek (jj@ultra.linux.cz).
 
    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/soft-fp/trunctfxf2.c b/soft-fp/trunctfxf2.c
index 9f395f07a3..10157471b8 100644
--- a/soft-fp/trunctfxf2.c
+++ b/soft-fp/trunctfxf2.c
@@ -2,7 +2,6 @@
    Truncate IEEE quad into IEEE extended
    Copyright (C) 2007-2021 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
-   Contributed by Uroš Bizjak (ubizjak@gmail.com).
 
    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/soft-fp/unorddf2.c b/soft-fp/unorddf2.c
index b6b5f6d001..15413862c3 100644
--- a/soft-fp/unorddf2.c
+++ b/soft-fp/unorddf2.c
@@ -2,7 +2,6 @@
    Return 1 iff a or b is a NaN, 0 otherwise.
    Copyright (C) 2006-2021 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
-   Contributed by Joseph Myers (joseph@codesourcery.com).
 
    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/soft-fp/unordsf2.c b/soft-fp/unordsf2.c
index e373bbd50b..f1c3319624 100644
--- a/soft-fp/unordsf2.c
+++ b/soft-fp/unordsf2.c
@@ -2,7 +2,6 @@
    Return 1 iff a or b is a NaN, 0 otherwise.
    Copyright (C) 2006-2021 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
-   Contributed by Joseph Myers (joseph@codesourcery.com).
 
    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/soft-fp/unordtf2.c b/soft-fp/unordtf2.c
index 765cdeeae5..ef417f67b7 100644
--- a/soft-fp/unordtf2.c
+++ b/soft-fp/unordtf2.c
@@ -2,7 +2,6 @@
    Return 1 iff a or b is a NaN, 0 otherwise.
    Copyright (C) 2006-2021 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
-   Contributed by Joseph Myers (joseph@codesourcery.com).
 
    The GNU C Library is free software; you can redistribute it and/or
    modify it under the terms of the GNU Lesser General Public