about summary refs log tree commit diff
path: root/sysdeps/unix/sysv/linux/loongarch
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/unix/sysv/linux/loongarch')
-rw-r--r--sysdeps/unix/sysv/linux/loongarch/atomic-machine.h2
-rw-r--r--sysdeps/unix/sysv/linux/loongarch/bits/fcntl.h2
-rw-r--r--sysdeps/unix/sysv/linux/loongarch/bits/procfs.h2
-rw-r--r--sysdeps/unix/sysv/linux/loongarch/bits/pthread_stack_min.h2
-rw-r--r--sysdeps/unix/sysv/linux/loongarch/bits/sigstack.h2
-rw-r--r--sysdeps/unix/sysv/linux/loongarch/clone.S2
-rw-r--r--sysdeps/unix/sysv/linux/loongarch/clone3.S2
-rw-r--r--sysdeps/unix/sysv/linux/loongarch/getcontext.S2
-rw-r--r--sysdeps/unix/sysv/linux/loongarch/gettimeofday.c2
-rw-r--r--sysdeps/unix/sysv/linux/loongarch/makecontext.c2
-rw-r--r--sysdeps/unix/sysv/linux/loongarch/pointer_guard.h2
-rw-r--r--sysdeps/unix/sysv/linux/loongarch/setcontext.S2
-rw-r--r--sysdeps/unix/sysv/linux/loongarch/sigcontextinfo.h2
-rw-r--r--sysdeps/unix/sysv/linux/loongarch/swapcontext.S2
-rw-r--r--sysdeps/unix/sysv/linux/loongarch/sys/ucontext.h2
-rw-r--r--sysdeps/unix/sysv/linux/loongarch/sys/user.h2
-rw-r--r--sysdeps/unix/sysv/linux/loongarch/sysdep.S2
-rw-r--r--sysdeps/unix/sysv/linux/loongarch/sysdep.h2
-rw-r--r--sysdeps/unix/sysv/linux/loongarch/ucontext-macros.h2
-rw-r--r--sysdeps/unix/sysv/linux/loongarch/vfork.S2
20 files changed, 20 insertions, 20 deletions
diff --git a/sysdeps/unix/sysv/linux/loongarch/atomic-machine.h b/sysdeps/unix/sysv/linux/loongarch/atomic-machine.h
index d1b8f1c11b..6e4cc52dd7 100644
--- a/sysdeps/unix/sysv/linux/loongarch/atomic-machine.h
+++ b/sysdeps/unix/sysv/linux/loongarch/atomic-machine.h
@@ -1,5 +1,5 @@
 /* Atomic operations.
-   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/loongarch/bits/fcntl.h b/sysdeps/unix/sysv/linux/loongarch/bits/fcntl.h
index bf1e254234..6e8989f6ca 100644
--- a/sysdeps/unix/sysv/linux/loongarch/bits/fcntl.h
+++ b/sysdeps/unix/sysv/linux/loongarch/bits/fcntl.h
@@ -1,5 +1,5 @@
 /* O_*, F_*, FD_* bit values for the generic Linux/LoongArch ABI.
-   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/loongarch/bits/procfs.h b/sysdeps/unix/sysv/linux/loongarch/bits/procfs.h
index 2db777b38c..ced5b1cff4 100644
--- a/sysdeps/unix/sysv/linux/loongarch/bits/procfs.h
+++ b/sysdeps/unix/sysv/linux/loongarch/bits/procfs.h
@@ -1,5 +1,5 @@
 /* Types for registers for sys/procfs.h.
-   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/loongarch/bits/pthread_stack_min.h b/sysdeps/unix/sysv/linux/loongarch/bits/pthread_stack_min.h
index 072c2ade42..a26932583f 100644
--- a/sysdeps/unix/sysv/linux/loongarch/bits/pthread_stack_min.h
+++ b/sysdeps/unix/sysv/linux/loongarch/bits/pthread_stack_min.h
@@ -1,5 +1,5 @@
 /* Definition of PTHREAD_STACK_MIN.  LoongArch Linux 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/loongarch/bits/sigstack.h b/sysdeps/unix/sysv/linux/loongarch/bits/sigstack.h
index 238c1a98e6..54b10aa9be 100644
--- a/sysdeps/unix/sysv/linux/loongarch/bits/sigstack.h
+++ b/sysdeps/unix/sysv/linux/loongarch/bits/sigstack.h
@@ -1,5 +1,5 @@
 /* sigstack, sigaltstack definitions.
-   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/loongarch/clone.S b/sysdeps/unix/sysv/linux/loongarch/clone.S
index c73245be82..d151a94cc1 100644
--- a/sysdeps/unix/sysv/linux/loongarch/clone.S
+++ b/sysdeps/unix/sysv/linux/loongarch/clone.S
@@ -1,5 +1,5 @@
 /* The clone syscall wrapper.
-   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/loongarch/clone3.S b/sysdeps/unix/sysv/linux/loongarch/clone3.S
index 38be4c809b..8475f3326a 100644
--- a/sysdeps/unix/sysv/linux/loongarch/clone3.S
+++ b/sysdeps/unix/sysv/linux/loongarch/clone3.S
@@ -1,5 +1,5 @@
 /* The clone3 syscall wrapper.
-   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/loongarch/getcontext.S b/sysdeps/unix/sysv/linux/loongarch/getcontext.S
index 43b95e9715..d04e33c001 100644
--- a/sysdeps/unix/sysv/linux/loongarch/getcontext.S
+++ b/sysdeps/unix/sysv/linux/loongarch/getcontext.S
@@ -1,5 +1,5 @@
 /* Save current context.
-   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/loongarch/gettimeofday.c b/sysdeps/unix/sysv/linux/loongarch/gettimeofday.c
index ee35a08650..6a18fa7703 100644
--- a/sysdeps/unix/sysv/linux/loongarch/gettimeofday.c
+++ b/sysdeps/unix/sysv/linux/loongarch/gettimeofday.c
@@ -1,5 +1,5 @@
 /* gettimeofday -- Get the current time of day.
-   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/loongarch/makecontext.c b/sysdeps/unix/sysv/linux/loongarch/makecontext.c
index 94a45bf4ad..a17f6ccc51 100644
--- a/sysdeps/unix/sysv/linux/loongarch/makecontext.c
+++ b/sysdeps/unix/sysv/linux/loongarch/makecontext.c
@@ -1,5 +1,5 @@
 /* Create new context.
-   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/loongarch/pointer_guard.h b/sysdeps/unix/sysv/linux/loongarch/pointer_guard.h
index 4b2ed46167..b25e353b37 100644
--- a/sysdeps/unix/sysv/linux/loongarch/pointer_guard.h
+++ b/sysdeps/unix/sysv/linux/loongarch/pointer_guard.h
@@ -1,5 +1,5 @@
 /* Pointer obfuscation implenentation.  LoongArch 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/loongarch/setcontext.S b/sysdeps/unix/sysv/linux/loongarch/setcontext.S
index 7295900149..d01409af46 100644
--- a/sysdeps/unix/sysv/linux/loongarch/setcontext.S
+++ b/sysdeps/unix/sysv/linux/loongarch/setcontext.S
@@ -1,5 +1,5 @@
 /* Set current context.
-   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/loongarch/sigcontextinfo.h b/sysdeps/unix/sysv/linux/loongarch/sigcontextinfo.h
index 5e202bc0b4..4cfb87da76 100644
--- a/sysdeps/unix/sysv/linux/loongarch/sigcontextinfo.h
+++ b/sysdeps/unix/sysv/linux/loongarch/sigcontextinfo.h
@@ -1,5 +1,5 @@
 /* LoongArch definitions for signal handling calling conventions.
-   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/loongarch/swapcontext.S b/sysdeps/unix/sysv/linux/loongarch/swapcontext.S
index bb22cd2f00..e58d5c0cf4 100644
--- a/sysdeps/unix/sysv/linux/loongarch/swapcontext.S
+++ b/sysdeps/unix/sysv/linux/loongarch/swapcontext.S
@@ -1,5 +1,5 @@
 /* Save and set current context.
-   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/loongarch/sys/ucontext.h b/sysdeps/unix/sysv/linux/loongarch/sys/ucontext.h
index db86380d55..8790265e74 100644
--- a/sysdeps/unix/sysv/linux/loongarch/sys/ucontext.h
+++ b/sysdeps/unix/sysv/linux/loongarch/sys/ucontext.h
@@ -1,5 +1,5 @@
 /* struct ucontext definition.
-   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/loongarch/sys/user.h b/sysdeps/unix/sysv/linux/loongarch/sys/user.h
index 55181de816..0cc9728527 100644
--- a/sysdeps/unix/sysv/linux/loongarch/sys/user.h
+++ b/sysdeps/unix/sysv/linux/loongarch/sys/user.h
@@ -1,5 +1,5 @@
 /* struct user_regs_struct definition for LoongArch.
-   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/loongarch/sysdep.S b/sysdeps/unix/sysv/linux/loongarch/sysdep.S
index a4db2a97b5..79425e722d 100644
--- a/sysdeps/unix/sysv/linux/loongarch/sysdep.S
+++ b/sysdeps/unix/sysv/linux/loongarch/sysdep.S
@@ -1,5 +1,5 @@
 /* syscall error handlers
-   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/loongarch/sysdep.h b/sysdeps/unix/sysv/linux/loongarch/sysdep.h
index 9437c33fcb..8a2d73ec8c 100644
--- a/sysdeps/unix/sysv/linux/loongarch/sysdep.h
+++ b/sysdeps/unix/sysv/linux/loongarch/sysdep.h
@@ -1,5 +1,5 @@
 /* Assembly macros for LoongArch.
-   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/loongarch/ucontext-macros.h b/sysdeps/unix/sysv/linux/loongarch/ucontext-macros.h
index 859eba464b..2ee38e45d7 100644
--- a/sysdeps/unix/sysv/linux/loongarch/ucontext-macros.h
+++ b/sysdeps/unix/sysv/linux/loongarch/ucontext-macros.h
@@ -1,5 +1,5 @@
 /* Macros for ucontext routines.
-   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/loongarch/vfork.S b/sysdeps/unix/sysv/linux/loongarch/vfork.S
index fcc84e3549..58e5135cf8 100644
--- a/sysdeps/unix/sysv/linux/loongarch/vfork.S
+++ b/sysdeps/unix/sysv/linux/loongarch/vfork.S
@@ -1,5 +1,5 @@
 /* vfork for Linux.
-   Copyright (C) 2022 Free Software Foundation, Inc.
+   Copyright (C) 2022-2023 Free Software Foundation, Inc.
 
    This file is part of the GNU C Library.