public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* RFA: Update copyright for libquadmath
@ 2013-02-03 10:38 Richard Sandiford
  2013-02-03 11:59 ` Jakub Jelinek
  0 siblings, 1 reply; 3+ messages in thread
From: Richard Sandiford @ 2013-02-03 10:38 UTC (permalink / raw)
  To: gcc-patches; +Cc: burnus, jakub

Most of the files here say "This file is part of the GNU C Library"
or "the GNU MP Library", so maybe we don't actually want to update them.
Please let me know if so.

Tested on x86_64-linux-gnu.  OK to install?

Richard


libquadmath/
	Update copyright years for libquadmath.

Index: libquadmath/math/cacoshq.c
===================================================================
--- libquadmath/math/cacoshq.c	2013-02-02 21:33:00.692873520 +0000
+++ libquadmath/math/cacoshq.c	2013-02-03 10:33:31.345716627 +0000
@@ -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: libquadmath/math/cacosq.c
===================================================================
--- libquadmath/math/cacosq.c	2013-02-02 21:33:00.692873520 +0000
+++ libquadmath/math/cacosq.c	2013-02-03 10:33:31.346716634 +0000
@@ -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: libquadmath/math/casinhq.c
===================================================================
--- libquadmath/math/casinhq.c	2013-02-02 21:33:00.694873534 +0000
+++ libquadmath/math/casinhq.c	2013-02-03 10:33:31.352716666 +0000
@@ -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: libquadmath/math/casinq.c
===================================================================
--- libquadmath/math/casinq.c	2013-02-02 21:33:00.693873527 +0000
+++ libquadmath/math/casinq.c	2013-02-03 10:33:31.368716756 +0000
@@ -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: libquadmath/math/catanhq.c
===================================================================
--- libquadmath/math/catanhq.c	2013-02-02 21:33:00.693873527 +0000
+++ libquadmath/math/catanhq.c	2013-02-03 10:33:31.369716761 +0000
@@ -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: libquadmath/math/catanq.c
===================================================================
--- libquadmath/math/catanq.c	2013-02-02 21:33:00.689873497 +0000
+++ libquadmath/math/catanq.c	2013-02-03 10:33:31.376716800 +0000
@@ -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: libquadmath/math/ccoshq.c
===================================================================
--- libquadmath/math/ccoshq.c	2013-02-02 21:33:00.691873512 +0000
+++ libquadmath/math/ccoshq.c	2013-02-03 10:33:31.376716800 +0000
@@ -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: libquadmath/math/cexpq.c
===================================================================
--- libquadmath/math/cexpq.c	2013-02-02 21:33:00.691873512 +0000
+++ libquadmath/math/cexpq.c	2013-02-03 10:33:31.377716805 +0000
@@ -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: libquadmath/math/cimagq.c
===================================================================
--- libquadmath/math/cimagq.c	2013-02-02 21:33:00.693873527 +0000
+++ libquadmath/math/cimagq.c	2013-02-03 10:33:31.377716805 +0000
@@ -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: libquadmath/math/clog10q.c
===================================================================
--- libquadmath/math/clog10q.c	2013-02-02 21:33:00.689873497 +0000
+++ libquadmath/math/clog10q.c	2013-02-03 10:33:31.385716851 +0000
@@ -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: libquadmath/math/clogq.c
===================================================================
--- libquadmath/math/clogq.c	2013-02-02 21:33:00.692873520 +0000
+++ libquadmath/math/clogq.c	2013-02-03 10:33:31.385716851 +0000
@@ -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: libquadmath/math/complex.c
===================================================================
--- libquadmath/math/complex.c	2013-02-02 21:33:00.690873504 +0000
+++ libquadmath/math/complex.c	2013-02-03 10:33:31.385716851 +0000
@@ -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: libquadmath/math/conjq.c
===================================================================
--- libquadmath/math/conjq.c	2013-02-02 21:33:00.689873497 +0000
+++ libquadmath/math/conjq.c	2013-02-03 10:33:31.385716851 +0000
@@ -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: libquadmath/math/cosq_kernel.c
===================================================================
--- libquadmath/math/cosq_kernel.c	2013-02-02 21:33:00.693873527 +0000
+++ libquadmath/math/cosq_kernel.c	2013-02-03 10:33:31.386716856 +0000
@@ -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: libquadmath/math/cprojq.c
===================================================================
--- libquadmath/math/cprojq.c	2013-02-02 21:33:00.692873520 +0000
+++ libquadmath/math/cprojq.c	2013-02-03 10:33:31.386716856 +0000
@@ -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: libquadmath/math/crealq.c
===================================================================
--- libquadmath/math/crealq.c	2013-02-02 21:33:00.691873512 +0000
+++ libquadmath/math/crealq.c	2013-02-03 10:33:31.386716856 +0000
@@ -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: libquadmath/math/csinhq.c
===================================================================
--- libquadmath/math/csinhq.c	2013-02-02 21:33:00.694873534 +0000
+++ libquadmath/math/csinhq.c	2013-02-03 10:33:31.386716856 +0000
@@ -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: libquadmath/math/csinq.c
===================================================================
--- libquadmath/math/csinq.c	2013-02-02 21:33:00.694873534 +0000
+++ libquadmath/math/csinq.c	2013-02-03 10:33:31.386716856 +0000
@@ -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: libquadmath/math/csqrtq.c
===================================================================
--- libquadmath/math/csqrtq.c	2013-02-02 21:33:00.693873527 +0000
+++ libquadmath/math/csqrtq.c	2013-02-03 10:33:31.386716856 +0000
@@ -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: libquadmath/math/ctanhq.c
===================================================================
--- libquadmath/math/ctanhq.c	2013-02-02 21:33:00.690873504 +0000
+++ libquadmath/math/ctanhq.c	2013-02-03 10:33:31.386716856 +0000
@@ -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: libquadmath/math/ctanq.c
===================================================================
--- libquadmath/math/ctanq.c	2013-02-02 21:33:00.694873534 +0000
+++ libquadmath/math/ctanq.c	2013-02-03 10:33:31.387716861 +0000
@@ -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: libquadmath/math/expq.c
===================================================================
--- libquadmath/math/expq.c	2013-02-02 21:33:00.690873504 +0000
+++ libquadmath/math/expq.c	2013-02-03 10:33:31.387716861 +0000
@@ -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: libquadmath/math/fdimq.c
===================================================================
--- libquadmath/math/fdimq.c	2013-02-02 21:33:00.691873512 +0000
+++ libquadmath/math/fdimq.c	2013-02-03 10:33:31.388716867 +0000
@@ -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: libquadmath/math/fmaq.c
===================================================================
--- libquadmath/math/fmaq.c	2013-02-02 21:33:00.693873527 +0000
+++ libquadmath/math/fmaq.c	2013-02-03 10:33:31.388716867 +0000
@@ -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: libquadmath/math/fmaxq.c
===================================================================
--- libquadmath/math/fmaxq.c	2013-02-02 21:33:00.690873504 +0000
+++ libquadmath/math/fmaxq.c	2013-02-03 10:33:31.388716867 +0000
@@ -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: libquadmath/math/fminq.c
===================================================================
--- libquadmath/math/fminq.c	2013-02-02 21:33:00.692873520 +0000
+++ libquadmath/math/fminq.c	2013-02-03 10:33:31.388716867 +0000
@@ -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: libquadmath/math/llrintq.c
===================================================================
--- libquadmath/math/llrintq.c	2013-02-02 21:33:00.693873527 +0000
+++ libquadmath/math/llrintq.c	2013-02-03 10:33:31.388716867 +0000
@@ -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: libquadmath/math/llroundq.c
===================================================================
--- libquadmath/math/llroundq.c	2013-02-02 21:33:00.693873527 +0000
+++ libquadmath/math/llroundq.c	2013-02-03 10:33:31.388716867 +0000
@@ -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: libquadmath/math/lrintq.c
===================================================================
--- libquadmath/math/lrintq.c	2013-02-02 21:33:00.691873512 +0000
+++ libquadmath/math/lrintq.c	2013-02-03 10:33:31.388716867 +0000
@@ -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: libquadmath/math/lroundq.c
===================================================================
--- libquadmath/math/lroundq.c	2013-02-02 21:33:00.690873504 +0000
+++ libquadmath/math/lroundq.c	2013-02-03 10:33:31.389716873 +0000
@@ -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: libquadmath/math/rem_pio2q.c
===================================================================
--- libquadmath/math/rem_pio2q.c	2013-02-02 21:33:00.691873512 +0000
+++ libquadmath/math/rem_pio2q.c	2013-02-03 10:33:31.389716873 +0000
@@ -312,7 +312,7 @@ __quadmath_kernel_rem_pio2 (double *x, d
 
 
 /* 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: libquadmath/math/remquoq.c
===================================================================
--- libquadmath/math/remquoq.c	2013-02-02 21:33:00.694873534 +0000
+++ libquadmath/math/remquoq.c	2013-02-03 10:33:31.389716873 +0000
@@ -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: libquadmath/math/roundq.c
===================================================================
--- libquadmath/math/roundq.c	2013-02-02 21:33:00.694873534 +0000
+++ libquadmath/math/roundq.c	2013-02-03 10:33:31.389716873 +0000
@@ -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: libquadmath/math/sincos_table.c
===================================================================
--- libquadmath/math/sincos_table.c	2013-02-02 21:33:00.690873504 +0000
+++ libquadmath/math/sincos_table.c	2013-02-03 10:33:31.389716873 +0000
@@ -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: libquadmath/math/sincosq.c
===================================================================
--- libquadmath/math/sincosq.c	2013-02-02 21:33:00.691873512 +0000
+++ libquadmath/math/sincosq.c	2013-02-03 10:33:31.390716879 +0000
@@ -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: libquadmath/math/sincosq_kernel.c
===================================================================
--- libquadmath/math/sincosq_kernel.c	2013-02-02 21:33:00.692873520 +0000
+++ libquadmath/math/sincosq_kernel.c	2013-02-03 10:33:31.390716879 +0000
@@ -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: libquadmath/math/sinq_kernel.c
===================================================================
--- libquadmath/math/sinq_kernel.c	2013-02-02 21:33:00.692873520 +0000
+++ libquadmath/math/sinq_kernel.c	2013-02-03 10:33:31.390716879 +0000
@@ -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: libquadmath/math/tgammaq.c
===================================================================
--- libquadmath/math/tgammaq.c	2013-02-02 21:33:00.689873497 +0000
+++ libquadmath/math/tgammaq.c	2013-02-03 10:33:31.390716879 +0000
@@ -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: libquadmath/math/truncq.c
===================================================================
--- libquadmath/math/truncq.c	2013-02-02 21:33:00.691873512 +0000
+++ libquadmath/math/truncq.c	2013-02-03 10:33:31.390716879 +0000
@@ -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: libquadmath/math/x2y2m1q.c
===================================================================
--- libquadmath/math/x2y2m1q.c	2013-02-02 21:33:00.690873504 +0000
+++ libquadmath/math/x2y2m1q.c	2013-02-03 10:33:31.390716879 +0000
@@ -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: libquadmath/printf/_i18n_number.h
===================================================================
--- libquadmath/printf/_i18n_number.h	2013-02-02 21:33:00.695873542 +0000
+++ libquadmath/printf/_i18n_number.h	2013-02-03 10:33:31.391716884 +0000
@@ -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: libquadmath/printf/_itoa.h
===================================================================
--- libquadmath/printf/_itoa.h	2013-02-02 21:33:00.696873550 +0000
+++ libquadmath/printf/_itoa.h	2013-02-03 10:33:31.391716884 +0000
@@ -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: libquadmath/printf/_itowa.h
===================================================================
--- libquadmath/printf/_itowa.h	2013-02-02 21:33:00.697873558 +0000
+++ libquadmath/printf/_itowa.h	2013-02-03 10:33:31.391716884 +0000
@@ -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: libquadmath/printf/add_n.c
===================================================================
--- libquadmath/printf/add_n.c	2013-02-02 21:33:00.697873558 +0000
+++ libquadmath/printf/add_n.c	2013-02-03 10:33:31.391716884 +0000
@@ -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: libquadmath/printf/addmul_1.c
===================================================================
--- libquadmath/printf/addmul_1.c	2013-02-02 21:33:00.696873550 +0000
+++ libquadmath/printf/addmul_1.c	2013-02-03 10:33:31.391716884 +0000
@@ -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: libquadmath/printf/cmp.c
===================================================================
--- libquadmath/printf/cmp.c	2013-02-02 21:33:00.697873558 +0000
+++ libquadmath/printf/cmp.c	2013-02-03 10:33:31.392716889 +0000
@@ -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: libquadmath/printf/divrem.c
===================================================================
--- libquadmath/printf/divrem.c	2013-02-02 21:33:00.697873558 +0000
+++ libquadmath/printf/divrem.c	2013-02-03 10:33:31.392716889 +0000
@@ -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: libquadmath/printf/flt1282mpn.c
===================================================================
--- libquadmath/printf/flt1282mpn.c	2013-02-02 21:33:00.695873542 +0000
+++ libquadmath/printf/flt1282mpn.c	2013-02-03 10:33:31.392716889 +0000
@@ -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: libquadmath/printf/fpioconst.c
===================================================================
--- libquadmath/printf/fpioconst.c	2013-02-02 21:33:00.695873542 +0000
+++ libquadmath/printf/fpioconst.c	2013-02-03 10:33:31.392716889 +0000
@@ -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: libquadmath/printf/fpioconst.h
===================================================================
--- libquadmath/printf/fpioconst.h	2013-02-02 21:33:00.696873550 +0000
+++ libquadmath/printf/fpioconst.h	2013-02-03 10:33:31.395716906 +0000
@@ -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: libquadmath/printf/gmp-impl.h
===================================================================
--- libquadmath/printf/gmp-impl.h	2013-02-02 21:33:00.696873550 +0000
+++ libquadmath/printf/gmp-impl.h	2013-02-03 10:33:31.395716906 +0000
@@ -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: libquadmath/printf/lshift.c
===================================================================
--- libquadmath/printf/lshift.c	2013-02-02 21:33:00.695873542 +0000
+++ libquadmath/printf/lshift.c	2013-02-03 10:33:31.396716911 +0000
@@ -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: libquadmath/printf/mul.c
===================================================================
--- libquadmath/printf/mul.c	2013-02-02 21:33:00.697873558 +0000
+++ libquadmath/printf/mul.c	2013-02-03 10:33:31.396716911 +0000
@@ -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: libquadmath/printf/mul_1.c
===================================================================
--- libquadmath/printf/mul_1.c	2013-02-02 21:33:00.695873542 +0000
+++ libquadmath/printf/mul_1.c	2013-02-03 10:33:31.396716911 +0000
@@ -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: libquadmath/printf/mul_n.c
===================================================================
--- libquadmath/printf/mul_n.c	2013-02-02 21:33:00.697873558 +0000
+++ libquadmath/printf/mul_n.c	2013-02-03 10:33:31.397716916 +0000
@@ -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: libquadmath/printf/printf_fp.c
===================================================================
--- libquadmath/printf/printf_fp.c	2013-02-02 21:33:00.696873550 +0000
+++ libquadmath/printf/printf_fp.c	2013-02-03 10:33:31.397716916 +0000
@@ -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: libquadmath/printf/printf_fphex.c
===================================================================
--- libquadmath/printf/printf_fphex.c	2013-02-02 21:33:00.697873558 +0000
+++ libquadmath/printf/printf_fphex.c	2013-02-03 10:33:31.398716921 +0000
@@ -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: libquadmath/printf/quadmath-printf.c
===================================================================
--- libquadmath/printf/quadmath-printf.c	2013-02-02 21:33:00.696873550 +0000
+++ libquadmath/printf/quadmath-printf.c	2013-02-03 10:33:31.398716921 +0000
@@ -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: libquadmath/printf/quadmath-printf.h
===================================================================
--- libquadmath/printf/quadmath-printf.h	2013-02-02 21:33:00.696873550 +0000
+++ libquadmath/printf/quadmath-printf.h	2013-02-03 10:33:31.399716927 +0000
@@ -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: libquadmath/printf/rshift.c
===================================================================
--- libquadmath/printf/rshift.c	2013-02-02 21:33:00.695873542 +0000
+++ libquadmath/printf/rshift.c	2013-02-03 10:33:31.399716927 +0000
@@ -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: libquadmath/printf/sub_n.c
===================================================================
--- libquadmath/printf/sub_n.c	2013-02-02 21:33:00.697873558 +0000
+++ libquadmath/printf/sub_n.c	2013-02-03 10:33:31.399716927 +0000
@@ -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: libquadmath/printf/submul_1.c
===================================================================
--- libquadmath/printf/submul_1.c	2013-02-02 21:33:00.696873550 +0000
+++ libquadmath/printf/submul_1.c	2013-02-03 10:33:31.400716934 +0000
@@ -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: libquadmath/quadmath-imp.h
===================================================================
--- libquadmath/quadmath-imp.h	2013-02-02 21:33:00.697873558 +0000
+++ libquadmath/quadmath-imp.h	2013-02-03 10:33:31.400716934 +0000
@@ -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: libquadmath/quadmath-rounding-mode.h
===================================================================
--- libquadmath/quadmath-rounding-mode.h	2013-02-02 21:33:00.695873542 +0000
+++ libquadmath/quadmath-rounding-mode.h	2013-02-03 10:33:31.401716940 +0000
@@ -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: libquadmath/quadmath.h
===================================================================
--- libquadmath/quadmath.h	2013-02-02 21:33:00.689873497 +0000
+++ libquadmath/quadmath.h	2013-02-03 10:33:31.401716940 +0000
@@ -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: libquadmath/quadmath_weak.h
===================================================================
--- libquadmath/quadmath_weak.h	2013-02-02 21:33:00.694873534 +0000
+++ libquadmath/quadmath_weak.h	2013-02-03 10:33:31.401716940 +0000
@@ -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: libquadmath/strtod/grouping.h
===================================================================
--- libquadmath/strtod/grouping.h	2013-02-02 21:33:00.698873566 +0000
+++ libquadmath/strtod/grouping.h	2013-02-03 10:33:31.401716940 +0000
@@ -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: libquadmath/strtod/mpn2flt128.c
===================================================================
--- libquadmath/strtod/mpn2flt128.c	2013-02-02 21:33:00.698873566 +0000
+++ libquadmath/strtod/mpn2flt128.c	2013-02-03 10:33:31.401716940 +0000
@@ -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: libquadmath/strtod/strtod_l.c
===================================================================
--- libquadmath/strtod/strtod_l.c	2013-02-02 21:33:00.698873566 +0000
+++ libquadmath/strtod/strtod_l.c	2013-02-03 10:33:31.402716945 +0000
@@ -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: libquadmath/strtod/strtoflt128.c
===================================================================
--- libquadmath/strtod/strtoflt128.c	2013-02-02 21:33:00.698873566 +0000
+++ libquadmath/strtod/strtoflt128.c	2013-02-03 10:33:31.402716945 +0000
@@ -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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: RFA: Update copyright for libquadmath
  2013-02-03 10:38 RFA: Update copyright for libquadmath Richard Sandiford
@ 2013-02-03 11:59 ` Jakub Jelinek
  2013-02-06 22:12   ` Richard Sandiford
  0 siblings, 1 reply; 3+ messages in thread
From: Jakub Jelinek @ 2013-02-03 11:59 UTC (permalink / raw)
  To: gcc-patches, burnus, rdsandiford

On Sun, Feb 03, 2013 at 10:38:05AM +0000, Richard Sandiford wrote:
> Most of the files here say "This file is part of the GNU C Library"
> or "the GNU MP Library", so maybe we don't actually want to update them.
> Please let me know if so.
> 
> Tested on x86_64-linux-gnu.  OK to install?
> 
> Richard
> 
> 
> libquadmath/
> 	Update copyright years for libquadmath.

Dunno if we want this, all these files are copied over (with some minor
adjustments) from glibc, so I wonder if they shouldn't switch to the range
Copyrights only when the glibc origins do.

	Jakub

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: RFA: Update copyright for libquadmath
  2013-02-03 11:59 ` Jakub Jelinek
