aboutsummaryrefslogtreecommitdiff
path: root/sim/m32r
diff options
context:
space:
mode:
authorJoel Brobecker <brobecker@gnat.com>2010-01-01 10:03:36 +0000
committerJoel Brobecker <brobecker@gnat.com>2010-01-01 10:03:36 +0000
commitdc3cf14f35b666eed7be13100ff58639450aa5cf (patch)
tree928766ed33028b6983172ae85cf914a67c102e77 /sim/m32r
parentabd775ced888559dcee0fa46b6b06bccabbd84cb (diff)
downloadfsf-binutils-gdb-dc3cf14f35b666eed7be13100ff58639450aa5cf.zip
fsf-binutils-gdb-dc3cf14f35b666eed7be13100ff58639450aa5cf.tar.gz
fsf-binutils-gdb-dc3cf14f35b666eed7be13100ff58639450aa5cf.tar.bz2
Update copyright notices to add year 2010.
Diffstat (limited to 'sim/m32r')
-rw-r--r--sim/m32r/Makefile.in4
-rw-r--r--sim/m32r/devices.c3
-rw-r--r--sim/m32r/m32r-sim.h2
-rw-r--r--sim/m32r/m32r.c2
-rw-r--r--sim/m32r/m32r2.c2
-rw-r--r--sim/m32r/m32rx.c3
-rw-r--r--sim/m32r/mloop.in2
-rw-r--r--sim/m32r/mloop2.in2
-rw-r--r--sim/m32r/mloopx.in2
-rw-r--r--sim/m32r/sim-if.c2
-rw-r--r--sim/m32r/traps-linux.c3
-rw-r--r--sim/m32r/traps.c3
12 files changed, 17 insertions, 13 deletions
diff --git a/sim/m32r/Makefile.in b/sim/m32r/Makefile.in
index be55119..391ea14 100644
--- a/sim/m32r/Makefile.in
+++ b/sim/m32r/Makefile.in
@@ -1,6 +1,6 @@
# Makefile template for Configure for the m32r simulator
-# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2003, 2004, 2007, 2008, 2009
-# Free Software Foundation, Inc.
+# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2003, 2004, 2007, 2008, 2009,
+# 2010 Free Software Foundation, Inc.
# Contributed by Cygnus Support.
#
# This file is part of GDB, the GNU debugger.
diff --git a/sim/m32r/devices.c b/sim/m32r/devices.c
index 085a14d..cc39d5d 100644
--- a/sim/m32r/devices.c
+++ b/sim/m32r/devices.c
@@ -1,5 +1,6 @@
/* m32r device support
- Copyright (C) 1997, 1998, 2007, 2008, 2009 Free Software Foundation, Inc.
+ Copyright (C) 1997, 1998, 2007, 2008, 2009, 2010
+ 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 af22016..becb2cf 100644
--- a/sim/m32r/m32r-sim.h
+++ b/sim/m32r/m32r-sim.h
@@ -1,5 +1,5 @@
/* collection of junk waiting time to sort out
- Copyright (C) 1996, 1997, 1998, 2003, 2007, 2008, 2009
+ Copyright (C) 1996, 1997, 1998, 2003, 2007, 2008, 2009, 2010
Free Software Foundation, Inc.
Contributed by Cygnus Support.
diff --git a/sim/m32r/m32r.c b/sim/m32r/m32r.c
index a1f5097..0803263 100644
--- a/sim/m32r/m32r.c
+++ b/sim/m32r/m32r.c
@@ -1,5 +1,5 @@
/* m32r simulator support code
- Copyright (C) 1996, 1997, 1998, 2003, 2007, 2008, 2009
+ Copyright (C) 1996, 1997, 1998, 2003, 2007, 2008, 2009, 2010
Free Software Foundation, Inc.
Contributed by Cygnus Support.
diff --git a/sim/m32r/m32r2.c b/sim/m32r/m32r2.c
index 79eaf89..7b77b5e 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, 2008, 2009
+ Copyright (C) 1997, 1998, 2003, 2007, 2008, 2009, 2010
Free Software Foundation, Inc.
Contributed by Cygnus Support.
diff --git a/sim/m32r/m32rx.c b/sim/m32r/m32rx.c
index 4ef012e..5933c04 100644
--- a/sim/m32r/m32rx.c
+++ b/sim/m32r/m32rx.c
@@ -1,5 +1,6 @@
/* m32rx simulator support code
- Copyright (C) 1997, 1998, 2007, 2008, 2009 Free Software Foundation, Inc.
+ Copyright (C) 1997, 1998, 2007, 2008, 2009, 2010
+ 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 d3bbff3..ad39427 100644
--- a/sim/m32r/mloop.in
+++ b/sim/m32r/mloop.in
@@ -1,6 +1,6 @@
# Simulator main loop for m32r. -*- C -*-
#
-# Copyright (C) 1996, 1997, 1998, 2007, 2008, 2009
+# Copyright (C) 1996, 1997, 1998, 2007, 2008, 2009, 2010
# 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 4d62950..1084700 100644
--- a/sim/m32r/mloop2.in
+++ b/sim/m32r/mloop2.in
@@ -1,6 +1,6 @@
# Simulator main loop for m32r2. -*- C -*-
#
-# Copyright 1996, 1997, 1998, 2003, 2004, 2007, 2008, 2009
+# Copyright 1996, 1997, 1998, 2003, 2004, 2007, 2008, 2009, 2010
# 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 dfb70eb..496303b 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, 2008, 2009
+# Copyright 1996, 1997, 1998, 2004, 2007, 2008, 2009, 2010
# 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 6d8d3a6..c6bfc33 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, 2008, 2009
+ Copyright (C) 1996, 1997, 1998, 1999, 2003, 2007, 2008, 2009, 2010
Free Software Foundation, Inc.
Contributed by Cygnus Support.
diff --git a/sim/m32r/traps-linux.c b/sim/m32r/traps-linux.c
index ec95a68..47a3e91 100644
--- a/sim/m32r/traps-linux.c
+++ b/sim/m32r/traps-linux.c
@@ -1,5 +1,6 @@
/* m32r exception, interrupt, and trap (EIT) support
- Copyright (C) 1998, 2003, 2007, 2008, 2009 Free Software Foundation, Inc.
+ Copyright (C) 1998, 2003, 2007, 2008, 2009, 2010
+ 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 d6fb5db..abf2e48 100644
--- a/sim/m32r/traps.c
+++ b/sim/m32r/traps.c
@@ -1,5 +1,6 @@
/* m32r exception, interrupt, and trap (EIT) support
- Copyright (C) 1998, 2003, 2007, 2008, 2009 Free Software Foundation, Inc.
+ Copyright (C) 1998, 2003, 2007, 2008, 2009, 2010
+ Free Software Foundation, Inc.
Contributed by Cygnus Solutions.
This file is part of GDB, the GNU debugger.