Update copyright in libquadmath.
authorRichard Sandiford <rdsandiford@googlemail.com>
Sun, 3 Feb 2013 17:49:30 +0000 (17:49 +0000)
committerRichard Sandiford <rsandifo@gcc.gnu.org>
Sun, 3 Feb 2013 17:49:30 +0000 (17:49 +0000)
From-SVN: r195699

71 files changed:
libquadmath/ChangeLog
libquadmath/math/cacoshq.c
libquadmath/math/cacosq.c
libquadmath/math/casinhq.c
libquadmath/math/casinq.c
libquadmath/math/catanhq.c
libquadmath/math/catanq.c
libquadmath/math/ccoshq.c
libquadmath/math/cexpq.c
libquadmath/math/cimagq.c
libquadmath/math/clog10q.c
libquadmath/math/clogq.c
libquadmath/math/complex.c
libquadmath/math/conjq.c
libquadmath/math/cosq_kernel.c
libquadmath/math/cprojq.c
libquadmath/math/crealq.c
libquadmath/math/csinhq.c
libquadmath/math/csinq.c
libquadmath/math/csqrtq.c
libquadmath/math/ctanhq.c
libquadmath/math/ctanq.c
libquadmath/math/expq.c
libquadmath/math/fdimq.c
libquadmath/math/fmaq.c
libquadmath/math/fmaxq.c
libquadmath/math/fminq.c
libquadmath/math/llrintq.c
libquadmath/math/llroundq.c
libquadmath/math/lrintq.c
libquadmath/math/lroundq.c
libquadmath/math/rem_pio2q.c
libquadmath/math/remquoq.c
libquadmath/math/roundq.c
libquadmath/math/sincos_table.c
libquadmath/math/sincosq.c
libquadmath/math/sincosq_kernel.c
libquadmath/math/sinq_kernel.c
libquadmath/math/tgammaq.c
libquadmath/math/truncq.c
libquadmath/math/x2y2m1q.c
libquadmath/printf/_i18n_number.h
libquadmath/printf/_itoa.h
libquadmath/printf/_itowa.h
libquadmath/printf/add_n.c
libquadmath/printf/addmul_1.c
libquadmath/printf/cmp.c
libquadmath/printf/divrem.c
libquadmath/printf/flt1282mpn.c
libquadmath/printf/fpioconst.c
libquadmath/printf/fpioconst.h
libquadmath/printf/gmp-impl.h
libquadmath/printf/lshift.c
libquadmath/printf/mul.c
libquadmath/printf/mul_1.c
libquadmath/printf/mul_n.c
libquadmath/printf/printf_fp.c
libquadmath/printf/printf_fphex.c
libquadmath/printf/quadmath-printf.c
libquadmath/printf/quadmath-printf.h
libquadmath/printf/rshift.c
libquadmath/printf/sub_n.c
libquadmath/printf/submul_1.c
libquadmath/quadmath-imp.h
libquadmath/quadmath-rounding-mode.h
libquadmath/quadmath.h
libquadmath/quadmath_weak.h
libquadmath/strtod/grouping.h
libquadmath/strtod/mpn2flt128.c
libquadmath/strtod/strtod_l.c
libquadmath/strtod/strtoflt128.c

index 72e24ea2f71d17705e331bc24cf2f0f22e918e1b..002ee557aa8963be63e119205486fd9b5c666677 100644 (file)
@@ -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
index 263e03d0c1126c2902b680b7bcd2521f1bed5dab..7326d50837d3184a0e929b500332c68762c34d49 100644 (file)
@@ -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.
 
index 3c257b029bffcde510fb5d7bb8a458de2feb4606..bb0720703baeb44f988885a540fc8bb8c5a7d7d2 100644 (file)
@@ -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.
 
index 11487b967fcf9393d5d5cc3b0f6efa3a15793226..7b2680c0f504b450400b238eb080427ea81a0965 100644 (file)
@@ -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.
 
