From 1a41c323b040bf5739dcb9cb9893b30f0a814df8 Mon Sep 17 00:00:00 2001 From: Richard Sandiford <rdsandiford@googlemail.com> Date: Sun, 3 Feb 2013 17:49:30 +0000 Subject: [PATCH] Update copyright in libquadmath. From-SVN: r195699 --- libquadmath/ChangeLog | 4 ++++ libquadmath/math/cacoshq.c | 2 +- libquadmath/math/cacosq.c | 2 +- libquadmath/math/casinhq.c | 2 +- libquadmath/math/casinq.c | 2 +- libquadmath/math/catanhq.c | 2 +- libquadmath/math/catanq.c | 2 +- libquadmath/math/ccoshq.c | 2 +- libquadmath/math/cexpq.c | 2 +- libquadmath/math/cimagq.c | 2 +- libquadmath/math/clog10q.c | 2 +- libquadmath/math/clogq.c | 2 +- libquadmath/math/complex.c | 2 +- libquadmath/math/conjq.c | 2 +- libquadmath/math/cosq_kernel.c | 2 +- libquadmath/math/cprojq.c | 2 +- libquadmath/math/crealq.c | 2 +- libquadmath/math/csinhq.c | 2 +- libquadmath/math/csinq.c | 2 +- libquadmath/math/csqrtq.c | 2 +- libquadmath/math/ctanhq.c | 2 +- libquadmath/math/ctanq.c | 2 +- libquadmath/math/expq.c | 2 +- libquadmath/math/fdimq.c | 2 +- libquadmath/math/fmaq.c | 2 +- libquadmath/math/fmaxq.c | 2 +- libquadmath/math/fminq.c | 2 +- libquadmath/math/llrintq.c | 2 +- libquadmath/math/llroundq.c | 2 +- libquadmath/math/lrintq.c | 2 +- libquadmath/math/lroundq.c | 2 +- libquadmath/math/rem_pio2q.c | 2 +- libquadmath/math/remquoq.c | 2 +- libquadmath/math/roundq.c | 2 +- libquadmath/math/sincos_table.c | 2 +- libquadmath/math/sincosq.c | 2 +- libquadmath/math/sincosq_kernel.c | 2 +- libquadmath/math/sinq_kernel.c | 2 +- libquadmath/math/tgammaq.c | 2 +- libquadmath/math/truncq.c | 2 +- libquadmath/math/x2y2m1q.c | 2 +- libquadmath/printf/_i18n_number.h | 2 +- libquadmath/printf/_itoa.h | 2 +- libquadmath/printf/_itowa.h | 2 +- libquadmath/printf/add_n.c | 2 +- libquadmath/printf/addmul_1.c | 2 +- libquadmath/printf/cmp.c | 2 +- libquadmath/printf/divrem.c | 2 +- libquadmath/printf/flt1282mpn.c | 3 +-- libquadmath/printf/fpioconst.c | 3 +-- libquadmath/printf/fpioconst.h | 3 +-- libquadmath/printf/gmp-impl.h | 2 +- libquadmath/printf/lshift.c | 2 +- libquadmath/printf/mul.c | 2 +- libquadmath/printf/mul_1.c | 2 +- libquadmath/printf/mul_n.c | 2 +- libquadmath/printf/printf_fp.c | 2 +- libquadmath/printf/printf_fphex.c | 2 +- libquadmath/printf/quadmath-printf.c | 2 +- libquadmath/printf/quadmath-printf.h | 2 +- libquadmath/printf/rshift.c | 2 +- libquadmath/printf/sub_n.c | 2 +- libquadmath/printf/submul_1.c | 2 +- libquadmath/quadmath-imp.h | 2 +- libquadmath/quadmath-rounding-mode.h | 2 +- libquadmath/quadmath.h | 2 +- libquadmath/quadmath_weak.h | 2 +- libquadmath/strtod/grouping.h | 2 +- libquadmath/strtod/mpn2flt128.c | 3 +-- libquadmath/strtod/strtod_l.c | 2 +- libquadmath/strtod/strtoflt128.c | 2 +- 71 files changed, 74 insertions(+), 74 deletions(-) diff --git a/libquadmath/ChangeLog b/libquadmath/ChangeLog index 72e24ea2f71d..002ee557aa89 100644 --- a/libquadmath/ChangeLog +++ b/libquadmath/ChangeLog @@ -1,3 +1,7 @@ +2013-02-03 Richard Sandiford <rdsandiford@googlemail.com> + + Update copyright years. + 2013-01-22 Jakub Jelinek <jakub@redhat.com> PR libquadmath/56072 diff --git a/libquadmath/math/cacoshq.c b/libquadmath/math/cacoshq.c index 263e03d0c112..7326d50837d3 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, 1998, 2006 Free Software Foundation, Inc. + Copyright (C) 1997-2013 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 3c257b029bff..bb0720703bae 100644 --- a/libquadmath/math/cacosq.c +++ b/libquadmath/math/cacosq.c @@ -1,5 +1,5 @@ /* Return cosine of complex __float128 value. - Copyright (C) 1997, 1998 Free Software Foundation, Inc. + Copyright (C) 1997-2013 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 11487b967fcf..7b2680c0f504 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, 1998 Free Software Foundation, Inc. + Copyright (C) 1997-2013 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 122ef5d85ae0..1431ae569ad6 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 Free Software Foundation, Inc. + Copyright (C) 1997-2013 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 6a86e2d0202d..bd0200e5a377 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, 1998 Free Software Foundation, Inc. + Copyright (C) 1997-2013 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 a9c92579734b..f857adf8dea0 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, 1998 Free Software Foundation, Inc. + Copyright (C) 1997-2013 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 8d55ad3a99d0..437363b6b8fc 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-2012 Free Software Foundation, Inc. + Copyright (C) 1997-2013 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 bd4be1ebe711..f40302e16128 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-2012 Free Software Foundation, Inc. + Copyright (C) 1997-2013 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 9b3bf70a10d5..196fb35e9516 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, 1998 Free Software Foundation, Inc. + Copyright (C) 1997-2013 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 c379bec72b62..c813105548d5 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-2012 Free Software Foundation, Inc. + Copyright (C) 1997-2013 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 1a772cd434dc..315275a636b8 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-2012 Free Software Foundation, Inc. + Copyright (C) 1997-2013 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 8cf9e9808cc2..d90ba7c9f2de 100644 --- a/libquadmath/math/complex.c +++ b/libquadmath/math/complex.c @@ -1,5 +1,5 @@ /* GCC Quad-Precision Math Library - Copyright (C) 2010, 2011 Free Software Foundation, Inc. + Copyright (C) 2010-2013 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 8587d12193be..ccc708107fe0 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, 1998 Free Software Foundation, Inc. + Copyright (C) 1997-2013 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 42d29adfd8c3..8ee7c34497dc 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 Free Software Foundation, Inc. + Copyright (C) 1999-2013 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 6092c7325030..d79e662ae19b 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, 1999, 2010 Free Software Foundation, Inc. + Copyright (C) 1997-2013 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 71f4a4405aa0..8156df7f9d6f 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, 1998 Free Software Foundation, Inc. + Copyright (C) 1997-2013 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 c16d576f4daf..635a978acb47 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-2012 Free Software Foundation, Inc. + Copyright (C) 1997-2013 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 c837e50b87fd..77c9c9f69a13 100644 --- a/libquadmath/math/csinq.c +++ b/libquadmath/math/csinq.c @@ -1,5 +1,5 @@ /* Complex sine function for complex __float128. - Copyright (C) 1997-2012 Free Software Foundation, Inc. + Copyright (C) 1997-2013 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 5279e4378a29..aaf081251f7f 100644 --- a/libquadmath/math/csqrtq.c +++ b/libquadmath/math/csqrtq.c @@ -1,5 +1,5 @@ /* Complex square root of __float128 value. - Copyright (C) 1997-2012 Free Software Foundation, Inc. + Copyright (C) 1997-2013 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 8934cfad59f2..30bd50e97431 100644 --- a/libquadmath/math/ctanhq.c +++ b/libquadmath/math/ctanhq.c @@ -1,5 +1,5 @@ /* Complex hyperbole tangent for __float128. - Copyright (C) 1997-2012 Free Software Foundation, Inc. + Copyright (C) 1997-2013 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 d390511ca200..026e6080a879 100644 --- a/libquadmath/math/ctanq.c +++ b/libquadmath/math/ctanq.c @@ -1,5 +1,5 @@ /* Complex tangent function for complex __float128. - Copyright (C) 1997-2012 Free Software Foundation, Inc. + Copyright (C) 1997-2013 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 70c638d7a086..5733b4906d91 100644 --- a/libquadmath/math/expq.c +++ b/libquadmath/math/expq.c @@ -1,5 +1,5 @@ /* Quad-precision floating point e^x. - Copyright (C) 1999 Free Software Foundation, Inc. + Copyright (C) 1999-2013 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 539fb08c641f..0ff08372e7cc 100644 --- a/libquadmath/math/fdimq.c +++ b/libquadmath/math/fdimq.c @@ -1,5 +1,5 @@ /* Return positive difference between arguments. - Copyright (C) 1997, 2004, 2009 Free Software Foundation, Inc. + Copyright (C) 1997-2013 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 d3c5fb3901a8..407a649c62c2 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-2012 Free Software Foundation, Inc. + Copyright (C) 2010-2013 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 e8ed6f440aae..a9099ffd2f0e 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 Free Software Foundation, Inc. + Copyright (C) 1997-2013 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 2fbe4116a6dd..680cf757c60f 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 Free Software Foundation, Inc. + Copyright (C) 1997-2013 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 eef31d823b6e..f6349e7e37f5 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, 1999, 2006 Free Software Foundation, Inc. + Copyright (C) 1997-2013 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 d22180d6bbad..8d89edcf34b0 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, 1999, 2004 Free Software Foundation, Inc. + Copyright (C) 1997-2013 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 d1497ae38829..446bee150b85 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, 1999, 2004, 2006 Free Software Foundation, Inc. + Copyright (C) 1997-2013 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 59c883a1464d..2c547ac6e26a 100644 --- a/libquadmath/math/lroundq.c +++ b/libquadmath/math/lroundq.c @@ -1,5 +1,5 @@ /* Round __float128 value to long int. - Copyright (C) 1997, 1999, 2004 Free Software Foundation, Inc. + Copyright (C) 1997-2013 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 60653c8d1d3e..d93ccfbe90cb 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 Free Software Foundation, Inc. + Copyright (C) 1999-2013 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 f7001afc3e5f..0778b8748c8b 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, 1999, 2002 Free Software Foundation, Inc. + Copyright (C) 1997-2013 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 7c9d640e9332..c3bba44dffe6 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, 1999 Free Software Foundation, Inc. + Copyright (C) 1997-2013 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 b7e7c750314b..d78782575c00 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 Free Software Foundation, Inc. + Copyright (C) 1999-2013 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 b7c221486d7f..48a6fdd4d7a7 100644 --- a/libquadmath/math/sincosq.c +++ b/libquadmath/math/sincosq.c @@ -1,5 +1,5 @@ /* Compute sine and cosine of argument. - Copyright (C) 1997, 1999 Free Software Foundation, Inc. + Copyright (C) 1997-2013 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 f6341a4d9487..91b61aebb13a 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 Free Software Foundation, Inc. + Copyright (C) 1999-2013 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 86034551d43e..8ce61af075af 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 Free Software Foundation, Inc. + Copyright (C) 1999-2013 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 a07d5831de03..9636801aa0ae 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, 1999, 2002, 2004 Free Software Foundation, Inc. + Copyright (C) 1997-2013 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 608871785d11..b2e950eaf6e6 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, 1999 Free Software Foundation, Inc. + Copyright (C) 1997-2013 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 90bbc2f605d4..1843bae6ee7d 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 Free Software Foundation, Inc. + Copyright (C) 2012-2013 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 diff --git a/libquadmath/printf/_i18n_number.h b/libquadmath/printf/_i18n_number.h index 80065d88b136..bddcac0a0d10 100644 --- a/libquadmath/printf/_i18n_number.h +++ b/libquadmath/printf/_i18n_number.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2000, 2004, 2008 Free Software Foundation, Inc. +/* Copyright (C) 2000-2013 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Ulrich Drepper <drepper@gnu.org>, 2000. diff --git a/libquadmath/printf/_itoa.h b/libquadmath/printf/_itoa.h index a0cd2b05ca4b..4dc98f385960 100644 --- a/libquadmath/printf/_itoa.h +++ b/libquadmath/printf/_itoa.h @@ -1,5 +1,5 @@ /* Internal function for converting integers to ASCII. - Copyright (C) 1994-1999,2002,2003,2007 Free Software Foundation, Inc. + Copyright (C) 1994-2013 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 diff --git a/libquadmath/printf/_itowa.h b/libquadmath/printf/_itowa.h index 4717b5c654d7..2e16dc672d58 100644 --- a/libquadmath/printf/_itowa.h +++ b/libquadmath/printf/_itowa.h @@ -1,5 +1,5 @@ /* Internal function for converting integers to ASCII. - Copyright (C) 1994,95,96,97,98,99,2002,2003 Free Software Foundation, Inc. + Copyright (C) 1994-2013 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 diff --git a/libquadmath/printf/add_n.c b/libquadmath/printf/add_n.c index 749cf3ee8ad3..8183cee89608 100644 --- a/libquadmath/printf/add_n.c +++ b/libquadmath/printf/add_n.c @@ -1,6 +1,6 @@ /* mpn_add_n -- Add two limb vectors of equal, non-zero length. -Copyright (C) 1992, 1993, 1994, 1996 Free Software Foundation, Inc. +Copyright (C) 1992-2013 Free Software Foundation, Inc. This file is part of the GNU MP Library. diff --git a/libquadmath/printf/addmul_1.c b/libquadmath/printf/addmul_1.c index f527f9848393..f99ee8cb4cbd 100644 --- a/libquadmath/printf/addmul_1.c +++ b/libquadmath/printf/addmul_1.c @@ -3,7 +3,7 @@ limb vector pointed to by RES_PTR. Return the most significant limb of the product, adjusted for carry-out from the addition. -Copyright (C) 1992, 1993, 1994, 1996 Free Software Foundation, Inc. +Copyright (C) 1992-2013 Free Software Foundation, Inc. This file is part of the GNU MP Library. diff --git a/libquadmath/printf/cmp.c b/libquadmath/printf/cmp.c index a4be43e2a174..31e83e7e603d 100644 --- a/libquadmath/printf/cmp.c +++ b/libquadmath/printf/cmp.c @@ -1,6 +1,6 @@ /* mpn_cmp -- Compare two low-level natural-number integers. -Copyright (C) 1991, 1993, 1994, 1996 Free Software Foundation, Inc. +Copyright (C) 1991-2013 Free Software Foundation, Inc. This file is part of the GNU MP Library. diff --git a/libquadmath/printf/divrem.c b/libquadmath/printf/divrem.c index 944d1a0c08c0..25640fdd8c2e 100644 --- a/libquadmath/printf/divrem.c +++ b/libquadmath/printf/divrem.c @@ -1,7 +1,7 @@ /* mpn_divrem -- Divide natural numbers, producing both remainder and quotient. -Copyright (C) 1993, 1994, 1995, 1996 Free Software Foundation, Inc. +Copyright (C) 1993-2013 Free Software Foundation, Inc. This file is part of the GNU MP Library. diff --git a/libquadmath/printf/flt1282mpn.c b/libquadmath/printf/flt1282mpn.c index 0105314ef3a8..0c091efb95d8 100644 --- a/libquadmath/printf/flt1282mpn.c +++ b/libquadmath/printf/flt1282mpn.c @@ -1,5 +1,4 @@ -/* Copyright (C) 1995,1996,1997,1998,1999,2002,2003 - Free Software Foundation, Inc. +/* Copyright (C) 1995-2013 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 diff --git a/libquadmath/printf/fpioconst.c b/libquadmath/printf/fpioconst.c index cacb1446dde1..9f9aff7d3a60 100644 --- a/libquadmath/printf/fpioconst.c +++ b/libquadmath/printf/fpioconst.c @@ -1,6 +1,5 @@ /* Table of MP integer constants 10^(2^i), used for floating point <-> decimal. - Copyright (C) 1995, 1996, 1997, 1998, 1999, 2002, 2003 - Free Software Foundation, Inc. + Copyright (C) 1995-2013 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 diff --git a/libquadmath/printf/fpioconst.h b/libquadmath/printf/fpioconst.h index 7b7a40a27b00..40375a4c4269 100644 --- a/libquadmath/printf/fpioconst.h +++ b/libquadmath/printf/fpioconst.h @@ -1,6 +1,5 @@ /* Header file for constants used in floating point <-> decimal conversions. - Copyright (C) 1995, 1996, 1997, 1998, 1999, 2002, 2003 - Free Software Foundation, Inc. + Copyright (C) 1995-2013 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 diff --git a/libquadmath/printf/gmp-impl.h b/libquadmath/printf/gmp-impl.h index 0f1419277deb..bf2809001402 100644 --- a/libquadmath/printf/gmp-impl.h +++ b/libquadmath/printf/gmp-impl.h @@ -1,6 +1,6 @@ /* Include file for internal GNU MP types and definitions. -Copyright (C) 1991, 1993, 1994, 1995, 1996, 2011 Free Software Foundation, Inc. +Copyright (C) 1991-2013 Free Software Foundation, Inc. This file is part of the GNU MP Library. diff --git a/libquadmath/printf/lshift.c b/libquadmath/printf/lshift.c index 58aa8d4649f6..62108bf7b211 100644 --- a/libquadmath/printf/lshift.c +++ b/libquadmath/printf/lshift.c @@ -1,6 +1,6 @@ /* mpn_lshift -- Shift left low level. -Copyright (C) 1991, 1993, 1994, 1996 Free Software Foundation, Inc. +Copyright (C) 1991-2013 Free Software Foundation, Inc. This file is part of the GNU MP Library. diff --git a/libquadmath/printf/mul.c b/libquadmath/printf/mul.c index d31fa36fa98e..1cd44b2958cf 100644 --- a/libquadmath/printf/mul.c +++ b/libquadmath/printf/mul.c @@ -1,6 +1,6 @@ /* mpn_mul -- Multiply two natural numbers. -Copyright (C) 1991, 1993, 1994, 1996 Free Software Foundation, Inc. +Copyright (C) 1991-2013 Free Software Foundation, Inc. This file is part of the GNU MP Library. diff --git a/libquadmath/printf/mul_1.c b/libquadmath/printf/mul_1.c index 48a273f075bd..e0e40f446e77 100644 --- a/libquadmath/printf/mul_1.c +++ b/libquadmath/printf/mul_1.c @@ -1,7 +1,7 @@ /* mpn_mul_1 -- Multiply a limb vector with a single limb and store the product in a second limb vector. -Copyright (C) 1991, 1992, 1993, 1994, 1996 Free Software Foundation, Inc. +Copyright (C) 1991-2013 Free Software Foundation, Inc. This file is part of the GNU MP Library. diff --git a/libquadmath/printf/mul_n.c b/libquadmath/printf/mul_n.c index c4bc1bed28fa..15627b3d3576 100644 --- a/libquadmath/printf/mul_n.c +++ b/libquadmath/printf/mul_n.c @@ -1,6 +1,6 @@ /* mpn_mul_n -- Multiply two natural numbers of length n. -Copyright (C) 1991, 1992, 1993, 1994, 1996 Free Software Foundation, Inc. +Copyright (C) 1991-2013 Free Software Foundation, Inc. This file is part of the GNU MP Library. diff --git a/libquadmath/printf/printf_fp.c b/libquadmath/printf/printf_fp.c index 8effcee88faa..fc08dc1f6c09 100644 --- a/libquadmath/printf/printf_fp.c +++ b/libquadmath/printf/printf_fp.c @@ -1,5 +1,5 @@ /* Floating point output for `printf'. - Copyright (C) 1995-2012 Free Software Foundation, Inc. + Copyright (C) 1995-2013 Free Software Foundation, Inc. This file is part of the GNU C Library. Written by Ulrich Drepper <drepper@gnu.ai.mit.edu>, 1995. diff --git a/libquadmath/printf/printf_fphex.c b/libquadmath/printf/printf_fphex.c index fc960f38eb9a..2ab249b7954c 100644 --- a/libquadmath/printf/printf_fphex.c +++ b/libquadmath/printf/printf_fphex.c @@ -1,5 +1,5 @@ /* Print floating point number in hexadecimal notation according to ISO C99. - Copyright (C) 1997-2012 Free Software Foundation, Inc. + Copyright (C) 1997-2013 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/printf/quadmath-printf.c b/libquadmath/printf/quadmath-printf.c index b70f432cce02..44c1f4904aba 100644 --- a/libquadmath/printf/quadmath-printf.c +++ b/libquadmath/printf/quadmath-printf.c @@ -1,5 +1,5 @@ /* GCC Quad-Precision Math Library - Copyright (C) 2011 Free Software Foundation, Inc. + Copyright (C) 2011-2013 Free Software Foundation, Inc. Written by Jakub Jelinek <jakub@redhat.com> This file is part of the libquadmath library. diff --git a/libquadmath/printf/quadmath-printf.h b/libquadmath/printf/quadmath-printf.h index 32ebcec928cb..60e0d994a459 100644 --- a/libquadmath/printf/quadmath-printf.h +++ b/libquadmath/printf/quadmath-printf.h @@ -1,5 +1,5 @@ /* GCC Quad-Precision Math Library - Copyright (C) 2011 Free Software Foundation, Inc. + Copyright (C) 2011-2013 Free Software Foundation, Inc. Written by Jakub Jelinek <jakub@redhat.com> This file is part of the libquadmath library. diff --git a/libquadmath/printf/rshift.c b/libquadmath/printf/rshift.c index 17fd914d9d02..bc56855db22d 100644 --- a/libquadmath/printf/rshift.c +++ b/libquadmath/printf/rshift.c @@ -1,6 +1,6 @@ /* mpn_rshift -- Shift right a low-level natural-number integer. -Copyright (C) 1991, 1993, 1994, 1996 Free Software Foundation, Inc. +Copyright (C) 1991-2013 Free Software Foundation, Inc. This file is part of the GNU MP Library. diff --git a/libquadmath/printf/sub_n.c b/libquadmath/printf/sub_n.c index 92e7187313ba..777e091cdda4 100644 --- a/libquadmath/printf/sub_n.c +++ b/libquadmath/printf/sub_n.c @@ -1,6 +1,6 @@ /* mpn_sub_n -- Subtract two limb vectors of equal, non-zero length. -Copyright (C) 1992, 1993, 1994, 1996 Free Software Foundation, Inc. +Copyright (C) 1992-2013 Free Software Foundation, Inc. This file is part of the GNU MP Library. diff --git a/libquadmath/printf/submul_1.c b/libquadmath/printf/submul_1.c index 31903c6284e8..bb922e9d9aa9 100644 --- a/libquadmath/printf/submul_1.c +++ b/libquadmath/printf/submul_1.c @@ -3,7 +3,7 @@ from the limb vector pointed to by RES_PTR. Return the most significant limb of the product, adjusted for carry-out from the subtraction. -Copyright (C) 1992, 1993, 1994, 1996, 2005 Free Software Foundation, Inc. +Copyright (C) 1992-2013 Free Software Foundation, Inc. This file is part of the GNU MP Library. diff --git a/libquadmath/quadmath-imp.h b/libquadmath/quadmath-imp.h index 40b346b6ff22..3e21dc643164 100644 --- a/libquadmath/quadmath-imp.h +++ b/libquadmath/quadmath-imp.h @@ -1,5 +1,5 @@ /* GCC Quad-Precision Math Library - Copyright (C) 2010, 2011 Free Software Foundation, Inc. + Copyright (C) 2010-2013 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/quadmath-rounding-mode.h b/libquadmath/quadmath-rounding-mode.h index a806794835a5..2ad7ca58d5a1 100644 --- a/libquadmath/quadmath-rounding-mode.h +++ b/libquadmath/quadmath-rounding-mode.h @@ -1,5 +1,5 @@ /* GCC Quad-Precision Math Library - Copyright (C) 2012 Free Software Foundation, Inc. + Copyright (C) 2012-2013 Free Software Foundation, Inc. This file is part of the libquadmath library. Libquadmath is free software; you can redistribute it and/or diff --git a/libquadmath/quadmath.h b/libquadmath/quadmath.h index 863fe440b230..73e6b2c55fd2 100644 --- a/libquadmath/quadmath.h +++ b/libquadmath/quadmath.h @@ -1,5 +1,5 @@ /* GCC Quad-Precision Math Library - Copyright (C) 2010, 2011 Free Software Foundation, Inc. + Copyright (C) 2010-2013 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/quadmath_weak.h b/libquadmath/quadmath_weak.h index 986079abc406..25befd2102d0 100644 --- a/libquadmath/quadmath_weak.h +++ b/libquadmath/quadmath_weak.h @@ -1,5 +1,5 @@ /* GCC Quad-Precision Math Library - Copyright (C) 2010, 2011 Free Software Foundation, Inc. + Copyright (C) 2010-2013 Free Software Foundation, Inc. Written by Tobias Burnus <burnus@net-b.de> This file is part of the libquadmath library. diff --git a/libquadmath/strtod/grouping.h b/libquadmath/strtod/grouping.h index a1660871254b..de1ad10d39c1 100644 --- a/libquadmath/strtod/grouping.h +++ b/libquadmath/strtod/grouping.h @@ -1,5 +1,5 @@ /* Internal header for proving correct grouping in strings of numbers. - Copyright (C) 1995,1996,1997,1998,2000,2003 Free Software Foundation, Inc. + Copyright (C) 1995-2013 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Ulrich Drepper <drepper@gnu.ai.mit.edu>, 1995. diff --git a/libquadmath/strtod/mpn2flt128.c b/libquadmath/strtod/mpn2flt128.c index 844ae97d834f..5e8b06c2c8f4 100644 --- a/libquadmath/strtod/mpn2flt128.c +++ b/libquadmath/strtod/mpn2flt128.c @@ -1,5 +1,4 @@ -/* Copyright (C) 1995,1996,1997,1998,1999,2002,2003 - Free Software Foundation, Inc. +/* Copyright (C) 1995-2013 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 diff --git a/libquadmath/strtod/strtod_l.c b/libquadmath/strtod/strtod_l.c index d1845a8039c8..01d755f37bbc 100644 --- a/libquadmath/strtod/strtod_l.c +++ b/libquadmath/strtod/strtod_l.c @@ -1,5 +1,5 @@ /* Convert string representing a number to float value, using given locale. - Copyright (C) 1997-2012 Free Software Foundation, Inc. + Copyright (C) 1997-2013 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/strtod/strtoflt128.c b/libquadmath/strtod/strtoflt128.c index acdf36e9e8a3..c21c03abe628 100644 --- a/libquadmath/strtod/strtoflt128.c +++ b/libquadmath/strtod/strtoflt128.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1999, 2004 Free Software Foundation, Inc. +/* Copyright (C) 1999-2013 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 -- GitLab