This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Update some sim copyright headers to GPLv3-or-later


> I will revert the change for now,

Done as attached.

-- 
Joel
>From 8216a3414edfb345886106a2ba33930823b8a81a Mon Sep 17 00:00:00 2001
From: Joel Brobecker <brobecker@adacore.com>
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  <brobecker@adacore.com>
+
+	* 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  <vapier@gentoo.org>
 
 	* 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]