diff options
author | Joseph Myers <joseph@codesourcery.com> | 2023-01-06 21:08:04 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2023-01-06 21:14:39 +0000 |
commit | 6d7e8eda9b85b08f207a6dc6f187e94e4817270f (patch) | |
tree | c438ee7cd04a7ccd4cafe2449ac5173bcd17718b /sysdeps/unix/sysv/linux/or1k | |
parent | 728ada505aca44f768675b3aa1ab34bae96a2656 (diff) | |
download | glibc-6d7e8eda9b85b08f207a6dc6f187e94e4817270f.tar glibc-6d7e8eda9b85b08f207a6dc6f187e94e4817270f.tar.gz glibc-6d7e8eda9b85b08f207a6dc6f187e94e4817270f.tar.bz2 glibc-6d7e8eda9b85b08f207a6dc6f187e94e4817270f.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 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 |