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/mt.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/mt.opc')
-rw-r--r-- | cpu/mt.opc | 14 |
1 files changed, 6 insertions, 8 deletions
@@ -1,5 +1,5 @@ /* Morpho Technologies mRISC opcode support, for GNU Binutils. -*- C -*- - Copyright 2001 Free Software Foundation, Inc. + Copyright 2001, 2007 Free Software Foundation, Inc. Contributed by Red Hat Inc; developed under contract from Morpho Technologies. @@ -8,7 +8,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 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, @@ -18,19 +18,17 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software - Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. + Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, + MA 02110-1301, USA. */ -*/ -/* - Each section is delimited with start and end markers. +/* Each section is delimited with start and end markers. <arch>-opc.h additions use: "-- opc.h" <arch>-opc.c additions use: "-- opc.c" <arch>-asm.c additions use: "-- asm.c" <arch>-dis.c additions use: "-- dis.c" - <arch>-ibd.h additions use: "-- ibd.h" -*/ + <arch>-ibd.h additions use: "-- ibd.h" */ /* -- opc.h */ |