From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15957 invoked by alias); 3 Feb 2013 11:59:33 -0000 Received: (qmail 15949 invoked by uid 22791); 3 Feb 2013 11:59:32 -0000 X-SWARE-Spam-Status: No, hits=-6.2 required=5.0 tests=AWL,BAYES_00,KHOP_RCVD_UNTRUST,KHOP_SPAMHAUS_DROP,RCVD_IN_DNSWL_HI,RCVD_IN_HOSTKARMA_W,RP_MATCHES_RCVD,SPF_HELO_PASS,TW_IB X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sun, 03 Feb 2013 11:59:28 +0000 Received: from int-mx01.intmail.prod.int.phx2.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r13BxSIm028277 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Sun, 3 Feb 2013 06:59:28 -0500 Received: from zalov.redhat.com (vpn1-4-81.ams2.redhat.com [10.36.4.81]) by int-mx01.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id r13BxQcc030807 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sun, 3 Feb 2013 06:59:27 -0500 Received: from zalov.cz (localhost [127.0.0.1]) by zalov.redhat.com (8.14.5/8.14.5) with ESMTP id r13BxPm0019675; Sun, 3 Feb 2013 12:59:25 +0100 Received: (from jakub@localhost) by zalov.cz (8.14.5/8.14.5/Submit) id r13BxPpd019674; Sun, 3 Feb 2013 12:59:25 +0100 Date: Sun, 03 Feb 2013 11:59:00 -0000 From: Jakub Jelinek To: gcc-patches@gcc.gnu.org, burnus@net-b.de, rdsandiford@googlemail.com Subject: Re: RFA: Update copyright for libquadmath Message-ID: <20130203115924.GS4385@tucnak.redhat.com> Reply-To: Jakub Jelinek References: <8738xdr8c2.fsf@talisman.default> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <8738xdr8c2.fsf@talisman.default> User-Agent: Mutt/1.5.21 (2010-09-15) X-IsSubscribed: yes Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org X-SW-Source: 2013-02/txt/msg00070.txt.bz2 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