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/m32r | |
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/m32r')
-rw-r--r-- | sim/m32r/Makefile.in | 3 | ||||
-rw-r--r-- | sim/m32r/arch.c | 2 | ||||
-rw-r--r-- | sim/m32r/arch.h | 2 | ||||
-rw-r--r-- | sim/m32r/cpu.c | 2 | ||||
-rw-r--r-- | sim/m32r/cpu.h | 2 | ||||
-rw-r--r-- | sim/m32r/cpu2.c | 2 | ||||
-rw-r--r-- | sim/m32r/cpu2.h | 2 | ||||
-rw-r--r-- | sim/m32r/cpuall.h | 2 | ||||
-rw-r--r-- | sim/m32r/cpux.c | 2 | ||||
-rw-r--r-- | sim/m32r/cpux.h | 2 | ||||
-rw-r--r-- | sim/m32r/decode.c | 2 | ||||
-rw-r--r-- | sim/m32r/decode.h | 2 | ||||
-rw-r--r-- | sim/m32r/decode2.c | 2 | ||||
-rw-r--r-- | sim/m32r/decode2.h | 2 | ||||
-rw-r--r-- | sim/m32r/decodex.c | 2 | ||||
-rw-r--r-- | sim/m32r/decodex.h | 2 | ||||
-rw-r--r-- | sim/m32r/devices.c | 2 | ||||
-rw-r--r-- | sim/m32r/m32r-sim.h | 3 | ||||
-rw-r--r-- | sim/m32r/m32r.c | 3 | ||||
-rw-r--r-- | sim/m32r/m32r2.c | 3 | ||||
-rw-r--r-- | sim/m32r/m32rx.c | 2 | ||||
-rw-r--r-- | sim/m32r/mloop.in | 2 | ||||
-rw-r--r-- | sim/m32r/mloop2.in | 3 | ||||
-rw-r--r-- | sim/m32r/mloopx.in | 2 | ||||
-rw-r--r-- | sim/m32r/model.c | 2 | ||||
-rw-r--r-- | sim/m32r/model2.c | 2 | ||||
-rw-r--r-- | sim/m32r/modelx.c | 2 | ||||
-rw-r--r-- | sim/m32r/sem-switch.c | 2 | ||||
-rw-r--r-- | sim/m32r/sem.c | 2 | ||||
-rw-r--r-- | sim/m32r/sem2-switch.c | 2 | ||||
-rw-r--r-- | sim/m32r/semx-switch.c | 2 | ||||
-rw-r--r-- | sim/m32r/sim-if.c | 3 | ||||
-rw-r--r-- | sim/m32r/traps-linux.c | 2 | ||||
-rw-r--r-- | sim/m32r/traps.c | 2 |
34 files changed, 34 insertions, 40 deletions
diff --git a/sim/m32r/Makefile.in b/sim/m32r/Makefile.in index e1d8064..89f1063 100644 --- a/sim/m32r/Makefile.in +++ b/sim/m32r/Makefile.in @@ -1,6 +1,5 @@ # Makefile template for Configure for the m32r simulator -# Copyright (C) 1996-2000, 2003-2004, 2007-2012 Free Software -# Foundation, Inc. +# Copyright (C) 1996-2013 Free Software Foundation, Inc. # Contributed by Cygnus Support. # # This file is part of GDB, the GNU debugger. diff --git a/sim/m32r/arch.c b/sim/m32r/arch.c index 480095d..e236361 100644 --- a/sim/m32r/arch.c +++ b/sim/m32r/arch.c @@ -2,7 +2,7 @@ THIS FILE IS MACHINE GENERATED WITH CGEN. -Copyright 1996-2010, 2012 Free Software Foundation, Inc. +Copyright 1996-2013 Free Software Foundation, Inc. This file is part of the GNU simulators. diff --git a/sim/m32r/arch.h b/sim/m32r/arch.h index 6a82af2..c5dec43 100644 --- a/sim/m32r/arch.h +++ b/sim/m32r/arch.h @@ -2,7 +2,7 @@ THIS FILE IS MACHINE GENERATED WITH CGEN. -Copyright 1996-2010, 2012 Free Software Foundation, Inc. +Copyright 1996-2013 Free Software Foundation, Inc. This file is part of the GNU simulators. diff --git a/sim/m32r/cpu.c b/sim/m32r/cpu.c index 2db2b2f..c4f99c8 100644 --- a/sim/m32r/cpu.c +++ b/sim/m32r/cpu.c @@ -2,7 +2,7 @@ THIS FILE IS MACHINE GENERATED WITH CGEN. -Copyright 1996-2010, 2012 Free Software Foundation, Inc. +Copyright 1996-2013 Free Software Foundation, Inc. This file is part of the GNU simulators. diff --git a/sim/m32r/cpu.h b/sim/m32r/cpu.h index 6604ba9..62024d2 100644 --- a/sim/m32r/cpu.h +++ b/sim/m32r/cpu.h @@ -2,7 +2,7 @@ THIS FILE IS MACHINE GENERATED WITH CGEN. -Copyright 1996-2010, 2012 Free Software Foundation, Inc. +Copyright 1996-2013 Free Software Foundation, Inc. This file is part of the GNU simulators. diff --git a/sim/m32r/cpu2.c b/sim/m32r/cpu2.c index 1102389..4d0e7ea 100644 --- a/sim/m32r/cpu2.c +++ b/sim/m32r/cpu2.c @@ -2,7 +2,7 @@ THIS FILE IS MACHINE GENERATED WITH CGEN. -Copyright 1996-2010, 2012 Free Software Foundation, Inc. +Copyright 1996-2013 Free Software Foundation, Inc. This file is part of the GNU simulators. diff --git a/sim/m32r/cpu2.h b/sim/m32r/cpu2.h index f4b3368..96f5377 100644 --- a/sim/m32r/cpu2.h +++ b/sim/m32r/cpu2.h @@ -2,7 +2,7 @@ THIS FILE IS MACHINE GENERATED WITH CGEN. -Copyright 1996-2010, 2012 Free Software Foundation, Inc. +Copyright 1996-2013 Free Software Foundation, Inc. This file is part of the GNU simulators. diff --git a/sim/m32r/cpuall.h b/sim/m32r/cpuall.h index 5eda7e2..9970d01 100644 --- a/sim/m32r/cpuall.h +++ b/sim/m32r/cpuall.h @@ -2,7 +2,7 @@ THIS FILE IS MACHINE GENERATED WITH CGEN. -Copyright 1996-2010, 2012 Free Software Foundation, Inc. +Copyright 1996-2013 Free Software Foundation, Inc. This file is part of the GNU simulators. diff --git a/sim/m32r/cpux.c b/sim/m32r/cpux.c index 8e9b5c1..55af421 100644 --- a/sim/m32r/cpux.c +++ b/sim/m32r/cpux.c @@ -2,7 +2,7 @@ THIS FILE IS MACHINE GENERATED WITH CGEN. -Copyright 1996-2010, 2012 Free Software Foundation, Inc. +Copyright 1996-2013 Free Software Foundation, Inc. This file is part of the GNU simulators. diff --git a/sim/m32r/cpux.h b/sim/m32r/cpux.h index ad5db8e..e0a7c40 100644 --- a/sim/m32r/cpux.h +++ b/sim/m32r/cpux.h @@ -2,7 +2,7 @@ THIS FILE IS MACHINE GENERATED WITH CGEN. -Copyright 1996-2010, 2012 Free Software Foundation, Inc. +Copyright 1996-2013 Free Software Foundation, Inc. This file is part of the GNU simulators. diff --git a/sim/m32r/decode.c b/sim/m32r/decode.c index ce776cc..11690e0 100644 --- a/sim/m32r/decode.c +++ b/sim/m32r/decode.c @@ -2,7 +2,7 @@ THIS FILE IS MACHINE GENERATED WITH CGEN. -Copyright 1996-2010, 2012 Free Software Foundation, Inc. +Copyright 1996-2013 Free Software Foundation, Inc. This file is part of the GNU simulators. diff --git a/sim/m32r/decode.h b/sim/m32r/decode.h index 0f332b1..1beaad5 100644 --- a/sim/m32r/decode.h +++ b/sim/m32r/decode.h @@ -2,7 +2,7 @@ THIS FILE IS MACHINE GENERATED WITH CGEN. -Copyright 1996-2010, 2012 Free Software Foundation, Inc. +Copyright 1996-2013 Free Software Foundation, Inc. This file is part of the GNU simulators. diff --git a/sim/m32r/decode2.c b/sim/m32r/decode2.c index 6d0328e..fb9dd5f 100644 --- a/sim/m32r/decode2.c +++ b/sim/m32r/decode2.c @@ -2,7 +2,7 @@ THIS FILE IS MACHINE GENERATED WITH CGEN. -Copyright 1996-2010, 2012 Free Software Foundation, Inc. +Copyright 1996-2013 Free Software Foundation, Inc. This file is part of the GNU simulators. diff --git a/sim/m32r/decode2.h b/sim/m32r/decode2.h index 4537f78..baba7e8 100644 --- a/sim/m32r/decode2.h +++ b/sim/m32r/decode2.h @@ -2,7 +2,7 @@ THIS FILE IS MACHINE GENERATED WITH CGEN. -Copyright 1996-2010, 2012 Free Software Foundation, Inc. +Copyright 1996-2013 Free Software Foundation, Inc. This file is part of the GNU simulators. diff --git a/sim/m32r/decodex.c b/sim/m32r/decodex.c index b429a57..57f8f5a 100644 --- a/sim/m32r/decodex.c +++ b/sim/m32r/decodex.c @@ -2,7 +2,7 @@ THIS FILE IS MACHINE GENERATED WITH CGEN. -Copyright 1996-2010, 2012 Free Software Foundation, Inc. +Copyright 1996-2013 Free Software Foundation, Inc. This file is part of the GNU simulators. diff --git a/sim/m32r/decodex.h b/sim/m32r/decodex.h index bcd9c3c..bd8234f 100644 --- a/sim/m32r/decodex.h +++ b/sim/m32r/decodex.h @@ -2,7 +2,7 @@ THIS FILE IS MACHINE GENERATED WITH CGEN. -Copyright 1996-2010, 2012 Free Software Foundation, Inc. +Copyright 1996-2013 Free Software Foundation, Inc. This file is part of the GNU simulators. diff --git a/sim/m32r/devices.c b/sim/m32r/devices.c index 5990ec7..db26bf8 100644 --- a/sim/m32r/devices.c +++ b/sim/m32r/devices.c @@ -1,5 +1,5 @@ /* m32r device support - Copyright (C) 1997-1998, 2007-2012 Free Software Foundation, Inc. + Copyright (C) 1997-2013 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 28b78e1..fdc9af6 100644 --- a/sim/m32r/m32r-sim.h +++ b/sim/m32r/m32r-sim.h @@ -1,6 +1,5 @@ /* collection of junk waiting time to sort out - Copyright (C) 1996-1998, 2003, 2007-2012 Free Software Foundation, - Inc. + Copyright (C) 1996-2013 Free Software Foundation, Inc. Contributed by Cygnus Support. This file is part of GDB, the GNU debugger. diff --git a/sim/m32r/m32r.c b/sim/m32r/m32r.c index 45efdd6..35ad2ea 100644 --- a/sim/m32r/m32r.c +++ b/sim/m32r/m32r.c @@ -1,6 +1,5 @@ /* m32r simulator support code - Copyright (C) 1996-1998, 2003, 2007-2012 Free Software Foundation, - Inc. + Copyright (C) 1996-2013 Free Software Foundation, Inc. Contributed by Cygnus Support. This file is part of GDB, the GNU debugger. diff --git a/sim/m32r/m32r2.c b/sim/m32r/m32r2.c index 6212f58..87fb73e 100644 --- a/sim/m32r/m32r2.c +++ b/sim/m32r/m32r2.c @@ -1,6 +1,5 @@ /* m32r2 simulator support code - Copyright (C) 1997-1998, 2003, 2007-2012 Free Software Foundation, - Inc. + Copyright (C) 1997-2013 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 76d8963..54e4321 100644 --- a/sim/m32r/m32rx.c +++ b/sim/m32r/m32rx.c @@ -1,5 +1,5 @@ /* m32rx simulator support code - Copyright (C) 1997-1998, 2007-2012 Free Software Foundation, Inc. + Copyright (C) 1997-2013 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 15ad34b..8b2c30a 100644 --- a/sim/m32r/mloop.in +++ b/sim/m32r/mloop.in @@ -1,6 +1,6 @@ # Simulator main loop for m32r. -*- C -*- # -# Copyright (C) 1996-1998, 2007-2012 Free Software Foundation, Inc. +# Copyright (C) 1996-2013 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 efddaa9..52726bd 100644 --- a/sim/m32r/mloop2.in +++ b/sim/m32r/mloop2.in @@ -1,7 +1,6 @@ # Simulator main loop for m32r2. -*- C -*- # -# Copyright 1996-1998, 2003-2004, 2007-2012 Free Software Foundation, -# Inc. +# Copyright 1996-2013 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 2b0c246..2dbc6b2 100644 --- a/sim/m32r/mloopx.in +++ b/sim/m32r/mloopx.in @@ -1,6 +1,6 @@ # Simulator main loop for m32rx. -*- C -*- # -# Copyright 1996-1998, 2004, 2007-2012 Free Software Foundation, Inc. +# Copyright 1996-2013 Free Software Foundation, Inc. # # This file is part of the GNU Simulators. # diff --git a/sim/m32r/model.c b/sim/m32r/model.c index 8e70e2f..8f5408a 100644 --- a/sim/m32r/model.c +++ b/sim/m32r/model.c @@ -2,7 +2,7 @@ THIS FILE IS MACHINE GENERATED WITH CGEN. -Copyright 1996-2010, 2012 Free Software Foundation, Inc. +Copyright 1996-2013 Free Software Foundation, Inc. This file is part of the GNU simulators. diff --git a/sim/m32r/model2.c b/sim/m32r/model2.c index 9769e22..c2e22441 100644 --- a/sim/m32r/model2.c +++ b/sim/m32r/model2.c @@ -2,7 +2,7 @@ THIS FILE IS MACHINE GENERATED WITH CGEN. -Copyright 1996-2010, 2012 Free Software Foundation, Inc. +Copyright 1996-2013 Free Software Foundation, Inc. This file is part of the GNU simulators. diff --git a/sim/m32r/modelx.c b/sim/m32r/modelx.c index d857c83..70190e9 100644 --- a/sim/m32r/modelx.c +++ b/sim/m32r/modelx.c @@ -2,7 +2,7 @@ THIS FILE IS MACHINE GENERATED WITH CGEN. -Copyright 1996-2010, 2012 Free Software Foundation, Inc. +Copyright 1996-2013 Free Software Foundation, Inc. This file is part of the GNU simulators. diff --git a/sim/m32r/sem-switch.c b/sim/m32r/sem-switch.c index 40569a6..863d82d 100644 --- a/sim/m32r/sem-switch.c +++ b/sim/m32r/sem-switch.c @@ -2,7 +2,7 @@ THIS FILE IS MACHINE GENERATED WITH CGEN. -Copyright 1996-2010, 2012 Free Software Foundation, Inc. +Copyright 1996-2013 Free Software Foundation, Inc. This file is part of the GNU simulators. diff --git a/sim/m32r/sem.c b/sim/m32r/sem.c index 93e7e7a..9754e60 100644 --- a/sim/m32r/sem.c +++ b/sim/m32r/sem.c @@ -2,7 +2,7 @@ THIS FILE IS MACHINE GENERATED WITH CGEN. -Copyright 1996-2010, 2012 Free Software Foundation, Inc. +Copyright 1996-2013 Free Software Foundation, Inc. This file is part of the GNU simulators. diff --git a/sim/m32r/sem2-switch.c b/sim/m32r/sem2-switch.c index 9835628..a75aa81 100644 --- a/sim/m32r/sem2-switch.c +++ b/sim/m32r/sem2-switch.c @@ -2,7 +2,7 @@ THIS FILE IS MACHINE GENERATED WITH CGEN. -Copyright 1996-2010, 2012 Free Software Foundation, Inc. +Copyright 1996-2013 Free Software Foundation, Inc. This file is part of the GNU simulators. diff --git a/sim/m32r/semx-switch.c b/sim/m32r/semx-switch.c index 876f45e..4d07b46 100644 --- a/sim/m32r/semx-switch.c +++ b/sim/m32r/semx-switch.c @@ -2,7 +2,7 @@ THIS FILE IS MACHINE GENERATED WITH CGEN. -Copyright 1996-2010, 2012 Free Software Foundation, Inc. +Copyright 1996-2013 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 1e1543b..6a79019 100644 --- a/sim/m32r/sim-if.c +++ b/sim/m32r/sim-if.c @@ -1,6 +1,5 @@ /* Main simulator entry points specific to the M32R. - Copyright (C) 1996-1999, 2003, 2007-2012 Free Software Foundation, - Inc. + Copyright (C) 1996-2013 Free Software Foundation, Inc. Contributed by Cygnus Support. This file is part of GDB, the GNU debugger. diff --git a/sim/m32r/traps-linux.c b/sim/m32r/traps-linux.c index d7d552b..642f418 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-2012 Free Software Foundation, Inc. + Copyright (C) 1998-2013 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 d445d8d..e943108 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-2012 Free Software Foundation, Inc. + Copyright (C) 1998-2013 Free Software Foundation, Inc. Contributed by Cygnus Solutions. This file is part of GDB, the GNU debugger. |