diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2025-01-01 10:14:45 -0800 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2025-01-01 11:22:09 -0800 |
commit | 2642002380aafb71a1d3b569b6d7ebeab3284816 (patch) | |
tree | ceaca767c6d867076472294164d77b2757b0cf07 /sysdeps/mach/hurd/x86_64 | |
parent | b1da163a2129a6a07037a326c8c514d7a7eab191 (diff) | |
download | glibc-2642002380aafb71a1d3b569b6d7ebeab3284816.zip glibc-2642002380aafb71a1d3b569b6d7ebeab3284816.tar.gz glibc-2642002380aafb71a1d3b569b6d7ebeab3284816.tar.bz2 |
Update copyright dates with scripts/update-copyrights
Diffstat (limited to 'sysdeps/mach/hurd/x86_64')
-rw-r--r-- | sysdeps/mach/hurd/x86_64/____longjmp_chk.S | 2 | ||||
-rw-r--r-- | sysdeps/mach/hurd/x86_64/__longjmp.S | 2 | ||||
-rw-r--r-- | sysdeps/mach/hurd/x86_64/__start_context.S | 2 | ||||
-rw-r--r-- | sysdeps/mach/hurd/x86_64/bits/sigcontext.h | 2 | ||||
-rw-r--r-- | sysdeps/mach/hurd/x86_64/dl-tls-initialized.c | 2 | ||||
-rw-r--r-- | sysdeps/mach/hurd/x86_64/getcontext.S | 2 | ||||
-rw-r--r-- | sysdeps/mach/hurd/x86_64/htl/pt-machdep.c | 2 | ||||
-rw-r--r-- | sysdeps/mach/hurd/x86_64/htl/pt-setup.c | 2 | ||||
-rw-r--r-- | sysdeps/mach/hurd/x86_64/intr-msg.h | 2 | ||||
-rw-r--r-- | sysdeps/mach/hurd/x86_64/longjmp-ts.c | 2 | ||||
-rw-r--r-- | sysdeps/mach/hurd/x86_64/makecontext.c | 2 | ||||
-rw-r--r-- | sysdeps/mach/hurd/x86_64/setcontext.S | 2 | ||||
-rw-r--r-- | sysdeps/mach/hurd/x86_64/sigreturn.c | 2 | ||||
-rw-r--r-- | sysdeps/mach/hurd/x86_64/static-start.S | 2 | ||||
-rw-r--r-- | sysdeps/mach/hurd/x86_64/swapcontext.S | 2 | ||||
-rw-r--r-- | sysdeps/mach/hurd/x86_64/tls.h | 2 | ||||
-rw-r--r-- | sysdeps/mach/hurd/x86_64/vm_param.h | 2 |
17 files changed, 17 insertions, 17 deletions
diff --git a/sysdeps/mach/hurd/x86_64/____longjmp_chk.S b/sysdeps/mach/hurd/x86_64/____longjmp_chk.S index e4eb576..1b1c9a4 100644 --- a/sysdeps/mach/hurd/x86_64/____longjmp_chk.S +++ b/sysdeps/mach/hurd/x86_64/____longjmp_chk.S @@ -1,5 +1,5 @@ /* Checked longjmp support. x86_64 Hurd version. - Copyright (C) 2001-2024 Free Software Foundation, Inc. + Copyright (C) 2001-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/mach/hurd/x86_64/__longjmp.S b/sysdeps/mach/hurd/x86_64/__longjmp.S index 1f93961..84e9696 100644 --- a/sysdeps/mach/hurd/x86_64/__longjmp.S +++ b/sysdeps/mach/hurd/x86_64/__longjmp.S @@ -1,5 +1,5 @@ /* longjmp support. x86_64/Hurd version. - Copyright (C) 2001-2024 Free Software Foundation, Inc. + Copyright (C) 2001-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/mach/hurd/x86_64/__start_context.S b/sysdeps/mach/hurd/x86_64/__start_context.S index 3cb4c6b..beda294 100644 --- a/sysdeps/mach/hurd/x86_64/__start_context.S +++ b/sysdeps/mach/hurd/x86_64/__start_context.S @@ -1,4 +1,4 @@ -/* 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/mach/hurd/x86_64/bits/sigcontext.h b/sysdeps/mach/hurd/x86_64/bits/sigcontext.h index f028965..7bac881 100644 --- a/sysdeps/mach/hurd/x86_64/bits/sigcontext.h +++ b/sysdeps/mach/hurd/x86_64/bits/sigcontext.h @@ -1,5 +1,5 @@ /* Machine-dependent signal context structure for GNU Hurd. x86_64 version. - Copyright (C) 1991-2024 Free Software Foundation, Inc. + Copyright (C) 1991-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/mach/hurd/x86_64/dl-tls-initialized.c b/sysdeps/mach/hurd/x86_64/dl-tls-initialized.c index 900d373..25966b1 100644 --- a/sysdeps/mach/hurd/x86_64/dl-tls-initialized.c +++ b/sysdeps/mach/hurd/x86_64/dl-tls-initialized.c @@ -1,5 +1,5 @@ /* Determine whether TLS is initialized, for x86_64/Hurd. - Copyright (C) 1995-2024 Free Software Foundation, Inc. + Copyright (C) 1995-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/mach/hurd/x86_64/getcontext.S b/sysdeps/mach/hurd/x86_64/getcontext.S index ef431be..af56db3 100644 --- a/sysdeps/mach/hurd/x86_64/getcontext.S +++ b/sysdeps/mach/hurd/x86_64/getcontext.S @@ -1,5 +1,5 @@ /* Save current context. - 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/mach/hurd/x86_64/htl/pt-machdep.c b/sysdeps/mach/hurd/x86_64/htl/pt-machdep.c index 83d0f67..9281545 100644 --- a/sysdeps/mach/hurd/x86_64/htl/pt-machdep.c +++ b/sysdeps/mach/hurd/x86_64/htl/pt-machdep.c @@ -1,5 +1,5 @@ /* Machine dependent pthreads code. Hurd/x86_64 version. - Copyright (C) 2000-2024 Free Software Foundation, Inc. + Copyright (C) 2000-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/mach/hurd/x86_64/htl/pt-setup.c b/sysdeps/mach/hurd/x86_64/htl/pt-setup.c index 7321307..76a4394 100644 --- a/sysdeps/mach/hurd/x86_64/htl/pt-setup.c +++ b/sysdeps/mach/hurd/x86_64/htl/pt-setup.c @@ -1,5 +1,5 @@ /* Setup thread stack. Hurd/x86_64 version. - Copyright (C) 2000-2024 Free Software Foundation, Inc. + Copyright (C) 2000-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/mach/hurd/x86_64/intr-msg.h b/sysdeps/mach/hurd/x86_64/intr-msg.h index 5410887..a307f0d 100644 --- a/sysdeps/mach/hurd/x86_64/intr-msg.h +++ b/sysdeps/mach/hurd/x86_64/intr-msg.h @@ -1,5 +1,5 @@ /* Machine-dependent details of interruptible RPC messaging. x86_64 version. - Copyright (C) 1995-2024 Free Software Foundation, Inc. + Copyright (C) 1995-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/mach/hurd/x86_64/longjmp-ts.c b/sysdeps/mach/hurd/x86_64/longjmp-ts.c index 1b0d663..81c8c5a 100644 --- a/sysdeps/mach/hurd/x86_64/longjmp-ts.c +++ b/sysdeps/mach/hurd/x86_64/longjmp-ts.c @@ -1,5 +1,5 @@ /* Perform a `longjmp' on a Mach thread_state. x86_64 version. - Copyright (C) 1991-2024 Free Software Foundation, Inc. + Copyright (C) 1991-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/mach/hurd/x86_64/makecontext.c b/sysdeps/mach/hurd/x86_64/makecontext.c index 6990a77..4f32c14 100644 --- a/sysdeps/mach/hurd/x86_64/makecontext.c +++ b/sysdeps/mach/hurd/x86_64/makecontext.c @@ -1,5 +1,5 @@ /* Create new context. - 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/mach/hurd/x86_64/setcontext.S b/sysdeps/mach/hurd/x86_64/setcontext.S index 99919ee..f5284ff 100644 --- a/sysdeps/mach/hurd/x86_64/setcontext.S +++ b/sysdeps/mach/hurd/x86_64/setcontext.S @@ -1,5 +1,5 @@ /* Install given context. - 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/mach/hurd/x86_64/sigreturn.c b/sysdeps/mach/hurd/x86_64/sigreturn.c index 5206cac..81a2d3b 100644 --- a/sysdeps/mach/hurd/x86_64/sigreturn.c +++ b/sysdeps/mach/hurd/x86_64/sigreturn.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1991-2024 Free Software Foundation, Inc. +/* Copyright (C) 1991-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/mach/hurd/x86_64/static-start.S b/sysdeps/mach/hurd/x86_64/static-start.S index 0ec0090..a3b9f2d 100644 --- a/sysdeps/mach/hurd/x86_64/static-start.S +++ b/sysdeps/mach/hurd/x86_64/static-start.S @@ -1,5 +1,5 @@ /* Startup code for statically linked Hurd/x86_64 binaries. - Copyright (C) 1998-2024 Free Software Foundation, Inc. + Copyright (C) 1998-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/mach/hurd/x86_64/swapcontext.S b/sysdeps/mach/hurd/x86_64/swapcontext.S index 79718a1..9e4760c 100644 --- a/sysdeps/mach/hurd/x86_64/swapcontext.S +++ b/sysdeps/mach/hurd/x86_64/swapcontext.S @@ -1,5 +1,5 @@ /* Save current context and install the given one. - 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/mach/hurd/x86_64/tls.h b/sysdeps/mach/hurd/x86_64/tls.h index 3d32539..7fc232b 100644 --- a/sysdeps/mach/hurd/x86_64/tls.h +++ b/sysdeps/mach/hurd/x86_64/tls.h @@ -1,5 +1,5 @@ /* Definitions for thread-local data handling. Hurd/x86_64 version. - Copyright (C) 2003-2024 Free Software Foundation, Inc. + Copyright (C) 2003-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/mach/hurd/x86_64/vm_param.h b/sysdeps/mach/hurd/x86_64/vm_param.h index a6e63a3..883bb79 100644 --- a/sysdeps/mach/hurd/x86_64/vm_param.h +++ b/sysdeps/mach/hurd/x86_64/vm_param.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2020-2024 Free Software Foundation, Inc. +/* Copyright (C) 2020-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 |