From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30816 invoked by alias); 20 Dec 2012 04:20:13 -0000 Received: (qmail 30803 invoked by uid 22791); 20 Dec 2012 04:20:11 -0000 X-SWARE-Spam-Status: No, hits=-2.0 required=5.0 tests=AWL,BAYES_00,RCVD_IN_HOSTKARMA_NO X-Spam-Check-By: sourceware.org Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 20 Dec 2012 04:20:03 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id A25002E36F; Wed, 19 Dec 2012 23:20:02 -0500 (EST) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id TZ8qLVI0qPM4; Wed, 19 Dec 2012 23:20:02 -0500 (EST) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 33DDE2E0BE; Wed, 19 Dec 2012 23:20:02 -0500 (EST) Received: by joel.gnat.com (Postfix, from userid 1000) id 399B6C396A; Thu, 20 Dec 2012 08:19:49 +0400 (RET) Date: Thu, 20 Dec 2012 04:20:00 -0000 From: Joel Brobecker To: Mike Frysinger Cc: gdb-patches@sourceware.org Subject: Re: Update some sim copyright headers to GPLv3-or-later Message-ID: <20121220041949.GD6130@adacore.com> References: <20121219072641.GQ3273@adacore.com> <201212191353.49689.vapier@gentoo.org> <20121220035750.GC6130@adacore.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="tKW2IUtsqtDRztdT" Content-Disposition: inline In-Reply-To: <20121220035750.GC6130@adacore.com> User-Agent: Mutt/1.5.21 (2010-09-15) Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2012-12/txt/msg00729.txt.bz2 --tKW2IUtsqtDRztdT Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-length: 65 > I will revert the change for now, Done as attached. -- Joel --tKW2IUtsqtDRztdT Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="0001-Revert-GPL-version-change-in-linux-fixed-code.s.patch" Content-length: 1527 >From 8216a3414edfb345886106a2ba33930823b8a81a Mon Sep 17 00:00:00 2001 From: Joel Brobecker Date: Thu, 20 Dec 2012 08:15:57 +0400 Subject: [PATCH] Revert GPL version change in linux-fixed-code.s. sim/bfin/ChangeLog: * linux-fixed-code.s: Revert the previous change changing the license from GPL v2 or later to GPL v3 or later. --- sim/bfin/ChangeLog | 5 +++++ sim/bfin/linux-fixed-code.s | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/sim/bfin/ChangeLog b/sim/bfin/ChangeLog index 8283086..4c37829 100644 --- a/sim/bfin/ChangeLog +++ b/sim/bfin/ChangeLog @@ -1,3 +1,8 @@ +2012-12-20 Joel Brobecker + + * linux-fixed-code.s: Revert the previous change changing + the license from GPL v2 or later to GPL v3 or later. + 2012-07-31 Mike Frysinger * machs.c (bf54x_roms): Pass 0x1000 to alias field of BFROM, and diff --git a/sim/bfin/linux-fixed-code.s b/sim/bfin/linux-fixed-code.s index db8c6ca..060f56f 100644 --- a/sim/bfin/linux-fixed-code.s +++ b/sim/bfin/linux-fixed-code.s @@ -7,7 +7,7 @@ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 3 of the License, or + the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, -- 1.7.10.4 --tKW2IUtsqtDRztdT--