aboutsummaryrefslogtreecommitdiff
path: root/sim/rl78
diff options
context:
space:
mode:
authorJoel Brobecker <brobecker@gnat.com>2012-01-04 08:28:28 +0000
committerJoel Brobecker <brobecker@gnat.com>2012-01-04 08:28:28 +0000
commitc5a570810022466eaa5e077cd1b8aa00d74706f1 (patch)
tree34591c7977f834cbf2e2fc867e44173b32a894d4 /sim/rl78
parent0b30217134add051e159a192066a1e568ebd837f (diff)
downloadgdb-c5a570810022466eaa5e077cd1b8aa00d74706f1.zip
gdb-c5a570810022466eaa5e077cd1b8aa00d74706f1.tar.gz
gdb-c5a570810022466eaa5e077cd1b8aa00d74706f1.tar.bz2
Copyright year update in most files of the GDB Project.
gdb/ChangeLog: Copyright year update in most files of the GDB Project.
Diffstat (limited to 'sim/rl78')
-rw-r--r--sim/rl78/Makefile.in2
-rw-r--r--sim/rl78/configure.ac3
-rw-r--r--sim/rl78/cpu.c3
-rw-r--r--sim/rl78/cpu.h3
-rw-r--r--sim/rl78/load.c3
-rw-r--r--sim/rl78/load.h2
-rw-r--r--sim/rl78/main.c3
-rw-r--r--sim/rl78/mem.c3
-rw-r--r--sim/rl78/mem.h3
-rw-r--r--sim/rl78/rl78.c2
-rw-r--r--sim/rl78/trace.c3
-rw-r--r--sim/rl78/trace.h3
12 files changed, 12 insertions, 21 deletions
diff --git a/sim/rl78/Makefile.in b/sim/rl78/Makefile.in
index 465c0d9..47c59c1 100644
--- a/sim/rl78/Makefile.in
+++ b/sim/rl78/Makefile.in
@@ -1,6 +1,6 @@
#### Makefile.in --- Makefile template for the RL78 simulator
-### Copyright (C) 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
+### Copyright (C) 2008-2012 Free Software Foundation, Inc.
### Contributed by Red Hat, Inc.
###
### This file is part of the GNU simulators.
diff --git a/sim/rl78/configure.ac b/sim/rl78/configure.ac
index 01a48fd..4da61f9 100644
--- a/sim/rl78/configure.ac
+++ b/sim/rl78/configure.ac
@@ -1,7 +1,6 @@
dnl Process this file with autoconf to produce a configure script.
-dnl Copyright (C) 2005, 2007, 2008, 2009, 2010, 2011
-dnl Free Software Foundation, Inc.
+dnl Copyright (C) 2005, 2007-2012 Free Software Foundation, Inc.
dnl Contributed by Red Hat, Inc.
dnl
dnl This file is part of the GNU simulators.
diff --git a/sim/rl78/cpu.c b/sim/rl78/cpu.c
index ec102ea..5310155 100644
--- a/sim/rl78/cpu.c
+++ b/sim/rl78/cpu.c
@@ -1,7 +1,6 @@
/* cpu.c --- CPU for RL78 simulator.
- Copyright (C) 2011
- Free Software Foundation, Inc.
+ Copyright (C) 2011-2012 Free Software Foundation, Inc.
Contributed by Red Hat, Inc.
This file is part of the GNU simulators.
diff --git a/sim/rl78/cpu.h b/sim/rl78/cpu.h
index 057f625..bd7fa1e 100644
--- a/sim/rl78/cpu.h
+++ b/sim/rl78/cpu.h
@@ -1,7 +1,6 @@
/* cpu.h --- declarations for the RL78 core.
- Copyright (C) 2005, 2007, 2008, 2009, 2010, 2011
- Free Software Foundation, Inc.
+ Copyright (C) 2005, 2007-2012 Free Software Foundation, Inc.
Contributed by Red Hat, Inc.
This file is part of the GNU simulators.
diff --git a/sim/rl78/load.c b/sim/rl78/load.c
index cb50d21..f2a7d5d 100644
--- a/sim/rl78/load.c
+++ b/sim/rl78/load.c
@@ -1,7 +1,6 @@
/* load.c --- loading object files into the RL78 simulator.
- Copyright (C) 2005, 2007, 2008, 2009, 2010, 2011
- Free Software Foundation, Inc.
+ Copyright (C) 2005, 2007-2012 Free Software Foundation, Inc.
Contributed by Red Hat, Inc.
This file is part of the GNU simulators.
diff --git a/sim/rl78/load.h b/sim/rl78/load.h
index 5b2dea3..daf735e 100644
--- a/sim/rl78/load.h
+++ b/sim/rl78/load.h
@@ -1,6 +1,6 @@
/* load.h --- interface to loading object files into the RX simulator.
- Copyright (C) 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
+ Copyright (C) 2008-2012 Free Software Foundation, Inc.
Contributed by Red Hat, Inc.
This file is part of the GNU simulators.
diff --git a/sim/rl78/main.c b/sim/rl78/main.c
index 4b4bacf..0715f25 100644
--- a/sim/rl78/main.c
+++ b/sim/rl78/main.c
@@ -1,7 +1,6 @@
/* main.c --- main function for stand-alone RL78 simulator.
- Copyright (C) 2011
- Free Software Foundation, Inc.
+ Copyright (C) 2011-2012 Free Software Foundation, Inc.
Contributed by Red Hat, Inc.
This file is part of the GNU simulators.
diff --git a/sim/rl78/mem.c b/sim/rl78/mem.c
index 380a297..4c04098 100644
--- a/sim/rl78/mem.c
+++ b/sim/rl78/mem.c
@@ -1,7 +1,6 @@
/* mem.c --- memory for RL78 simulator.
- Copyright (C) 2011
- Free Software Foundation, Inc.
+ Copyright (C) 2011-2012 Free Software Foundation, Inc.
Contributed by Red Hat, Inc.
This file is part of the GNU simulators.
diff --git a/sim/rl78/mem.h b/sim/rl78/mem.h
index bceda87..73245ce 100644
--- a/sim/rl78/mem.h
+++ b/sim/rl78/mem.h
@@ -1,7 +1,6 @@
/* mem.h --- interface to memory for RL78 simulator.
- Copyright (C) 2011
- Free Software Foundation, Inc.
+ Copyright (C) 2011-2012 Free Software Foundation, Inc.
Contributed by Red Hat, Inc.
This file is part of the GNU simulators.
diff --git a/sim/rl78/rl78.c b/sim/rl78/rl78.c
index ceb2334..387f51ab 100644
--- a/sim/rl78/rl78.c
+++ b/sim/rl78/rl78.c
@@ -1,6 +1,6 @@
/* rl78.c --- opcode semantics for stand-alone RL78 simulator.
- Copyright (C) 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
+ Copyright (C) 2008-2012 Free Software Foundation, Inc.
Contributed by Red Hat, Inc.
This file is part of the GNU simulators.
diff --git a/sim/rl78/trace.c b/sim/rl78/trace.c
index 12f7893..f0c98c4 100644
--- a/sim/rl78/trace.c
+++ b/sim/rl78/trace.c
@@ -1,7 +1,6 @@
/* trace.c --- tracing output for the RL78 simulator.
- Copyright (C) 2005, 2007, 2008, 2009, 2010, 2011
- Free Software Foundation, Inc.
+ Copyright (C) 2005, 2007-2012 Free Software Foundation, Inc.
Contributed by Red Hat, Inc.
This file is part of the GNU simulators.
diff --git a/sim/rl78/trace.h b/sim/rl78/trace.h
index e23c3b9..3ac9a7e 100644
--- a/sim/rl78/trace.h
+++ b/sim/rl78/trace.h
@@ -1,7 +1,6 @@
/* trace.h --- interface to tracing output for the RX simulator.
- Copyright (C) 2005, 2007, 2008, 2009, 2010, 2011
- Free Software Foundation, Inc.
+ Copyright (C) 2005, 2007-2012 Free Software Foundation, Inc.
Contributed by Red Hat, Inc.
This file is part of the GNU simulators.