aboutsummaryrefslogtreecommitdiff
path: root/math
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 /math
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 'math')
-rw-r--r--math/atest-exp.c1
-rw-r--r--math/atest-exp2.c1
-rw-r--r--math/atest-sincos.c1
-rw-r--r--math/basic-test.c1
-rw-r--r--math/cabs_template.c1
-rw-r--r--math/carg_template.c1
-rw-r--r--math/cimag_template.c1
-rw-r--r--math/conj_template.c1
-rw-r--r--math/creal_template.c1
-rw-r--r--math/divtc3.c1
-rw-r--r--math/e_exp10.c1
-rw-r--r--math/e_exp10l.c1
-rw-r--r--math/fclrexcpt.c1
-rw-r--r--math/fedisblxcpt.c1
-rw-r--r--math/feenablxcpt.c1
-rw-r--r--math/fegetenv.c1
-rw-r--r--math/fegetexcept.c1
-rw-r--r--math/fegetround.c1
-rw-r--r--math/feholdexcpt.c1
-rw-r--r--math/fesetenv.c1
-rw-r--r--math/fesetround.c1
-rw-r--r--math/feupdateenv.c1
-rw-r--r--math/fgetexcptflg.c1
-rw-r--r--math/fraiseexcpt.c1
-rw-r--r--math/fsetexcptflg.c1
-rw-r--r--math/ftestexcept.c1
-rw-r--r--math/multc3.c1
-rw-r--r--math/s_cacos_template.c1
-rw-r--r--math/s_cacosh_template.c1
-rw-r--r--math/s_casin_template.c1
-rw-r--r--math/s_casinh_template.c1
-rw-r--r--math/s_catan_template.c1
-rw-r--r--math/s_catanh_template.c1
-rw-r--r--math/s_ccos_template.c1
-rw-r--r--math/s_ccosh_template.c1
-rw-r--r--math/s_cexp_template.c1
-rw-r--r--math/s_clog10_template.c1
-rw-r--r--math/s_clog_template.c1
-rw-r--r--math/s_cpow_template.c1
-rw-r--r--math/s_cproj_template.c1
-rw-r--r--math/s_csin_template.c1
-rw-r--r--math/s_csinh_template.c1
-rw-r--r--math/s_csqrt_template.c2
-rw-r--r--math/s_ctan_template.c1
-rw-r--r--math/s_ctanh_template.c1
-rw-r--r--math/s_fdim_template.c1
-rw-r--r--math/s_fma.c1
-rw-r--r--math/s_fmaf.c1
-rw-r--r--math/s_fmal.c1
-rw-r--r--math/s_fmax_template.c1
-rw-r--r--math/s_fmin_template.c1
-rw-r--r--math/s_nan_template.c1
-rw-r--r--math/test-fenv.c2
-rw-r--r--math/test-fpucw.c1
-rw-r--r--math/test-math-isinff.cc1
-rw-r--r--math/test-snan.c1
-rw-r--r--math/test-tgmath-int.c1
-rw-r--r--math/test-tgmath-ret.c1
-rw-r--r--math/test-tgmath.c2
-rw-r--r--math/test-tgmath2.c1
-rw-r--r--math/tst-CMPLX2.c1
-rw-r--r--math/tst-definitions.c1
-rw-r--r--math/w_acos_compat.c1
-rw-r--r--math/w_acosf_compat.c1
-rw-r--r--math/w_acosh_compat.c1
-rw-r--r--math/w_acoshf_compat.c1
-rw-r--r--math/w_acoshl_compat.c1
-rw-r--r--math/w_acosl_compat.c1
-rw-r--r--math/w_asin_compat.c1
-rw-r--r--math/w_asinf_compat.c1
-rw-r--r--math/w_asinl_compat.c1
-rw-r--r--math/w_atan2_compat.c1
-rw-r--r--math/w_atan2f_compat.c1
-rw-r--r--math/w_atan2l_compat.c1
-rw-r--r--math/w_atanh_compat.c1
-rw-r--r--math/w_atanhf_compat.c1
-rw-r--r--math/w_atanhl_compat.c1
-rw-r--r--math/w_coshf_compat.c2
-rw-r--r--math/w_coshl_compat.c3
-rw-r--r--math/w_exp10_compat.c1
-rw-r--r--math/w_exp10f_compat.c1
-rw-r--r--math/w_exp10l_compat.c1
-rw-r--r--math/w_exp_compat.c1
-rw-r--r--math/w_expf_compat.c1
-rw-r--r--math/w_expl_compat.c2
-rw-r--r--math/w_fmod_compat.c1
-rw-r--r--math/w_fmodf_compat.c1
-rw-r--r--math/w_fmodl_compat.c1
-rw-r--r--math/w_hypotf_compat.c1
-rw-r--r--math/w_hypotl_compat.c2
-rw-r--r--math/w_j0_compat.c1
-rw-r--r--math/w_j0f_compat.c1
-rw-r--r--math/w_j0l_compat.c1
-rw-r--r--math/w_j1_compat.c1
-rw-r--r--math/w_j1f_compat.c1
-rw-r--r--math/w_j1l_compat.c1
-rw-r--r--math/w_jn_compat.c1
-rw-r--r--math/w_jnf_compat.c1
-rw-r--r--math/w_jnl_compat.c2
-rw-r--r--math/w_lgammaf_main.c1
-rw-r--r--math/w_lgammaf_r_compat.c1
-rw-r--r--math/w_lgammal_main.c2
-rw-r--r--math/w_lgammal_r_compat.c2
-rw-r--r--math/w_log10_compat.c1
-rw-r--r--math/w_log10f_compat.c1
-rw-r--r--math/w_log10l_compat.c1
-rw-r--r--math/w_log2_compat.c1
-rw-r--r--math/w_log2f_compat.c1
-rw-r--r--math/w_log2l_compat.c1
-rw-r--r--math/w_log_compat.c1
-rw-r--r--math/w_logf_compat.c1
-rw-r--r--math/w_logl_compat.c1
-rw-r--r--math/w_pow_compat.c1
-rw-r--r--math/w_powf_compat.c1
-rw-r--r--math/w_powl_compat.c1
-rw-r--r--math/w_remainder_compat.c1
-rw-r--r--math/w_remainderf_compat.c1
-rw-r--r--math/w_remainderl_compat.c1
-rw-r--r--math/w_scalb_compat.c1
-rw-r--r--math/w_scalbf_compat.c1
-rw-r--r--math/w_scalbl_compat.c1
-rw-r--r--math/w_sinhf_compat.c1
-rw-r--r--math/w_sinhl_compat.c2
-rw-r--r--math/w_sqrt_compat.c1
-rw-r--r--math/w_sqrtf_compat.c1
-rw-r--r--math/w_sqrtl_compat.c1
-rw-r--r--math/w_tgammaf_compat.c1
-rw-r--r--math/w_tgammal_compat.c2
128 files changed, 0 insertions, 141 deletions
diff --git a/math/atest-exp.c b/math/atest-exp.c
index aeda33e..9ec4cd5 100644
--- a/math/atest-exp.c
+++ b/math/atest-exp.c
@@ -1,6 +1,5 @@
/* Copyright (C) 1997-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
- Contributed by Geoffrey Keating <Geoff.Keating@anu.edu.au>, 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/math/atest-exp2.c b/math/atest-exp2.c
index 20960dd..2d7111f 100644
--- a/math/atest-exp2.c
+++ b/math/atest-exp2.c
@@ -1,6 +1,5 @@
/* Copyright (C) 1997-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
- Contributed by Geoffrey Keating <Geoff.Keating@anu.edu.au>, 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/math/atest-sincos.c b/math/atest-sincos.c
index df26230..02c2771 100644
--- a/math/atest-sincos.c
+++ b/math/atest-sincos.c
@@ -1,6 +1,5 @@
/* Copyright (C) 1997-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
- Contributed by Geoffrey Keating <Geoff.Keating@anu.edu.au>, 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/math/basic-test.c b/math/basic-test.c
index 0c56d43..e3e5942 100644
--- a/math/basic-test.c
+++ b/math/basic-test.c
@@ -1,6 +1,5 @@
/* Copyright (C) 1999-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
- Contributed by Andreas Jaeger <aj@suse.de>, 1999.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
diff --git a/math/cabs_template.c b/math/cabs_template.c
index e80a0c2..07b45a2 100644
--- a/math/cabs_template.c
+++ b/math/cabs_template.c
@@ -1,7 +1,6 @@
/* Return the complex absolute value of complex float type.
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/math/carg_template.c b/math/carg_template.c
index 8b263f2..ad301c0 100644
--- a/math/carg_template.c
+++ b/math/carg_template.c
@@ -1,7 +1,6 @@
/* Compute argument of complex float type.
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/math/cimag_template.c b/math/cimag_template.c
index 36a8d54..c3d7a74 100644
--- a/math/cimag_template.c
+++ b/math/cimag_template.c
@@ -1,7 +1,6 @@
/* Return imaginary part of complex float type.
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/math/conj_template.c b/math/conj_template.c
index d131cb6..5001a32 100644
--- a/math/conj_template.c
+++ b/math/conj_template.c
@@ -1,7 +1,6 @@
/* Return complex conjugate of complex float type.
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/math/creal_template.c b/math/creal_template.c
index 93439c7..eec0c5e 100644
--- a/math/creal_template.c
+++ b/math/creal_template.c
@@ -1,7 +1,6 @@
/* Return real part of complex float type.
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/math/divtc3.c b/math/divtc3.c
index 5cb7bfa..061b207 100644
--- a/math/divtc3.c
+++ b/math/divtc3.c
@@ -1,6 +1,5 @@
/* Copyright (C) 2005-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
- Contributed by Richard Henderson <rth@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/math/e_exp10.c b/math/e_exp10.c
index 3458d9c..12fac96 100644
--- a/math/e_exp10.c
+++ b/math/e_exp10.c
@@ -1,6 +1,5 @@
/* 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/math/e_exp10l.c b/math/e_exp10l.c
index 3a6eb94..4fd8115 100644
--- a/math/e_exp10l.c
+++ b/math/e_exp10l.c
@@ -1,6 +1,5 @@
/* 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/math/fclrexcpt.c b/math/fclrexcpt.c
index c03d123..c5044a1 100644
--- a/math/fclrexcpt.c
+++ b/math/fclrexcpt.c
@@ -1,7 +1,6 @@
/* Clear given exceptions in current floating-point environment.
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/math/fedisblxcpt.c b/math/fedisblxcpt.c
index 1ee7c05..98927b2 100644
--- a/math/fedisblxcpt.c
+++ b/math/fedisblxcpt.c
@@ -1,7 +1,6 @@
/* Disable floating-point exceptions.
Copyright (C) 1999-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
- Contributed by Andreas Jaeger <aj@suse.de>, 1999.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
diff --git a/math/feenablxcpt.c b/math/feenablxcpt.c
index 6e2a88c..812e3ad 100644
--- a/math/feenablxcpt.c
+++ b/math/feenablxcpt.c
@@ -1,7 +1,6 @@
/* Enable floating-point exceptions.
Copyright (C) 1999-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
- Contributed by Andreas Jaeger <aj@suse.de>, 1999.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
diff --git a/math/fegetenv.c b/math/fegetenv.c
index b605cca..301d0ec 100644
--- a/math/fegetenv.c
+++ b/math/fegetenv.c
@@ -1,7 +1,6 @@
/* Store current floating-point environment.
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/math/fegetexcept.c b/math/fegetexcept.c
index fcc2279..c120227 100644
--- a/math/fegetexcept.c
+++ b/math/fegetexcept.c
@@ -1,7 +1,6 @@
/* Get floating-point exceptions.
Copyright (C) 1999-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
- Contributed by Andreas Jaeger <aj@suse.de>, 1999.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
diff --git a/math/fegetround.c b/math/fegetround.c
index 2514ba6..b207df1 100644
--- a/math/fegetround.c
+++ b/math/fegetround.c
@@ -1,7 +1,6 @@
/* Return current rounding direction.
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/math/feholdexcpt.c b/math/feholdexcpt.c
index 9397019..5cb2c9c 100644
--- a/math/feholdexcpt.c
+++ b/math/feholdexcpt.c
@@ -1,7 +1,6 @@
/* Store current floating-point environment and clear exceptions.
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/math/fesetenv.c b/math/fesetenv.c
index 4e0e4fc..c63336a 100644
--- a/math/fesetenv.c
+++ b/math/fesetenv.c
@@ -1,7 +1,6 @@
/* Install given floating-point environment.
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/math/fesetround.c b/math/fesetround.c
index 257038e..e32e512 100644
--- a/math/fesetround.c
+++ b/math/fesetround.c
@@ -1,7 +1,6 @@
/* Set current rounding direction.
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/math/feupdateenv.c b/math/feupdateenv.c
index 4218f94..624b0c8 100644
--- a/math/feupdateenv.c
+++ b/math/feupdateenv.c
@@ -1,7 +1,6 @@
/* Install given floating-point environment and raise exceptions.
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/math/fgetexcptflg.c b/math/fgetexcptflg.c
index ae6077b..d987a50 100644
--- a/math/fgetexcptflg.c
+++ b/math/fgetexcptflg.c
@@ -1,7 +1,6 @@
/* Store current representation for exceptions.
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/math/fraiseexcpt.c b/math/fraiseexcpt.c
index 3a95033..5e31c24 100644
--- a/math/fraiseexcpt.c
+++ b/math/fraiseexcpt.c
@@ -1,7 +1,6 @@
/* Raise given exceptions.
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/math/fsetexcptflg.c b/math/fsetexcptflg.c
index 178ca7d..0b98cbc 100644
--- a/math/fsetexcptflg.c
+++ b/math/fsetexcptflg.c
@@ -1,7 +1,6 @@
/* Set floating-point environment exception handling.
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/math/ftestexcept.c b/math/ftestexcept.c
index e6ad13f..5fab8eb 100644
--- a/math/ftestexcept.c
+++ b/math/ftestexcept.c
@@ -1,7 +1,6 @@
/* Test exception in current environment.
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/math/multc3.c b/math/multc3.c
index 6b28122..8f6ab28 100644
--- a/math/multc3.c
+++ b/math/multc3.c
@@ -1,6 +1,5 @@
/* Copyright (C) 2005-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
- Contributed by Richard Henderson <rth@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/math/s_cacos_template.c b/math/s_cacos_template.c
index d15fd90..8c014ec 100644
--- a/math/s_cacos_template.c
+++ b/math/s_cacos_template.c
@@ -1,7 +1,6 @@
/* Return cosine of a complex type.
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/math/s_cacosh_template.c b/math/s_cacosh_template.c
index 30258f3..bcaf586 100644
--- a/math/s_cacosh_template.c
+++ b/math/s_cacosh_template.c
@@ -1,7 +1,6 @@
/* Return arc hyperbolic cosine for a complex type.
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/math/s_casin_template.c b/math/s_casin_template.c
index 9776c71..6968fb9 100644
--- a/math/s_casin_template.c
+++ b/math/s_casin_template.c
@@ -1,7 +1,6 @@
/* Return arc sine of a complex float type.
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/math/s_casinh_template.c b/math/s_casinh_template.c
index 5447ea3..8702c81 100644
--- a/math/s_casinh_template.c
+++ b/math/s_casinh_template.c
@@ -1,7 +1,6 @@
/* Return arc hyperbolic sine for a complex float type.
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/math/s_catan_template.c b/math/s_catan_template.c
index e07718b..b9f8277 100644
--- a/math/s_catan_template.c
+++ b/math/s_catan_template.c
@@ -1,7 +1,6 @@
/* Return arc tangent of complex float type.
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/math/s_catanh_template.c b/math/s_catanh_template.c
index df4131a..63c1473 100644
--- a/math/s_catanh_template.c
+++ b/math/s_catanh_template.c
@@ -1,7 +1,6 @@
/* Return arc hyperbolic tangent for a complex float type.
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/math/s_ccos_template.c b/math/s_ccos_template.c
index 890b3ed..bf7aa9f 100644
--- a/math/s_ccos_template.c
+++ b/math/s_ccos_template.c
@@ -1,7 +1,6 @@
/* Return cosine of complex float type.
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/math/s_ccosh_template.c b/math/s_ccosh_template.c
index 6cf56e5..ad3a129 100644
--- a/math/s_ccosh_template.c
+++ b/math/s_ccosh_template.c
@@ -1,7 +1,6 @@
/* Complex cosine hyperbolic function for float types.
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/math/s_cexp_template.c b/math/s_cexp_template.c
index bb60431..c5be98e 100644
--- a/math/s_cexp_template.c
+++ b/math/s_cexp_template.c
@@ -1,7 +1,6 @@
/* Return value of complex exponential function for a float type.
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/math/s_clog10_template.c b/math/s_clog10_template.c
index 9fcec5f..77b714a 100644
--- a/math/s_clog10_template.c
+++ b/math/s_clog10_template.c
@@ -1,7 +1,6 @@
/* Compute complex base 10 logarithm.
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/math/s_clog_template.c b/math/s_clog_template.c
index 3a723e9..0f6360c 100644
--- a/math/s_clog_template.c
+++ b/math/s_clog_template.c
@@ -1,7 +1,6 @@
/* Compute complex natural logarithm.
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/math/s_cpow_template.c b/math/s_cpow_template.c
index 71ce0c0..1185273 100644
--- a/math/s_cpow_template.c
+++ b/math/s_cpow_template.c
@@ -1,7 +1,6 @@
/* Complex power of float type.
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/math/s_cproj_template.c b/math/s_cproj_template.c
index 414935c..1ec47ae 100644
--- a/math/s_cproj_template.c
+++ b/math/s_cproj_template.c
@@ -1,7 +1,6 @@
/* Compute projection of complex float type value to Riemann sphere.
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/math/s_csin_template.c b/math/s_csin_template.c
index d2e02be..6bee183 100644
--- a/math/s_csin_template.c
+++ b/math/s_csin_template.c
@@ -1,7 +1,6 @@
/* Complex sine function for float types.
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/math/s_csinh_template.c b/math/s_csinh_template.c
index 7a35ab6..679e76b 100644
--- a/math/s_csinh_template.c
+++ b/math/s_csinh_template.c
@@ -1,7 +1,6 @@
/* Complex sine hyperbole function for float types.
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/math/s_csqrt_template.c b/math/s_csqrt_template.c
index 5197d97..af80d5a 100644
--- a/math/s_csqrt_template.c
+++ b/math/s_csqrt_template.c
@@ -1,8 +1,6 @@
/* Complex square root of a float type.
Copyright (C) 1997-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
- Based on an algorithm by Stephen L. Moshier <moshier@world.std.com>.
- 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/math/s_ctan_template.c b/math/s_ctan_template.c
index 645a18d..aabdcd5 100644
--- a/math/s_ctan_template.c
+++ b/math/s_ctan_template.c
@@ -1,7 +1,6 @@
/* Complex tangent function for a complex float type.
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/math/s_ctanh_template.c b/math/s_ctanh_template.c
index 7fcaddb..b9fca82 100644
--- a/math/s_ctanh_template.c
+++ b/math/s_ctanh_template.c
@@ -1,7 +1,6 @@
/* Complex hyperbolic tangent for float types.
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/math/s_fdim_template.c b/math/s_fdim_template.c
index 5057db0..09fdf33 100644
--- a/math/s_fdim_template.c
+++ b/math/s_fdim_template.c
@@ -1,7 +1,6 @@
/* Return positive difference between arguments.
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/math/s_fma.c b/math/s_fma.c
index 29d7b46..5b0afde 100644
--- a/math/s_fma.c
+++ b/math/s_fma.c
@@ -1,7 +1,6 @@
/* Compute x * y + z as ternary operation.
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/math/s_fmaf.c b/math/s_fmaf.c
index 0da3b9a..401f0fc 100644
--- a/math/s_fmaf.c
+++ b/math/s_fmaf.c
@@ -1,7 +1,6 @@
/* Compute x * y + z as ternary operation.
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/math/s_fmal.c b/math/s_fmal.c
index 4b89cfb..6b13ea1d 100644
--- a/math/s_fmal.c
+++ b/math/s_fmal.c
@@ -1,7 +1,6 @@
/* Compute x * y + z as ternary operation.
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/math/s_fmax_template.c b/math/s_fmax_template.c
index 831baba..d817406 100644
--- a/math/s_fmax_template.c
+++ b/math/s_fmax_template.c
@@ -1,7 +1,6 @@
/* Return maximum numeric value of X and Y.
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/math/s_fmin_template.c b/math/s_fmin_template.c
index 36c7fbe..565a836 100644
--- a/math/s_fmin_template.c
+++ b/math/s_fmin_template.c
@@ -1,7 +1,6 @@
/* Return minimum numeric value of X and Y.
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/math/s_nan_template.c b/math/s_nan_template.c
index 0fe64bb..b3e55c7 100644
--- a/math/s_nan_template.c
+++ b/math/s_nan_template.c
@@ -1,7 +1,6 @@
/* Return quiet nan.
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/math/test-fenv.c b/math/test-fenv.c
index a196258..073e233 100644
--- a/math/test-fenv.c
+++ b/math/test-fenv.c
@@ -1,7 +1,5 @@
/* Copyright (C) 1997-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
- Contributed by Andreas Jaeger <aj@suse.de> and
- 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/math/test-fpucw.c b/math/test-fpucw.c
index 526052e..81c824f 100644
--- a/math/test-fpucw.c
+++ b/math/test-fpucw.c
@@ -1,6 +1,5 @@
/* Copyright (C) 2000-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
- Contributed by Andreas Jaeger <aj@suse.de>, 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/math/test-math-isinff.cc b/math/test-math-isinff.cc
index 9682124..6458f8f 100644
--- a/math/test-math-isinff.cc
+++ b/math/test-math-isinff.cc
@@ -1,7 +1,6 @@
/* Test for bug 19439.
Copyright (C) 2016-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
- Contributed by Marek Polacek <polacek@redhat.com>, 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/math/test-snan.c b/math/test-snan.c
index 5c74a7e..8008baf 100644
--- a/math/test-snan.c
+++ b/math/test-snan.c
@@ -1,7 +1,6 @@
/* Test signaling NaNs in issignaling, isnan, isinf, and similar functions.
Copyright (C) 2008-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
- Contributed by Andreas Jaeger <aj@suse.de>, 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/math/test-tgmath-int.c b/math/test-tgmath-int.c
index 7210753..2384eaa 100644
--- a/math/test-tgmath-int.c
+++ b/math/test-tgmath-int.c
@@ -1,7 +1,6 @@
/* Test compilation of tgmath macros.
Copyright (C) 2005-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
- Contributed by Andreas Jaeger <aj@suse.de>, 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/math/test-tgmath-ret.c b/math/test-tgmath-ret.c
index fbc2235..5d43140 100644
--- a/math/test-tgmath-ret.c
+++ b/math/test-tgmath-ret.c
@@ -1,7 +1,6 @@
/* Test compilation of tgmath macros.
Copyright (C) 2003-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
- Contributed by Andreas Jaeger <aj@suse.de>, 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/math/test-tgmath.c b/math/test-tgmath.c
index 21af8c9..6ec7760 100644
--- a/math/test-tgmath.c
+++ b/math/test-tgmath.c
@@ -1,8 +1,6 @@
/* Test compilation of tgmath macros.
Copyright (C) 2001-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
- Contributed by Jakub Jelinek <jakub@redhat.com> and
- 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/math/test-tgmath2.c b/math/test-tgmath2.c
index b8fb00c..88b180d 100644
--- a/math/test-tgmath2.c
+++ b/math/test-tgmath2.c
@@ -1,7 +1,6 @@
/* Test compilation of tgmath macros.
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/math/tst-CMPLX2.c b/math/tst-CMPLX2.c
index e42bd91..bcd78ae 100644
--- a/math/tst-CMPLX2.c
+++ b/math/tst-CMPLX2.c
@@ -1,6 +1,5 @@
/* Copyright (C) 2012-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
- Contributed by Marek Polacek <polacek@redhat.com>, 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/math/tst-definitions.c b/math/tst-definitions.c
index 2aad824..249177c 100644
--- a/math/tst-definitions.c
+++ b/math/tst-definitions.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/math/w_acos_compat.c b/math/w_acos_compat.c
index 571faa4..3bc0b35 100644
--- a/math/w_acos_compat.c
+++ b/math/w_acos_compat.c
@@ -1,6 +1,5 @@
/* Copyright (C) 2011-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
- Contributed by Ulrich Drepper <drepper@gmail.com>, 2011.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
diff --git a/math/w_acosf_compat.c b/math/w_acosf_compat.c
index 4b6a870..3e950a1 100644
--- a/math/w_acosf_compat.c
+++ b/math/w_acosf_compat.c
@@ -1,6 +1,5 @@
/* Copyright (C) 2011-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
- Contributed by Ulrich Drepper <drepper@gmail.com>, 2011.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
diff --git a/math/w_acosh_compat.c b/math/w_acosh_compat.c
index 744d0e4..8e6a2d7 100644
--- a/math/w_acosh_compat.c
+++ b/math/w_acosh_compat.c
@@ -1,6 +1,5 @@
/* Copyright (C) 2011-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
- Contributed by Ulrich Drepper <drepper@gmail.com>, 2011.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
diff --git a/math/w_acoshf_compat.c b/math/w_acoshf_compat.c
index 4b889d1..ffb53f2 100644
--- a/math/w_acoshf_compat.c
+++ b/math/w_acoshf_compat.c
@@ -1,6 +1,5 @@
/* Copyright (C) 2011-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
- Contributed by Ulrich Drepper <drepper@gmail.com>, 2011.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
diff --git a/math/w_acoshl_compat.c b/math/w_acoshl_compat.c
index 1e9b74f..5f6cbeb 100644
--- a/math/w_acoshl_compat.c
+++ b/math/w_acoshl_compat.c
@@ -1,6 +1,5 @@
/* Copyright (C) 2011-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
- Contributed by Ulrich Drepper <drepper@gmail.com>, 2011.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
diff --git a/math/w_acosl_compat.c b/math/w_acosl_compat.c
index ca91de3..48148db 100644
--- a/math/w_acosl_compat.c
+++ b/math/w_acosl_compat.c
@@ -1,6 +1,5 @@
/* Copyright (C) 2011-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
- Contributed by Ulrich Drepper <drepper@gmail.com>, 2011.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
diff --git a/math/w_asin_compat.c b/math/w_asin_compat.c
index 328c699..a35fb92 100644
--- a/math/w_asin_compat.c
+++ b/math/w_asin_compat.c
@@ -1,6 +1,5 @@
/* Copyright (C) 2011-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
- Contributed by Ulrich Drepper <drepper@gmail.com>, 2011.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
diff --git a/math/w_asinf_compat.c b/math/w_asinf_compat.c
index bf76f7f..b0d813b 100644
--- a/math/w_asinf_compat.c
+++ b/math/w_asinf_compat.c
@@ -1,6 +1,5 @@
/* Copyright (C) 2011-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
- Contributed by Ulrich Drepper <drepper@gmail.com>, 2011.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
diff --git a/math/w_asinl_compat.c b/math/w_asinl_compat.c
index fb0a34a..95af69f 100644
--- a/math/w_asinl_compat.c
+++ b/math/w_asinl_compat.c
@@ -1,6 +1,5 @@
/* Copyright (C) 2011-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
- Contributed by Ulrich Drepper <drepper@gmail.com>, 2011.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
diff --git a/math/w_atan2_compat.c b/math/w_atan2_compat.c
index 1f3271d..9d3b7a2 100644
--- a/math/w_atan2_compat.c
+++ b/math/w_atan2_compat.c
@@ -1,6 +1,5 @@
/* Copyright (C) 2011-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
- Contributed by Ulrich Drepper <drepper@gmail.com>, 2011.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
diff --git a/math/w_atan2f_compat.c b/math/w_atan2f_compat.c
index 8f12903..a1c6702 100644
--- a/math/w_atan2f_compat.c
+++ b/math/w_atan2f_compat.c
@@ -1,6 +1,5 @@
/* Copyright (C) 2011-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
- Contributed by Ulrich Drepper <drepper@gmail.com>, 2011.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
diff --git a/math/w_atan2l_compat.c b/math/w_atan2l_compat.c
index 67d22de..faf7f80 100644
--- a/math/w_atan2l_compat.c
+++ b/math/w_atan2l_compat.c
@@ -1,6 +1,5 @@
/* Copyright (C) 2011-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
- Contributed by Ulrich Drepper <drepper@gmail.com>, 2011.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
diff --git a/math/w_atanh_compat.c b/math/w_atanh_compat.c
index a8746c8..16420c3 100644
--- a/math/w_atanh_compat.c
+++ b/math/w_atanh_compat.c
@@ -1,6 +1,5 @@
/* Copyright (C) 2011-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
- Contributed by Ulrich Drepper <drepper@gmail.com>, 2011.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
diff --git a/math/w_atanhf_compat.c b/math/w_atanhf_compat.c
index 4160fed..a64e2ac 100644
--- a/math/w_atanhf_compat.c
+++ b/math/w_atanhf_compat.c
@@ -1,6 +1,5 @@
/* Copyright (C) 2011-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
- Contributed by Ulrich Drepper <drepper@gmail.com>, 2011.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
diff --git a/math/w_atanhl_compat.c b/math/w_atanhl_compat.c
index 025fb81..cdfe638 100644
--- a/math/w_atanhl_compat.c
+++ b/math/w_atanhl_compat.c
@@ -1,6 +1,5 @@
/* Copyright (C) 2011-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
- Contributed by Ulrich Drepper <drepper@gmail.com>, 2011.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
diff --git a/math/w_coshf_compat.c b/math/w_coshf_compat.c
index e19f338..ce5e196 100644
--- a/math/w_coshf_compat.c
+++ b/math/w_coshf_compat.c
@@ -1,6 +1,4 @@
/* w_coshf.c -- float version of w_cosh.c.
- * Conversion to float by Ian Lance Taylor, Cygnus Support, ian@cygnus.com.
- * Optimizations by Ulrich Drepper <drepper@gmail.com>, 2011.
*/
/*
diff --git a/math/w_coshl_compat.c b/math/w_coshl_compat.c
index fc357f3..8f2145b 100644
--- a/math/w_coshl_compat.c
+++ b/math/w_coshl_compat.c
@@ -1,7 +1,4 @@
/* w_acoshl.c -- long double version of w_acosh.c.
- * Conversion to long double by Ulrich Drepper,
- * Cygnus Support, drepper@cygnus.com.
- * Optimizations by Ulrich Drepper <drepper@gmail.com>, 2011.
*/
/*
diff --git a/math/w_exp10_compat.c b/math/w_exp10_compat.c
index 33c6faf..448de3b 100644
--- a/math/w_exp10_compat.c
+++ b/math/w_exp10_compat.c
@@ -1,6 +1,5 @@
/* Copyright (C) 2011-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
- Contributed by Ulrich Drepper <drepper@gmail.com>, 2011.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
diff --git a/math/w_exp10f_compat.c b/math/w_exp10f_compat.c
index 03d93ec..dd72145 100644
--- a/math/w_exp10f_compat.c
+++ b/math/w_exp10f_compat.c
@@ -1,6 +1,5 @@
/* Copyright (C) 2011-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
- Contributed by Ulrich Drepper <drepper@gmail.com>, 2011.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
diff --git a/math/w_exp10l_compat.c b/math/w_exp10l_compat.c
index 2ff052f..1e442b7 100644
--- a/math/w_exp10l_compat.c
+++ b/math/w_exp10l_compat.c
@@ -1,6 +1,5 @@
/* Copyright (C) 2011-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
- Contributed by Ulrich Drepper <drepper@gmail.com>, 2011.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
diff --git a/math/w_exp_compat.c b/math/w_exp_compat.c
index de16255..7799875 100644
--- a/math/w_exp_compat.c
+++ b/math/w_exp_compat.c
@@ -1,6 +1,5 @@
/* Copyright (C) 2011-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
- Contributed by Ulrich Drepper <drepper@gmail.com>, 2011.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
diff --git a/math/w_expf_compat.c b/math/w_expf_compat.c
index 06eb938..3e110ec 100644
--- a/math/w_expf_compat.c
+++ b/math/w_expf_compat.c
@@ -1,6 +1,5 @@
/* Copyright (C) 2011-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
- Contributed by Ulrich Drepper <drepper@gmail.com>, 2011.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
diff --git a/math/w_expl_compat.c b/math/w_expl_compat.c
index 3c78f57..b37b9ca 100644
--- a/math/w_expl_compat.c
+++ b/math/w_expl_compat.c
@@ -1,6 +1,4 @@
/* w_expl.c -- long double version of w_exp.c.
- * Conversion to long double by Ulrich Drepper,
- * Cygnus Support, drepper@cygnus.com.
*/
/*
diff --git a/math/w_fmod_compat.c b/math/w_fmod_compat.c
index 8395d26..5e8eec9 100644
--- a/math/w_fmod_compat.c
+++ b/math/w_fmod_compat.c
@@ -1,6 +1,5 @@
/* Copyright (C) 2011-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
- Contributed by Ulrich Drepper <drepper@gmail.com>, 2011.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
diff --git a/math/w_fmodf_compat.c b/math/w_fmodf_compat.c
index 6f295f2..816522b 100644
--- a/math/w_fmodf_compat.c
+++ b/math/w_fmodf_compat.c
@@ -1,6 +1,5 @@
/* Copyright (C) 2011-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
- Contributed by Ulrich Drepper <drepper@gmail.com>, 2011.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
diff --git a/math/w_fmodl_compat.c b/math/w_fmodl_compat.c
index 40e92b2..fc38732 100644
--- a/math/w_fmodl_compat.c
+++ b/math/w_fmodl_compat.c
@@ -1,6 +1,5 @@
/* Copyright (C) 2011-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
- Contributed by Ulrich Drepper <drepper@gmail.com>, 2011.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
diff --git a/math/w_hypotf_compat.c b/math/w_hypotf_compat.c
index 82870ce..05898d3 100644
--- a/math/w_hypotf_compat.c
+++ b/math/w_hypotf_compat.c
@@ -1,5 +1,4 @@
/* w_hypotf.c -- float version of w_hypot.c.
- * Conversion to float by Ian Lance Taylor, Cygnus Support, ian@cygnus.com.
*/
/*
diff --git a/math/w_hypotl_compat.c b/math/w_hypotl_compat.c
index db54951..dd53b11 100644
--- a/math/w_hypotl_compat.c
+++ b/math/w_hypotl_compat.c
@@ -1,6 +1,4 @@
/* w_hypotl.c -- long double version of w_hypot.c.
- * Conversion to long double by Ulrich Drepper,
- * Cygnus Support, drepper@cygnus.com.
*/
/*
diff --git a/math/w_j0_compat.c b/math/w_j0_compat.c
index d22b603..469e51b 100644
--- a/math/w_j0_compat.c
+++ b/math/w_j0_compat.c
@@ -1,6 +1,5 @@
/* Copyright (C) 2011-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
- Contributed by Ulrich Drepper <drepper@gmail.com>, 2011.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
diff --git a/math/w_j0f_compat.c b/math/w_j0f_compat.c
index a4882ea..d375f3b 100644
--- a/math/w_j0f_compat.c
+++ b/math/w_j0f_compat.c
@@ -1,6 +1,5 @@
/* Copyright (C) 2011-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
- Contributed by Ulrich Drepper <drepper@gmail.com>, 2011.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
diff --git a/math/w_j0l_compat.c b/math/w_j0l_compat.c
index d61e107..b4b6936 100644
--- a/math/w_j0l_compat.c
+++ b/math/w_j0l_compat.c
@@ -1,6 +1,5 @@
/* Copyright (C) 2011-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
- Contributed by Ulrich Drepper <drepper@gmail.com>, 2011.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
diff --git a/math/w_j1_compat.c b/math/w_j1_compat.c
index a78ece4..e00fdfb 100644
--- a/math/w_j1_compat.c
+++ b/math/w_j1_compat.c
@@ -1,6 +1,5 @@
/* Copyright (C) 2011-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
- Contributed by Ulrich Drepper <drepper@gmail.com>, 2011.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
diff --git a/math/w_j1f_compat.c b/math/w_j1f_compat.c
index f2ec7b3..81e56b7 100644
--- a/math/w_j1f_compat.c
+++ b/math/w_j1f_compat.c
@@ -1,6 +1,5 @@
/* Copyright (C) 2011-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
- Contributed by Ulrich Drepper <drepper@gmail.com>, 2011.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
diff --git a/math/w_j1l_compat.c b/math/w_j1l_compat.c
index 13c20d5..af0a463 100644
--- a/math/w_j1l_compat.c
+++ b/math/w_j1l_compat.c
@@ -1,6 +1,5 @@
/* Copyright (C) 2011-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
- Contributed by Ulrich Drepper <drepper@gmail.com>, 2011.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
diff --git a/math/w_jn_compat.c b/math/w_jn_compat.c
index 75eadba..cc4f8dd 100644
--- a/math/w_jn_compat.c
+++ b/math/w_jn_compat.c
@@ -1,6 +1,5 @@
/* Copyright (C) 2011-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
- Contributed by Ulrich Drepper <drepper@gmail.com>, 2011.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
diff --git a/math/w_jnf_compat.c b/math/w_jnf_compat.c
index fb6e506..296e631 100644
--- a/math/w_jnf_compat.c
+++ b/math/w_jnf_compat.c
@@ -1,6 +1,5 @@
/* Copyright (C) 2011-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
- Contributed by Ulrich Drepper <drepper@gmail.com>, 2011.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
diff --git a/math/w_jnl_compat.c b/math/w_jnl_compat.c
index e5c1d92..d87cf77 100644
--- a/math/w_jnl_compat.c
+++ b/math/w_jnl_compat.c
@@ -1,6 +1,4 @@
/* w_jnl.c -- long double version of w_jn.c.
- * Conversion to long double by Ulrich Drepper,
- * Cygnus Support, drepper@cygnus.com.
*/
/*
diff --git a/math/w_lgammaf_main.c b/math/w_lgammaf_main.c
index 2a85e3c..22b7f8f 100644
--- a/math/w_lgammaf_main.c
+++ b/math/w_lgammaf_main.c
@@ -1,5 +1,4 @@
/* w_lgammaf.c -- float version of w_lgamma.c.
- * Conversion to float by Ian Lance Taylor, Cygnus Support, ian@cygnus.com.
*/
/*
diff --git a/math/w_lgammaf_r_compat.c b/math/w_lgammaf_r_compat.c
index 78fc4fc..be01b6d 100644
--- a/math/w_lgammaf_r_compat.c
+++ b/math/w_lgammaf_r_compat.c
@@ -1,5 +1,4 @@
/* w_lgammaf_r.c -- float version of w_lgamma_r.c.
- * Conversion to float by Ian Lance Taylor, Cygnus Support, ian@cygnus.com.
*/
/*
diff --git a/math/w_lgammal_main.c b/math/w_lgammal_main.c
index 04440cd..83e7383 100644
--- a/math/w_lgammal_main.c
+++ b/math/w_lgammal_main.c
@@ -1,6 +1,4 @@
/* w_lgammal.c -- long double version of w_lgamma.c.
- * Conversion to long double by Ulrich Drepper,
- * Cygnus Support, drepper@cygnus.com.
*/
/*
diff --git a/math/w_lgammal_r_compat.c b/math/w_lgammal_r_compat.c
index 6ebfa41..b9c9344 100644
--- a/math/w_lgammal_r_compat.c
+++ b/math/w_lgammal_r_compat.c
@@ -1,6 +1,4 @@
/* w_lgammal_r.c -- long double version of w_lgamma_r.c.
- * Conversion to long double by Ulrich Drepper,
- * Cygnus Support, drepper@cygnus.com.
*/
/*
diff --git a/math/w_log10_compat.c b/math/w_log10_compat.c
index 4f20b1a..09e9096 100644
--- a/math/w_log10_compat.c
+++ b/math/w_log10_compat.c
@@ -1,6 +1,5 @@
/* Copyright (C) 2011-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
- Contributed by Ulrich Drepper <drepper@gmail.com>, 2011.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
diff --git a/math/w_log10f_compat.c b/math/w_log10f_compat.c
index ed10b4c..30f72bd 100644
--- a/math/w_log10f_compat.c
+++ b/math/w_log10f_compat.c
@@ -1,6 +1,5 @@
/* Copyright (C) 2011-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
- Contributed by Ulrich Drepper <drepper@gmail.com>, 2011.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
diff --git a/math/w_log10l_compat.c b/math/w_log10l_compat.c
index 3e56340..7311621 100644
--- a/math/w_log10l_compat.c
+++ b/math/w_log10l_compat.c
@@ -1,6 +1,5 @@
/* Copyright (C) 2011-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
- Contributed by Ulrich Drepper <drepper@gmail.com>, 2011.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
diff --git a/math/w_log2_compat.c b/math/w_log2_compat.c
index 5a2e1b6..b1ea496 100644
--- a/math/w_log2_compat.c
+++ b/math/w_log2_compat.c
@@ -1,6 +1,5 @@
/* Copyright (C) 2011-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
- Contributed by Ulrich Drepper <drepper@gmail.com>, 2011.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
diff --git a/math/w_log2f_compat.c b/math/w_log2f_compat.c
index bfdfd8c..bacad68 100644
--- a/math/w_log2f_compat.c
+++ b/math/w_log2f_compat.c
@@ -1,6 +1,5 @@
/* Copyright (C) 2011-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
- Contributed by Ulrich Drepper <drepper@gmail.com>, 2011.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
diff --git a/math/w_log2l_compat.c b/math/w_log2l_compat.c
index 68a8323..c60f0cc 100644
--- a/math/w_log2l_compat.c
+++ b/math/w_log2l_compat.c
@@ -1,6 +1,5 @@
/* Copyright (C) 2011-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
- Contributed by Ulrich Drepper <drepper@gmail.com>, 2011.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
diff --git a/math/w_log_compat.c b/math/w_log_compat.c
index 8c0db5e..aea41e5 100644
--- a/math/w_log_compat.c
+++ b/math/w_log_compat.c
@@ -1,6 +1,5 @@
/* Copyright (C) 2011-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
- Contributed by Ulrich Drepper <drepper@gmail.com>, 2011.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
diff --git a/math/w_logf_compat.c b/math/w_logf_compat.c
index 2f7a269..37bc9dd 100644
--- a/math/w_logf_compat.c
+++ b/math/w_logf_compat.c
@@ -1,6 +1,5 @@
/* Copyright (C) 2011-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
- Contributed by Ulrich Drepper <drepper@gmail.com>, 2011.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
diff --git a/math/w_logl_compat.c b/math/w_logl_compat.c
index b0d60c5..a53bbe5 100644
--- a/math/w_logl_compat.c
+++ b/math/w_logl_compat.c
@@ -1,6 +1,5 @@
/* Copyright (C) 2011-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
- Contributed by Ulrich Drepper <drepper@gmail.com>, 2011.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
diff --git a/math/w_pow_compat.c b/math/w_pow_compat.c
index 73b65c5..15e15cf 100644
--- a/math/w_pow_compat.c
+++ b/math/w_pow_compat.c
@@ -1,6 +1,5 @@
/* Copyright (C) 2011-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
- Contributed by Ulrich Drepper <drepper@gmail.com>, 2011.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
diff --git a/math/w_powf_compat.c b/math/w_powf_compat.c
index f4c8e62..555c98b 100644
--- a/math/w_powf_compat.c
+++ b/math/w_powf_compat.c
@@ -1,6 +1,5 @@
/* Copyright (C) 2011-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
- Contributed by Ulrich Drepper <drepper@gmail.com>, 2011.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
diff --git a/math/w_powl_compat.c b/math/w_powl_compat.c
index c193ed1..5316162 100644
--- a/math/w_powl_compat.c
+++ b/math/w_powl_compat.c
@@ -1,6 +1,5 @@
/* Copyright (C) 2011-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
- Contributed by Ulrich Drepper <drepper@gmail.com>, 2011.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
diff --git a/math/w_remainder_compat.c b/math/w_remainder_compat.c
index e9ad63f..ea6d4ac 100644
--- a/math/w_remainder_compat.c
+++ b/math/w_remainder_compat.c
@@ -1,6 +1,5 @@
/* Copyright (C) 2011-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
- Contributed by Ulrich Drepper <drepper@gmail.com>, 2011.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
diff --git a/math/w_remainderf_compat.c b/math/w_remainderf_compat.c
index 77e5163..25e7729 100644
--- a/math/w_remainderf_compat.c
+++ b/math/w_remainderf_compat.c
@@ -1,6 +1,5 @@
/* Copyright (C) 2011-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
- Contributed by Ulrich Drepper <drepper@gmail.com>, 2011.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
diff --git a/math/w_remainderl_compat.c b/math/w_remainderl_compat.c
index eb9ecb6..653c129 100644
--- a/math/w_remainderl_compat.c
+++ b/math/w_remainderl_compat.c
@@ -1,6 +1,5 @@
/* Copyright (C) 2011-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
- Contributed by Ulrich Drepper <drepper@gmail.com>, 2011.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
diff --git a/math/w_scalb_compat.c b/math/w_scalb_compat.c
index 67371e6..39a316d 100644
--- a/math/w_scalb_compat.c
+++ b/math/w_scalb_compat.c
@@ -1,6 +1,5 @@
/* Copyright (C) 2011-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
- Contributed by Ulrich Drepper <drepper@gmail.com>, 2011.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
diff --git a/math/w_scalbf_compat.c b/math/w_scalbf_compat.c
index 80502ef..0cf4a33 100644
--- a/math/w_scalbf_compat.c
+++ b/math/w_scalbf_compat.c
@@ -1,6 +1,5 @@
/* Copyright (C) 2011-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
- Contributed by Ulrich Drepper <drepper@gmail.com>, 2011.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
diff --git a/math/w_scalbl_compat.c b/math/w_scalbl_compat.c
index 87a5c5b..9acb433 100644
--- a/math/w_scalbl_compat.c
+++ b/math/w_scalbl_compat.c
@@ -1,6 +1,5 @@
/* Copyright (C) 2011-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
- Contributed by Ulrich Drepper <drepper@gmail.com>, 2011.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
diff --git a/math/w_sinhf_compat.c b/math/w_sinhf_compat.c
index ac336e8..e8de667 100644
--- a/math/w_sinhf_compat.c
+++ b/math/w_sinhf_compat.c
@@ -1,5 +1,4 @@
/* w_sinhf.c -- float version of w_sinh.c.
- * Conversion to float by Ian Lance Taylor, Cygnus Support, ian@cygnus.com.
*/
/*
diff --git a/math/w_sinhl_compat.c b/math/w_sinhl_compat.c
index d65c2da..693ba45 100644
--- a/math/w_sinhl_compat.c
+++ b/math/w_sinhl_compat.c
@@ -1,6 +1,4 @@
/* w_sinhl.c -- long double version of w_sinh.c.
- * Conversion to long double by Ulrich Drepper,
- * Cygnus Support, drepper@cygnus.com.
*/
/*
diff --git a/math/w_sqrt_compat.c b/math/w_sqrt_compat.c
index eedc7f9..13402de 100644
--- a/math/w_sqrt_compat.c
+++ b/math/w_sqrt_compat.c
@@ -1,6 +1,5 @@
/* Copyright (C) 2011-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
- Contributed by Ulrich Drepper <drepper@gmail.com>, 2011.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
diff --git a/math/w_sqrtf_compat.c b/math/w_sqrtf_compat.c
index 82df9f0..350e7b4 100644
--- a/math/w_sqrtf_compat.c
+++ b/math/w_sqrtf_compat.c
@@ -1,6 +1,5 @@
/* Copyright (C) 2011-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
- Contributed by Ulrich Drepper <drepper@gmail.com>, 2011.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
diff --git a/math/w_sqrtl_compat.c b/math/w_sqrtl_compat.c
index 4c5053b..e9ab9a0 100644
--- a/math/w_sqrtl_compat.c
+++ b/math/w_sqrtl_compat.c
@@ -1,6 +1,5 @@
/* Copyright (C) 2011-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
- Contributed by Ulrich Drepper <drepper@gmail.com>, 2011.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
diff --git a/math/w_tgammaf_compat.c b/math/w_tgammaf_compat.c
index ed50988..34e0e09 100644
--- a/math/w_tgammaf_compat.c
+++ b/math/w_tgammaf_compat.c
@@ -1,5 +1,4 @@
/* w_gammaf.c -- float version of w_gamma.c.
- * Conversion to float by Ian Lance Taylor, Cygnus Support, ian@cygnus.com.
*/
/*
diff --git a/math/w_tgammal_compat.c b/math/w_tgammal_compat.c
index d79c788..a15f6ac 100644
--- a/math/w_tgammal_compat.c
+++ b/math/w_tgammal_compat.c
@@ -1,6 +1,4 @@
/* w_gammal.c -- long double version of w_gamma.c.
- * Conversion to long double by Ulrich Drepper,
- * Cygnus Support, drepper@cygnus.com.
*/
/*