aboutsummaryrefslogtreecommitdiff
path: root/sim/arm
diff options
context:
space:
mode:
authorJoel Brobecker <brobecker@adacore.com>2023-01-01 16:49:04 +0400
committerJoel Brobecker <brobecker@adacore.com>2023-01-01 17:01:16 +0400
commit213516ef315dc1785e4990ef0fc011abedb38cc0 (patch)
tree9d6787681e8ad86d05631234d5d7f71942ef082b /sim/arm
parente4661570ead7be521c9d693f188b0944d7b8c78c (diff)
downloadgdb-213516ef315dc1785e4990ef0fc011abedb38cc0.zip
gdb-213516ef315dc1785e4990ef0fc011abedb38cc0.tar.gz
gdb-213516ef315dc1785e4990ef0fc011abedb38cc0.tar.bz2
Update copyright year range in header of all files managed by GDB
This commit is the result of running the gdb/copyright.py script, which automated the update of the copyright year range for all source files managed by the GDB project to be updated to include year 2023.
Diffstat (limited to 'sim/arm')
-rw-r--r--sim/arm/Makefile.in2
-rw-r--r--sim/arm/arm-sim.h2
-rw-r--r--sim/arm/armemu32.c2
-rw-r--r--sim/arm/iwmmxt.c2
-rw-r--r--sim/arm/iwmmxt.h2
-rw-r--r--sim/arm/local.mk2
-rw-r--r--sim/arm/maverick.c2
-rw-r--r--sim/arm/maverick.h2
-rw-r--r--sim/arm/sim-main.h2
-rw-r--r--sim/arm/wrapper.c2
10 files changed, 10 insertions, 10 deletions
diff --git a/sim/arm/Makefile.in b/sim/arm/Makefile.in
index f1f58ab..9dda82b 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-2022 Free Software Foundation, Inc.
+# Copyright 1995-2023 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/arm-sim.h b/sim/arm/arm-sim.h
index 65a1c67..3b2f82f 100644
--- a/sim/arm/arm-sim.h
+++ b/sim/arm/arm-sim.h
@@ -1,5 +1,5 @@
/* Simulation code for the ARM processor.
- Copyright (C) 2009-2022 Free Software Foundation, Inc.
+ Copyright (C) 2009-2023 Free Software Foundation, Inc.
This file is part of the GNU simulators.
diff --git a/sim/arm/armemu32.c b/sim/arm/armemu32.c
index c25dbf6..0c5d9cb 100644
--- a/sim/arm/armemu32.c
+++ b/sim/arm/armemu32.c
@@ -1,5 +1,5 @@
/* Build armemu.c with ARM32 support.
- Copyright (C) 1995-2022 Free Software Foundation, Inc.
+ Copyright (C) 1995-2023 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 ad06531..b87a559 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-2022 Free Software Foundation, Inc.
+ Copyright (C) 2002-2023 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 2f677af..6f91ae0 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-2022 Free Software Foundation, Inc.
+ Copyright (C) 2002-2023 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 99790c6..4bbbf92 100644
--- a/sim/arm/local.mk
+++ b/sim/arm/local.mk
@@ -1,6 +1,6 @@
## See sim/Makefile.am
##
-## Copyright (C) 1995-2022 Free Software Foundation, Inc.
+## Copyright (C) 1995-2023 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/maverick.c b/sim/arm/maverick.c
index 49671d5..f934b80 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-2022 Free Software Foundation, Inc.
+ Copyright (C) 2003-2023 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 cd17782..f0cb2dc 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-2022 Free Software Foundation, Inc.
+ Copyright (C) 2003-2023 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 a08729b..2a13c9a 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-2022 Free Software Foundation, Inc.
+ Copyright (C) 2009-2023 Free Software Foundation, Inc.
This file is part of simulators.
diff --git a/sim/arm/wrapper.c b/sim/arm/wrapper.c
index 4e80078..52b4dc7 100644
--- a/sim/arm/wrapper.c
+++ b/sim/arm/wrapper.c
@@ -1,5 +1,5 @@
/* run front end support for arm
- Copyright (C) 1995-2022 Free Software Foundation, Inc.
+ Copyright (C) 1995-2023 Free Software Foundation, Inc.
This file is part of ARM SIM.