summaryrefslogtreecommitdiff
path: root/sim/m32r
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/m32r
parenta588db63bd94f9c8d43bd33a1dd399ea3bbc8c5b (diff)
downloadbinutils-e4d013fc0f3df3200be2dca48ed2e330e8a4ddf9.tar.gz
binutils-e4d013fc0f3df3200be2dca48ed2e330e8a4ddf9.tar.bz2
binutils-e4d013fc0f3df3200be2dca48ed2e330e8a4ddf9.zip
Update the copyright notice of some of the files I missed
in the previous copyright update.
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.c3
-rw-r--r--sim/m32r/m32rx.c2
-rw-r--r--sim/m32r/mloop.in3
-rw-r--r--sim/m32r/mloop2.in2
-rw-r--r--sim/m32r/mloopx.in3
-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 f63cc4cc379..b0be549e874 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, 2008
+# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2003, 2004, 2007, 2008, 2009
# Free Software Foundation, Inc.
# Contributed by Cygnus Support.
#
diff --git a/sim/m32r/devices.c b/sim/m32r/devices.c
index 48f580bb5cf..085a14de2cf 100644
--- a/sim/m32r/devices.c
+++ b/sim/m32r/devices.c
@@ -1,5 +1,5 @@
/* m32r device support
- Copyright (C) 1997, 1998, 2007, 2008 Free Software Foundation, Inc.
+ Copyright (C) 1997, 1998, 2007, 2008, 2009 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 5d9b995a3d0..af220165ae3 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
+ Copyright (C) 1996, 1997, 1998, 2003, 2007, 2008, 2009
Free Software Foundation, Inc.
Contributed by Cygnus Support.
diff --git a/sim/m32r/m32r.c b/sim/m32r/m32r.c
index 86a19cdc3ee..a1f50972ab7 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
+ Copyright (C) 1996, 1997, 1998, 2003, 2007, 2008, 2009
Free Software Foundation, Inc.
Contributed by Cygnus Support.
diff --git a/sim/m32r/m32r2.c b/sim/m32r/m32r2.c
index f7e01129bf1..79eaf89e681 100644
--- a/sim/m32r/m32r2.c
+++ b/sim/m32r/m32r2.c
@@ -1,5 +1,6 @@
/* m32r2 simulator support code
- 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.
diff --git a/sim/m32r/m32rx.c b/sim/m32r/m32rx.c
index eeab28d18ca..4ef012e0b75 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 Free Software Foundation, Inc.
+ Copyright (C) 1997, 1998, 2007, 2008, 2009 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 e7f6433cd02..291ef8ddc40 100644
--- a/sim/m32r/mloop.in
+++ b/sim/m32r/mloop.in
@@ -1,5 +1,6 @@
# Simulator main loop for m32r. -*- C -*-
-# Copyright (C) 1996, 1997, 1998, 2007, 2008 Free Software Foundation, Inc.
+# Copyright (C) 1996, 1997, 1998, 2007, 2008, 2009
+ 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 68bbe1dccf5..1014b47e39e 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
+# Copyright 1996, 1997, 1998, 2003, 2004, 2007, 2008, 2009
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 5305d276473..8ecdb7d0a24 100644
--- a/sim/m32r/mloopx.in
+++ b/sim/m32r/mloopx.in
@@ -1,6 +1,7 @@
# Simulator main loop for m32rx. -*- C -*-
#
-# Copyright 1996, 1997, 1998, 2004, 2007, 2008 Free Software Foundation, Inc.
+# Copyright 1996, 1997, 1998, 2004, 2007, 2008, 2009
+ 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 4717bed6e4d..6d8d3a651cf 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
+ Copyright (C) 1996, 1997, 1998, 1999, 2003, 2007, 2008, 2009
Free Software Foundation, Inc.
Contributed by Cygnus Support.
diff --git a/sim/m32r/traps-linux.c b/sim/m32r/traps-linux.c
index 65ca9f39460..ec95a6854d4 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 Free Software Foundation, Inc.
+ Copyright (C) 1998, 2003, 2007, 2008, 2009 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 cb1a04d335c..d6fb5db92e3 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 Free Software Foundation, Inc.
+ Copyright (C) 1998, 2003, 2007, 2008, 2009 Free Software Foundation, Inc.
Contributed by Cygnus Solutions.
This file is part of GDB, the GNU debugger.