summaryrefslogtreecommitdiff
path: root/sim/aarch64
diff options
context:
space:
mode:
authorJoel Brobecker <brobecker@adacore.com>2017-01-01 10:50:51 +0400
committerJoel Brobecker <brobecker@adacore.com>2017-01-01 10:52:34 +0400
commit61baf725eca99af2569262d10aca03dcde2698f6 (patch)
tree460360d133660b0c2b77919fe92334fc980eac7a /sim/aarch64
parentc113e7ff6176890ef6d73a23f0918aca98b8619f (diff)
downloadbinutils-gdb-61baf725eca99af2569262d10aca03dcde2698f6.tar.gz
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.in2
-rw-r--r--sim/aarch64/configure.ac2
-rw-r--r--sim/aarch64/cpustate.c2
-rw-r--r--sim/aarch64/cpustate.h2
-rw-r--r--sim/aarch64/decode.h2
-rw-r--r--sim/aarch64/interp.c2
-rw-r--r--sim/aarch64/memory.c2
-rw-r--r--sim/aarch64/memory.h2
-rw-r--r--sim/aarch64/sim-main.h2
-rw-r--r--sim/aarch64/simulator.c2
-rw-r--r--sim/aarch64/simulator.h2
11 files changed, 11 insertions, 11 deletions
diff --git a/sim/aarch64/Makefile.in b/sim/aarch64/Makefile.in
index afb2bdf439c..c5bf4cae05e 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 5536343dac7..89d3a4c0b03 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 648221f2837..7975b321b67 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 fc0c68bd683..73891850f55 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 745b0351e09..3a42d4115c4 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 2c72c136d05..5c7cc7002a3 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 744a76dd7b6..dcffe8e3209 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 5a0a4ad3d88..24a54b8b883 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 f86f658cbef..0b4537b3d54 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 be3d6c7e52b..b40f6921041 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 fbee1ce41d2..a997bc14b88 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.