Re: RFA: Update copyright for libquadmath

2013-02-06 Thread Richard Sandiford
Jakub Jelinek  writes:
> On Sun, Feb 03, 2013 at 10:38:05AM +, 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.0 +
+++ contrib/update-copyright.py 2013-02-06 22:05:59.362375919 +
@@ -752,14 +752,13 @@ class GCCCmdLine (CmdLine):
 'libatomic',
 'libbacktrace',
 'libcpp',
+'libdecnumber',
 'libgcc',
 'libgfortran',
 'libgomp',
 'libitm',
 'libmudflap',
 'libobjc',
-'libquadmath',
-'libssp',
 'libstdc++-v3',
 ]
 


Re: RFA: Update copyright for libquadmath

2013-02-03 Thread Jakub Jelinek
On Sun, Feb 03, 2013 at 10:38:05AM +, 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


RFA: Update copyright for libquadmath

2013-02-03 Thread Richard Sandiford
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 +
+++ libquadmath/math/cacoshq.c  2013-02-03 10:33:31.345716627 +
@@ -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 , 1997.
 
Index: libquadmath/math/cacosq.c
===
--- libquadmath/math/cacosq.c   2013-02-02 21:33:00.692873520 +
+++ libquadmath/math/cacosq.c   2013-02-03 10:33:31.346716634 +
@@ -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 , 1997.
 
Index: libquadmath/math/casinhq.c
===
--- libquadmath/math/casinhq.c  2013-02-02 21:33:00.694873534 +
+++ libquadmath/math/casinhq.c  2013-02-03 10:33:31.35271 +
@@ -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 , 1997.
 
Index: libquadmath/math/casinq.c
===
--- libquadmath/math/casinq.c   2013-02-02 21:33:00.693873527 +
+++ libquadmath/math/casinq.c   2013-02-03 10:33:31.368716756 +
@@ -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 , 1997.
 
Index: libquadmath/math/catanhq.c
===
--- libquadmath/math/catanhq.c  2013-02-02 21:33:00.693873527 +
+++ libquadmath/math/catanhq.c  2013-02-03 10:33:31.369716761 +
@@ -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 , 1997.
 
Index: libquadmath/math/catanq.c
===
--- libquadmath/math/catanq.c   2013-02-02 21:33:00.689873497 +
+++ libquadmath/math/catanq.c   2013-02-03 10:33:31.376716800 +
@@ -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 , 1997.
 
Index: libquadmath/math/ccoshq.c
===
--- libquadmath/math/ccoshq.c   2013-02-02 21:33:00.691873512 +
+++ libquadmath/math/ccoshq.c   2013-02-03 10:33:31.376716800 +
@@ -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 , 1997.
 
Index: libquadmath/math/cexpq.c
===
--- libquadmath/math/cexpq.c2013-02-02 21:33:00.691873512 +
+++ libquadmath/math/cexpq.c2013-02-03 10:33:31.377716805 +
@@ -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 , 1997.
 
Index: libquadmath/math/cimagq.c
===
--- libquadmath/math/cimagq.c   2013-02-02 21:33:00.693873527 +
+++ libquadmath/math/cimagq.c   2013-02-03 10:33:31.377716805 +
@@ -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 , 1997.
 
Index: libquadmath/math/clog10q.c
===