diff options
author | Joel Brobecker <brobecker@adacore.com> | 2022-01-01 18:56:03 +0400 |
---|---|---|
committer | Joel Brobecker <brobecker@adacore.com> | 2022-01-01 19:13:23 +0400 |
commit | 4a94e36819485cdbd50438f800d1e478156a4889 (patch) | |
tree | 03138d65b74ebd8d129ed5de07ed54a741dcc4b2 /sim/aarch64 | |
parent | dd10f20452c99cfb19ac9630de943ec0c1912142 (diff) | |
download | gdb-4a94e36819485cdbd50438f800d1e478156a4889.zip gdb-4a94e36819485cdbd50438f800d1e478156a4889.tar.gz gdb-4a94e36819485cdbd50438f800d1e478156a4889.tar.bz2 |
Automatic Copyright Year update after running gdb/copyright.py
This commit brings all the changes made by running gdb/copyright.py
as per GDB's Start of New Year Procedure.
For the avoidance of doubt, all changes in this commits were
performed by the script.
Diffstat (limited to 'sim/aarch64')
-rw-r--r-- | sim/aarch64/Makefile.in | 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 |
10 files changed, 10 insertions, 10 deletions
diff --git a/sim/aarch64/Makefile.in b/sim/aarch64/Makefile.in index 4f33700..95de0f9 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-2021 Free Software Foundation, Inc. +### Copyright (C) 2015-2022 Free Software Foundation, Inc. ### Contributed by Red Hat. diff --git a/sim/aarch64/cpustate.c b/sim/aarch64/cpustate.c index 45a0862..0e61c23 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-2021 Free Software Foundation, Inc. + Copyright (C) 2015-2022 Free Software Foundation, Inc. Contributed by Red Hat. diff --git a/sim/aarch64/cpustate.h b/sim/aarch64/cpustate.h index b9e1f92..1d25b3a 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-2021 Free Software Foundation, Inc. + Copyright (C) 2015-2022 Free Software Foundation, Inc. Contributed by Red Hat. diff --git a/sim/aarch64/decode.h b/sim/aarch64/decode.h index a402fa1..416aca4 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-2021 Free Software Foundation, Inc. + Copyright (C) 2015-2022 Free Software Foundation, Inc. Contributed by Red Hat. diff --git a/sim/aarch64/interp.c b/sim/aarch64/interp.c index 3289953..a04f1dc 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-2021 Free Software Foundation, Inc. + Copyright (C) 2015-2022 Free Software Foundation, Inc. Contributed by Red Hat. diff --git a/sim/aarch64/memory.c b/sim/aarch64/memory.c index cd2df33..9f68079 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-2021 Free Software Foundation, Inc. + Copyright (C) 2015-2022 Free Software Foundation, Inc. Contributed by Red Hat. diff --git a/sim/aarch64/memory.h b/sim/aarch64/memory.h index 39dc161..15890d1 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-2021 Free Software Foundation, Inc. + Copyright (C) 2015-2022 Free Software Foundation, Inc. Contributed by Red Hat. diff --git a/sim/aarch64/sim-main.h b/sim/aarch64/sim-main.h index 14d54cf..baeb51b 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-2021 Free Software Foundation, Inc. + Copyright (C) 2015-2022 Free Software Foundation, Inc. Contributed by Red Hat. diff --git a/sim/aarch64/simulator.c b/sim/aarch64/simulator.c index 0970ace..516a783 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-2021 Free Software Foundation, Inc. + Copyright (C) 2015-2022 Free Software Foundation, Inc. Contributed by Red Hat. diff --git a/sim/aarch64/simulator.h b/sim/aarch64/simulator.h index 5875c84..5717859 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-2021 Free Software Foundation, Inc. + Copyright (C) 2015-2022 Free Software Foundation, Inc. Contributed by Red Hat. |