From patchwork Sun Feb 3 10:38:05 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Richard Sandiford X-Patchwork-Id: 217739 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) by ozlabs.org (Postfix) with SMTP id 9A8B12C008C for ; Sun, 3 Feb 2013 21:38:33 +1100 (EST) Comment: DKIM? See http://www.dkim.org DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=gcc.gnu.org; s=default; x=1360492713; h=Comment: DomainKey-Signature:Received:Received:Received:Received:Received: From:To:Mail-Followup-To:Cc:Subject:Date:Message-ID:User-Agent: MIME-Version:Content-Type:Mailing-List:Precedence:List-Id: List-Unsubscribe:List-Archive:List-Post:List-Help:Sender: Delivered-To; bh=G9ZaIgezLjTCZz7Ce7FtW0BziMw=; b=rWc9R7ZPQWi8VrZ V6RRMkbM6NMImRCCONm61wCKW5wJU2nvdHvOGXrSkzwAZmHEfQh6yd9a+0x7XFkt Pidfo+zgblt+KLCPoBmwlIj2GtTYiqjLaAXs6CcKFGwsHtWq5bXgzRzz2FJ6RJS/ uw7YI+24PL5e4BDLpFvzSKcOXz0g= Comment: DomainKeys? See http://antispam.yahoo.com/domainkeys DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=default; d=gcc.gnu.org; h=Received:Received:X-SWARE-Spam-Status:X-Spam-Check-By:Received:Received:X-Received:Received:From:To:Mail-Followup-To:Cc:Subject:Date:Message-ID:User-Agent:MIME-Version:Content-Type:Mailing-List:Precedence:List-Id:List-Unsubscribe:List-Archive:List-Post:List-Help:Sender:Delivered-To; b=YofJrhvmlqrlfg8+jPUyC0i4b+pI3vKe9+YEMPuCMzgjhPkY+yP1qWrFKuIAnH rDqI0mgJMSYuxRXKN+Jng8M3H30C/go3JNFux3QxTaPo/KDC4L/nXPn76wqQJRtc xH9tPZhFxkJS7IlVQ86+6xvs49sge0GZdD9r8N2yPYej8=; Received: (qmail 8279 invoked by alias); 3 Feb 2013 10:38:27 -0000 Received: (qmail 8256 invoked by uid 22791); 3 Feb 2013 10:38:25 -0000 X-SWARE-Spam-Status: No, hits=-3.9 required=5.0 tests=AWL, BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, FREEMAIL_FROM, KHOP_RCVD_TRUST, KHOP_SPAMHAUS_DROP, RCVD_IN_DNSWL_LOW, RCVD_IN_HOSTKARMA_YE, TW_IB X-Spam-Check-By: sourceware.org Received: from mail-wi0-f171.google.com (HELO mail-wi0-f171.google.com) (209.85.212.171) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sun, 03 Feb 2013 10:38:10 +0000 Received: by mail-wi0-f171.google.com with SMTP id hn17so695078wib.4 for ; Sun, 03 Feb 2013 02:38:08 -0800 (PST) X-Received: by 10.194.174.234 with SMTP id bv10mr29963220wjc.47.1359887888806; Sun, 03 Feb 2013 02:38:08 -0800 (PST) Received: from localhost ([2.26.176.154]) by mx.google.com with ESMTPS id ec3sm8585047wib.1.2013.02.03.02.38.06 (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Sun, 03 Feb 2013 02:38:08 -0800 (PST) From: Richard Sandiford To: gcc-patches@gcc.gnu.org Mail-Followup-To: gcc-patches@gcc.gnu.org, burnus@net-b.de, jakub@redhat.com, rdsandiford@googlemail.com Cc: burnus@net-b.de, jakub@redhat.com Subject: RFA: Update copyright for libquadmath Date: Sun, 03 Feb 2013 10:38:05 +0000 Message-ID: <8738xdr8c2.fsf@talisman.default> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.1 (gnu/linux) MIME-Version: 1.0 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Delivered-To: mailing list gcc-patches@gcc.gnu.org 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 , 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 , 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 , 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 , 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 , 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 , 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 , 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 , 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 , 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 , 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 , 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 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 , 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 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 , 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 , 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 , 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 , 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 . Contributed by Ulrich Drepper , 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 , 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 , 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 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 , 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 , 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 , 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 , 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 , 1997 and Jakub Jelinek , 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 , 1997 and Jakub Jelinek , 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 , 1997 and Jakub Jelinek , 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 , 1997 and Jakub Jelinek , 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 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 , 1997 and Jakub Jelinek , 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 , 1997 and Jakub Jelinek , 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 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 , 1997 and Jakub Jelinek . 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 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 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 , 1997 and Jakub Jelinek , 1997 and Jakub Jelinek , 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 , 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 , 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 , 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 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 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 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 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 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 , 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 , 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