From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5910 invoked by alias); 13 Aug 2007 10:08:33 -0000 Received: (qmail 5901 invoked by uid 22791); 13 Aug 2007 10:08:32 -0000 X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 13 Aug 2007 10:08:27 +0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.13.1/8.13.1) with ESMTP id l7DA6N9n015036; Mon, 13 Aug 2007 06:06:23 -0400 Received: from pobox.fab.redhat.com (pobox.fab.redhat.com [10.33.63.12]) by int-mx1.corp.redhat.com (8.13.1/8.13.1) with ESMTP id l7DA6Mm7014592; Mon, 13 Aug 2007 06:06:23 -0400 Received: from [10.33.6.3] (vpn-6-3.fab.redhat.com [10.33.6.3]) by pobox.fab.redhat.com (8.13.1/8.13.1) with ESMTP id l7DA6LTq001932; Mon, 13 Aug 2007 06:06:22 -0400 Message-ID: <46C02D1F.6020508@redhat.com> Date: Mon, 13 Aug 2007 10:08:00 -0000 From: Nick Clifton User-Agent: Thunderbird 1.5.0.10 (X11/20070301) MIME-Version: 1.0 To: "Joseph S. Myers" CC: gcc-patches@gcc.gnu.org Subject: Re: RFA: GPLv3: gcc/config References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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: 2007-08/txt/msg00804.txt.bz2 Hi Joseph, > arm_neon.h is a generated file, so you need to change the notice that > neon-gen.ml inserts into its output and regenerate rather than changing > arm_neon.h on its own manually. > > It's also a file including an exception as it's a header to be included in > user programs, so by my understanding should stay with GPLv2 until we have > word from the FSF on the correct wording of exceptions to use with GPLv3. You are correct. I am very sorry that I missed this. I have reverted my patch on this file. Cheers Nick