diff options
author | Joel Brobecker <brobecker@adacore.com> | 2014-01-01 07:54:24 +0400 |
---|---|---|
committer | Joel Brobecker <brobecker@adacore.com> | 2014-01-01 07:54:24 +0400 |
commit | ecd75fc8eed3bde86036141228074a20e55dcfc9 (patch) | |
tree | 8f4a51f410949d8e3e7f03b005e798e7dfa2721d /sim/sh64 | |
parent | 28498c4207945d583481d50ba6b181d3ce60fa72 (diff) | |
download | gdb-ecd75fc8eed3bde86036141228074a20e55dcfc9.zip gdb-ecd75fc8eed3bde86036141228074a20e55dcfc9.tar.gz gdb-ecd75fc8eed3bde86036141228074a20e55dcfc9.tar.bz2 |
Update Copyright year range in all files maintained by GDB.
Diffstat (limited to 'sim/sh64')
-rw-r--r-- | sim/sh64/Makefile.in | 2 | ||||
-rw-r--r-- | sim/sh64/arch.c | 2 | ||||
-rw-r--r-- | sim/sh64/arch.h | 2 | ||||
-rw-r--r-- | sim/sh64/cpu.c | 2 | ||||
-rw-r--r-- | sim/sh64/cpu.h | 2 | ||||
-rw-r--r-- | sim/sh64/cpuall.h | 2 | ||||
-rw-r--r-- | sim/sh64/decode-compact.c | 2 | ||||
-rw-r--r-- | sim/sh64/decode-compact.h | 2 | ||||
-rw-r--r-- | sim/sh64/decode-media.c | 2 | ||||
-rw-r--r-- | sim/sh64/decode-media.h | 2 | ||||
-rw-r--r-- | sim/sh64/defs-compact.h | 2 | ||||
-rw-r--r-- | sim/sh64/defs-media.h | 2 | ||||
-rw-r--r-- | sim/sh64/eng.h | 2 | ||||
-rw-r--r-- | sim/sh64/sem-compact-switch.c | 2 | ||||
-rw-r--r-- | sim/sh64/sem-compact.c | 2 | ||||
-rw-r--r-- | sim/sh64/sem-media-switch.c | 2 | ||||
-rw-r--r-- | sim/sh64/sem-media.c | 2 | ||||
-rw-r--r-- | sim/sh64/sh-desc.c | 2 | ||||
-rw-r--r-- | sim/sh64/sh-desc.h | 2 | ||||
-rw-r--r-- | sim/sh64/sh-opc.h | 2 | ||||
-rw-r--r-- | sim/sh64/sh64-sim.h | 2 | ||||
-rw-r--r-- | sim/sh64/sh64.c | 2 | ||||
-rw-r--r-- | sim/sh64/sim-if.c | 2 |
23 files changed, 23 insertions, 23 deletions
diff --git a/sim/sh64/Makefile.in b/sim/sh64/Makefile.in index f355d6b..d87dd4a 100644 --- a/sim/sh64/Makefile.in +++ b/sim/sh64/Makefile.in @@ -1,5 +1,5 @@ # Makefile template for Configure for the SH64 simulator -# Copyright (C) 2000-2013 Free Software Foundation, Inc. +# Copyright (C) 2000-2014 Free Software Foundation, Inc. # Contributed by Red Hat, Inc. # # This program is free software; you can redistribute it and/or modify diff --git a/sim/sh64/arch.c b/sim/sh64/arch.c index 64124e5..611a126 100644 --- a/sim/sh64/arch.c +++ b/sim/sh64/arch.c @@ -2,7 +2,7 @@ THIS FILE IS MACHINE GENERATED WITH CGEN. -Copyright 1996-2013 Free Software Foundation, Inc. +Copyright 1996-2014 Free Software Foundation, Inc. This file is part of the GNU simulators. diff --git a/sim/sh64/arch.h b/sim/sh64/arch.h index da6a594..1b55085 100644 --- a/sim/sh64/arch.h +++ b/sim/sh64/arch.h @@ -2,7 +2,7 @@ THIS FILE IS MACHINE GENERATED WITH CGEN. -Copyright 1996-2013 Free Software Foundation, Inc. +Copyright 1996-2014 Free Software Foundation, Inc. This file is part of the GNU simulators. diff --git a/sim/sh64/cpu.c b/sim/sh64/cpu.c index 14b48f3..29fc31b 100644 --- a/sim/sh64/cpu.c +++ b/sim/sh64/cpu.c @@ -2,7 +2,7 @@ THIS FILE IS MACHINE GENERATED WITH CGEN. -Copyright 1996-2013 Free Software Foundation, Inc. +Copyright 1996-2014 Free Software Foundation, Inc. This file is part of the GNU simulators. diff --git a/sim/sh64/cpu.h b/sim/sh64/cpu.h index 44e2865..6ae492b 100644 --- a/sim/sh64/cpu.h +++ b/sim/sh64/cpu.h @@ -2,7 +2,7 @@ THIS FILE IS MACHINE GENERATED WITH CGEN. -Copyright 1996-2013 Free Software Foundation, Inc. +Copyright 1996-2014 Free Software Foundation, Inc. This file is part of the GNU simulators. diff --git a/sim/sh64/cpuall.h b/sim/sh64/cpuall.h index 84254ca..110c1f4 100644 --- a/sim/sh64/cpuall.h +++ b/sim/sh64/cpuall.h @@ -2,7 +2,7 @@ THIS FILE IS MACHINE GENERATED WITH CGEN. -Copyright 1996-2013 Free Software Foundation, Inc. +Copyright 1996-2014 Free Software Foundation, Inc. This file is part of the GNU simulators. diff --git a/sim/sh64/decode-compact.c b/sim/sh64/decode-compact.c index 9a8418b..ba01e7d 100644 --- a/sim/sh64/decode-compact.c +++ b/sim/sh64/decode-compact.c @@ -2,7 +2,7 @@ THIS FILE IS MACHINE GENERATED WITH CGEN. -Copyright 1996-2013 Free Software Foundation, Inc. +Copyright 1996-2014 Free Software Foundation, Inc. This file is part of the GNU simulators. diff --git a/sim/sh64/decode-compact.h b/sim/sh64/decode-compact.h index 2256135..88960b5 100644 --- a/sim/sh64/decode-compact.h +++ b/sim/sh64/decode-compact.h @@ -2,7 +2,7 @@ THIS FILE IS MACHINE GENERATED WITH CGEN. -Copyright 1996-2013 Free Software Foundation, Inc. +Copyright 1996-2014 Free Software Foundation, Inc. This file is part of the GNU simulators. diff --git a/sim/sh64/decode-media.c b/sim/sh64/decode-media.c index 1a4fca7..e7ea0d8 100644 --- a/sim/sh64/decode-media.c +++ b/sim/sh64/decode-media.c @@ -2,7 +2,7 @@ THIS FILE IS MACHINE GENERATED WITH CGEN. -Copyright 1996-2013 Free Software Foundation, Inc. +Copyright 1996-2014 Free Software Foundation, Inc. This file is part of the GNU simulators. diff --git a/sim/sh64/decode-media.h b/sim/sh64/decode-media.h index 940c6a1..2bc19cf 100644 --- a/sim/sh64/decode-media.h +++ b/sim/sh64/decode-media.h @@ -2,7 +2,7 @@ THIS FILE IS MACHINE GENERATED WITH CGEN. -Copyright 1996-2013 Free Software Foundation, Inc. +Copyright 1996-2014 Free Software Foundation, Inc. This file is part of the GNU simulators. diff --git a/sim/sh64/defs-compact.h b/sim/sh64/defs-compact.h index 6939764..79cbc0e 100644 --- a/sim/sh64/defs-compact.h +++ b/sim/sh64/defs-compact.h @@ -2,7 +2,7 @@ THIS FILE IS MACHINE GENERATED WITH CGEN. -Copyright 1996-2013 Free Software Foundation, Inc. +Copyright 1996-2014 Free Software Foundation, Inc. This file is part of the GNU simulators. diff --git a/sim/sh64/defs-media.h b/sim/sh64/defs-media.h index 7ef0745..bc900b5 100644 --- a/sim/sh64/defs-media.h +++ b/sim/sh64/defs-media.h @@ -2,7 +2,7 @@ THIS FILE IS MACHINE GENERATED WITH CGEN. -Copyright 1996-2013 Free Software Foundation, Inc. +Copyright 1996-2014 Free Software Foundation, Inc. This file is part of the GNU simulators. diff --git a/sim/sh64/eng.h b/sim/sh64/eng.h index 7a0ba57..7b140ac 100644 --- a/sim/sh64/eng.h +++ b/sim/sh64/eng.h @@ -1,5 +1,5 @@ /* Engine declarations. - Copyright (C) 2000-2013 Free Software Foundation, Inc. + Copyright (C) 2000-2014 Free Software Foundation, Inc. Contributed by Red Hat, Inc. This file is part of the GNU simulators. diff --git a/sim/sh64/sem-compact-switch.c b/sim/sh64/sem-compact-switch.c index 9365d17..e81853d 100644 --- a/sim/sh64/sem-compact-switch.c +++ b/sim/sh64/sem-compact-switch.c @@ -2,7 +2,7 @@ THIS FILE IS MACHINE GENERATED WITH CGEN. -Copyright 1996-2013 Free Software Foundation, Inc. +Copyright 1996-2014 Free Software Foundation, Inc. This file is part of the GNU simulators. diff --git a/sim/sh64/sem-compact.c b/sim/sh64/sem-compact.c index 9fb7212..53ac791 100644 --- a/sim/sh64/sem-compact.c +++ b/sim/sh64/sem-compact.c @@ -2,7 +2,7 @@ THIS FILE IS MACHINE GENERATED WITH CGEN. -Copyright 1996-2013 Free Software Foundation, Inc. +Copyright 1996-2014 Free Software Foundation, Inc. This file is part of the GNU simulators. diff --git a/sim/sh64/sem-media-switch.c b/sim/sh64/sem-media-switch.c index 669a965..8d113d3 100644 --- a/sim/sh64/sem-media-switch.c +++ b/sim/sh64/sem-media-switch.c @@ -2,7 +2,7 @@ THIS FILE IS MACHINE GENERATED WITH CGEN. -Copyright 1996-2013 Free Software Foundation, Inc. +Copyright 1996-2014 Free Software Foundation, Inc. This file is part of the GNU simulators. diff --git a/sim/sh64/sem-media.c b/sim/sh64/sem-media.c index 6ca64fa..84a6004 100644 --- a/sim/sh64/sem-media.c +++ b/sim/sh64/sem-media.c @@ -2,7 +2,7 @@ THIS FILE IS MACHINE GENERATED WITH CGEN. -Copyright 1996-2013 Free Software Foundation, Inc. +Copyright 1996-2014 Free Software Foundation, Inc. This file is part of the GNU simulators. diff --git a/sim/sh64/sh-desc.c b/sim/sh64/sh-desc.c index c3b8a07..5886c22 100644 --- a/sim/sh64/sh-desc.c +++ b/sim/sh64/sh-desc.c @@ -2,7 +2,7 @@ THIS FILE IS MACHINE GENERATED WITH CGEN. -Copyright 1996-2013 Free Software Foundation, Inc. +Copyright 1996-2014 Free Software Foundation, Inc. This file is part of the GNU Binutils and/or GDB, the GNU debugger. diff --git a/sim/sh64/sh-desc.h b/sim/sh64/sh-desc.h index de0cb24..5f7c930 100644 --- a/sim/sh64/sh-desc.h +++ b/sim/sh64/sh-desc.h @@ -2,7 +2,7 @@ THIS FILE IS MACHINE GENERATED WITH CGEN. -Copyright 1996-2013 Free Software Foundation, Inc. +Copyright 1996-2014 Free Software Foundation, Inc. This file is part of the GNU Binutils and/or GDB, the GNU debugger. diff --git a/sim/sh64/sh-opc.h b/sim/sh64/sh-opc.h index 5eccdea..8424645 100644 --- a/sim/sh64/sh-opc.h +++ b/sim/sh64/sh-opc.h @@ -2,7 +2,7 @@ THIS FILE IS MACHINE GENERATED WITH CGEN. -Copyright 1996-2013 Free Software Foundation, Inc. +Copyright 1996-2014 Free Software Foundation, Inc. This file is part of the GNU Binutils and/or GDB, the GNU debugger. diff --git a/sim/sh64/sh64-sim.h b/sim/sh64/sh64-sim.h index fb5fba5..1de06ac 100644 --- a/sim/sh64/sh64-sim.h +++ b/sim/sh64/sh64-sim.h @@ -1,5 +1,5 @@ /* collection of junk waiting time to sort out - Copyright (C) 2000-2013 Free Software Foundation, Inc. + Copyright (C) 2000-2014 Free Software Foundation, Inc. Contributed by Red Hat, Inc. This file is part of the GNU Simulators. diff --git a/sim/sh64/sh64.c b/sim/sh64/sh64.c index 7c11c17..986a847 100644 --- a/sim/sh64/sh64.c +++ b/sim/sh64/sh64.c @@ -1,5 +1,5 @@ /* SH5 simulator support code - Copyright (C) 2000-2013 Free Software Foundation, Inc. + Copyright (C) 2000-2014 Free Software Foundation, Inc. Contributed by Red Hat, Inc. This file is part of the GNU simulators. diff --git a/sim/sh64/sim-if.c b/sim/sh64/sim-if.c index 537fb4f..182351a 100644 --- a/sim/sh64/sim-if.c +++ b/sim/sh64/sim-if.c @@ -1,5 +1,5 @@ /* Main simulator entry points specific to the SH5. - Copyright (C) 2000-2013 Free Software Foundation, Inc. + Copyright (C) 2000-2014 Free Software Foundation, Inc. Contributed by Cygnus Solutions. This file is part of the GNU simulators. |