diff options
author | Joel Brobecker <brobecker@gnat.com> | 2012-12-20 04:18:53 +0000 |
---|---|---|
committer | Joel Brobecker <brobecker@gnat.com> | 2012-12-20 04:18:53 +0000 |
commit | d2cec11135426bd0828f1362ba4a660ab18cf20c (patch) | |
tree | e33c8a712afd92d67ada6f9566bf978b0bf6290c | |
parent | 80480540e6b63085883dad14a5dc44c4490d9460 (diff) | |
download | fsf-binutils-gdb-d2cec11135426bd0828f1362ba4a660ab18cf20c.zip fsf-binutils-gdb-d2cec11135426bd0828f1362ba4a660ab18cf20c.tar.gz fsf-binutils-gdb-d2cec11135426bd0828f1362ba4a660ab18cf20c.tar.bz2 |
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.
-rw-r--r-- | sim/bfin/ChangeLog | 5 | ||||
-rw-r--r-- | sim/bfin/linux-fixed-code.s | 2 |
2 files changed, 6 insertions, 1 deletions
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, |