diff options
author | Daniel Jacobowitz <drow@false.org> | 2008-01-01 22:53:26 +0000 |
---|---|---|
committer | Daniel Jacobowitz <drow@false.org> | 2008-01-01 22:53:26 +0000 |
commit | 9b254dd1ce46c19dde1dde5b8d1e22e862dfacce (patch) | |
tree | 0048e6aecca22cb0ca44ebb3175f7c85ec9cea43 /sim/mips | |
parent | 33605d39628625079897972b9ecfa8d082000e67 (diff) | |
download | binutils-gdb-9b254dd1ce46c19dde1dde5b8d1e22e862dfacce.tar.gz |
Updated copyright notices for most files.
Diffstat (limited to 'sim/mips')
-rw-r--r-- | sim/mips/cp1.c | 2 | ||||
-rw-r--r-- | sim/mips/cp1.h | 2 | ||||
-rw-r--r-- | sim/mips/dsp.c | 2 | ||||
-rw-r--r-- | sim/mips/dv-tx3904cpu.c | 2 | ||||
-rw-r--r-- | sim/mips/dv-tx3904irc.c | 2 | ||||
-rw-r--r-- | sim/mips/dv-tx3904sio.c | 2 | ||||
-rw-r--r-- | sim/mips/dv-tx3904tmr.c | 2 | ||||
-rw-r--r-- | sim/mips/mdmx.c | 2 | ||||
-rw-r--r-- | sim/mips/sim-main.h | 2 |
9 files changed, 9 insertions, 9 deletions
diff --git a/sim/mips/cp1.c b/sim/mips/cp1.c index 66a5d04b451..f92d8b0f101 100644 --- a/sim/mips/cp1.c +++ b/sim/mips/cp1.c @@ -1,6 +1,6 @@ /*> cp1.c <*/ /* MIPS Simulator FPU (CoProcessor 1) support. - Copyright (C) 2002, 2007 Free Software Foundation, Inc. + Copyright (C) 2002, 2007, 2008 Free Software Foundation, Inc. Originally created by Cygnus Solutions. Extensive modifications, including paired-single operation support and MIPS-3D support contributed by Ed Satterthwaite and Chris Demetriou, of Broadcom diff --git a/sim/mips/cp1.h b/sim/mips/cp1.h index 927537acea7..6147fc8b726 100644 --- a/sim/mips/cp1.h +++ b/sim/mips/cp1.h @@ -1,6 +1,6 @@ /*> cp1.h <*/ /* MIPS Simulator FPU (CoProcessor 1) definitions. - Copyright (C) 1997, 1998, 2002, 2007 Free Software Foundation, Inc. + Copyright (C) 1997, 1998, 2002, 2007, 2008 Free Software Foundation, Inc. Derived from sim-main.h contributed by Cygnus Solutions, modified substantially by Ed Satterthwaite of Broadcom Corporation (SiByte). diff --git a/sim/mips/dsp.c b/sim/mips/dsp.c index f2664df65fa..4754f06172b 100644 --- a/sim/mips/dsp.c +++ b/sim/mips/dsp.c @@ -1,5 +1,5 @@ /* Simulation code for the MIPS DSP ASE. - Copyright (C) 2005, 2007 Free Software Foundation, Inc. + Copyright (C) 2005, 2007, 2008 Free Software Foundation, Inc. Contributed by MIPS Technologies, Inc. Written by Chao-ying Fu. This file is part of GDB, the GNU debugger. diff --git a/sim/mips/dv-tx3904cpu.c b/sim/mips/dv-tx3904cpu.c index 4cb7d82ac80..1c0ded02cd1 100644 --- a/sim/mips/dv-tx3904cpu.c +++ b/sim/mips/dv-tx3904cpu.c @@ -1,6 +1,6 @@ /* This file is part of the program GDB, the GNU debugger. - Copyright (C) 1998, 2007 Free Software Foundation, Inc. + Copyright (C) 1998, 2007, 2008 Free Software Foundation, Inc. Contributed by Cygnus Solutions. This program is free software; you can redistribute it and/or modify diff --git a/sim/mips/dv-tx3904irc.c b/sim/mips/dv-tx3904irc.c index 9821c707670..16216839254 100644 --- a/sim/mips/dv-tx3904irc.c +++ b/sim/mips/dv-tx3904irc.c @@ -1,6 +1,6 @@ /* This file is part of the program GDB, the GNU debugger. - Copyright (C) 1998, 2007 Free Software Foundation, Inc. + Copyright (C) 1998, 2007, 2008 Free Software Foundation, Inc. Contributed by Cygnus Solutions. This program is free software; you can redistribute it and/or modify diff --git a/sim/mips/dv-tx3904sio.c b/sim/mips/dv-tx3904sio.c index 981e3d11692..8c5c5a84dbd 100644 --- a/sim/mips/dv-tx3904sio.c +++ b/sim/mips/dv-tx3904sio.c @@ -1,6 +1,6 @@ /* This file is part of the program GDB, the GNU debugger. - Copyright (C) 1998, 1999, 2007 Free Software Foundation, Inc. + Copyright (C) 1998, 1999, 2007, 2008 Free Software Foundation, Inc. Contributed by Cygnus Solutions. This program is free software; you can redistribute it and/or modify diff --git a/sim/mips/dv-tx3904tmr.c b/sim/mips/dv-tx3904tmr.c index 44b441447d0..5dac8d30043 100644 --- a/sim/mips/dv-tx3904tmr.c +++ b/sim/mips/dv-tx3904tmr.c @@ -1,6 +1,6 @@ /* This file is part of the program GDB, the GNU debugger. - Copyright (C) 1998, 2007 Free Software Foundation, Inc. + Copyright (C) 1998, 2007, 2008 Free Software Foundation, Inc. Contributed by Cygnus Solutions. This program is free software; you can redistribute it and/or modify diff --git a/sim/mips/mdmx.c b/sim/mips/mdmx.c index 7810758312c..6c26d020e68 100644 --- a/sim/mips/mdmx.c +++ b/sim/mips/mdmx.c @@ -1,5 +1,5 @@ /* Simulation code for the MIPS MDMX ASE. - Copyright (C) 2002, 2007 Free Software Foundation, Inc. + Copyright (C) 2002, 2007, 2008 Free Software Foundation, Inc. Contributed by Ed Satterthwaite and Chris Demetriou, of Broadcom Corporation (SiByte). diff --git a/sim/mips/sim-main.h b/sim/mips/sim-main.h index f8640e13ada..2d06662b448 100644 --- a/sim/mips/sim-main.h +++ b/sim/mips/sim-main.h @@ -1,5 +1,5 @@ /* MIPS Simulator definition. - Copyright (C) 1997, 1998, 2003, 2007 Free Software Foundation, Inc. + Copyright (C) 1997, 1998, 2003, 2007, 2008 Free Software Foundation, Inc. Contributed by Cygnus Support. This file is part of GDB, the GNU debugger. |