summaryrefslogtreecommitdiff
path: root/cpu/sh.opc
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2007-07-05 09:49:03 +0000
committerNick Clifton <nickc@redhat.com>2007-07-05 09:49:03 +0000
commit9b201bb5e5daa9b4f783e6ece9cbfbdbf9f1d6f4 (patch)
treef0cea0c861e57434937dfc3b59d985aa968d4caf /cpu/sh.opc
parentdea757d1a3f627b4ffda137db2b4a2195d5e46e9 (diff)
downloadbinutils-gdb-9b201bb5e5daa9b4f783e6ece9cbfbdbf9f1d6f4.tar.gz
Change source files over to GPLv3.
Diffstat (limited to 'cpu/sh.opc')
-rw-r--r--cpu/sh.opc5
1 files changed, 3 insertions, 2 deletions
diff --git a/cpu/sh.opc b/cpu/sh.opc
index b010403f0a1..28c79e638bd 100644
--- a/cpu/sh.opc
+++ b/cpu/sh.opc
@@ -1,6 +1,6 @@
/* SHmedia opcode support. -*- C -*-
- Copyright 2000, 2005 Free Software Foundation, Inc.
+ Copyright 2000, 2005, 2007 Free Software Foundation, Inc.
Contributed by Red Hat Inc; developed under contract from Hitachi
Semiconductor (America) Inc.
@@ -9,7 +9,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,
@@ -22,6 +22,7 @@
Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston,
MA 02110-1301, USA. */
+
/* This file is an addendum to sh-media.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.