index 122ef5d85ae0fb0fe85afd5ddad0762627d4be1f..1431ae569ad69b792d25b13b86f572720c528782 100644 (file)
@@ -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.
 
index 6a86e2d0202d3c4073d78d722a00e173a1e66b7a..bd0200e5a377c1c09a6cb9d8d98f8d656fc899e2 100644 (file)
@@ -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.
 
index a9c92579734b52c0dbaae9c71a9f724c5fda9e26..f857adf8dea04e37a3c60212567717837cf5f794 100644 (file)
@@ -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.
 
index 8d55ad3a99d005349a7a2944b5c2b3beacfa2237..437363b6b8fcf590986dc44064ea3051e7f7d286 100644 (file)
@@ -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.
 
index bd4be1ebe7112489e27bce69fcbe8b6c3fc9dcfd..f40302e16128e3da466f5da9ca9d6c863b72bb9d 100644 (file)
@@ -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.
 
index 9b3bf70a10d555a7cd2abbe8b0d260940cbb613e..196fb35e95164c9fa1cb8b5a27e9895b89a0417e 100644 (file)
@@ -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.
 
index c379bec72b623f30826d389c03eeabed0ba643d9..c813105548d530a3a39c7b4bed1d5242bc61995a 100644 (file)
@@ -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.
 
index 1a772cd434dc80ba13ba3802b009621c16fb6c25..315275a636b8c8862165746a2d520f99ff5c0818 100644 (file)
@@ -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.
 
index 8cf9e9808cc2275184dff201bb0d1e970cf98284..d90ba7c9f2de8e7e0d669248c995a0aa3edf085b 100644 (file)
@@ -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.
index 8587d12193bebf2edf818fda1c9ce627dcbe32e7..ccc708107fe024973ab7f61743b7d066f12deddc 100644 (file)
@@ -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.
 
index 42d29adfd8c3198df29f412f1ece090033b7e79b..8ee7c34497dc26578b7392579916373481457de1 100644 (file)
@@ -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>
 
index 6092c7325030f60055845bd8d233e9c493e3fb58..d79e662ae19b2f5bf579623224eba9636a8363d8 100644 (file)
@@ -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.
 
index 71f4a4405aa0118923be3fde80882c34407c84fa..8156df7f9d6f6fa4fd5ddf95d5f8688bcadbf4c6 100644 (file)
@@ -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.
 
index c16d576f4daf4b3782fca041bed6f8f69828c803..635a978acb472f8bc205e1c35b6edfa453879505 100644 (file)
@@ -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.
 
index c837e50b87fda07a470c1eef3e03c5bd95c773f3..77c9c9f69a13363d59973de35885deff46b8278d 100644 (file)
@@ -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.
 
index 5279e4378a29f3d0583d1eb8c62de8e3776f7ab4..aaf081251f7fec75d5144079537da5115c7489f5 100644 (file)
@@ -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.
index 8934cfad59f26d9f18a153dcd7dd2b890ddd8b66..30bd50e974311607b13ee2afc76e5c910f46e435 100644 (file)
@@ -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.
 
index d390511ca2008c3f10162dc76e765a6200eb1973..026e6080a8794fd0ab8ffad8e390bc0f4c493165 100644 (file)
@@ -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.
 
index 70c638d7a08620bda8491e6ac1f6afbdc997b669..5733b4906d91b909c13d64588dc54aae0d182662 100644 (file)
@@ -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
index 539fb08c641f38cea2792802451d740644a79c43..0ff08372e7cc30eafe88bce75dafa3431e1bd299 100644 (file)
@@ -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.
 
index d3c5fb3901a8ea743cb9f458cceb1e08b563beee..407a649c62c26292e29fcf48aee027049e347ca1 100644 (file)
@@ -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.
 
index e8ed6f440aaecd876f9abd67e15434888b9adfea..a9099ffd2f0e8639bb97174b341b45bad354c1ed 100644 (file)
@@ -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.
 
