From 9b201bb5e5daa9b4f783e6ece9cbfbdbf9f1d6f4 Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Thu, 5 Jul 2007 09:49:03 +0000 Subject: Change source files over to GPLv3. --- cpu/ChangeLog | 9 +++++++++ cpu/cris.cpu | 7 ++++--- cpu/frv.cpu | 7 ++++--- cpu/frv.opc | 5 +++-- cpu/iq10.cpu | 7 ++++--- cpu/iq2000.cpu | 23 ++++++++++++++++++++--- cpu/iq2000.opc | 4 ++-- cpu/iq2000m.cpu | 7 ++++--- cpu/m32c.cpu | 7 ++++--- cpu/m32c.opc | 8 +++++--- cpu/m32r.cpu | 7 ++++--- cpu/m32r.opc | 7 ++----- cpu/mt.cpu | 7 ++++--- cpu/mt.opc | 14 ++++++-------- cpu/sh.cpu | 7 ++++--- cpu/sh.opc | 5 +++-- cpu/sh64-compact.cpu | 7 ++++--- cpu/sh64-media.cpu | 7 ++++--- cpu/simplify.inc | 7 ++++--- cpu/xc16x.cpu | 4 ++-- cpu/xc16x.opc | 4 ++-- 21 files changed, 98 insertions(+), 62 deletions(-) (limited to 'cpu') diff --git a/cpu/ChangeLog b/cpu/ChangeLog index 1fa7b9be4a..dd469d1b89 100644 --- a/cpu/ChangeLog +++ b/cpu/ChangeLog @@ -1,3 +1,12 @@ +2007-07-04 Nick Clifton + + * cris.cpu: Update copyright notice to refer to GPLv3. + * frv.cpu, frv.opc, iq10.cpu, iq2000m.cpu, iq2000.opc, m32c.cpu, + m32c.opc, m32r.cpu, m32r.opc, mt.cpu, mt.opc, sh64-compact.cpu, + sh64-media.cpu, sh.cpu, sh.opc, simplify.inc, xc16x.cpu, + xc16x.opc: Likewise. + * iq2000.cpu: Fix copyright notice to refer to FSF. + 2007-04-30 Mark Salter * frv.cpu (spr-names): Support new coprocessor SPR registers. diff --git a/cpu/cris.cpu b/cpu/cris.cpu index 18fa3fadb9..2bb74dde82 100644 --- a/cpu/cris.cpu +++ b/cpu/cris.cpu @@ -1,6 +1,6 @@ ; CRIS CPU description. -*- Scheme -*- ; -; Copyright 2003, 2004 Free Software Foundation, Inc. +; Copyright 2003, 2004, 2007 Free Software Foundation, Inc. ; ; Contributed by Axis Communications AB. ; @@ -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,7 +18,8 @@ ; ; 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. (include "simplify.inc") diff --git a/cpu/frv.cpu b/cpu/frv.cpu index bae036dbed..78d031fc26 100644 --- a/cpu/frv.cpu +++ b/cpu/frv.cpu @@ -1,6 +1,6 @@ ; Fujitsu FRV opcode support, for GNU Binutils. -*- Scheme -*- ; -; Copyright 2000, 2001, 2003, 2004 Free Software Foundation, Inc. +; Copyright 2000, 2001, 2003, 2004, 2007 Free Software Foundation, Inc. ; ; Contributed by Red Hat Inc; developed under contract from Fujitsu. ; @@ -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,7 +18,8 @@ ; ; 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. (include "simplify.inc") diff --git a/cpu/frv.opc b/cpu/frv.opc index 5d2dc89603..b2f1d1e4ff 100644 --- a/cpu/frv.opc +++ b/cpu/frv.opc @@ -1,6 +1,6 @@ /* Fujitsu FRV opcode support, for GNU Binutils. -*- C -*- - Copyright 2000, 2001, 2003, 2004, 2005 Free Software Foundation, Inc. + Copyright 2000, 2001, 2003, 2004, 2005, 2007 Free Software Foundation, Inc. Contributed by Red Hat Inc; developed under contract from Fujitsu. @@ -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, @@ -21,6 +21,7 @@ Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. */ + /* This file is an addendum to frv.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. diff --git a/cpu/iq10.cpu b/cpu/iq10.cpu index b7b3109dbd..4bf4cda85a 100644 --- a/cpu/iq10.cpu +++ b/cpu/iq10.cpu @@ -1,6 +1,6 @@ ; IQ10-only CPU description. -*- Scheme -*- ; -; Copyright 2001, 2002 Free Software Foundation, Inc. +; Copyright 2001, 2002, 2007 Free Software Foundation, Inc. ; ; Contributed by Red Hat Inc; developed under contract from Vitesse. ; @@ -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,7 +18,8 @@ ; ; 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. ; Instructions. diff --git a/cpu/iq2000.cpu b/cpu/iq2000.cpu index acb2648e0a..10fb61b626 100644 --- a/cpu/iq2000.cpu +++ b/cpu/iq2000.cpu @@ -1,7 +1,24 @@ ; IQ2000/IQ10 Common CPU description. -*- Scheme -*- -; Copyright (C) 2000, 2001, 2002 Red Hat, Inc. -; This file is part of CGEN. -; See file COPYING.CGEN for details. +; Copyright 2001, 2002, 2007 Free Software Foundation, Inc. +; +; 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 3 of the License, or +; (at your option) any later version. +; +; This program is distributed in the hope that it will be useful, +; but WITHOUT ANY WARRANTY; without even the implied warranty of +; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +; GNU General Public License for more details. +; +; 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. (include "simplify.inc") diff --git a/cpu/iq2000.opc b/cpu/iq2000.opc index 528750688f..c314b357c2 100644 --- a/cpu/iq2000.opc +++ b/cpu/iq2000.opc @@ -1,6 +1,6 @@ /* IQ2000 opcode support. -*- C -*- - Copyright 2000, 2001, 2002, 2005 Free Software Foundation, Inc. + Copyright 2000, 2001, 2002, 2005, 2007 Free Software Foundation, Inc. Contributed by Red Hat Inc; developed under contract from Fujitsu. @@ -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, diff --git a/cpu/iq2000m.cpu b/cpu/iq2000m.cpu index 3feb97b539..343d138eb0 100644 --- a/cpu/iq2000m.cpu +++ b/cpu/iq2000m.cpu @@ -1,6 +1,6 @@ ; IQ2000-only CPU description. -*- Scheme -*- ; -; Copyright 2000, 2001, 2002, 2004 Free Software Foundation, Inc. +; Copyright 2000, 2001, 2002, 2004, 2007 Free Software Foundation, Inc. ; ; Contributed by Red Hat Inc; developed under contract from Vitesse. ; @@ -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,7 +18,8 @@ ; ; 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. (dni andoui "and upper ones immediate" (MACH2000 USES-RS USES-RT) "andoui $rt,$rs,$hi16" diff --git a/cpu/m32c.cpu b/cpu/m32c.cpu index 69eec8275d..c5eedf33b2 100644 --- a/cpu/m32c.cpu +++ b/cpu/m32c.cpu @@ -1,6 +1,6 @@ ; Renesas M32C CPU description. -*- Scheme -*- ; -; Copyright 2005, 2006 Free Software Foundation, Inc. +; Copyright 2005, 2006, 2007 Free Software Foundation, Inc. ; ; Contributed by Red Hat Inc; developed under contract from Renesas. ; @@ -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,7 +18,8 @@ ; ; 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. (include "simplify.inc") diff --git a/cpu/m32c.opc b/cpu/m32c.opc index 6b9ef1125e..0d9dafe41c 100644 --- a/cpu/m32c.opc +++ b/cpu/m32c.opc @@ -1,6 +1,6 @@ /* m32c opcode support. -*- C -*- - Copyright 2005 Free Software Foundation, Inc. + Copyright 2005, 2007 Free Software Foundation, Inc. Contributed by Red Hat Inc; developed under contract from Renesas @@ -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,7 +18,9 @@ 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. */ + /* This file is an addendum to m32c.cpu. Heavy use of C code isn't appropriate in .cpu files, so it resides here. This especially applies diff --git a/cpu/m32r.cpu b/cpu/m32r.cpu index 1154216047..000671f81c 100644 --- a/cpu/m32r.cpu +++ b/cpu/m32r.cpu @@ -1,6 +1,6 @@ ; Renesas M32R CPU description. -*- Scheme -*- ; -; Copyright 1998, 1999, 2000, 2001, 2003 Free Software Foundation, Inc. +; Copyright 1998, 1999, 2000, 2001, 2003, 2007 Free Software Foundation, Inc. ; ; Contributed by Red Hat Inc; developed under contract from Mitsubishi ; Electric Corporation. @@ -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, @@ -19,7 +19,8 @@ ; ; 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. (include "simplify.inc") diff --git a/cpu/m32r.opc b/cpu/m32r.opc index c51078c343..cb11d58186 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. diff --git a/cpu/mt.cpu b/cpu/mt.cpu index a6e0e8ce69..653bdd707a 100644 --- a/cpu/mt.cpu +++ b/cpu/mt.cpu @@ -1,5 +1,5 @@ ; Morpho Technologies MT Arch description. -*- Scheme -*- -; 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,7 +18,8 @@ ; ; 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. (include "simplify.inc") diff --git a/cpu/mt.opc b/cpu/mt.opc index 7c394e1f0d..b78668f08a 100644 --- a/cpu/mt.opc +++ b/cpu/mt.opc @@ -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. -opc.h additions use: "-- opc.h" -opc.c additions use: "-- opc.c" -asm.c additions use: "-- asm.c" -dis.c additions use: "-- dis.c" - -ibd.h additions use: "-- ibd.h" -*/ + -ibd.h additions use: "-- ibd.h" */ /* -- opc.h */ diff --git a/cpu/sh.cpu b/cpu/sh.cpu index 3fecf91968..ee8ee2d5b3 100644 --- a/cpu/sh.cpu +++ b/cpu/sh.cpu @@ -1,6 +1,6 @@ ; Hitachi SH architecture description. -*- Scheme -*- ; -; Copyright 2000, 2001 Free Software Foundation, Inc. +; Copyright 2000, 2001, 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, @@ -19,7 +19,8 @@ ; ; 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. (include "simplify.inc") diff --git a/cpu/sh.opc b/cpu/sh.opc index b010403f0a..28c79e638b 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. diff --git a/cpu/sh64-compact.cpu b/cpu/sh64-compact.cpu index ceaab4b35a..b35d13ac3b 100644 --- a/cpu/sh64-compact.cpu +++ b/cpu/sh64-compact.cpu @@ -1,6 +1,6 @@ ; Hitachi SHcompact instruction set description. -*- Scheme -*- ; -; Copyright 2000 Free Software Foundation, Inc. +; Copyright 2000, 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, @@ -19,7 +19,8 @@ ; ; 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. ; dshcf -- define-normal-sh-compact-field diff --git a/cpu/sh64-media.cpu b/cpu/sh64-media.cpu index 6c19a6051e..c119db2f6b 100644 --- a/cpu/sh64-media.cpu +++ b/cpu/sh64-media.cpu @@ -1,6 +1,6 @@ ; Hitachi SHmedia instruction set description. -*- Scheme -*- ; -; Copyright 2000, 2001 Free Software Foundation, Inc. +; Copyright 2000, 2001, 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, @@ -19,7 +19,8 @@ ; ; 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. ; dshmf -- define-normal-sh-media-field diff --git a/cpu/simplify.inc b/cpu/simplify.inc index 948d96d6d2..6a20245949 100644 --- a/cpu/simplify.inc +++ b/cpu/simplify.inc @@ -1,6 +1,6 @@ ; Collection of macros, for GNU Binutils .cpu files. -*- Scheme -*- ; -; Copyright 2000 Free Software Foundation, Inc. +; Copyright 2000, 2007 Free Software Foundation, Inc. ; ; Contributed by Red Hat Inc. ; @@ -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,7 +18,8 @@ ; ; 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. ; Enums. diff --git a/cpu/xc16x.cpu b/cpu/xc16x.cpu index 5537094fc4..9a2b6e0e2b 100644 --- a/cpu/xc16x.cpu +++ b/cpu/xc16x.cpu @@ -1,6 +1,6 @@ ; Infineon XC16X CPU description. -*- Scheme -*- ; -; Copyright 2006 Free Software Foundation, Inc. +; Copyright 2006, 2007 Free Software Foundation, Inc. ; ; Contributed by KPIT Cummins Infosystems Ltd.; developed under contract ; from Infineon Systems, GMBH , Germany. @@ -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, diff --git a/cpu/xc16x.opc b/cpu/xc16x.opc index 29eaff3f44..fc54f5fe5e 100644 --- a/cpu/xc16x.opc +++ b/cpu/xc16x.opc @@ -1,6 +1,6 @@ /* XC16X opcode support. -*- C -*- - Copyright 2006 Free Software Foundation, Inc. + Copyright 2006, 2007 Free Software Foundation, Inc. Contributed by KPIT Cummins Infosystems Ltd.; developed under contract from Infineon Systems, GMBH , Germany. @@ -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, -- cgit v1.2.3