aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/unix/sysv/linux/or1k
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2025-01-01 10:14:45 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2025-01-01 11:22:09 -0800
commit2642002380aafb71a1d3b569b6d7ebeab3284816 (patch)
treeceaca767c6d867076472294164d77b2757b0cf07 /sysdeps/unix/sysv/linux/or1k
parentb1da163a2129a6a07037a326c8c514d7a7eab191 (diff)
downloadglibc-2642002380aafb71a1d3b569b6d7ebeab3284816.zip
glibc-2642002380aafb71a1d3b569b6d7ebeab3284816.tar.gz
glibc-2642002380aafb71a1d3b569b6d7ebeab3284816.tar.bz2
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.h2
-rw-r--r--sysdeps/unix/sysv/linux/or1k/clone.c2
-rw-r--r--sysdeps/unix/sysv/linux/or1k/getcontext-common.S2
-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/prctl.c2
-rw-r--r--sysdeps/unix/sysv/linux/or1k/setcontext-common.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-common.S2
-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/syscall_cancel.S2
-rw-r--r--sysdeps/unix/sysv/linux/or1k/sysdep.c2
-rw-r--r--sysdeps/unix/sysv/linux/or1k/sysdep.h2
17 files changed, 17 insertions, 17 deletions
diff --git a/sysdeps/unix/sysv/linux/or1k/bits/procfs.h b/sysdeps/unix/sysv/linux/or1k/bits/procfs.h
index e6a799f..23de266 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-2024 Free Software Foundation, Inc.
+ Copyright (C) 2022-2025 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 ff8b9eb..5d775bd 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-2024 Free Software Foundation, Inc.
+ Copyright (C) 2022-2025 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-common.S b/sysdeps/unix/sysv/linux/or1k/getcontext-common.S
index 9187749..f867689 100644
--- a/sysdeps/unix/sysv/linux/or1k/getcontext-common.S
+++ b/sysdeps/unix/sysv/linux/or1k/getcontext-common.S
@@ -1,5 +1,5 @@
/* Save current context. OpenRISC common version.
- Copyright (C) 2024 Free Software Foundation, Inc.
+ Copyright (C) 2024-2025 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 da69e69..692a624 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-2024 Free Software Foundation, Inc.
+ Copyright (C) 2022-2025 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 7e131ba..07557e7 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-2024 Free Software Foundation, Inc.
+ Copyright (C) 2022-2025 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 f6fb86e..320fe13 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-2024 Free Software Foundation, Inc.
+ Copyright (C) 2022-2025 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 7b03257..5884713 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-2024 Free Software Foundation, Inc.
+ Copyright (C) 2022-2025 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/prctl.c b/sysdeps/unix/sysv/linux/or1k/prctl.c
index 1aa707d..d443edd 100644
--- a/sysdeps/unix/sysv/linux/or1k/prctl.c
+++ b/sysdeps/unix/sysv/linux/or1k/prctl.c
@@ -1,5 +1,5 @@
/* prctl - Linux specific syscall. OpenRISC version.
- Copyright (C) 2024 Free Software Foundation, Inc.
+ Copyright (C) 2024-2025 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-common.S b/sysdeps/unix/sysv/linux/or1k/setcontext-common.S
index 8a4f147..d0e72f2 100644
--- a/sysdeps/unix/sysv/linux/or1k/setcontext-common.S
+++ b/sysdeps/unix/sysv/linux/or1k/setcontext-common.S
@@ -1,5 +1,5 @@
/* Set current context. OpenRISC common version.
- Copyright (C) 2024 Free Software Foundation, Inc.
+ Copyright (C) 2024-2025 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 a49a5c5..a64ec28 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-2024 Free Software Foundation, Inc.
+ Copyright (C) 2022-2025 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 841dbbe..8adc5af 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-2024 Free Software Foundation, Inc.
+ Copyright (C) 2022-2025 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-common.S b/sysdeps/unix/sysv/linux/or1k/swapcontext-common.S
index b7e2d4c..d508f29 100644
--- a/sysdeps/unix/sysv/linux/or1k/swapcontext-common.S
+++ b/sysdeps/unix/sysv/linux/or1k/swapcontext-common.S
@@ -1,5 +1,5 @@
/* Swap two contexts. OpenRISC version.
- Copyright (C) 2022-2024 Free Software Foundation, Inc.
+ Copyright (C) 2022-2025 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 861c1e2..05ed2f8 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-2024 Free Software Foundation, Inc.
+ Copyright (C) 2022-2025 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 1b42859..ea7217d 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-2024 Free Software Foundation, Inc.
+ Copyright (C) 2022-2025 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/syscall_cancel.S b/sysdeps/unix/sysv/linux/or1k/syscall_cancel.S
index 876f5e0..733719a 100644
--- a/sysdeps/unix/sysv/linux/or1k/syscall_cancel.S
+++ b/sysdeps/unix/sysv/linux/or1k/syscall_cancel.S
@@ -1,5 +1,5 @@
/* Cancellable syscall wrapper. Linux/or1k version.
- Copyright (C) 2023 Free Software Foundation, Inc.
+ Copyright (C) 2023-2025 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 f9a4e15..3619995 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-2024 Free Software Foundation, Inc.
+ Copyright (C) 2022-2025 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 ea3cf34..284d872 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-2024 Free Software Foundation, Inc.
+ Copyright (C) 2022-2025 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