Jakub Jelinek <ja...@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', ]