aboutsummaryrefslogtreecommitdiff
path: root/sim/testsuite/m32c
diff options
context:
space:
mode:
Diffstat (limited to 'sim/testsuite/m32c')
-rw-r--r--sim/testsuite/m32c/blinky.s2
-rw-r--r--sim/testsuite/m32c/gloss.s2
-rw-r--r--sim/testsuite/m32c/sample.ld2
-rw-r--r--sim/testsuite/m32c/sample.s2
-rw-r--r--sim/testsuite/m32c/sample2.c2
5 files changed, 5 insertions, 5 deletions
diff --git a/sim/testsuite/m32c/blinky.s b/sim/testsuite/m32c/blinky.s
index 8a50f8c..592da5a 100644
--- a/sim/testsuite/m32c/blinky.s
+++ b/sim/testsuite/m32c/blinky.s
@@ -1,6 +1,6 @@
;;; blinky.s --- sample program to blink LED's on M32C simulator
;;;
-;;; Copyright (C) 2005-2022 Free Software Foundation, Inc.
+;;; Copyright (C) 2005-2023 Free Software Foundation, Inc.
;;; Contributed by Red Hat, Inc.
;;;
;;; This file is part of the GNU simulators.
diff --git a/sim/testsuite/m32c/gloss.s b/sim/testsuite/m32c/gloss.s
index 19151bd..a6b65f4 100644
--- a/sim/testsuite/m32c/gloss.s
+++ b/sim/testsuite/m32c/gloss.s
@@ -1,6 +1,6 @@
;;; gloss.s --- system calls for sample2.x
;;;
-;;; Copyright (C) 2005-2022 Free Software Foundation, Inc.
+;;; Copyright (C) 2005-2023 Free Software Foundation, Inc.
;;; Contributed by Red Hat, Inc.
;;;
;;; This file is part of the GNU simulators.
diff --git a/sim/testsuite/m32c/sample.ld b/sim/testsuite/m32c/sample.ld
index f67c76b..417e8ec 100644
--- a/sim/testsuite/m32c/sample.ld
+++ b/sim/testsuite/m32c/sample.ld
@@ -1,6 +1,6 @@
/* sample2.ld --- linker script for sample2.x
-Copyright (C) 2005-2022 Free Software Foundation, Inc.
+Copyright (C) 2005-2023 Free Software Foundation, Inc.
Contributed by Red Hat, Inc.
This file is part of the GNU simulators.
diff --git a/sim/testsuite/m32c/sample.s b/sim/testsuite/m32c/sample.s
index bc286e1..38a4228 100644
--- a/sim/testsuite/m32c/sample.s
+++ b/sim/testsuite/m32c/sample.s
@@ -1,6 +1,6 @@
;;; sample.s --- simple test program for M32C simulator
;;;
-;;; Copyright (C) 2005-2022 Free Software Foundation, Inc.
+;;; Copyright (C) 2005-2023 Free Software Foundation, Inc.
;;; Contributed by Red Hat, Inc.
;;;
;;; This file is part of the GNU simulators.
diff --git a/sim/testsuite/m32c/sample2.c b/sim/testsuite/m32c/sample2.c
index 880f851..fdb0585 100644
--- a/sim/testsuite/m32c/sample2.c
+++ b/sim/testsuite/m32c/sample2.c
@@ -1,6 +1,6 @@
/* sample2.c --- main source for sample2.x test program for M32C simulator
-Copyright (C) 2005-2022 Free Software Foundation, Inc.
+Copyright (C) 2005-2023 Free Software Foundation, Inc.
Contributed by Red Hat, Inc.
This file is part of the GNU simulators.