aboutsummaryrefslogtreecommitdiff
path: root/sim/m32r
diff options
context:
space:
mode:
authorDaniel Jacobowitz <drow@false.org>2008-01-01 22:53:26 +0000
committerDaniel Jacobowitz <drow@false.org>2008-01-01 22:53:26 +0000
commit9b254dd1ce46c19dde1dde5b8d1e22e862dfacce (patch)
tree0048e6aecca22cb0ca44ebb3175f7c85ec9cea43 /sim/m32r
parent33605d39628625079897972b9ecfa8d082000e67 (diff)
downloadgdb-9b254dd1ce46c19dde1dde5b8d1e22e862dfacce.zip
gdb-9b254dd1ce46c19dde1dde5b8d1e22e862dfacce.tar.gz
gdb-9b254dd1ce46c19dde1dde5b8d1e22e862dfacce.tar.bz2
Updated copyright notices for most files.
Diffstat (limited to 'sim/m32r')
-rw-r--r--sim/m32r/Makefile.in2
-rw-r--r--sim/m32r/devices.c2
-rw-r--r--sim/m32r/m32r-sim.h3
-rw-r--r--sim/m32r/m32r.c3
-rw-r--r--sim/m32r/m32r2.c2
-rw-r--r--sim/m32r/m32rx.c2
-rw-r--r--sim/m32r/mloop.in2
-rw-r--r--sim/m32r/mloop2.in3
-rw-r--r--sim/m32r/mloopx.in2
-rw-r--r--sim/m32r/sim-if.c2
-rw-r--r--sim/m32r/traps-linux.c2
-rw-r--r--sim/m32r/traps.c2
12 files changed, 15 insertions, 12 deletions
diff --git a/sim/m32r/Makefile.in b/sim/m32r/Makefile.in
index 90815ff..148b8ba 100644
--- a/sim/m32r/Makefile.in
+++ b/sim/m32r/Makefile.in
@@ -1,5 +1,5 @@
# Makefile template for Configure for the m32r simulator
-# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2003, 2004, 2007
+# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2003, 2004, 2007, 2008
# Free Software Foundation, Inc.
# Contributed by Cygnus Support.
#
diff --git a/sim/m32r/devices.c b/sim/m32r/devices.c
index 6fb28ca..48f580b 100644
--- a/sim/m32r/devices.c
+++ b/sim/m32r/devices.c
@@ -1,5 +1,5 @@
/* m32r device support
- Copyright (C) 1997, 1998, 2007 Free Software Foundation, Inc.
+ Copyright (C) 1997, 1998, 2007, 2008 Free Software Foundation, Inc.
Contributed by Cygnus Solutions.
This file is part of GDB, the GNU debugger.
diff --git a/sim/m32r/m32r-sim.h b/sim/m32r/m32r-sim.h
index 4fbba0c..5d9b995 100644
--- a/sim/m32r/m32r-sim.h
+++ b/sim/m32r/m32r-sim.h
@@ -1,5 +1,6 @@
/* collection of junk waiting time to sort out
- Copyright (C) 1996, 1997, 1998, 2003, 2007 Free Software Foundation, Inc.
+ Copyright (C) 1996, 1997, 1998, 2003, 2007, 2008
+ Free Software Foundation, Inc.
Contributed by Cygnus Support.
This file is part of GDB, the GNU debugger.
diff --git a/sim/m32r/m32r.c b/sim/m32r/m32r.c
index bdafb08..86a19cd 100644
--- a/sim/m32r/m32r.c
+++ b/sim/m32r/m32r.c
@@ -1,5 +1,6 @@
/* m32r simulator support code
- Copyright (C) 1996, 1997, 1998, 2003, 2007 Free Software Foundation, Inc.
+ Copyright (C) 1996, 1997, 1998, 2003, 2007, 2008
+ Free Software Foundation, Inc.
Contributed by Cygnus Support.
This file is part of GDB, the GNU debugger.
diff --git a/sim/m32r/m32r2.c b/sim/m32r/m32r2.c
index 1831221..f7e0112 100644
--- a/sim/m32r/m32r2.c
+++ b/sim/m32r/m32r2.c
@@ -1,5 +1,5 @@
/* m32r2 simulator support code
- 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.
diff --git a/sim/m32r/m32rx.c b/sim/m32r/m32rx.c
index 6ee807d..eeab28d 100644
--- a/sim/m32r/m32rx.c
+++ b/sim/m32r/m32rx.c
@@ -1,5 +1,5 @@
/* m32rx simulator support code
- Copyright (C) 1997, 1998, 2007 Free Software Foundation, Inc.
+ Copyright (C) 1997, 1998, 2007, 2008 Free Software Foundation, Inc.
Contributed by Cygnus Support.
This file is part of GDB, the GNU debugger.
diff --git a/sim/m32r/mloop.in b/sim/m32r/mloop.in
index cfc9351..e7f6433 100644
--- a/sim/m32r/mloop.in
+++ b/sim/m32r/mloop.in
@@ -1,5 +1,5 @@
# Simulator main loop for m32r. -*- C -*-
-# Copyright (C) 1996, 1997, 1998, 2007 Free Software Foundation, Inc.
+# Copyright (C) 1996, 1997, 1998, 2007, 2008 Free Software Foundation, Inc.
#
# This file is part of the GNU Simulators.
#
diff --git a/sim/m32r/mloop2.in b/sim/m32r/mloop2.in
index bbdb22b..68bbe1d 100644
--- a/sim/m32r/mloop2.in
+++ b/sim/m32r/mloop2.in
@@ -1,6 +1,7 @@
# Simulator main loop for m32r2. -*- C -*-
#
-# Copyright 1996, 1997, 1998, 2003, 2004, 2007 Free Software Foundation, Inc.
+# Copyright 1996, 1997, 1998, 2003, 2004, 2007, 2008
+ Free Software Foundation, Inc.
#
# This file is part of GDB, the GNU debugger.
#
diff --git a/sim/m32r/mloopx.in b/sim/m32r/mloopx.in
index 8f4db75..5305d27 100644
--- a/sim/m32r/mloopx.in
+++ b/sim/m32r/mloopx.in
@@ -1,6 +1,6 @@
# Simulator main loop for m32rx. -*- C -*-
#
-# Copyright 1996, 1997, 1998, 2004, 2007 Free Software Foundation, Inc.
+# Copyright 1996, 1997, 1998, 2004, 2007, 2008 Free Software Foundation, Inc.
#
# This file is part of the GNU Simulators.
#
diff --git a/sim/m32r/sim-if.c b/sim/m32r/sim-if.c
index b8493c4..4717bed 100644
--- a/sim/m32r/sim-if.c
+++ b/sim/m32r/sim-if.c
@@ -1,5 +1,5 @@
/* Main simulator entry points specific to the M32R.
- Copyright (C) 1996, 1997, 1998, 1999, 2003, 2007
+ Copyright (C) 1996, 1997, 1998, 1999, 2003, 2007, 2008
Free Software Foundation, Inc.
Contributed by Cygnus Support.
diff --git a/sim/m32r/traps-linux.c b/sim/m32r/traps-linux.c
index 475337a..65ca9f3 100644
--- a/sim/m32r/traps-linux.c
+++ b/sim/m32r/traps-linux.c
@@ -1,5 +1,5 @@
/* m32r exception, interrupt, and trap (EIT) support
- Copyright (C) 1998, 2003, 2007 Free Software Foundation, Inc.
+ Copyright (C) 1998, 2003, 2007, 2008 Free Software Foundation, Inc.
Contributed by Renesas.
This file is part of GDB, the GNU debugger.
diff --git a/sim/m32r/traps.c b/sim/m32r/traps.c
index 099e58a..cb1a04d 100644
--- a/sim/m32r/traps.c
+++ b/sim/m32r/traps.c
@@ -1,5 +1,5 @@
/* m32r exception, interrupt, and trap (EIT) support
- Copyright (C) 1998, 2003, 2007 Free Software Foundation, Inc.
+ Copyright (C) 1998, 2003, 2007, 2008 Free Software Foundation, Inc.
Contributed by Cygnus Solutions.
This file is part of GDB, the GNU debugger.