about summary refs log tree commit diff
path: root/sysdeps/arc
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2023-01-06 21:08:04 +0000
committerJoseph Myers <joseph@codesourcery.com>2023-01-06 21:14:39 +0000
commit6d7e8eda9b85b08f207a6dc6f187e94e4817270f (patch)
treec438ee7cd04a7ccd4cafe2449ac5173bcd17718b /sysdeps/arc
parent728ada505aca44f768675b3aa1ab34bae96a2656 (diff)
downloadglibc-6d7e8eda9b85b08f207a6dc6f187e94e4817270f.tar.gz
glibc-6d7e8eda9b85b08f207a6dc6f187e94e4817270f.tar.xz
glibc-6d7e8eda9b85b08f207a6dc6f187e94e4817270f.zip
Update copyright dates with scripts/update-copyrights
Diffstat (limited to 'sysdeps/arc')
-rw-r--r--sysdeps/arc/Makefile2
-rw-r--r--sysdeps/arc/__longjmp.S2
-rw-r--r--sysdeps/arc/atomic-machine.h2
-rw-r--r--sysdeps/arc/bits/fenv.h2
-rw-r--r--sysdeps/arc/bits/link.h2
-rw-r--r--sysdeps/arc/bits/setjmp.h2
-rw-r--r--sysdeps/arc/dl-machine.h2
-rw-r--r--sysdeps/arc/dl-runtime.h2
-rw-r--r--sysdeps/arc/dl-tls.h2
-rw-r--r--sysdeps/arc/dl-trampoline.S2
-rw-r--r--sysdeps/arc/fpu/fclrexcpt.c2
-rw-r--r--sysdeps/arc/fpu/fegetenv.c2
-rw-r--r--sysdeps/arc/fpu/fegetmode.c2
-rw-r--r--sysdeps/arc/fpu/fegetround.c2
-rw-r--r--sysdeps/arc/fpu/feholdexcpt.c2
-rw-r--r--sysdeps/arc/fpu/fesetenv.c2
-rw-r--r--sysdeps/arc/fpu/fesetexcept.c2
-rw-r--r--sysdeps/arc/fpu/fesetmode.c2
-rw-r--r--sysdeps/arc/fpu/fesetround.c2
-rw-r--r--sysdeps/arc/fpu/feupdateenv.c2
-rw-r--r--sysdeps/arc/fpu/fgetexcptflg.c2
-rw-r--r--sysdeps/arc/fpu/fraiseexcpt.c2
-rw-r--r--sysdeps/arc/fpu/fsetexcptflg.c2
-rw-r--r--sysdeps/arc/fpu/ftestexcept.c2
-rw-r--r--sysdeps/arc/fpu_control.h2
-rw-r--r--sysdeps/arc/gccframe.h2
-rw-r--r--sysdeps/arc/get-rounding-mode.h2
-rw-r--r--sysdeps/arc/jmpbuf-offsets.h2
-rw-r--r--sysdeps/arc/jmpbuf-unwind.h2
-rw-r--r--sysdeps/arc/ldsodefs.h2
-rw-r--r--sysdeps/arc/libc-tls.c2
-rw-r--r--sysdeps/arc/machine-gmon.h2
-rw-r--r--sysdeps/arc/math-tests-trap.h2
-rw-r--r--sysdeps/arc/nofpu/math-tests-exceptions.h2
-rw-r--r--sysdeps/arc/nofpu/math-tests-rounding.h2
-rw-r--r--sysdeps/arc/nptl/pthreaddef.h2
-rw-r--r--sysdeps/arc/nptl/tls.h2
-rw-r--r--sysdeps/arc/setjmp.S2
-rw-r--r--sysdeps/arc/sfp-machine.h2
-rw-r--r--sysdeps/arc/sotruss-lib.c2
-rw-r--r--sysdeps/arc/stackinfo.h2
-rw-r--r--sysdeps/arc/start.S2
-rw-r--r--sysdeps/arc/sysdep.h2
-rw-r--r--sysdeps/arc/tst-audit.h2
44 files changed, 44 insertions, 44 deletions
diff --git a/sysdeps/arc/Makefile b/sysdeps/arc/Makefile
index 961aa961ad..4a670b2f19 100644
--- a/sysdeps/arc/Makefile
+++ b/sysdeps/arc/Makefile
@@ -1,5 +1,5 @@
 # ARC Makefile
