diff options
author | Joel Brobecker <brobecker@gnat.com> | 2012-01-04 08:28:28 +0000 |
---|---|---|
committer | Joel Brobecker <brobecker@gnat.com> | 2012-01-04 08:28:28 +0000 |
commit | c5a570810022466eaa5e077cd1b8aa00d74706f1 (patch) | |
tree | 34591c7977f834cbf2e2fc867e44173b32a894d4 /sim/m32c | |
parent | 0b30217134add051e159a192066a1e568ebd837f (diff) | |
download | gdb-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/m32c')
-rw-r--r-- | sim/m32c/Makefile.in | 3 | ||||
-rw-r--r-- | sim/m32c/blinky.S | 3 | ||||
-rw-r--r-- | sim/m32c/configure.ac | 3 | ||||
-rw-r--r-- | sim/m32c/cpu.h | 3 | ||||
-rw-r--r-- | sim/m32c/gdb-if.c | 3 | ||||
-rw-r--r-- | sim/m32c/gloss.S | 3 | ||||
-rw-r--r-- | sim/m32c/int.c | 3 | ||||
-rw-r--r-- | sim/m32c/int.h | 3 | ||||
-rw-r--r-- | sim/m32c/load.c | 3 | ||||
-rw-r--r-- | sim/m32c/load.h | 3 | ||||
-rw-r--r-- | sim/m32c/m32c.opc | 3 | ||||
-rw-r--r-- | sim/m32c/main.c | 3 | ||||
-rw-r--r-- | sim/m32c/mem.c | 3 | ||||
-rw-r--r-- | sim/m32c/mem.h | 3 | ||||
-rw-r--r-- | sim/m32c/misc.c | 3 | ||||
-rw-r--r-- | sim/m32c/misc.h | 3 | ||||
-rw-r--r-- | sim/m32c/opc2c.c | 3 | ||||
-rw-r--r-- | sim/m32c/r8c.opc | 3 | ||||
-rw-r--r-- | sim/m32c/reg.c | 3 | ||||
-rw-r--r-- | sim/m32c/safe-fgets.c | 3 | ||||
-rw-r--r-- | sim/m32c/safe-fgets.h | 3 | ||||
-rw-r--r-- | sim/m32c/sample.S | 3 | ||||
-rw-r--r-- | sim/m32c/sample.ld | 3 | ||||
-rw-r--r-- | sim/m32c/sample2.c | 3 | ||||
-rw-r--r-- | sim/m32c/srcdest.c | 3 | ||||
-rw-r--r-- | sim/m32c/syscalls.c | 3 | ||||
-rw-r--r-- | sim/m32c/syscalls.h | 3 | ||||
-rw-r--r-- | sim/m32c/trace.c | 3 | ||||
-rw-r--r-- | sim/m32c/trace.h | 3 |
29 files changed, 29 insertions, 58 deletions
diff --git a/sim/m32c/Makefile.in b/sim/m32c/Makefile.in index 3643e6e..7887eeb 100644 --- a/sim/m32c/Makefile.in +++ b/sim/m32c/Makefile.in @@ -1,7 +1,6 @@ #### Makefile.in --- Makefile template for the M32C 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/m32c/blinky.S b/sim/m32c/blinky.S index d0548b0..b9d0142 100644 --- a/sim/m32c/blinky.S +++ b/sim/m32c/blinky.S @@ -1,7 +1,6 @@ ;;; blinky.S --- sample program to blink LED's on M32C 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/m32c/configure.ac b/sim/m32c/configure.ac index bf4d19a..85a14cd 100644 --- a/sim/m32c/configure.ac +++ b/sim/m32c/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/m32c/cpu.h b/sim/m32c/cpu.h index 08d5dbd..3ec5da6 100644 --- a/sim/m32c/cpu.h +++ b/sim/m32c/cpu.h @@ -1,7 +1,6 @@ /* cpu.h --- declarations for the M32C 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/m32c/gdb-if.c b/sim/m32c/gdb-if.c index 23f378f..c18f0c7 100644 --- a/sim/m32c/gdb-if.c +++ b/sim/m32c/gdb-if.c @@ -1,7 +1,6 @@ /* gdb.c --- sim interface to GDB. -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/m32c/gloss.S b/sim/m32c/gloss.S index 4441d47..dd136b0 100644 --- a/sim/m32c/gloss.S +++ b/sim/m32c/gloss.S @@ -1,7 +1,6 @@ ;;; gloss.S --- system calls for sample2.x ;;; -;;; 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/m32c/int.c b/sim/m32c/int.c index 0b3b6fe..2b1d833 100644 --- a/sim/m32c/int.c +++ b/sim/m32c/int.c @@ -1,7 +1,6 @@ /* int.c --- M32C interrupt handling. -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/m32c/int.h b/sim/m32c/int.h index ef14b00..afb7863 100644 --- a/sim/m32c/int.h +++ b/sim/m32c/int.h @@ -1,7 +1,6 @@ /* int.h --- interface to M32C interrupt handling. -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/m32c/load.c b/sim/m32c/load.c index a040274..8b3545c 100644 --- a/sim/m32c/load.c +++ b/sim/m32c/load.c @@ -1,7 +1,6 @@ /* load.c --- loading object files into the M32C 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/m32c/load.h b/sim/m32c/load.h index f535435..d0039f8 100644 --- a/sim/m32c/load.h +++ b/sim/m32c/load.h @@ -1,7 +1,6 @@ /* load.h --- interface to loading object files into the M32C 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/m32c/m32c.opc b/sim/m32c/m32c.opc index ccadbe6..2d4042e 100644 --- a/sim/m32c/m32c.opc +++ b/sim/m32c/m32c.opc @@ -1,7 +1,6 @@ /* m32c.opc --- semantics for m32c opcodes. -*- mode: c -*- -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/m32c/main.c b/sim/m32c/main.c index 648103b..cc4a0bc 100644 --- a/sim/m32c/main.c +++ b/sim/m32c/main.c @@ -1,7 +1,6 @@ /* main.c --- main function for stand-alone M32C 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/m32c/mem.c b/sim/m32c/mem.c index 52201dc..be88e9e 100644 --- a/sim/m32c/mem.c +++ b/sim/m32c/mem.c @@ -1,7 +1,6 @@ /* mem.c --- memory for M32C 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/m32c/mem.h b/sim/m32c/mem.h index 27ab1ca..b28dd42 100644 --- a/sim/m32c/mem.h +++ b/sim/m32c/mem.h @@ -1,7 +1,6 @@ /* mem.h --- interface to memory for M32C 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/m32c/misc.c b/sim/m32c/misc.c index 6efa2b8..d302cb8 100644 --- a/sim/m32c/misc.c +++ b/sim/m32c/misc.c @@ -1,7 +1,6 @@ /* misc.c --- miscellaneous utility functions for M32C 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/m32c/misc.h b/sim/m32c/misc.h index 3c66845..3c4ed14 100644 --- a/sim/m32c/misc.h +++ b/sim/m32c/misc.h @@ -1,7 +1,6 @@ /* misc.h --- interface to miscellaneous utility functions for M32C 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/m32c/opc2c.c b/sim/m32c/opc2c.c index e188d26..5310e12 100644 --- a/sim/m32c/opc2c.c +++ b/sim/m32c/opc2c.c @@ -1,7 +1,6 @@ /* opc2c.c --- generate C simulator code from from .opc file -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/m32c/r8c.opc b/sim/m32c/r8c.opc index 1dcc42a..602e124 100644 --- a/sim/m32c/r8c.opc +++ b/sim/m32c/r8c.opc @@ -1,7 +1,6 @@ /* r8c.opc --- semantics for r8c opcodes. -*- mode: c -*- -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/m32c/reg.c b/sim/m32c/reg.c index 38e66e2..7df2be4 100644 --- a/sim/m32c/reg.c +++ b/sim/m32c/reg.c @@ -1,7 +1,6 @@ /* reg.c --- register set model for M32C 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/m32c/safe-fgets.c b/sim/m32c/safe-fgets.c index fb5fa2f..6db5328 100644 --- a/sim/m32c/safe-fgets.c +++ b/sim/m32c/safe-fgets.c @@ -1,7 +1,6 @@ /* safe-fgets.c --- like fgets, but allocates its own static buffer. -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/m32c/safe-fgets.h b/sim/m32c/safe-fgets.h index 36c140f..5b59072 100644 --- a/sim/m32c/safe-fgets.h +++ b/sim/m32c/safe-fgets.h @@ -1,7 +1,6 @@ /* safe-fgets.h --- interface to safe version of fgets. -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/m32c/sample.S b/sim/m32c/sample.S index 18a1b22..962143a 100644 --- a/sim/m32c/sample.S +++ b/sim/m32c/sample.S @@ -1,7 +1,6 @@ ;;; sample.S --- simple test program for M32C 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/m32c/sample.ld b/sim/m32c/sample.ld index 7bc27a0..632a85f 100644 --- a/sim/m32c/sample.ld +++ b/sim/m32c/sample.ld @@ -1,7 +1,6 @@ /* sample2.ld --- linker script for sample2.x -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/m32c/sample2.c b/sim/m32c/sample2.c index 1f4ed56..f2ae837 100644 --- a/sim/m32c/sample2.c +++ b/sim/m32c/sample2.c @@ -1,7 +1,6 @@ /* sample2.c --- main source for sample2.x test program for M32C 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/m32c/srcdest.c b/sim/m32c/srcdest.c index 7bb5417..9ae0ef9 100644 --- a/sim/m32c/srcdest.c +++ b/sim/m32c/srcdest.c @@ -1,7 +1,6 @@ /* srcdest.c --- decoding M32C addressing modes. -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/m32c/syscalls.c b/sim/m32c/syscalls.c index 8e96a8b..c5a72c1 100644 --- a/sim/m32c/syscalls.c +++ b/sim/m32c/syscalls.c @@ -1,7 +1,6 @@ /* syscalls.c --- implement system calls for the M32C 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/m32c/syscalls.h b/sim/m32c/syscalls.h index 64dced2..a794ca4 100644 --- a/sim/m32c/syscalls.h +++ b/sim/m32c/syscalls.h @@ -1,7 +1,6 @@ /* syscalls.h --- interface to syscalls for the M32C sim. -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/m32c/trace.c b/sim/m32c/trace.c index 64c503d..4b2b386 100644 --- a/sim/m32c/trace.c +++ b/sim/m32c/trace.c @@ -1,7 +1,6 @@ /* trace.c --- tracing output for the M32C 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/m32c/trace.h b/sim/m32c/trace.h index d13c539..30b29b4 100644 --- a/sim/m32c/trace.h +++ b/sim/m32c/trace.h @@ -1,7 +1,6 @@ /* trace.h --- interface to tracing output for the M32C 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. |