diff options
author | Nick Clifton <nickc@redhat.com> | 2007-07-05 09:49:03 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2007-07-05 09:49:03 +0000 |
commit | 9b201bb5e5daa9b4f783e6ece9cbfbdbf9f1d6f4 (patch) | |
tree | f0cea0c861e57434937dfc3b59d985aa968d4caf /cpu/m32r.opc | |
parent | dea757d1a3f627b4ffda137db2b4a2195d5e46e9 (diff) | |
download | gdb-9b201bb5e5daa9b4f783e6ece9cbfbdbf9f1d6f4.zip gdb-9b201bb5e5daa9b4f783e6ece9cbfbdbf9f1d6f4.tar.gz gdb-9b201bb5e5daa9b4f783e6ece9cbfbdbf9f1d6f4.tar.bz2 |
Change source files over to GPLv3.
Diffstat (limited to 'cpu/m32r.opc')
-rw-r--r-- | cpu/m32r.opc | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/cpu/m32r.opc b/cpu/m32r.opc index c51078c..cb11d58 100644 --- a/cpu/m32r.opc +++ b/cpu/m32r.opc @@ -8,13 +8,9 @@ This file is part of the GNU Binutils. - Contributed by Red Hat Inc; developed under contract from Fujitsu. - - This file is part of the GNU Binutils. - 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 2 of the License, or + the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, @@ -27,6 +23,7 @@ Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. */ + /* This file is an addendum to m32r.cpu. Heavy use of C code isn't appropriate in .cpu files, so it resides here. This especially applies to assembly/disassembly where parsing/printing can be quite involved. |