diff options
author | Thiemo Seufer <ths@networkno.de> | 2007-02-20 13:53:48 +0000 |
---|---|---|
committer | Thiemo Seufer <ths@networkno.de> | 2007-02-20 13:53:48 +0000 |
commit | 7d03793fb56267d120b41c15e01be25620d514ff (patch) | |
tree | cc533878afbe1e463272dabd306da13170cddf1b /sim/mips | |
parent | 5ce1ecb4bae8dca8e21f7e1894e58a9567b923a8 (diff) | |
download | gdb-7d03793fb56267d120b41c15e01be25620d514ff.tar.gz |
* dsp.igen: Update copyright notice.
* dsp2.igen: Fix copyright notice.
Diffstat (limited to 'sim/mips')
-rw-r--r-- | sim/mips/ChangeLog | 5 | ||||
-rw-r--r-- | sim/mips/dsp.igen | 9 | ||||
-rw-r--r-- | sim/mips/dsp2.igen | 6 |
3 files changed, 13 insertions, 7 deletions
diff --git a/sim/mips/ChangeLog b/sim/mips/ChangeLog index b2f8710d3f0..9c667badd38 100644 --- a/sim/mips/ChangeLog +++ b/sim/mips/ChangeLog @@ -1,4 +1,9 @@ 2007-02-20 Thiemo Seufer <ths@mips.com> + + * dsp.igen: Update copyright notice. + * dsp2.igen: Fix copyright notice. + +2007-02-20 Thiemo Seufer <ths@mips.com> Chao-Ying Fu <fu@mips.com> * Makefile.in (IGEN_INCLUDE): Add dsp2.igen. diff --git a/sim/mips/dsp.igen b/sim/mips/dsp.igen index 01239fd1a88..491cfb00116 100644 --- a/sim/mips/dsp.igen +++ b/sim/mips/dsp.igen @@ -1,7 +1,7 @@ // -*- C -*- // Simulator definition for the MIPS DSP ASE. -// Copyright (C) 2005 Free Software Foundation, Inc. +// Copyright (C) 2005, 2007 Free Software Foundation, Inc. // Contributed by MIPS Technologies, Inc. Written by Chao-ying Fu. // // This file is part of GDB, the GNU debugger. @@ -16,9 +16,10 @@ // 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., -// 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +// You should have received a copy of the GNU General Public License +// along with GAS; see the file COPYING. If not, write to the Free +// Software Foundation, 51 Franklin Street - Fifth Floor, Boston, MA +// 02110-1301, USA. // op: 0 = ADD, 1 = SUB, 2 = MUL diff --git a/sim/mips/dsp2.igen b/sim/mips/dsp2.igen index a2bc75b054b..afea077a26f 100644 --- a/sim/mips/dsp2.igen +++ b/sim/mips/dsp2.igen @@ -1,9 +1,9 @@ // -*- C -*- // Simulator definition for the MIPS DSP REV 2 ASE. -// Copyright (C) 2006 MIPS Technologies, Inc. -// All rights reserved. -// Contributed by Chao-ying Fu (fu@mips.com). +// Copyright (C) 2007 Free Software Foundation, Inc. +// Contributed by MIPS Technologies, Inc. +// Written by Chao-ying Fu (fu@mips.com). // // This file is part of GDB, the GNU debugger. // |