diff options
author | Joel Brobecker <brobecker@adacore.com> | 2015-01-01 13:32:14 +0400 |
---|---|---|
committer | Joel Brobecker <brobecker@adacore.com> | 2015-01-01 13:32:14 +0400 |
commit | 32d0add0a654c1204ab71dc8a55d9374538c4b33 (patch) | |
tree | c17872eaaa56843d99bbdfcaba8f6b04f855161b /sim/m32r | |
parent | 76f2b779a17de2a13e9b6c0d1a4bb0ad5699a39c (diff) | |
download | gdb-32d0add0a654c1204ab71dc8a55d9374538c4b33.zip gdb-32d0add0a654c1204ab71dc8a55d9374538c4b33.tar.gz gdb-32d0add0a654c1204ab71dc8a55d9374538c4b33.tar.bz2 |
Update year range in copyright notice of all files owned by the GDB project.
gdb/ChangeLog:
Update year range in copyright notice of all files.
Diffstat (limited to 'sim/m32r')
-rw-r--r-- | sim/m32r/Makefile.in | 2 | ||||
-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 | 2 | ||||
-rw-r--r-- | sim/m32r/m32r.c | 2 | ||||
-rw-r--r-- | sim/m32r/m32r2.c | 2 | ||||
-rw-r--r-- | sim/m32r/m32rx.c | 2 | ||||
-rw-r--r-- | sim/m32r/mloop.in | 2 | ||||
-rw-r--r-- | sim/m32r/mloop2.in | 2 | ||||
-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 | 2 | ||||
-rw-r--r-- | sim/m32r/traps-linux.c | 2 | ||||
-rw-r--r-- | sim/m32r/traps.c | 2 |
34 files changed, 34 insertions, 34 deletions
diff --git a/sim/m32r/Makefile.in b/sim/m32r/Makefile.in index 2841a1b..12a6a8d 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-2014 Free Software Foundation, Inc. +# Copyright (C) 1996-2015 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 88000d7..794387a 100644 --- a/sim/m32r/arch.c +++ b/sim/m32r/arch.c @@ -2,7 +2,7 @@ THIS FILE IS MACHINE GENERATED WITH CGEN. -Copyright 1996-2014 Free Software Foundation, Inc. +Copyright 1996-2015 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 2b571d3..f8c4f3c 100644 --- a/sim/m32r/arch.h +++ b/sim/m32r/arch.h @@ -2,7 +2,7 @@ THIS FILE IS MACHINE GENERATED WITH CGEN. -Copyright 1996-2014 Free Software Foundation, Inc. +Copyright 1996-2015 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 6c1f8da..ab84fa0 100644 --- a/sim/m32r/cpu.c +++ b/sim/m32r/cpu.c @@ -2,7 +2,7 @@ THIS FILE IS MACHINE GENERATED WITH CGEN. -Copyright 1996-2014 Free Software Foundation, Inc. +Copyright 1996-2015 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 1e7a61a..a613075 100644 --- a/sim/m32r/cpu.h +++ b/sim/m32r/cpu.h @@ -2,7 +2,7 @@ THIS FILE IS MACHINE GENERATED WITH CGEN. -Copyright 1996-2014 Free Software Foundation, Inc. +Copyright 1996-2015 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 b392afb..1c5c790 100644 --- a/sim/m32r/cpu2.c +++ b/sim/m32r/cpu2.c @@ -2,7 +2,7 @@ THIS FILE IS MACHINE GENERATED WITH CGEN. -Copyright 1996-2014 Free Software Foundation, Inc. +Copyright 1996-2015 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 cc4bb4f..bd05cb5 100644 --- a/sim/m32r/cpu2.h +++ b/sim/m32r/cpu2.h @@ -2,7 +2,7 @@ THIS FILE IS MACHINE GENERATED WITH CGEN. -Copyright 1996-2014 Free Software Foundation, Inc. +Copyright 1996-2015 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 d73d184..6cbbaef 100644 --- a/sim/m32r/cpuall.h +++ b/sim/m32r/cpuall.h @@ -2,7 +2,7 @@ THIS FILE IS MACHINE GENERATED WITH CGEN. -Copyright 1996-2014 Free Software Foundation, Inc. +Copyright 1996-2015 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 775be86..076016e 100644 --- a/sim/m32r/cpux.c +++ b/sim/m32r/cpux.c @@ -2,7 +2,7 @@ THIS FILE IS MACHINE GENERATED WITH CGEN. -Copyright 1996-2014 Free Software Foundation, Inc. +Copyright 1996-2015 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 7576891..38fc739 100644 --- a/sim/m32r/cpux.h +++ b/sim/m32r/cpux.h @@ -2,7 +2,7 @@ THIS FILE IS MACHINE GENERATED WITH CGEN. -Copyright 1996-2014 Free Software Foundation, Inc. +Copyright 1996-2015 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 febc482..1274dec 100644 --- a/sim/m32r/decode.c +++ b/sim/m32r/decode.c @@ -2,7 +2,7 @@ THIS FILE IS MACHINE GENERATED WITH CGEN. -Copyright 1996-2014 Free Software Foundation, Inc. +Copyright 1996-2015 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 59801b5..29c85ff 100644 --- a/sim/m32r/decode.h +++ b/sim/m32r/decode.h @@ -2,7 +2,7 @@ THIS FILE IS MACHINE GENERATED WITH CGEN. -Copyright 1996-2014 Free Software Foundation, Inc. +Copyright 1996-2015 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 8986ec6..5b8220d 100644 --- a/sim/m32r/decode2.c +++ b/sim/m32r/decode2.c @@ -2,7 +2,7 @@ THIS FILE IS MACHINE GENERATED WITH CGEN. -Copyright 1996-2014 Free Software Foundation, Inc. +Copyright 1996-2015 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 a2ec8ef..85e2369 100644 --- a/sim/m32r/decode2.h +++ b/sim/m32r/decode2.h @@ -2,7 +2,7 @@ THIS FILE IS MACHINE GENERATED WITH CGEN. -Copyright 1996-2014 Free Software Foundation, Inc. +Copyright 1996-2015 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 13411bf..0ccf363 100644 --- a/sim/m32r/decodex.c +++ b/sim/m32r/decodex.c @@ -2,7 +2,7 @@ THIS FILE IS MACHINE GENERATED WITH CGEN. -Copyright 1996-2014 Free Software Foundation, Inc. +Copyright 1996-2015 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 0322110..fa243d4 100644 --- a/sim/m32r/decodex.h +++ b/sim/m32r/decodex.h @@ -2,7 +2,7 @@ THIS FILE IS MACHINE GENERATED WITH CGEN. -Copyright 1996-2014 Free Software Foundation, Inc. +Copyright 1996-2015 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 c4d95dc..a308a08 100644 --- a/sim/m32r/devices.c +++ b/sim/m32r/devices.c @@ -1,5 +1,5 @@ /* m32r device support - Copyright (C) 1997-2014 Free Software Foundation, Inc. + Copyright (C) 1997-2015 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 9af0d7a..cb28e1d 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-2014 Free Software Foundation, Inc. + Copyright (C) 1996-2015 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 cd04d30..06e8ba2 100644 --- a/sim/m32r/m32r.c +++ b/sim/m32r/m32r.c @@ -1,5 +1,5 @@ /* m32r simulator support code - Copyright (C) 1996-2014 Free Software Foundation, Inc. + Copyright (C) 1996-2015 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 9a5b27c..445c5b1 100644 --- a/sim/m32r/m32r2.c +++ b/sim/m32r/m32r2.c @@ -1,5 +1,5 @@ /* m32r2 simulator support code - Copyright (C) 1997-2014 Free Software Foundation, Inc. + Copyright (C) 1997-2015 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 551e8f9..94a108a 100644 --- a/sim/m32r/m32rx.c +++ b/sim/m32r/m32rx.c @@ -1,5 +1,5 @@ /* m32rx simulator support code - Copyright (C) 1997-2014 Free Software Foundation, Inc. + Copyright (C) 1997-2015 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 26a6196..e1508ff 100644 --- a/sim/m32r/mloop.in +++ b/sim/m32r/mloop.in @@ -1,6 +1,6 @@ # Simulator main loop for m32r. -*- C -*- # -# Copyright (C) 1996-2014 Free Software Foundation, Inc. +# Copyright (C) 1996-2015 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 e31c8bf..ba42194 100644 --- a/sim/m32r/mloop2.in +++ b/sim/m32r/mloop2.in @@ -1,6 +1,6 @@ # Simulator main loop for m32r2. -*- C -*- # -# Copyright 1996-2014 Free Software Foundation, Inc. +# Copyright 1996-2015 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 bfc2e69..7a4313d 100644 --- a/sim/m32r/mloopx.in +++ b/sim/m32r/mloopx.in @@ -1,6 +1,6 @@ # Simulator main loop for m32rx. -*- C -*- # -# Copyright 1996-2014 Free Software Foundation, Inc. +# Copyright 1996-2015 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 06bc6c3..cb85757 100644 --- a/sim/m32r/model.c +++ b/sim/m32r/model.c @@ -2,7 +2,7 @@ THIS FILE IS MACHINE GENERATED WITH CGEN. -Copyright 1996-2014 Free Software Foundation, Inc. +Copyright 1996-2015 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 95c7cb7..4a1943f 100644 --- a/sim/m32r/model2.c +++ b/sim/m32r/model2.c @@ -2,7 +2,7 @@ THIS FILE IS MACHINE GENERATED WITH CGEN. -Copyright 1996-2014 Free Software Foundation, Inc. +Copyright 1996-2015 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 c28c7f0..e8de0de 100644 --- a/sim/m32r/modelx.c +++ b/sim/m32r/modelx.c @@ -2,7 +2,7 @@ THIS FILE IS MACHINE GENERATED WITH CGEN. -Copyright 1996-2014 Free Software Foundation, Inc. +Copyright 1996-2015 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 f25d004..01a3d4f 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-2014 Free Software Foundation, Inc. +Copyright 1996-2015 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 e63ddc9..a20e024 100644 --- a/sim/m32r/sem.c +++ b/sim/m32r/sem.c @@ -2,7 +2,7 @@ THIS FILE IS MACHINE GENERATED WITH CGEN. -Copyright 1996-2014 Free Software Foundation, Inc. +Copyright 1996-2015 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 b566486..f899b4b3 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-2014 Free Software Foundation, Inc. +Copyright 1996-2015 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 a60e8e0..8ab7f22 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-2014 Free Software Foundation, Inc. +Copyright 1996-2015 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 bbe29d7..9385ccc 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-2014 Free Software Foundation, Inc. + Copyright (C) 1996-2015 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 8f2cd83..ba3da54 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-2014 Free Software Foundation, Inc. + Copyright (C) 1998-2015 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 e3bdc8a..b0814b2 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-2014 Free Software Foundation, Inc. + Copyright (C) 1998-2015 Free Software Foundation, Inc. Contributed by Cygnus Solutions. This file is part of GDB, the GNU debugger. |