@ 2013-02-06 22:12   ` Richard Sandiford
  0 siblings, 0 replies; 3+ messages in thread
From: Richard Sandiford @ 2013-02-06 22:12 UTC (permalink / raw)
  To: Jakub Jelinek; +Cc: gcc-patches, burnus

Jakub Jelinek <jakub@redhat.com> writes:
> On Sun, Feb 03, 2013 at 10:38:05AM +0000, Richard Sandiford wrote:
>> Most of the files here say "This file is part of the GNU C Library"
>> or "the GNU MP Library", so maybe we don't actually want to update them.
>> Please let me know if so.
>> 
>> Tested on x86_64-linux-gnu.  OK to install?
>> 
>> Richard
>> 
>> 
>> libquadmath/
>> 	Update copyright years for libquadmath.
>
> Dunno if we want this, all these files are copied over (with some minor
> adjustments) from glibc, so I wonder if they shouldn't switch to the range
> Copyrights only when the glibc origins do.

Sorry Jakub, I got carried away when applying the other patches and
forgot that you'd raised doubts about these.  I've justed reverted
the libquadmath and libssp bits.

I've installed the patch below to update the list of default directories.

Thanks,
Richard


contrib/
	* update-copyright.py: Add libdecnumber to the default list.
	Remove libquadmath and libssp.

Index: contrib/update-copyright.py
===================================================================
--- contrib/update-copyright.py	2013-02-06 22:04:58.000000000 +0000
+++ contrib/update-copyright.py	2013-02-06 22:05:59.362375919 +0000
@@ -752,14 +752,13 @@ class GCCCmdLine (CmdLine):
             'libatomic',
             'libbacktrace',
             'libcpp',
+            'libdecnumber',
             'libgcc',
             'libgfortran',
             'libgomp',
             'libitm',
             'libmudflap',
             'libobjc',
-            'libquadmath',
-            'libssp',
             'libstdc++-v3',
             ]
 

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2013-02-06 22:12 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-02-03 10:38 RFA: Update copyright for libquadmath Richard Sandiford
2013-02-03 11:59 ` Jakub Jelinek
2013-02-06 22:12   ` Richard Sandiford

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).