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/arm | |
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/arm')
-rw-r--r-- | sim/arm/Makefile.in | 2 | ||||
-rw-r--r-- | sim/arm/armemu32.c | 2 | ||||
-rw-r--r-- | sim/arm/iwmmxt.c | 2 | ||||
-rw-r--r-- | sim/arm/iwmmxt.h | 2 | ||||
-rw-r--r-- | sim/arm/local.mk | 2 | ||||
-rw-r--r-- | sim/arm/maverick.c | 2 | ||||
-rw-r--r-- | sim/arm/maverick.h | 2 | ||||
-rw-r--r-- | sim/arm/sim-main.h | 2 | ||||
-rw-r--r-- | sim/arm/wrapper.c | 2 |
9 files changed, 9 insertions, 9 deletions
diff --git a/sim/arm/Makefile.in b/sim/arm/Makefile.in index f339e79..d7d50d5 100644 --- a/sim/arm/Makefile.in +++ b/sim/arm/Makefile.in @@ -1,5 +1,5 @@ # Makefile template for Configure for the arm sim library. -# Copyright 1995-2021 Free Software Foundation, Inc. +# Copyright 1995-2022 Free Software Foundation, Inc. # Written by Cygnus Support. # # This program is free software; you can redistribute it and/or modify diff --git a/sim/arm/armemu32.c b/sim/arm/armemu32.c index adf0bd9..c25dbf6 100644 --- a/sim/arm/armemu32.c +++ b/sim/arm/armemu32.c @@ -1,5 +1,5 @@ /* Build armemu.c with ARM32 support. - Copyright (C) 1995-2021 Free Software Foundation, Inc. + Copyright (C) 1995-2022 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/sim/arm/iwmmxt.c b/sim/arm/iwmmxt.c index c71d06f..5f91012 100644 --- a/sim/arm/iwmmxt.c +++ b/sim/arm/iwmmxt.c @@ -1,5 +1,5 @@ /* iwmmxt.c -- Intel(r) Wireless MMX(tm) technology co-processor interface. - Copyright (C) 2002-2021 Free Software Foundation, Inc. + Copyright (C) 2002-2022 Free Software Foundation, Inc. Contributed by matthew green (mrg@redhat.com). This program is free software; you can redistribute it and/or modify diff --git a/sim/arm/iwmmxt.h b/sim/arm/iwmmxt.h index b6dd393..e49a8d7 100644 --- a/sim/arm/iwmmxt.h +++ b/sim/arm/iwmmxt.h @@ -1,5 +1,5 @@ /* iwmmxt.h -- Intel(r) Wireless MMX(tm) technology co-processor interface. - Copyright (C) 2002-2021 Free Software Foundation, Inc. + Copyright (C) 2002-2022 Free Software Foundation, Inc. Contributed by matthew green (mrg@redhat.com). This program is free software; you can redistribute it and/or modify diff --git a/sim/arm/local.mk b/sim/arm/local.mk index 9a01fad..84dfbdf 100644 --- a/sim/arm/local.mk +++ b/sim/arm/local.mk @@ -1,6 +1,6 @@ ## See sim/Makefile.am ## -## Copyright (C) 1995-2021 Free Software Foundation, Inc. +## Copyright (C) 1995-2022 Free Software Foundation, Inc. ## ## This program is free software; you can redistribute it and/or modify ## it under the terms of the GNU General Public License as published by diff --git a/sim/arm/maverick.c b/sim/arm/maverick.c index fb62ccd..49671d5 100644 --- a/sim/arm/maverick.c +++ b/sim/arm/maverick.c @@ -1,5 +1,5 @@ /* maverick.c -- Cirrus/DSP co-processor interface. - Copyright (C) 2003-2021 Free Software Foundation, Inc. + Copyright (C) 2003-2022 Free Software Foundation, Inc. Contributed by Aldy Hernandez (aldyh@redhat.com). This program is free software; you can redistribute it and/or modify diff --git a/sim/arm/maverick.h b/sim/arm/maverick.h index 907e825..cd17782 100644 --- a/sim/arm/maverick.h +++ b/sim/arm/maverick.h @@ -1,5 +1,5 @@ /* maverick.h -- Cirrus/DSP co-processor interface header - Copyright (C) 2003-2021 Free Software Foundation, Inc. + Copyright (C) 2003-2022 Free Software Foundation, Inc. Contributed by Aldy Hernandez (aldyh@redhat.com). This program is free software; you can redistribute it and/or modify diff --git a/sim/arm/sim-main.h b/sim/arm/sim-main.h index 05135ae..17c3132 100644 --- a/sim/arm/sim-main.h +++ b/sim/arm/sim-main.h @@ -1,5 +1,5 @@ /* Simulation code for the ARM processor. - Copyright (C) 2009-2021 Free Software Foundation, Inc. + Copyright (C) 2009-2022 Free Software Foundation, Inc. This file is part of simulators. diff --git a/sim/arm/wrapper.c b/sim/arm/wrapper.c index 12b974a..ab56bc4 100644 --- a/sim/arm/wrapper.c +++ b/sim/arm/wrapper.c @@ -1,5 +1,5 @@ /* run front end support for arm - Copyright (C) 1995-2021 Free Software Foundation, Inc. + Copyright (C) 1995-2022 Free Software Foundation, Inc. This file is part of ARM SIM. |