diff options
author | Joel Brobecker <brobecker@adacore.com> | 2017-01-01 10:50:51 +0400 |
---|---|---|
committer | Joel Brobecker <brobecker@adacore.com> | 2017-01-01 10:52:34 +0400 |
commit | 61baf725eca99af2569262d10aca03dcde2698f6 (patch) | |
tree | 460360d133660b0c2b77919fe92334fc980eac7a /sim/aarch64 | |
parent | c113e7ff6176890ef6d73a23f0918aca98b8619f (diff) | |
download | gdb-61baf725eca99af2569262d10aca03dcde2698f6.zip gdb-61baf725eca99af2569262d10aca03dcde2698f6.tar.gz gdb-61baf725eca99af2569262d10aca03dcde2698f6.tar.bz2 |
update copyright year range in GDB files
This applies the second part of GDB's End of Year Procedure, which
updates the copyright year range in all of GDB's files.
gdb/ChangeLog:
Update copyright year range in all GDB files.
Diffstat (limited to 'sim/aarch64')
-rw-r--r-- | sim/aarch64/Makefile.in | 2 | ||||
-rw-r--r-- | sim/aarch64/configure.ac | 2 | ||||
-rw-r--r-- | sim/aarch64/cpustate.c | 2 | ||||
-rw-r--r-- | sim/aarch64/cpustate.h | 2 | ||||
-rw-r--r-- | sim/aarch64/decode.h | 2 | ||||
-rw-r--r-- | sim/aarch64/interp.c | 2 | ||||
-rw-r--r-- | sim/aarch64/memory.c | 2 | ||||
-rw-r--r-- | sim/aarch64/memory.h | 2 | ||||
-rw-r--r-- | sim/aarch64/sim-main.h | 2 | ||||
-rw-r--r-- | sim/aarch64/simulator.c | 2 | ||||
-rw-r--r-- | sim/aarch64/simulator.h | 2 |
11 files changed, 11 insertions, 11 deletions
diff --git a/sim/aarch64/Makefile.in b/sim/aarch64/Makefile.in index afb2bdf..c5bf4ca 100644 --- a/sim/aarch64/Makefile.in +++ b/sim/aarch64/Makefile.in @@ -1,6 +1,6 @@ #### Makefile.in --- Makefile template for the AArch64 simulator -### Copyright (C) 2015-2016 Free Software Foundation, Inc. +### Copyright (C) 2015-2017 Free Software Foundation, Inc. ### Contributed by Red Hat. diff --git a/sim/aarch64/configure.ac b/sim/aarch64/configure.ac index 5536343..89d3a4c 100644 --- a/sim/aarch64/configure.ac +++ b/sim/aarch64/configure.ac @@ -1,6 +1,6 @@ dnl Process this file with autoconf to produce a configure script. -dnl Copyright (C) 2015-2016 Free Software Foundation, Inc. +dnl Copyright (C) 2015-2017 Free Software Foundation, Inc. dnl dnl Contributed by Red Hat. dnl diff --git a/sim/aarch64/cpustate.c b/sim/aarch64/cpustate.c index 648221f..7975b32 100644 --- a/sim/aarch64/cpustate.c +++ b/sim/aarch64/cpustate.c @@ -1,6 +1,6 @@ /* cpustate.h -- Prototypes for AArch64 simulator functions. - Copyright (C) 2015-2016 Free Software Foundation, Inc. + Copyright (C) 2015-2017 Free Software Foundation, Inc. Contributed by Red Hat. diff --git a/sim/aarch64/cpustate.h b/sim/aarch64/cpustate.h index fc0c68b..7389185 100644 --- a/sim/aarch64/cpustate.h +++ b/sim/aarch64/cpustate.h @@ -1,6 +1,6 @@ /* cpustate.h -- Prototypes for AArch64 cpu state functions. - Copyright (C) 2015-2016 Free Software Foundation, Inc. + Copyright (C) 2015-2017 Free Software Foundation, Inc. Contributed by Red Hat. diff --git a/sim/aarch64/decode.h b/sim/aarch64/decode.h index 745b035..3a42d41 100644 --- a/sim/aarch64/decode.h +++ b/sim/aarch64/decode.h @@ -1,6 +1,6 @@ /* decode.h -- Prototypes for AArch64 simulator decoder functions. - Copyright (C) 2015-2016 Free Software Foundation, Inc. + Copyright (C) 2015-2017 Free Software Foundation, Inc. Contributed by Red Hat. diff --git a/sim/aarch64/interp.c b/sim/aarch64/interp.c index 2c72c13..5c7cc70 100644 --- a/sim/aarch64/interp.c +++ b/sim/aarch64/interp.c @@ -1,6 +1,6 @@ /* interp.c -- AArch64 sim interface to GDB. - Copyright (C) 2015-2016 Free Software Foundation, Inc. + Copyright (C) 2015-2017 Free Software Foundation, Inc. Contributed by Red Hat. diff --git a/sim/aarch64/memory.c b/sim/aarch64/memory.c index 744a76d..dcffe8e 100644 --- a/sim/aarch64/memory.c +++ b/sim/aarch64/memory.c @@ -1,6 +1,6 @@ /* memory.c -- Memory accessor functions for the AArch64 simulator - Copyright (C) 2015-2016 Free Software Foundation, Inc. + Copyright (C) 2015-2017 Free Software Foundation, Inc. Contributed by Red Hat. diff --git a/sim/aarch64/memory.h b/sim/aarch64/memory.h index 5a0a4ad..24a54b8 100644 --- a/sim/aarch64/memory.h +++ b/sim/aarch64/memory.h @@ -1,6 +1,6 @@ /* memory.h -- Prototypes for AArch64 memory accessor functions. - Copyright (C) 2015-2016 Free Software Foundation, Inc. + Copyright (C) 2015-2017 Free Software Foundation, Inc. Contributed by Red Hat. diff --git a/sim/aarch64/sim-main.h b/sim/aarch64/sim-main.h index f86f658..0b4537b 100644 --- a/sim/aarch64/sim-main.h +++ b/sim/aarch64/sim-main.h @@ -1,6 +1,6 @@ /* sim-main.h -- Interface with sim/common. - Copyright (C) 2015-2016 Free Software Foundation, Inc. + Copyright (C) 2015-2017 Free Software Foundation, Inc. Contributed by Red Hat. diff --git a/sim/aarch64/simulator.c b/sim/aarch64/simulator.c index be3d6c7..b40f692 100644 --- a/sim/aarch64/simulator.c +++ b/sim/aarch64/simulator.c @@ -1,6 +1,6 @@ /* simulator.c -- Interface for the AArch64 simulator. - Copyright (C) 2015-2016 Free Software Foundation, Inc. + Copyright (C) 2015-2017 Free Software Foundation, Inc. Contributed by Red Hat. diff --git a/sim/aarch64/simulator.h b/sim/aarch64/simulator.h index fbee1ce..a997bc1 100644 --- a/sim/aarch64/simulator.h +++ b/sim/aarch64/simulator.h @@ -1,6 +1,6 @@ /* simulator.h -- Prototypes for AArch64 simulator functions. - Copyright (C) 2015-2016 Free Software Foundation, Inc. + Copyright (C) 2015-2017 Free Software Foundation, Inc. Contributed by Red Hat. |