aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/unix/sysv/linux/or1k
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/unix/sysv/linux/or1k
parent728ada505aca44f768675b3aa1ab34bae96a2656 (diff)
downloadglibc-6d7e8eda9b85b08f207a6dc6f187e94e4817270f.zip
glibc-6d7e8eda9b85b08f207a6dc6f187e94e4817270f.tar.gz
glibc-6d7e8eda9b85b08f207a6dc6f187e94e4817270f.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.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 01a0699..eeb8d91 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 a63b542..2615bfd 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 2cc845c..9c386ae 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 f0bcadf..5a1a5f4 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 793e27c..785d9f0 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 2669cc9..31d5956 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 ccfad22..fb6a42b 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 79e75af..cb59e51 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 0d487ce..7256ffc 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 6f334c6..0d652f4 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 4e4acaf..c4d9178 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 aca480d..a8dcde3 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