diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2024-01-01 10:12:26 -0800 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2024-01-01 10:53:40 -0800 |
commit | dff8da6b3e89b986bb7f6b1ec18cf65d5972e307 (patch) | |
tree | 09151f6e3abfe04e677d62d685088a16c23e7dcf /sysdeps/unix/sysv/linux/or1k | |
parent | cf9481724bcb86ad4a86cca7befed74bb9cc15eb (diff) | |
download | glibc-dff8da6b3e89b986bb7f6b1ec18cf65d5972e307.tar glibc-dff8da6b3e89b986bb7f6b1ec18cf65d5972e307.tar.gz glibc-dff8da6b3e89b986bb7f6b1ec18cf65d5972e307.tar.bz2 glibc-dff8da6b3e89b986bb7f6b1ec18cf65d5972e307.zip |
Update copyright dates with scripts/update-copyrights
Diffstat (limited to 'sysdeps/unix/sysv/linux/or1k')
-rw-r--r-- | sysdeps/unix/sysv/linux/or1k/bits/procfs.h | 2 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/or1k/clone.c | 2 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/or1k/getcontext.S | 2 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/or1k/makecontext.c | 2 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/or1k/mmap_internal.h | 2 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/or1k/or1k_clone.S | 2 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/or1k/setcontext.S | 2 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/or1k/sigcontextinfo.h | 2 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/or1k/swapcontext.S | 2 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/or1k/sys/ucontext.h | 2 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/or1k/sysdep.c | 2 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/or1k/sysdep.h | 2 |
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 eeb8d910c0..e6a799f24b 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-2023 Free Software Foundation, Inc. + Copyright (C) 2022-2024 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 2615bfdf13..ff8b9eb7e4 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-2023 Free Software Foundation, Inc. + Copyright (C) 2022-2024 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 9c386ae702..a25b377bda 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-2023 Free Software Foundation, Inc. + Copyright (C) 2022-2024 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 5a1a5f4e5e..fa6626e7de 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-2023 Free Software Foundation, Inc. + Copyright (C) 2022-2024 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 785d9f0a4f..f6fb86e761 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-2023 Free Software Foundation, Inc. + Copyright (C) 2022-2024 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 31d5956b7c..7b03257fbb 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-2023 Free Software Foundation, Inc. + Copyright (C) 2022-2024 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 ce54246c57..d28a0ac0aa 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-2023 Free Software Foundation, Inc. + Copyright (C) 2022-2024 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 cb59e51d46..841dbbe51a 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-2023 Free Software Foundation, Inc. + Copyright (C) 2022-2024 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 7256ffc59a..d09651a5b2 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-2023 Free Software Foundation, Inc. + Copyright (C) 2022-2024 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 0d652f424e..b17e919154 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-2023 Free Software Foundation, Inc. + Copyright (C) 2022-2024 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 c4d9178ec4..f9a4e15bb9 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-2023 Free Software Foundation, Inc. + Copyright (C) 2022-2024 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 a8dcde3bac..ea3cf3474d 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-2023 Free Software Foundation, Inc. + Copyright (C) 2022-2024 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 |