summaryrefslogtreecommitdiff
path: root/sim/m32r
diff options
context:
space:
mode:
authorJoel Brobecker <brobecker@gnat.com>2011-01-01 15:32:52 +0000
committerJoel Brobecker <brobecker@gnat.com>2011-01-01 15:32:52 +0000
commit6d3bcdd4f73f02e252738c51ef90c804f3b281f7 (patch)
tree4de2786fedf8a372546d05d56961f34d4ea10034 /sim/m32r
parente932f1922b2554951551c17864b28468de5f732c (diff)
downloadgdb-6d3bcdd4f73f02e252738c51ef90c804f3b281f7.tar.gz
run copyright.sh for 2011.
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.h2
-rw-r--r--sim/m32r/m32r.c2
-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.in2
-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, 12 insertions, 12 deletions
diff --git a/sim/m32r/Makefile.in b/sim/m32r/Makefile.in
index 391ea1401d6..84374b225e3 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,
-# 2010 Free Software Foundation, Inc.
+# 2010, 2011 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 4442f1136db..dadd13c281f 100644
--- a/sim/m32r/devices.c
+++ b/sim/m32r/devices.c
@@ -1,5 +1,5 @@
/* m32r device support
- Copyright (C) 1997, 1998, 2007, 2008, 2009, 2010
+ Copyright (C) 1997, 1998, 2007, 2008, 2009, 2010, 2011
Free Software Foundation, Inc.
Contributed by Cygnus Solutions.
diff --git a/sim/m32r/m32r-sim.h b/sim/m32r/m32r-sim.h
index becb2cf4cb6..d5b6cf2af77 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, 2010
+ Copyright (C) 1996, 1997, 1998, 2003, 2007, 2008, 2009, 2010, 2011
Free Software Foundation, Inc.
Contributed by Cygnus Support.
diff --git a/sim/m32r/m32r.c b/sim/m32r/m32r.c
index 08032635d50..a677dda0976 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, 2010
+ Copyright (C) 1996, 1997, 1998, 2003, 2007, 2008, 2009, 2010, 2011
Free Software Foundation, Inc.
Contributed by Cygnus Support.
diff --git a/sim/m32r/m32r2.c b/sim/m32r/m32r2.c
index 7b77b5ec8de..15bdc7a36bc 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, 2010
+ Copyright (C) 1997, 1998, 2003, 2007, 2008, 2009, 2010, 2011
Free Software Foundation, Inc.
Contributed by Cygnus Support.
diff --git a/sim/m32r/m32rx.c b/sim/m32r/m32rx.c
index 5933c04f879..c48f7cdc320 100644
--- a/sim/m32r/m32rx.c
+++ b/sim/m32r/m32rx.c
@@ -1,5 +1,5 @@
/* m32rx simulator support code
- Copyright (C) 1997, 1998, 2007, 2008, 2009, 2010
+ Copyright (C) 1997, 1998, 2007, 2008, 2009, 2010, 2011
Free Software Foundation, Inc.
Contributed by Cygnus Support.
diff --git a/sim/m32r/mloop.in b/sim/m32r/mloop.in
index ad394277df4..15237a7a88a 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, 2010
+# Copyright (C) 1996, 1997, 1998, 2007, 2008, 2009, 2010, 2011
# 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 1084700ce29..3e9278b1c5f 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, 2010
+# Copyright 1996, 1997, 1998, 2003, 2004, 2007, 2008, 2009, 2010, 2011
# 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 496303be211..b7ceb531a46 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, 2010
+# Copyright 1996, 1997, 1998, 2004, 2007, 2008, 2009, 2010, 2011
# 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 c6bfc33c25c..6235abd9524 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, 2010
+ Copyright (C) 1996, 1997, 1998, 1999, 2003, 2007, 2008, 2009, 2010, 2011
Free Software Foundation, Inc.
Contributed by Cygnus Support.
diff --git a/sim/m32r/traps-linux.c b/sim/m32r/traps-linux.c
index 47a3e910e5f..b0294dfaa81 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, 2008, 2009, 2010
+ Copyright (C) 1998, 2003, 2007, 2008, 2009, 2010, 2011
Free Software Foundation, Inc.
Contributed by Renesas.
diff --git a/sim/m32r/traps.c b/sim/m32r/traps.c
index abf2e482d10..b52e5f085be 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, 2008, 2009, 2010
+ Copyright (C) 1998, 2003, 2007, 2008, 2009, 2010, 2011
Free Software Foundation, Inc.
Contributed by Cygnus Solutions.