index 2fbe4116a6dd74ed86ac080ff418a05cc04f6866..680cf757c60fd7944ac85cdbbf27684ca99b0055 100644 (file)
@@ -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.
 
index eef31d823b6ead7c47a64b95afdd76d3986b89ca..f6349e7e37f597e7f8c213ff4c371aae3ff5c55d 100644 (file)
@@ -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.
index d22180d6bbad03ef3f25c638df8b4ff5f75e2467..8d89edcf34b0f3352f759bf190fd09322c47ef92 100644 (file)
@@ -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.
index d1497ae38829371e36975f063fc382d6c901612a..446bee150b850f17730d87c25992735520330d1e 100644 (file)
@@ -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.
index 59c883a1464d8e39efd90421cd55badad16dfdcf..2c547ac6e26a6ee2452951dff7b234a76ff6c5b5 100644 (file)
@@ -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.
index 60653c8d1d3e850a275eb82162820458bd48d393..d93ccfbe90cba3f9dd3f37786ad656627db6f0bc 100644 (file)
@@ -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>
 
index f7001afc3e5ff99956c14887cbd78b744ae0055c..0778b8748c8b30a552afe38231d483fe127d2417 100644 (file)
@@ -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.
index 7c9d640e933291fe21801f550c7244b666601b69..c3bba44dffe63837818576862c924aae87e149c5 100644 (file)
@@ -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.
index b7e7c750314b11ebfa2a52b12097ad818c6e939a..d78782575c00d11967a0f54e6073cf977b0d2087 100644 (file)
@@ -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>
 
index b7c221486d7f60e7e418d1f6af44e21c5e722e92..48a6fdd4d7a711463ffa076683ba2a1b72bb07fe 100644 (file)
@@ -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>.
index f6341a4d9487afbf64ea834a44bd3ca203d31bf3..91b61aebb13af27f32234608729502399f6e9ec8 100644 (file)
@@ -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>
 
index 86034551d43e51d746ac3a8b4dffc58884cd2b09..8ce61af075afbacefddb8e3be2857913bcc3c468 100644 (file)
@@ -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>
 
index a07d5831de03c34c88e9eb00568e38dfe9470e5f..9636801aa0ae39e34c28362cd1551e7231d0004f 100644 (file)
@@ -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.
index 608871785d11a4a930230dcb0e651e4b648b0b7a..b2e950eaf6e6a71bcc19b47056839aa0c7d3534e 100644 (file)
@@ -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.
index 90bbc2f605d46ffc5475c5d1ab6dfba9463b9aa0..1843bae6ee7d9f3b226aada6ea57c9af0f1ec016 100644 (file)
@@ -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
index 80065d88b136f25a7b3f35096900918b8678165b..bddcac0a0d10cc6a31d2cf338fe3240611fc6cc4 100644 (file)
@@ -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.
 
index a0cd2b05ca4be93cb5fd239c6e8c134848164618..4dc98f385960807242384fb16a755259d6d5495e 100644 (file)
@@ -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
index 4717b5c654d78f37bb2fc8fc54bd7c77664502de..2e16dc672d58dd301d64e6cf4fc1d39c1df144e3 100644 (file)
@@ -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
index 749cf3ee8ad346723689219fecaaab64ce313867..8183cee896086d027e4058ee2677c782a9c0b1e0 100644 (file)
@@ -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.
 
index f527f98483938cb526e350ce2022cdb92cb30285..f99ee8cb4cbd934898a849885796d4f16e5dcfbc 100644 (file)
@@ -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.
 
index a4be43e2a174f761430ba503688bb233a8c63abc..31e83e7e603d2de2547e10f28afaa3635490cee8 100644 (file)
@@ -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.
 
index 944d1a0c08c081ded89970e7b7ece73974321f39..25640fdd8c2e8e21dd588d6de613df9fef45db46 100644 (file)
@@ -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.
 
