diff options
author | Joel Brobecker <brobecker@gnat.com> | 2013-01-01 06:41:43 +0000 |
---|---|---|
committer | Joel Brobecker <brobecker@gnat.com> | 2013-01-01 06:41:43 +0000 |
commit | 8acc9f485bba28b65935dcc3498d9f3b712ddac7 (patch) | |
tree | e13e491e8492db235dd73edb9ec9a3c33a5754e6 /sim/rl78 | |
parent | 28e7fd62340426746f9c896cbc40c5d374ec47aa (diff) | |
download | gdb-8acc9f485bba28b65935dcc3498d9f3b712ddac7.zip gdb-8acc9f485bba28b65935dcc3498d9f3b712ddac7.tar.gz gdb-8acc9f485bba28b65935dcc3498d9f3b712ddac7.tar.bz2 |
Update years in copyright notice for the GDB files.
Two modifications:
1. The addition of 2013 to the copyright year range for every file;
2. The use of a single year range, instead of potentially multiple
year ranges, as approved by the FSF.
Diffstat (limited to 'sim/rl78')
-rw-r--r-- | sim/rl78/Makefile.in | 2 | ||||
-rw-r--r-- | sim/rl78/configure.ac | 2 | ||||
-rw-r--r-- | sim/rl78/cpu.c | 2 | ||||
-rw-r--r-- | sim/rl78/cpu.h | 2 | ||||
-rw-r--r-- | sim/rl78/gdb-if.c | 2 | ||||
-rw-r--r-- | sim/rl78/load.c | 2 | ||||
-rw-r--r-- | sim/rl78/load.h | 2 | ||||
-rw-r--r-- | sim/rl78/main.c | 2 | ||||
-rw-r--r-- | sim/rl78/mem.c | 2 | ||||
-rw-r--r-- | sim/rl78/mem.h | 2 | ||||
-rw-r--r-- | sim/rl78/rl78.c | 2 | ||||
-rw-r--r-- | sim/rl78/trace.c | 2 | ||||
-rw-r--r-- | sim/rl78/trace.h | 2 |
13 files changed, 13 insertions, 13 deletions
diff --git a/sim/rl78/Makefile.in b/sim/rl78/Makefile.in index a615f11..3588f7c 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-2012 Free Software Foundation, Inc. +### Copyright (C) 2008-2013 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 4da61f9..1d1a938 100644 --- a/sim/rl78/configure.ac +++ b/sim/rl78/configure.ac @@ -1,6 +1,6 @@ dnl Process this file with autoconf to produce a configure script. -dnl Copyright (C) 2005, 2007-2012 Free Software Foundation, Inc. +dnl Copyright (C) 2005-2013 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 5310155..83925ab 100644 --- a/sim/rl78/cpu.c +++ b/sim/rl78/cpu.c @@ -1,6 +1,6 @@ /* cpu.c --- CPU for RL78 simulator. - Copyright (C) 2011-2012 Free Software Foundation, Inc. + Copyright (C) 2011-2013 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 bd7fa1e..6241edd 100644 --- a/sim/rl78/cpu.h +++ b/sim/rl78/cpu.h @@ -1,6 +1,6 @@ /* cpu.h --- declarations for the RL78 core. - Copyright (C) 2005, 2007-2012 Free Software Foundation, Inc. + Copyright (C) 2005-2013 Free Software Foundation, Inc. Contributed by Red Hat, Inc. This file is part of the GNU simulators. diff --git a/sim/rl78/gdb-if.c b/sim/rl78/gdb-if.c index e2a5ea0..0c131a1 100644 --- a/sim/rl78/gdb-if.c +++ b/sim/rl78/gdb-if.c @@ -1,6 +1,6 @@ /* gdb-if.c -- sim interface to GDB. -Copyright (C) 2011-2012 Free Software Foundation, Inc. +Copyright (C) 2011-2013 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 f2a7d5d..1af8a69 100644 --- a/sim/rl78/load.c +++ b/sim/rl78/load.c @@ -1,6 +1,6 @@ /* load.c --- loading object files into the RL78 simulator. - Copyright (C) 2005, 2007-2012 Free Software Foundation, Inc. + Copyright (C) 2005-2013 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 daf735e..3fdb8bc 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-2012 Free Software Foundation, Inc. + Copyright (C) 2008-2013 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 0715f25..d682d57 100644 --- a/sim/rl78/main.c +++ b/sim/rl78/main.c @@ -1,6 +1,6 @@ /* main.c --- main function for stand-alone RL78 simulator. - Copyright (C) 2011-2012 Free Software Foundation, Inc. + Copyright (C) 2011-2013 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 4c04098..a5c04e4 100644 --- a/sim/rl78/mem.c +++ b/sim/rl78/mem.c @@ -1,6 +1,6 @@ /* mem.c --- memory for RL78 simulator. - Copyright (C) 2011-2012 Free Software Foundation, Inc. + Copyright (C) 2011-2013 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 73245ce..3c617b2 100644 --- a/sim/rl78/mem.h +++ b/sim/rl78/mem.h @@ -1,6 +1,6 @@ /* mem.h --- interface to memory for RL78 simulator. - Copyright (C) 2011-2012 Free Software Foundation, Inc. + Copyright (C) 2011-2013 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 387f51ab..1ffee5f 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-2012 Free Software Foundation, Inc. + Copyright (C) 2008-2013 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 f0c98c4..7195ce9 100644 --- a/sim/rl78/trace.c +++ b/sim/rl78/trace.c @@ -1,6 +1,6 @@ /* trace.c --- tracing output for the RL78 simulator. - Copyright (C) 2005, 2007-2012 Free Software Foundation, Inc. + Copyright (C) 2005-2013 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 3ac9a7e..f7f2774 100644 --- a/sim/rl78/trace.h +++ b/sim/rl78/trace.h @@ -1,6 +1,6 @@ /* trace.h --- interface to tracing output for the RX simulator. - Copyright (C) 2005, 2007-2012 Free Software Foundation, Inc. + Copyright (C) 2005-2013 Free Software Foundation, Inc. Contributed by Red Hat, Inc. This file is part of the GNU simulators. |