summaryrefslogtreecommitdiff
path: root/libquadmath/math
diff options
context:
space:
mode:
authorRichard Sandiford <rdsandiford@googlemail.com>2013-02-06 22:03:54 +0000
committerRichard Sandiford <rsandifo@gcc.gnu.org>2013-02-06 22:03:54 +0000
commit1b78544ffe0cdca95b935ca740efb5919a2b72e9 (patch)
tree0fea64ccb8e93009e882a58b973ffdbffdf017a9 /libquadmath/math
parent144f2e52fcedcc4a139a2a67a3e975b6ddd0d6d4 (diff)
Revert libquadmath and libssp copyright patches.
From-SVN: r195820
Diffstat (limited to 'libquadmath/math')
-rw-r--r--libquadmath/math/cacoshq.c2
-rw-r--r--libquadmath/math/cacosq.c2
-rw-r--r--libquadmath/math/casinhq.c2
-rw-r--r--libquadmath/math/casinq.c2
-rw-r--r--libquadmath/math/catanhq.c2
-rw-r--r--libquadmath/math/catanq.c2
-rw-r--r--libquadmath/math/ccoshq.c2
-rw-r--r--libquadmath/math/cexpq.c2
-rw-r--r--libquadmath/math/cimagq.c2
-rw-r--r--libquadmath/math/clog10q.c2
-rw-r--r--libquadmath/math/clogq.c2
-rw-r--r--libquadmath/math/complex.c2
-rw-r--r--libquadmath/math/conjq.c2
-rw-r--r--libquadmath/math/cosq_kernel.c2
-rw-r--r--libquadmath/math/cprojq.c2
-rw-r--r--libquadmath/math/crealq.c2
-rw-r--r--libquadmath/math/csinhq.c2
-rw-r--r--libquadmath/math/csinq.c2
-rw-r--r--libquadmath/math/csqrtq.c2
-rw-r--r--libquadmath/math/ctanhq.c2
-rw-r--r--libquadmath/math/ctanq.c2
-rw-r--r--libquadmath/math/expq.c2
-rw-r--r--libquadmath/math/fdimq.c2
-rw-r--r--libquadmath/math/fmaq.c2
-rw-r--r--libquadmath/math/fmaxq.c2
-rw-r--r--libquadmath/math/fminq.c2
-rw-r--r--libquadmath/math/llrintq.c2
-rw-r--r--libquadmath/math/llroundq.c2
-rw-r--r--libquadmath/math/lrintq.c2
-rw-r--r--libquadmath/math/lroundq.c2
-rw-r--r--libquadmath/math/rem_pio2q.c2
-rw-r--r--libquadmath/math/remquoq.c2
-rw-r--r--libquadmath/math/roundq.c2
-rw-r--r--libquadmath/math/sincos_table.c2
-rw-r--r--libquadmath/math/sincosq.c2
-rw-r--r--libquadmath/math/sincosq_kernel.c2
-rw-r--r--libquadmath/math/sinq_kernel.c2
-rw-r--r--libquadmath/math/tgammaq.c2
-rw-r--r--libquadmath/math/truncq.c2
-rw-r--r--libquadmath/math/x2y2m1q.c2
40 files changed, 40 insertions, 40 deletions
diff --git a/libquadmath/math/cacoshq.c b/libquadmath/math/cacoshq.c
index 7326d50837d..263e03d0c11 100644
--- a/libquadmath/math/cacoshq.c
+++ b/libquadmath/math/cacoshq.c
@@ -1,5 +1,5 @@
/* Return arc hyperbole cosine for __float128 value.
- Copyright (C) 1997-2013 Free Software Foundation, Inc.
+ Copyright (C) 1997, 1998, 2006 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
diff --git a/libquadmath/math/cacosq.c b/libquadmath/math/cacosq.c
index bb0720703ba..3c257b029bf 100644
--- a/libquadmath/math/cacosq.c
+++ b/libquadmath/math/cacosq.c
@@ -1,5 +1,5 @@
/* Return cosine of complex __float128 value.
- Copyright (C) 1997-2013 Free Software Foundation, Inc.
+ Copyright (C) 1997, 1998 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
diff --git a/libquadmath/math/casinhq.c b/libquadmath/math/casinhq.c
index 7b2680c0f50..11487b967fc 100644
--- a/libquadmath/math/casinhq.c
+++ b/libquadmath/math/casinhq.c
@@ -1,5 +1,5 @@
/* Return arc hyperbole sine for __float128 value.
- Copyright (C) 1997-2013 Free Software Foundation, Inc.
+ Copyright (C) 1997, 1998 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
diff --git a/libquadmath/math/casinq.c b/libquadmath/math/casinq.c
index 1431ae569ad..122ef5d85ae 100644
--- a/libquadmath/math/casinq.c
+++ b/libquadmath/math/casinq.c
@@ -1,5 +1,5 @@
/* Return arc sine of complex __float128 value.
- Copyright (C) 1997-2013 Free Software Foundation, Inc.
+ Copyright (C) 1997 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
diff --git a/libquadmath/math/catanhq.c b/libquadmath/math/catanhq.c
index bd0200e5a37..6a86e2d0202 100644
--- a/libquadmath/math/catanhq.c
+++ b/libquadmath/math/catanhq.c
@@ -1,5 +1,5 @@
/* Return arc hyperbole tangent for __float128 value.
- Copyright (C) 1997-2013 Free Software Foundation, Inc.
+ Copyright (C) 1997, 1998 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
diff --git a/libquadmath/math/catanq.c b/libquadmath/math/catanq.c
index f857adf8dea..a9c92579734 100644
--- a/libquadmath/math/catanq.c
+++ b/libquadmath/math/catanq.c
@@ -1,5 +1,5 @@
/* Return arc tangent of complex __float128 value.
- Copyright (C) 1997-2013 Free Software Foundation, Inc.
+ Copyright (C) 1997, 1998 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
diff --git a/libquadmath/math/ccoshq.c b/libquadmath/math/ccoshq.c
index 437363b6b8f..8d55ad3a99d 100644
--- a/libquadmath/math/ccoshq.c
+++ b/libquadmath/math/ccoshq.c
@@ -1,5 +1,5 @@
/* Complex cosine hyperbole function for complex __float128.
- Copyright (C) 1997-2013 Free Software Foundation, Inc.
+ Copyright (C) 1997-2012 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
diff --git a/libquadmath/math/cexpq.c b/libquadmath/math/cexpq.c
index f40302e1612..bd4be1ebe71 100644
--- a/libquadmath/math/cexpq.c
+++ b/libquadmath/math/cexpq.c
@@ -1,5 +1,5 @@
/* Return value of complex exponential function for complex __float128 value.
- Copyright (C) 1997-2013 Free Software Foundation, Inc.
+ Copyright (C) 1997-2012 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
diff --git a/libquadmath/math/cimagq.c b/libquadmath/math/cimagq.c
index 196fb35e951..9b3bf70a10d 100644
--- a/libquadmath/math/cimagq.c
+++ b/libquadmath/math/cimagq.c
@@ -1,5 +1,5 @@
/* Return imaginary part of complex __float128 value.
- Copyright (C) 1997-2013 Free Software Foundation, Inc.
+ Copyright (C) 1997, 1998 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
diff --git a/libquadmath/math/clog10q.c b/libquadmath/math/clog10q.c
index c813105548d..c379bec72b6 100644
--- a/libquadmath/math/clog10q.c
+++ b/libquadmath/math/clog10q.c
@@ -1,5 +1,5 @@
/* Compute complex base 10 logarithm for complex __float128.
- Copyright (C) 1997-2013 Free Software Foundation, Inc.
+ Copyright (C) 1997-2012 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
diff --git a/libquadmath/math/clogq.c b/libquadmath/math/clogq.c
index 315275a636b..1a772cd434d 100644
--- a/libquadmath/math/clogq.c
+++ b/libquadmath/math/clogq.c
@@ -1,5 +1,5 @@
/* Compute complex natural logarithm for complex __float128.
- Copyright (C) 1997-2013 Free Software Foundation, Inc.
+ Copyright (C) 1997-2012 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
diff --git a/libquadmath/math/complex.c b/libquadmath/math/complex.c
index d90ba7c9f2d..8cf9e9808cc 100644
--- a/libquadmath/math/complex.c
+++ b/libquadmath/math/complex.c
@@ -1,5 +1,5 @@
/* GCC Quad-Precision Math Library
- Copyright (C) 2010-2013 Free Software Foundation, Inc.
+ Copyright (C) 2010, 2011 Free Software Foundation, Inc.
Written by Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
This file is part of the libquadmath library.
diff --git a/libquadmath/math/conjq.c b/libquadmath/math/conjq.c
index ccc708107fe..8587d12193b 100644
--- a/libquadmath/math/conjq.c
+++ b/libquadmath/math/conjq.c
@@ -1,5 +1,5 @@
/* Return complex conjugate of complex __float128 value.
- Copyright (C) 1997-2013 Free Software Foundation, Inc.
+ Copyright (C) 1997, 1998 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
diff --git a/libquadmath/math/cosq_kernel.c b/libquadmath/math/cosq_kernel.c
index 8ee7c34497d..42d29adfd8c 100644
--- a/libquadmath/math/cosq_kernel.c
+++ b/libquadmath/math/cosq_kernel.c
@@ -1,5 +1,5 @@
/* Quad-precision floating point cosine on <-pi/4,pi/4>.
- Copyright (C) 1999-2013 Free Software Foundation, Inc.
+ Copyright (C) 1999 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Jakub Jelinek <jj@ultra.linux.cz>
diff --git a/libquadmath/math/cprojq.c b/libquadmath/math/cprojq.c
index d79e662ae19..6092c732503 100644
--- a/libquadmath/math/cprojq.c
+++ b/libquadmath/math/cprojq.c
@@ -1,5 +1,5 @@
/* Compute projection of complex __float128 value to Riemann sphere.
- Copyright (C) 1997-2013 Free Software Foundation, Inc.
+ Copyright (C) 1997, 1999, 2010 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
diff --git a/libquadmath/math/crealq.c b/libquadmath/math/crealq.c
index 8156df7f9d6..71f4a4405aa 100644
--- a/libquadmath/math/crealq.c
+++ b/libquadmath/math/crealq.c
@@ -1,5 +1,5 @@
/* Return real part of complex __float128 value.
- Copyright (C) 1997-2013 Free Software Foundation, Inc.
+ Copyright (C) 1997, 1998 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
diff --git a/libquadmath/math/csinhq.c b/libquadmath/math/csinhq.c
index 635a978acb4..c16d576f4da 100644
--- a/libquadmath/math/csinhq.c
+++ b/libquadmath/math/csinhq.c
@@ -1,5 +1,5 @@
/* Complex sine hyperbole function for complex __float128.
- Copyright (C) 1997-2013 Free Software Foundation, Inc.
+ Copyright (C) 1997-2012 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
diff --git a/libquadmath/math/csinq.c b/libquadmath/math/csinq.c
index 77c9c9f69a1..c837e50b87f 100644
--- a/libquadmath/math/csinq.c
+++ b/libquadmath/math/csinq.c
@@ -1,5 +1,5 @@
/* Complex sine function for complex __float128.
- Copyright (C) 1997-2013 Free Software Foundation, Inc.
+ Copyright (C) 1997-2012 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
diff --git a/libquadmath/math/csqrtq.c b/libquadmath/math/csqrtq.c
index aaf081251f7..5279e4378a2 100644
--- a/libquadmath/math/csqrtq.c
+++ b/libquadmath/math/csqrtq.c
@@ -1,5 +1,5 @@
/* Complex square root of __float128 value.
- Copyright (C) 1997-2013 Free Software Foundation, Inc.
+ Copyright (C) 1997-2012 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.
diff --git a/libquadmath/math/ctanhq.c b/libquadmath/math/ctanhq.c
index 30bd50e9743..8934cfad59f 100644
--- a/libquadmath/math/ctanhq.c
+++ b/libquadmath/math/ctanhq.c
@@ -1,5 +1,5 @@
/* Complex hyperbole tangent for __float128.
- Copyright (C) 1997-2013 Free Software Foundation, Inc.
+ Copyright (C) 1997-2012 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
diff --git a/libquadmath/math/ctanq.c b/libquadmath/math/ctanq.c
index 026e6080a87..d390511ca20 100644
--- a/libquadmath/math/ctanq.c
+++ b/libquadmath/math/ctanq.c
@@ -1,5 +1,5 @@
/* Complex tangent function for complex __float128.
- Copyright (C) 1997-2013 Free Software Foundation, Inc.
+ Copyright (C) 1997-2012 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
diff --git a/libquadmath/math/expq.c b/libquadmath/math/expq.c
index 5733b4906d9..70c638d7a08 100644
--- a/libquadmath/math/expq.c
+++ b/libquadmath/math/expq.c
@@ -1,5 +1,5 @@
/* Quad-precision floating point e^x.
- Copyright (C) 1999-2013 Free Software Foundation, Inc.
+ Copyright (C) 1999 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Jakub Jelinek <jj@ultra.linux.cz>
Partly based on double-precision code
diff --git a/libquadmath/math/fdimq.c b/libquadmath/math/fdimq.c
index 0ff08372e7c..539fb08c641 100644
--- a/libquadmath/math/fdimq.c
+++ b/libquadmath/math/fdimq.c
@@ -1,5 +1,5 @@
/* Return positive difference between arguments.
- Copyright (C) 1997-2013 Free Software Foundation, Inc.
+ Copyright (C) 1997, 2004, 2009 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
diff --git a/libquadmath/math/fmaq.c b/libquadmath/math/fmaq.c
index 407a649c62c..d3c5fb3901a 100644
--- a/libquadmath/math/fmaq.c
+++ b/libquadmath/math/fmaq.c
@@ -1,5 +1,5 @@
/* Compute x * y + z as ternary operation.
- Copyright (C) 2010-2013 Free Software Foundation, Inc.
+ Copyright (C) 2010-2012 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Jakub Jelinek <jakub@redhat.com>, 2010.
diff --git a/libquadmath/math/fmaxq.c b/libquadmath/math/fmaxq.c
index a9099ffd2f0..e8ed6f440aa 100644
--- a/libquadmath/math/fmaxq.c
+++ b/libquadmath/math/fmaxq.c
@@ -1,5 +1,5 @@
/* Return maximum numeric value of X and Y.
- Copyright (C) 1997-2013 Free Software Foundation, Inc.
+ Copyright (C) 1997 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
diff --git a/libquadmath/math/fminq.c b/libquadmath/math/fminq.c
index 680cf757c60..2fbe4116a6d 100644
--- a/libquadmath/math/fminq.c
+++ b/libquadmath/math/fminq.c
@@ -1,5 +1,5 @@
/* Return minimum numeric value of X and Y.
- Copyright (C) 1997-2013 Free Software Foundation, Inc.
+ Copyright (C) 1997 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
diff --git a/libquadmath/math/llrintq.c b/libquadmath/math/llrintq.c
index f6349e7e37f..eef31d823b6 100644
--- a/libquadmath/math/llrintq.c
+++ b/libquadmath/math/llrintq.c
@@ -1,6 +1,6 @@
/* Round argument to nearest integral value according to current rounding
direction.
- Copyright (C) 1997-2013 Free Software Foundation, Inc.
+ Copyright (C) 1997, 1999, 2006 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997 and
Jakub Jelinek <jj@ultra.linux.cz>, 1999.
diff --git a/libquadmath/math/llroundq.c b/libquadmath/math/llroundq.c
index 8d89edcf34b..d22180d6bba 100644
--- a/libquadmath/math/llroundq.c
+++ b/libquadmath/math/llroundq.c
@@ -1,5 +1,5 @@
/* Round __float128 value to long long int.
- Copyright (C) 1997-2013 Free Software Foundation, Inc.
+ Copyright (C) 1997, 1999, 2004 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997 and
Jakub Jelinek <jj@ultra.linux.cz>, 1999.
diff --git a/libquadmath/math/lrintq.c b/libquadmath/math/lrintq.c
index 446bee150b8..d1497ae3882 100644
--- a/libquadmath/math/lrintq.c
+++ b/libquadmath/math/lrintq.c
@@ -1,6 +1,6 @@
/* Round argument to nearest integral value according to current rounding
direction.
- Copyright (C) 1997-2013 Free Software Foundation, Inc.
+ Copyright (C) 1997, 1999, 2004, 2006 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997 and
Jakub Jelinek <jj@ultra.linux.cz>, 1999.
diff --git a/libquadmath/math/lroundq.c b/libquadmath/math/lroundq.c
index 2c547ac6e26..59c883a1464 100644
--- a/libquadmath/math/lroundq.c
+++ b/libquadmath/math/lroundq.c
@@ -1,5 +1,5 @@
/* Round __float128 value to long int.
- Copyright (C) 1997-2013 Free Software Foundation, Inc.
+ Copyright (C) 1997, 1999, 2004 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997 and
Jakub Jelinek <jj@ultra.linux.cz>, 1999.
diff --git a/libquadmath/math/rem_pio2q.c b/libquadmath/math/rem_pio2q.c
index d93ccfbe90c..60653c8d1d3 100644
--- a/libquadmath/math/rem_pio2q.c
+++ b/libquadmath/math/rem_pio2q.c
@@ -312,7 +312,7 @@ recompute:
/* Quad-precision floating point argument reduction.
- Copyright (C) 1999-2013 Free Software Foundation, Inc.
+ Copyright (C) 1999 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Jakub Jelinek <jj@ultra.linux.cz>
diff --git a/libquadmath/math/remquoq.c b/libquadmath/math/remquoq.c
index 0778b8748c8..f7001afc3e5 100644
--- a/libquadmath/math/remquoq.c
+++ b/libquadmath/math/remquoq.c
@@ -1,5 +1,5 @@
/* Compute remainder and a congruent to the quotient.
- Copyright (C) 1997-2013 Free Software Foundation, Inc.
+ Copyright (C) 1997, 1999, 2002 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997 and
Jakub Jelinek <jj@ultra.linux.cz>, 1999.
diff --git a/libquadmath/math/roundq.c b/libquadmath/math/roundq.c
index c3bba44dffe..7c9d640e933 100644
--- a/libquadmath/math/roundq.c
+++ b/libquadmath/math/roundq.c
@@ -1,5 +1,5 @@
/* Round __float128 to integer away from zero.
- Copyright (C) 1997-2013 Free Software Foundation, Inc.
+ Copyright (C) 1997, 1999 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997 and
Jakub Jelinek <jj@ultra.linux.cz>, 1999.
diff --git a/libquadmath/math/sincos_table.c b/libquadmath/math/sincos_table.c
index d78782575c0..b7e7c750314 100644
--- a/libquadmath/math/sincos_table.c
+++ b/libquadmath/math/sincos_table.c
@@ -1,5 +1,5 @@
/* Quad-precision floating point sine and cosine tables.
- Copyright (C) 1999-2013 Free Software Foundation, Inc.
+ Copyright (C) 1999 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Jakub Jelinek <jj@ultra.linux.cz>
diff --git a/libquadmath/math/sincosq.c b/libquadmath/math/sincosq.c
index 48a6fdd4d7a..b7c221486d7 100644
--- a/libquadmath/math/sincosq.c
+++ b/libquadmath/math/sincosq.c
@@ -1,5 +1,5 @@
/* Compute sine and cosine of argument.
- Copyright (C) 1997-2013 Free Software Foundation, Inc.
+ Copyright (C) 1997, 1999 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997 and
Jakub Jelinek <jj@ultra.linux.cz>.
diff --git a/libquadmath/math/sincosq_kernel.c b/libquadmath/math/sincosq_kernel.c
index 91b61aebb13..f6341a4d948 100644
--- a/libquadmath/math/sincosq_kernel.c
+++ b/libquadmath/math/sincosq_kernel.c
@@ -1,5 +1,5 @@
/* Quad-precision floating point sine and cosine on <-pi/4,pi/4>.
- Copyright (C) 1999-2013 Free Software Foundation, Inc.
+ Copyright (C) 1999 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Jakub Jelinek <jj@ultra.linux.cz>
diff --git a/libquadmath/math/sinq_kernel.c b/libquadmath/math/sinq_kernel.c
index 8ce61af075a..86034551d43 100644
--- a/libquadmath/math/sinq_kernel.c
+++ b/libquadmath/math/sinq_kernel.c
@@ -1,5 +1,5 @@
/* Quad-precision floating point sine on <-pi/4,pi/4>.
- Copyright (C) 1999-2013 Free Software Foundation, Inc.
+ Copyright (C) 1999 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Jakub Jelinek <jj@ultra.linux.cz>
diff --git a/libquadmath/math/tgammaq.c b/libquadmath/math/tgammaq.c
index 9636801aa0a..a07d5831de0 100644
--- a/libquadmath/math/tgammaq.c
+++ b/libquadmath/math/tgammaq.c
@@ -1,5 +1,5 @@
/* Implementation of gamma function according to ISO C.
- Copyright (C) 1997-2013 Free Software Foundation, Inc.
+ Copyright (C) 1997, 1999, 2002, 2004 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997 and
Jakub Jelinek <jj@ultra.linux.cz, 1999.
diff --git a/libquadmath/math/truncq.c b/libquadmath/math/truncq.c
index b2e950eaf6e..608871785d1 100644
--- a/libquadmath/math/truncq.c
+++ b/libquadmath/math/truncq.c
@@ -1,5 +1,5 @@
/* Truncate argument to nearest integral value not larger than the argument.
- Copyright (C) 1997-2013 Free Software Foundation, Inc.
+ Copyright (C) 1997, 1999 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997 and
Jakub Jelinek <jj@ultra.linux.cz>, 1999.
diff --git a/libquadmath/math/x2y2m1q.c b/libquadmath/math/x2y2m1q.c
index 1843bae6ee7..90bbc2f605d 100644
--- a/libquadmath/math/x2y2m1q.c
+++ b/libquadmath/math/x2y2m1q.c
@@ -1,5 +1,5 @@
/* Compute x^2 + y^2 - 1, without large cancellation error.
- Copyright (C) 2012-2013 Free Software Foundation, Inc.
+ Copyright (C) 2012 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or