index 0105314ef3a8cbcb37878ec047dcf37fefc49047..0c091efb95d880995d0e12d98631774987a56a75 100644 (file)
@@ -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
index cacb1446dde1d6301c59eaf8346be2ce41cc298a..9f9aff7d3a60ef8a0cafc4419b3cd3626cb1ffc2 100644 (file)
@@ -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
index 7b7a40a27b00ce29d7508dcfcf8261e7721c60aa..40375a4c426945147754f3cb0e19235102deaa06 100644 (file)
@@ -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
index 0f1419277deb784a1ad7a5f70ef8fa3806bcbfbe..bf2809001402b354ee41ff810dfcd75359f60667 100644 (file)
@@ -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.
 
index 58aa8d4649f64ceb17c23523be03417900e196dc..62108bf7b211c0284ae80b9e89cbb3e42e8237a4 100644 (file)
@@ -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.
 
index d31fa36fa98eb7477ef968d0e9654e43d0136957..1cd44b2958cfd853ca1fd7863f28c8b691704bf3 100644 (file)
@@ -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.
 
index 48a273f075bd7a20f577e91f30c9719891e733a7..e0e40f446e772ebea9b61c1706fcc3f25a97e7e5 100644 (file)
@@ -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.
 
index c4bc1bed28fad2832a1235b784c535cd9cded70c..15627b3d3576220eb74021e60cea4774116a4c5f 100644 (file)
@@ -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.
 
index 8effcee88faaee1519d9fca05fb08102ea91b25d..fc08dc1f6c095b5959a1916b61b9d46c00ff31b2 100644 (file)
@@ -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.
index fc960f38eb9a77d90833f7751156853a00303b80..2ab249b7954ca11e20690688bc450d4fbe6847d9 100644 (file)
@@ -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.
 
index b70f432cce02ca836acf3f1c55b2e0d150ce04ac..44c1f4904aba0d2bd73cc3a845ead71359f44f6e 100644 (file)
@@ -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.
index 32ebcec928cb073f5ceeaa5c43b2058de33a4a6b..60e0d994a4597ea20679e5104fdc991017a04287 100644 (file)
@@ -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.
index 17fd914d9d0299bb021339232dda91002aadb998..bc56855db22dae73a6553058b709a609bd272947 100644 (file)
@@ -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.
 
index 92e7187313ba8200d78b154e2f38ed83b5782ded..777e091cdda45186807e12cbd2b8b855eee8c2c4 100644 (file)
@@ -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.
 
index 31903c6284e85e0fc9109b7d54bc695c5a795047..bb922e9d9aa99dd7a974d38fccd4a07de2df073d 100644 (file)
@@ -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.
 
index 40b346b6ff22bd4028d0931f5b8ea576b4d57eda..3e21dc643164f891b0b623b845ef9041e78e5df9 100644 (file)
@@ -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.
index a806794835a5da2ee572dc2e25f9bfe9baec01a2..2ad7ca58d5a11afa4ab850fdf3e819890f72220d 100644 (file)
@@ -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
index 863fe440b23040b204d47ff5ddee444a2476b25a..73e6b2c55fd238dd585b478185e3b727f6b3989a 100644 (file)
@@ -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.
index 986079abc406921d353c3dd8c35a21a0fccecf05..25befd2102d0067b4dd6435f16227344793881dc 100644 (file)
@@ -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.
index a1660871254bff60a078489cc08c60182a23b17a..de1ad10d39c1e2739ffbde82801f5a25369bd4c9 100644 (file)
@@ -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.
 
index 844ae97d834ff2ab9c87f1dfb9764d95c2d3f555..5e8b06c2c8f46b2f4234df93cf56acc3aa01c1c1 100644 (file)
@@ -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
index d1845a8039c8cbdcffe12923ecb77d832f5b0eea..01d755f37bbc60a651198623f3858a7a5d88ff5d 100644 (file)
@@ -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.
 
index acdf36e9e8a359b7e6e08ad5111969ac6ad67b2c..c21c03abe62825a690782c5cc916fb342e619982 100644 (file)
@@ -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