aboutsummaryrefslogtreecommitdiff
path: root/sim/mips
diff options
context:
space:
mode:
authorJoel Brobecker <brobecker@gnat.com>2009-01-14 10:53:10 +0000
committerJoel Brobecker <brobecker@gnat.com>2009-01-14 10:53:10 +0000
commite4d013fc0f3df3200be2dca48ed2e330e8a4ddf9 (patch)
treea6b60ab24842146c084847dd99087501402c13b8 /sim/mips
parenta588db63bd94f9c8d43bd33a1dd399ea3bbc8c5b (diff)
downloadgdb-e4d013fc0f3df3200be2dca48ed2e330e8a4ddf9.zip
gdb-e4d013fc0f3df3200be2dca48ed2e330e8a4ddf9.tar.gz
gdb-e4d013fc0f3df3200be2dca48ed2e330e8a4ddf9.tar.bz2
Update the copyright notice of some of the files I missed
in the previous copyright update.
Diffstat (limited to 'sim/mips')
-rw-r--r--sim/mips/cp1.c2
-rw-r--r--sim/mips/cp1.h3
-rw-r--r--sim/mips/dsp.c2
-rw-r--r--sim/mips/dv-tx3904cpu.c2
-rw-r--r--sim/mips/dv-tx3904irc.c2
-rw-r--r--sim/mips/dv-tx3904sio.c2
-rw-r--r--sim/mips/dv-tx3904tmr.c2
-rw-r--r--sim/mips/mdmx.c2
-rw-r--r--sim/mips/sim-main.h3
9 files changed, 11 insertions, 9 deletions
diff --git a/sim/mips/cp1.c b/sim/mips/cp1.c
index f92d8b0..733511d 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, 2008 Free Software Foundation, Inc.
+ Copyright (C) 2002, 2007, 2008, 2009 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 6147fc8..8119a15 100644
--- a/sim/mips/cp1.h
+++ b/sim/mips/cp1.h
@@ -1,6 +1,7 @@
/*> cp1.h <*/
/* MIPS Simulator FPU (CoProcessor 1) definitions.
- Copyright (C) 1997, 1998, 2002, 2007, 2008 Free Software Foundation, Inc.
+ Copyright (C) 1997, 1998, 2002, 2007, 2008, 2009
+ 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 4754f06..d71a2ce 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, 2008 Free Software Foundation, Inc.
+ Copyright (C) 2005, 2007, 2008, 2009 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 1c0ded0..deff6c7 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, 2008 Free Software Foundation, Inc.
+ Copyright (C) 1998, 2007, 2008, 2009 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 1621683..96fc80b 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, 2008 Free Software Foundation, Inc.
+ Copyright (C) 1998, 2007, 2008, 2009 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 8c5c5a8..101e634 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, 2008 Free Software Foundation, Inc.
+ Copyright (C) 1998, 1999, 2007, 2008, 2009 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 5dac8d3..0c59d08 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, 2008 Free Software Foundation, Inc.
+ Copyright (C) 1998, 2007, 2008, 2009 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 6c26d02..cdcf59e 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, 2008 Free Software Foundation, Inc.
+ Copyright (C) 2002, 2007, 2008, 2009 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 2d06662..21ca869 100644
--- a/sim/mips/sim-main.h
+++ b/sim/mips/sim-main.h
@@ -1,5 +1,6 @@
/* MIPS Simulator definition.
- Copyright (C) 1997, 1998, 2003, 2007, 2008 Free Software Foundation, Inc.
+ Copyright (C) 1997, 1998, 2003, 2007, 2008, 2009
+ Free Software Foundation, Inc.
Contributed by Cygnus Support.
This file is part of GDB, the GNU debugger.