-# Copyright (C) 2020-2022 Free Software Foundation, Inc.
+# Copyright (C) 2020-2023 Free Software Foundation, Inc.
 # This file is part of the GNU C Library.
 
 # The GNU C Library is free software; you can redistribute it and/or
diff --git a/sysdeps/arc/__longjmp.S b/sysdeps/arc/__longjmp.S
index 685f6a7c3f..a57054bce0 100644
--- a/sysdeps/arc/__longjmp.S
+++ b/sysdeps/arc/__longjmp.S
@@ -1,5 +1,5 @@
 /* longjmp for ARC.
-   Copyright (C) 2020-2022 Free Software Foundation, Inc.
+   Copyright (C) 2020-2023 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/sysdeps/arc/atomic-machine.h b/sysdeps/arc/atomic-machine.h
index 3d17f78990..6ac3d87dd9 100644
--- a/sysdeps/arc/atomic-machine.h
+++ b/sysdeps/arc/atomic-machine.h
@@ -1,5 +1,5 @@
 /* Low-level functions for atomic operations. ARC version.
-   Copyright (C) 2020-2022 Free Software Foundation, Inc.
+   Copyright (C) 2020-2023 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/sysdeps/arc/bits/fenv.h b/sysdeps/arc/bits/fenv.h
index 92960b4eb5..cf96d21f2e 100644
--- a/sysdeps/arc/bits/fenv.h
+++ b/sysdeps/arc/bits/fenv.h
@@ -1,5 +1,5 @@
 /* Floating point environment.  ARC version.
-   Copyright (C) 2020-2022 Free Software Foundation, Inc.
+   Copyright (C) 2020-2023 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/sysdeps/arc/bits/link.h b/sysdeps/arc/bits/link.h
index d1b32c9d57..9f66a16b73 100644
--- a/sysdeps/arc/bits/link.h
+++ b/sysdeps/arc/bits/link.h
@@ -1,5 +1,5 @@
 /* Machine-specific declarations for dynamic linker interface, ARC version.
-   Copyright (C) 2020-2022 Free Software Foundation, Inc.
+   Copyright (C) 2020-2023 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/sysdeps/arc/bits/setjmp.h b/sysdeps/arc/bits/setjmp.h
index bfe6aaf314..d1604cde1f 100644
--- a/sysdeps/arc/bits/setjmp.h
+++ b/sysdeps/arc/bits/setjmp.h
@@ -1,5 +1,5 @@
 /* Define the machine-dependent type 'jmp_buf'.  ARC version.
-   Copyright (C) 2020-2022 Free Software Foundation, Inc.
+   Copyright (C) 2020-2023 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/sysdeps/arc/dl-machine.h b/sysdeps/arc/dl-machine.h
index 8420cd0006..4dc652a449 100644
--- a/sysdeps/arc/dl-machine.h
+++ b/sysdeps/arc/dl-machine.h
@@ -1,5 +1,5 @@
 /* Machine-dependent ELF dynamic relocation inline functions.  ARC version.
-   Copyright (C) 2020-2022 Free Software Foundation, Inc.
+   Copyright (C) 2020-2023 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/sysdeps/arc/dl-runtime.h b/sysdeps/arc/dl-runtime.h
index 5fd3e0181d..143eee46ca 100644
--- a/sysdeps/arc/dl-runtime.h
+++ b/sysdeps/arc/dl-runtime.h
@@ -1,5 +1,5 @@
 /* Helpers for On-demand PLT fixup for shared objects.  ARC version.
-   Copyright (C) 2020-2022 Free Software Foundation, Inc.
+   Copyright (C) 2020-2023 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/sysdeps/arc/dl-tls.h b/sysdeps/arc/dl-tls.h
index 56ed58fdbb..bd83c82f63 100644
--- a/sysdeps/arc/dl-tls.h
+++ b/sysdeps/arc/dl-tls.h
@@ -1,5 +1,5 @@
 /* Thread-local storage handling in the ELF dynamic linker.  ARC version.
-   Copyright (C) 2020-2022 Free Software Foundation, Inc.
+   Copyright (C) 2020-2023 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/sysdeps/arc/dl-trampoline.S b/sysdeps/arc/dl-trampoline.S
index 947e894e46..1b307a616f 100644
--- a/sysdeps/arc/dl-trampoline.S
+++ b/sysdeps/arc/dl-trampoline.S
@@ -1,5 +1,5 @@
 /* PLT trampolines.  ARC version.
-   Copyright (C) 2020-2022 Free Software Foundation, Inc.
+   Copyright (C) 2020-2023 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/sysdeps/arc/fpu/fclrexcpt.c b/sysdeps/arc/fpu/fclrexcpt.c
index e31d89864f..a62f581ff9 100644
--- a/sysdeps/arc/fpu/fclrexcpt.c
+++ b/sysdeps/arc/fpu/fclrexcpt.c
@@ -1,5 +1,5 @@
 /* Clear given exceptions in current floating-point environment.
-   Copyright (C) 2020-2022 Free Software Foundation, Inc.
+   Copyright (C) 2020-2023 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/sysdeps/arc/fpu/fegetenv.c b/sysdeps/arc/fpu/fegetenv.c
index f236cffb6a..23ed3bd3f0 100644
--- a/sysdeps/arc/fpu/fegetenv.c
+++ b/sysdeps/arc/fpu/fegetenv.c
@@ -1,5 +1,5 @@
 /* Store current floating-point environment.
-   Copyright (C) 2020-2022 Free Software Foundation, Inc.
+   Copyright (C) 2020-2023 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/sysdeps/arc/fpu/fegetmode.c b/sysdeps/arc/fpu/fegetmode.c
index 86ce3b4440..4543afb80b 100644
--- a/sysdeps/arc/fpu/fegetmode.c
+++ b/sysdeps/arc/fpu/fegetmode.c
@@ -1,5 +1,5 @@
 /* Store current floating-point control modes.
-   Copyright (C) 2020-2022 Free Software Foundation, Inc.
+   Copyright (C) 2020-2023 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/sysdeps/arc/fpu/fegetround.c b/sysdeps/arc/fpu/fegetround.c
index cfdea63ed1..6bc75f98f6 100644
--- a/sysdeps/arc/fpu/fegetround.c
+++ b/sysdeps/arc/fpu/fegetround.c
@@ -1,5 +1,5 @@
 /* Return current rounding direction.
-   Copyright (C) 2020-2022 Free Software Foundation, Inc.
+   Copyright (C) 2020-2023 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/sysdeps/arc/fpu/feholdexcpt.c b/sysdeps/arc/fpu/feholdexcpt.c
index b9299284fa..2eee676d9d 100644
--- a/sysdeps/arc/fpu/feholdexcpt.c
+++ b/sysdeps/arc/fpu/feholdexcpt.c
@@ -1,5 +1,5 @@
 /* Store current floating-point environment and clear exceptions.
-   Copyright (C) 2020-2022 Free Software Foundation, Inc.
+   Copyright (C) 2020-2023 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/sysdeps/arc/fpu/fesetenv.c b/sysdeps/arc/fpu/fesetenv.c
index e5efccd83f..72bde77ba9 100644
--- a/sysdeps/arc/fpu/fesetenv.c
+++ b/sysdeps/arc/fpu/fesetenv.c
@@ -1,5 +1,5 @@
 /* Install given floating-point environment (doesnot raise exceptions).
-   Copyright (C) 2020-2022 Free Software Foundation, Inc.
+   Copyright (C) 2020-2023 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/sysdeps/arc/fpu/fesetexcept.c b/sysdeps/arc/fpu/fesetexcept.c
index 872df3659a..33e7ae5cb4 100644
--- a/sysdeps/arc/fpu/fesetexcept.c
+++ b/sysdeps/arc/fpu/fesetexcept.c
@@ -1,5 +1,5 @@
 /* Set given exception flags.
-   Copyright (C) 2020-2022 Free Software Foundation, Inc.
+   Copyright (C) 2020-2023 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/sysdeps/arc/fpu/fesetmode.c b/sysdeps/arc/fpu/fesetmode.c
index 026caf78ac..fd0d9afa21 100644
--- a/sysdeps/arc/fpu/fesetmode.c
+++ b/sysdeps/arc/fpu/fesetmode.c
@@ -1,5 +1,5 @@
 /* Install given floating-point control modes.
-   Copyright (C) 2020-2022 Free Software Foundation, Inc.
+   Copyright (C) 2020-2023 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/sysdeps/arc/fpu/fesetround.c b/sysdeps/arc/fpu/fesetround.c
index 71828da14d..5dc1c84411 100644
--- a/sysdeps/arc/fpu/fesetround.c
+++ b/sysdeps/arc/fpu/fesetround.c
@@ -1,5 +1,5 @@
 /* Set current rounding direction.
-   Copyright (C) 2020-2022 Free Software Foundation, Inc.
+   Copyright (C) 2020-2023 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/sysdeps/arc/fpu/feupdateenv.c b/sysdeps/arc/fpu/feupdateenv.c
index 4c4dd447e8..93d030f6ed 100644
--- a/sysdeps/arc/fpu/feupdateenv.c
+++ b/sysdeps/arc/fpu/feupdateenv.c
@@ -1,6 +1,6 @@
 /* Install given floating-point environment and raise exceptions,
    without clearing currently raised exceptions.
-   Copyright (C) 2020-2022 Free Software Foundation, Inc.
+   Copyright (C) 2020-2023 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/sysdeps/arc/fpu/fgetexcptflg.c b/sysdeps/arc/fpu/fgetexcptflg.c
index 625ef67675..4466a199fc 100644
--- a/sysdeps/arc/fpu/fgetexcptflg.c
+++ b/sysdeps/arc/fpu/fgetexcptflg.c
@@ -1,5 +1,5 @@
 /* Store current representation for exceptions, ARC version.
-   Copyright (C) 2020-2022 Free Software Foundation, Inc.
+   Copyright (C) 2020-2023 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/sysdeps/arc/fpu/fraiseexcpt.c b/sysdeps/arc/fpu/fraiseexcpt.c
index 19f44e633d..356110093d 100644
--- a/sysdeps/arc/fpu/fraiseexcpt.c
+++ b/sysdeps/arc/fpu/fraiseexcpt.c
@@ -1,5 +1,5 @@
 /* Raise given exceptions.
-   Copyright (C) 2020-2022 Free Software Foundation, Inc.
+   Copyright (C) 2020-2023 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/sysdeps/arc/fpu/fsetexcptflg.c b/sysdeps/arc/fpu/fsetexcptflg.c
index 4715ec3b3e..524a0f4fe7 100644
--- a/sysdeps/arc/fpu/fsetexcptflg.c
+++ b/sysdeps/arc/fpu/fsetexcptflg.c
@@ -1,5 +1,5 @@
 /* Set floating-point environment exception handling, ARC version.
-   Copyright (C) 2020-2022 Free Software Foundation, Inc.
+   Copyright (C) 2020-2023 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/sysdeps/arc/fpu/ftestexcept.c b/sysdeps/arc/fpu/ftestexcept.c
index 3b6b471713..5ff7ce7641 100644
--- a/sysdeps/arc/fpu/ftestexcept.c
+++ b/sysdeps/arc/fpu/ftestexcept.c
@@ -1,5 +1,5 @@
 /* Test exception in current environment.
-   Copyright (C) 2020-2022 Free Software Foundation, Inc.
+   Copyright (C) 2020-2023 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/sysdeps/arc/fpu_control.h b/sysdeps/arc/fpu_control.h
index 78db55e5fa..de65ca1bbc 100644
--- a/sysdeps/arc/fpu_control.h
+++ b/sysdeps/arc/fpu_control.h
@@ -1,5 +1,5 @@
 /* FPU control word bits.  ARC version.
-   Copyright (C) 2020-2022 Free Software Foundation, Inc.
+   Copyright (C) 2020-2023 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/sysdeps/arc/gccframe.h b/sysdeps/arc/gccframe.h
index 07f9017d3b..240a728dac 100644
--- a/sysdeps/arc/gccframe.h
+++ b/sysdeps/arc/gccframe.h
@@ -1,5 +1,5 @@
 /* Definition of object in frame unwind info.  ARC version.
-   Copyright (C) 2020-2022 Free Software Foundation, Inc.
+   Copyright (C) 2020-2023 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/sysdeps/arc/get-rounding-mode.h b/sysdeps/arc/get-rounding-mode.h
index e9cdbf7b32..aac63d9373 100644
--- a/sysdeps/arc/get-rounding-mode.h
+++ b/sysdeps/arc/get-rounding-mode.h
@@ -1,5 +1,5 @@
 /* Determine floating-point rounding mode within libc.  ARC version.
-   Copyright (C) 2020-2022 Free Software Foundation, Inc.
+   Copyright (C) 2020-2023 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/sysdeps/arc/jmpbuf-offsets.h b/sysdeps/arc/jmpbuf-offsets.h
index a57ed58073..fa67efb80d 100644
--- a/sysdeps/arc/jmpbuf-offsets.h
+++ b/sysdeps/arc/jmpbuf-offsets.h
@@ -1,5 +1,5 @@
 /* Private macros for accessing __jmp_buf contents.  ARC version.
-   Copyright (C) 2020-2022 Free Software Foundation, Inc.
+   Copyright (C) 2020-2023 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/sysdeps/arc/jmpbuf-unwind.h b/sysdeps/arc/jmpbuf-unwind.h
index 2eadc5d22f..c5d581dd33 100644
--- a/sysdeps/arc/jmpbuf-unwind.h
+++ b/sysdeps/arc/jmpbuf-unwind.h
@@ -1,5 +1,5 @@
 /* Examine __jmp_buf for unwinding frames.  ARC version.
-   Copyright (C) 2020-2022 Free Software Foundation, Inc.
+   Copyright (C) 2020-2023 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/sysdeps/arc/ldsodefs.h b/sysdeps/arc/ldsodefs.h
index b0bb288aa8..9123a3f145 100644
--- a/sysdeps/arc/ldsodefs.h
+++ b/sysdeps/arc/ldsodefs.h
@@ -1,5 +1,5 @@
 /* Run-time dynamic linker data structures for loaded ELF shared objects.
-   Copyright (C) 2020-2022 Free Software Foundation, Inc.
+   Copyright (C) 2020-2023 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/sysdeps/arc/libc-tls.c b/sysdeps/arc/libc-tls.c
index 40851ac097..5ecd8abca0 100644
--- a/sysdeps/arc/libc-tls.c
+++ b/sysdeps/arc/libc-tls.c
@@ -1,5 +1,5 @@
 /* Thread-local storage handling in the ELF dynamic linker.  ARC version.
-   Copyright (C) 2020-2022 Free Software Foundation, Inc.
+   Copyright (C) 2020-2023 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/sysdeps/arc/machine-gmon.h b/sysdeps/arc/machine-gmon.h
index e2bde9ab63..b96fb3d049 100644
--- a/sysdeps/arc/machine-gmon.h
+++ b/sysdeps/arc/machine-gmon.h
@@ -1,5 +1,5 @@
 /* Machine-dependent definitions for profiling support.  ARC version.
-   Copyright (C) 2020-2022 Free Software Foundation, Inc.
+   Copyright (C) 2020-2023 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/sysdeps/arc/math-tests-trap.h b/sysdeps/arc/math-tests-trap.h
index e675494c3b..a459e9bd9f 100644
--- a/sysdeps/arc/math-tests-trap.h
+++ b/sysdeps/arc/math-tests-trap.h
@@ -1,6 +1,6 @@
 /* Configuration for math tests: support for enabling exception traps.
    ARC version.
-   Copyright (C) 2020-2022 Free Software Foundation, Inc.
+   Copyright (C) 2020-2023 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/sysdeps/arc/nofpu/math-tests-exceptions.h b/sysdeps/arc/nofpu/math-tests-exceptions.h
index af5b1ddcc8..02f9c8710a 100644
--- a/sysdeps/arc/nofpu/math-tests-exceptions.h
+++ b/sysdeps/arc/nofpu/math-tests-exceptions.h
@@ -1,5 +1,5 @@
 /* Configuration for math tests.  Exceptions support ARC version.
-   Copyright (C) 2020-2022 Free Software Foundation, Inc.
+   Copyright (C) 2020-2023 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/sysdeps/arc/nofpu/math-tests-rounding.h b/sysdeps/arc/nofpu/math-tests-rounding.h
index 89756ff664..e7722f5d3b 100644
--- a/sysdeps/arc/nofpu/math-tests-rounding.h
+++ b/sysdeps/arc/nofpu/math-tests-rounding.h
@@ -1,5 +1,5 @@
 /* Configuration for math tests: rounding mode support.  ARC version.
-   Copyright (C) 2020-2022 Free Software Foundation, Inc.
+   Copyright (C) 2020-2023 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/sysdeps/arc/nptl/pthreaddef.h b/sysdeps/arc/nptl/pthreaddef.h
index e2bd363837..336eded15c 100644
--- a/sysdeps/arc/nptl/pthreaddef.h
+++ b/sysdeps/arc/nptl/pthreaddef.h
@@ -1,5 +1,5 @@
 /* pthread machine parameter definitions, ARC version.
-   Copyright (C) 2020-2022 Free Software Foundation, Inc.
+   Copyright (C) 2020-2023 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/sysdeps/arc/nptl/tls.h b/sysdeps/arc/nptl/tls.h
index 948e618a3a..a0864568e3 100644
--- a/sysdeps/arc/nptl/tls.h
+++ b/sysdeps/arc/nptl/tls.h
@@ -1,5 +1,5 @@
 /* Definition for thread-local data handling.  NPTL/ARC version.
-   Copyright (C) 2020-2022 Free Software Foundation, Inc.
+   Copyright (C) 2020-2023 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/sysdeps/arc/setjmp.S b/sysdeps/arc/setjmp.S
index 0de52f746d..9ecdb9daae 100644
--- a/sysdeps/arc/setjmp.S
+++ b/sysdeps/arc/setjmp.S
@@ -1,5 +1,5 @@
 /* setjmp for ARC.
-   Copyright (C) 2020-2022 Free Software Foundation, Inc.
+   Copyright (C) 2020-2023 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/sysdeps/arc/sfp-machine.h b/sysdeps/arc/sfp-machine.h
index b28970a4ed..0917a7ae17 100644
--- a/sysdeps/arc/sfp-machine.h
+++ b/sysdeps/arc/sfp-machine.h
@@ -1,5 +1,5 @@
 /* Machine-dependent software floating-point definitions.  ARC version.
-   Copyright (C) 2020-2022 Free Software Foundation, Inc.
+   Copyright (C) 2020-2023 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/sysdeps/arc/sotruss-lib.c b/sysdeps/arc/sotruss-lib.c
index 971182e658..db8a76264a 100644
--- a/sysdeps/arc/sotruss-lib.c
+++ b/sysdeps/arc/sotruss-lib.c
@@ -1,5 +1,5 @@
 /* Override generic sotruss-lib.c to define actual functions for ARC.
-   Copyright (C) 2020-2022 Free Software Foundation, Inc.
+   Copyright (C) 2020-2023 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/sysdeps/arc/stackinfo.h b/sysdeps/arc/stackinfo.h
index ae7d584cdd..19fe6eb0bd 100644
--- a/sysdeps/arc/stackinfo.h
+++ b/sysdeps/arc/stackinfo.h
@@ -1,5 +1,5 @@
 /* Stack environment definitions for ARC.
-   Copyright (C) 2020-2022 Free Software Foundation, Inc.
+   Copyright (C) 2020-2023 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/sysdeps/arc/start.S b/sysdeps/arc/start.S
index 152d6e13ed..db3bab6395 100644
--- a/sysdeps/arc/start.S
+++ b/sysdeps/arc/start.S
@@ -1,5 +1,5 @@
 /* Startup code for ARC.
-   Copyright (C) 2020-2022 Free Software Foundation, Inc.
+   Copyright (C) 2020-2023 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/sysdeps/arc/sysdep.h b/sysdeps/arc/sysdep.h
index 112187e34b..4f024f6b73 100644
--- a/sysdeps/arc/sysdep.h
+++ b/sysdeps/arc/sysdep.h
@@ -1,5 +1,5 @@
 /* Assembler macros for ARC.
-   Copyright (C) 2020-2022 Free Software Foundation, Inc.
+   Copyright (C) 2020-2023 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/sysdeps/arc/tst-audit.h b/sysdeps/arc/tst-audit.h
index 49cc419443..a8330f212d 100644
--- a/sysdeps/arc/tst-audit.h
+++ b/sysdeps/arc/tst-audit.h
@@ -1,5 +1,5 @@
 /* Definitions for testing PLT entry/exit auditing.  ARC version.
-   Copyright (C) 2020-2022 Free Software Foundation, Inc.
+   Copyright (C) 2020-2023 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or