summaryrefslogtreecommitdiff
path: root/sim/arm
diff options
context:
space:
mode:
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 f1f58ab2784..9dda82be86f 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 65a1c676e8e..3b2f82f3734 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 c25dbf6e90a..0c5d9cb81b3 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 ad065317b41..b87a559670d 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 2f677affa31..6f91ae07e5b 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 99790c6e4e4..4bbbf92cc74 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 49671d5c751..f934b800365 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 cd17782a2bd..f0cb2dca789 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 a08729b7460..2a13c9a6a22 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 4e800780454..52b4dc7d6e0 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.