about summary refs log tree commit diff
path: root/sysdeps/unix/sysv/linux/or1k
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/unix/sysv/linux/or1k')
-rw-r--r--sysdeps/unix/sysv/linux/or1k/bits/procfs.h2
-rw-r--r--sysdeps/unix/sysv/linux/or1k/clone.c2
-rw-r--r--sysdeps/unix/sysv/linux/or1k/getcontext.S2
-rw-r--r--sysdeps/unix/sysv/linux/or1k/makecontext.c2
-rw-r--r--sysdeps/unix/sysv/linux/or1k/mmap_internal.h2
-rw-r--r--sysdeps/unix/sysv/linux/or1k/or1k_clone.S2
-rw-r--r--sysdeps/unix/sysv/linux/or1k/setcontext.S2
-rw-r--r--sysdeps/unix/sysv/linux/or1k/sigcontextinfo.h2
-rw-r--r--sysdeps/unix/sysv/linux/or1k/swapcontext.S2
-rw-r--r--sysdeps/unix/sysv/linux/or1k/sys/ucontext.h2
-rw-r--r--sysdeps/unix/sysv/linux/or1k/sysdep.c2
-rw-r--r--sysdeps/unix/sysv/linux/or1k/sysdep.h2
12 files changed, 12 insertions, 12 deletions
diff --git a/sysdeps/unix/sysv/linux/or1k/bits/procfs.h b/sysdeps/unix/sysv/linux/or1k/bits/procfs.h
index 01a0699770..eeb8d910c0 100644
--- a/sysdeps/unix/sysv/linux/or1k/bits/procfs.h
+++ b/sysdeps/unix/sysv/linux/or1k/bits/procfs.h
@@ -1,5 +1,5 @@
 /* Types for registers for sys/procfs.h.  OpenRISC version.
-   Copyright (C) 2022 Free Software Foundation, Inc.
+   Copyright (C) 2022-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/unix/sysv/linux/or1k/clone.c b/sysdeps/unix/sysv/linux/or1k/clone.c
index a63b542979..2615bfdf13 100644
--- a/sysdeps/unix/sysv/linux/or1k/clone.c
+++ b/sysdeps/unix/sysv/linux/or1k/clone.c
@@ -1,5 +1,5 @@
 /* OpenRISC helper for the clone syscall.
-   Copyright (C) 2022 Free Software Foundation, Inc.
+   Copyright (C) 2022-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/unix/sysv/linux/or1k/getcontext.S b/sysdeps/unix/sysv/linux/or1k/getcontext.S
index 2cc845c50c..9c386ae702 100644
--- a/sysdeps/unix/sysv/linux/or1k/getcontext.S
+++ b/sysdeps/unix/sysv/linux/or1k/getcontext.S
@@ -1,5 +1,5 @@
 /* Save current context.  OpenRISC version.
-   Copyright (C) 2022 Free Software Foundation, Inc.
+   Copyright (C) 2022-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/unix/sysv/linux/or1k/makecontext.c b/sysdeps/unix/sysv/linux/or1k/makecontext.c
index f0bcadfc74..5a1a5f4e5e 100644
--- a/sysdeps/unix/sysv/linux/or1k/makecontext.c
+++ b/sysdeps/unix/sysv/linux/or1k/makecontext.c
@@ -1,5 +1,5 @@
 /* Create new context.  OpenRISC version.
-   Copyright (C) 2022 Free Software Foundation, Inc.
+   Copyright (C) 2022-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/unix/sysv/linux/or1k/mmap_internal.h b/sysdeps/unix/sysv/linux/or1k/mmap_internal.h
index 793e27c143..785d9f0a4f 100644
--- a/sysdeps/unix/sysv/linux/or1k/mmap_internal.h
+++ b/sysdeps/unix/sysv/linux/or1k/mmap_internal.h
@@ -1,5 +1,5 @@
 /* Common mmap definition for Linux implementation.  OpenRISC version.
-   Copyright (C) 2022 Free Software Foundation, Inc.
+   Copyright (C) 2022-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/unix/sysv/linux/or1k/or1k_clone.S b/sysdeps/unix/sysv/linux/or1k/or1k_clone.S
index 2669cc918d..31d5956b7c 100644
--- a/sysdeps/unix/sysv/linux/or1k/or1k_clone.S
+++ b/sysdeps/unix/sysv/linux/or1k/or1k_clone.S
@@ -1,5 +1,5 @@
 /* clone helper __or1k_clone for OpenRISC.
-   Copyright (C) 2022 Free Software Foundation, Inc.
+   Copyright (C) 2022-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/unix/sysv/linux/or1k/setcontext.S b/sysdeps/unix/sysv/linux/or1k/setcontext.S
index ccfad220c1..fb6a42bc03 100644
--- a/sysdeps/unix/sysv/linux/or1k/setcontext.S
+++ b/sysdeps/unix/sysv/linux/or1k/setcontext.S
@@ -1,5 +1,5 @@
 /* Set current context.  OpenRISC version.
-   Copyright (C) 2022 Free Software Foundation, Inc.
+   Copyright (C) 2022-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/unix/sysv/linux/or1k/sigcontextinfo.h b/sysdeps/unix/sysv/linux/or1k/sigcontextinfo.h
index 79e75af575..cb59e51d46 100644
--- a/sysdeps/unix/sysv/linux/or1k/sigcontextinfo.h
+++ b/sysdeps/unix/sysv/linux/or1k/sigcontextinfo.h
@@ -1,5 +1,5 @@
 /* Profile counter helper to get PC from sigcontext.  OpenRISC version.
-   Copyright (C) 2022 Free Software Foundation, Inc.
+   Copyright (C) 2022-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/unix/sysv/linux/or1k/swapcontext.S b/sysdeps/unix/sysv/linux/or1k/swapcontext.S
index 0d487ce2c6..7256ffc59a 100644
--- a/sysdeps/unix/sysv/linux/or1k/swapcontext.S
+++ b/sysdeps/unix/sysv/linux/or1k/swapcontext.S
@@ -1,5 +1,5 @@
 /* Swap two contexts.  OpenRISC version.
-   Copyright (C) 2022 Free Software Foundation, Inc.
+   Copyright (C) 2022-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/unix/sysv/linux/or1k/sys/ucontext.h b/sysdeps/unix/sysv/linux/or1k/sys/ucontext.h
index 6f334c6455..0d652f424e 100644
--- a/sysdeps/unix/sysv/linux/or1k/sys/ucontext.h
+++ b/sysdeps/unix/sysv/linux/or1k/sys/ucontext.h
@@ -1,5 +1,5 @@
 /* ucontext_t definition, OpenRISC version.
-   Copyright (C) 2022 Free Software Foundation, Inc.
+   Copyright (C) 2022-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/unix/sysv/linux/or1k/sysdep.c b/sysdeps/unix/sysv/linux/or1k/sysdep.c
index 4e4acaf2ef..c4d9178ec4 100644
--- a/sysdeps/unix/sysv/linux/or1k/sysdep.c
+++ b/sysdeps/unix/sysv/linux/or1k/sysdep.c
@@ -1,5 +1,5 @@
 /* OpenRISC wrapper for setting errno.
-   Copyright (C) 2022 Free Software Foundation, Inc.
+   Copyright (C) 2022-2023 Free Software Foundation, Inc.
 
    This file is part of the GNU C Library.
 
diff --git a/sysdeps/unix/sysv/linux/or1k/sysdep.h b/sysdeps/unix/sysv/linux/or1k/sysdep.h
index aca480d7a9..a8dcde3bac 100644
--- a/sysdeps/unix/sysv/linux/or1k/sysdep.h
+++ b/sysdeps/unix/sysv/linux/or1k/sysdep.h
@@ -1,5 +1,5 @@
 /* Assembler and syscall macros.  OpenRISC version.
-   Copyright (C) 2022 Free Software Foundation, Inc.
+   Copyright (C) 2022-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