about summary refs log tree commit diff
path: root/htl
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2024-01-01 10:12:26 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2024-01-01 10:53:40 -0800
commitdff8da6b3e89b986bb7f6b1ec18cf65d5972e307 (patch)
tree09151f6e3abfe04e677d62d685088a16c23e7dcf /htl
parentcf9481724bcb86ad4a86cca7befed74bb9cc15eb (diff)
downloadglibc-dff8da6b3e89b986bb7f6b1ec18cf65d5972e307.tar.gz
glibc-dff8da6b3e89b986bb7f6b1ec18cf65d5972e307.tar.xz
glibc-dff8da6b3e89b986bb7f6b1ec18cf65d5972e307.zip
Update copyright dates with scripts/update-copyrights
Diffstat (limited to 'htl')
-rw-r--r--htl/Makefile2
-rw-r--r--htl/alloca_cutoff.c2
-rw-r--r--htl/cancellation.c2
-rw-r--r--htl/cthreads-compat.c2
-rw-r--r--htl/forward.c2
-rw-r--r--htl/herrno.c2
-rw-r--r--htl/htlfreeres.c2
-rw-r--r--htl/libc_pthread_init.c2
-rw-r--r--htl/lockfile.c2
-rw-r--r--htl/pt-alloc.c2
-rw-r--r--htl/pt-cancel.c2
-rw-r--r--htl/pt-cleanup.c2
-rw-r--r--htl/pt-create.c2
-rw-r--r--htl/pt-dealloc.c2
-rw-r--r--htl/pt-detach.c2
-rw-r--r--htl/pt-exit.c2
-rw-r--r--htl/pt-getattr.c2
-rw-r--r--htl/pt-initialize.c2
-rw-r--r--htl/pt-internal.h2
-rw-r--r--htl/pt-join.c2
-rw-r--r--htl/pt-nthreads.c2
-rw-r--r--htl/pt-self.c2
-rw-r--r--htl/pt-setcancelstate.c2
-rw-r--r--htl/pt-setcanceltype.c2
-rw-r--r--htl/pt-sigmask.c2
-rw-r--r--htl/pt-spin-inlines.c2
-rw-r--r--htl/pt-testcancel.c2
-rw-r--r--htl/pt-yield.c2
-rw-r--r--htl/semaphoreP.h2
-rw-r--r--htl/tests/test-1.c2
-rw-r--r--htl/tests/test-10.c2
-rw-r--r--htl/tests/test-11.c2
-rw-r--r--htl/tests/test-12.c2
-rw-r--r--htl/tests/test-13.c2
-rw-r--r--htl/tests/test-14.c2
-rw-r--r--htl/tests/test-15.c2
-rw-r--r--htl/tests/test-16.c2
-rw-r--r--htl/tests/test-17.c2
-rw-r--r--htl/tests/test-2.c2
-rw-r--r--htl/tests/test-3.c2
-rw-r--r--htl/tests/test-4.c2
-rw-r--r--htl/tests/test-5.c2
-rw-r--r--htl/tests/test-6.c2
-rw-r--r--htl/tests/test-7.c2
-rw-r--r--htl/tests/test-8.c2
-rw-r--r--htl/tests/test-9.c2
-rw-r--r--htl/tests/test-__pthread_destroy_specific-skip.c2
47 files changed, 47 insertions, 47 deletions
diff --git a/htl/Makefile b/htl/Makefile
index b32ad830f0..fd4d463ab0 100644
--- a/htl/Makefile
+++ b/htl/Makefile
@@ -1,5 +1,5 @@
 #
-#   Copyright (C) 1994-2023 Free Software Foundation, Inc.
+#   Copyright (C) 1994-2024 Free Software Foundation, Inc.
 #
 #   The GNU C Library is free software; you can redistribute it and/or
 #   modify it under the terms of the GNU Lesser General Public
diff --git a/htl/alloca_cutoff.c b/htl/alloca_cutoff.c
index e866695268..9422b685e3 100644
--- a/htl/alloca_cutoff.c
+++ b/htl/alloca_cutoff.c
@@ -1,5 +1,5 @@
 /* Allocate a new thread structure.
-   Copyright (C) 2015-2023 Free Software Foundation, Inc.
+   Copyright (C) 2015-2024 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/htl/cancellation.c b/htl/cancellation.c
index 5a67083188..0e05f49fb1 100644
--- a/htl/cancellation.c
+++ b/htl/cancellation.c
@@ -1,5 +1,5 @@
 /* Set the cancel type during blocking calls.
-   Copyright (C) 2020-2023 Free Software Foundation, Inc.
+   Copyright (C) 2020-2024 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/htl/cthreads-compat.c b/htl/cthreads-compat.c
index 2a0a95b6ff..869c7fdce1 100644
--- a/htl/cthreads-compat.c
+++ b/htl/cthreads-compat.c
@@ -1,5 +1,5 @@
 /* Compatibility routines for cthreads.
-   Copyright (C) 2000-2023 Free Software Foundation, Inc.
+   Copyright (C) 2000-2024 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/htl/forward.c b/htl/forward.c
index cc8147d6de..ee89e50b3c 100644
--- a/htl/forward.c
+++ b/htl/forward.c
@@ -1,5 +1,5 @@
 /* Libc stubs for pthread functions.  Hurd pthread version.
-   Copyright (C) 2002-2023 Free Software Foundation, Inc.
+   Copyright (C) 2002-2024 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/htl/herrno.c b/htl/herrno.c
index 99d7d41d5d..35016e1014 100644
--- a/htl/herrno.c
+++ b/htl/herrno.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1996-2023 Free Software Foundation, Inc.
+/* Copyright (C) 1996-2024 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/htl/htlfreeres.c b/htl/htlfreeres.c
index b3647058ee..dcef07ee2f 100644
--- a/htl/htlfreeres.c
+++ b/htl/htlfreeres.c
@@ -1,5 +1,5 @@
 /* Clean up allocated libpthread memory on demand.
-   Copyright (C) 2021-2023 Free Software Foundation, Inc.
+   Copyright (C) 2021-2024 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/htl/libc_pthread_init.c b/htl/libc_pthread_init.c
index 3b015528e7..b3c84dabd0 100644
--- a/htl/libc_pthread_init.c
+++ b/htl/libc_pthread_init.c
@@ -1,5 +1,5 @@
 /* libc initialization for libpthread.  Hurd pthread version.
-   Copyright (C) 2002-2023 Free Software Foundation, Inc.
+   Copyright (C) 2002-2024 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/htl/lockfile.c b/htl/lockfile.c
index 704ba09673..def84b9564 100644
--- a/htl/lockfile.c
+++ b/htl/lockfile.c
@@ -1,5 +1,5 @@
 /* lockfile - Handle locking and unlocking of streams.  Hurd pthread version.
-   Copyright (C) 2000-2023 Free Software Foundation, Inc.
+   Copyright (C) 2000-2024 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/htl/pt-alloc.c b/htl/pt-alloc.c
index e205752649..c5674a477a 100644
--- a/htl/pt-alloc.c
+++ b/htl/pt-alloc.c
@@ -1,5 +1,5 @@
 /* Allocate a new thread structure.
-   Copyright (C) 2000-2023 Free Software Foundation, Inc.
+   Copyright (C) 2000-2024 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/htl/pt-cancel.c b/htl/pt-cancel.c
index 75c178a0ae..bdeb03612a 100644
--- a/htl/pt-cancel.c
+++ b/htl/pt-cancel.c
@@ -1,5 +1,5 @@
 /* Cancel a thread.
-   Copyright (C) 2002-2023 Free Software Foundation, Inc.
+   Copyright (C) 2002-2024 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/htl/pt-cleanup.c b/htl/pt-cleanup.c
index 4350b39add..ea80bd1cf3 100644
--- a/htl/pt-cleanup.c
+++ b/htl/pt-cleanup.c
@@ -1,5 +1,5 @@
 /* Add a cancelation handler to the stack.
-   Copyright (C) 2002-2023 Free Software Foundation, Inc.
+   Copyright (C) 2002-2024 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/htl/pt-create.c b/htl/pt-create.c
index 261358696f..fac61f1b22 100644
--- a/htl/pt-create.c
+++ b/htl/pt-create.c
@@ -1,5 +1,5 @@
 /* Thread creation.
-   Copyright (C) 2000-2023 Free Software Foundation, Inc.
+   Copyright (C) 2000-2024 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/htl/pt-dealloc.c b/htl/pt-dealloc.c
index f61ee3c27b..b71a398df2 100644
--- a/htl/pt-dealloc.c
+++ b/htl/pt-dealloc.c
@@ -1,5 +1,5 @@
 /* Deallocate a thread structure.
-   Copyright (C) 2000-2023 Free Software Foundation, Inc.
+   Copyright (C) 2000-2024 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/htl/pt-detach.c b/htl/pt-detach.c
index 63471d129f..c8015cd122 100644
--- a/htl/pt-detach.c
+++ b/htl/pt-detach.c
@@ -1,5 +1,5 @@
 /* Detach a thread.
-   Copyright (C) 2000-2023 Free Software Foundation, Inc.
+   Copyright (C) 2000-2024 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/htl/pt-exit.c b/htl/pt-exit.c
index cb20a43aab..f657647c60 100644
--- a/htl/pt-exit.c
+++ b/htl/pt-exit.c
@@ -1,5 +1,5 @@
 /* Thread termination.
-   Copyright (C) 2000-2023 Free Software Foundation, Inc.
+   Copyright (C) 2000-2024 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/htl/pt-getattr.c b/htl/pt-getattr.c
index 871ec669da..9acea72bf1 100644
--- a/htl/pt-getattr.c
+++ b/htl/pt-getattr.c
@@ -1,5 +1,5 @@
 /* Thread attributes retrieval.
-   Copyright (C) 2008-2023 Free Software Foundation, Inc.
+   Copyright (C) 2008-2024 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/htl/pt-initialize.c b/htl/pt-initialize.c
index 170e0938f7..47b992fe06 100644
--- a/htl/pt-initialize.c
+++ b/htl/pt-initialize.c
@@ -1,5 +1,5 @@
 /* Initialize pthreads library.
-   Copyright (C) 2000-2023 Free Software Foundation, Inc.
+   Copyright (C) 2000-2024 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/htl/pt-internal.h b/htl/pt-internal.h
index 6e43f78457..85a7d905e2 100644
--- a/htl/pt-internal.h
+++ b/htl/pt-internal.h
@@ -1,5 +1,5 @@
 /* Internal definitions for pthreads library.
-   Copyright (C) 2000-2023 Free Software Foundation, Inc.
+   Copyright (C) 2000-2024 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/htl/pt-join.c b/htl/pt-join.c
index b9f70a21e0..c62019c149 100644
--- a/htl/pt-join.c
+++ b/htl/pt-join.c
@@ -1,5 +1,5 @@
 /* Wait for thread termination.
-   Copyright (C) 2000-2023 Free Software Foundation, Inc.
+   Copyright (C) 2000-2024 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/htl/pt-nthreads.c b/htl/pt-nthreads.c
index 9a6140eeff..380d9dc8cd 100644
--- a/htl/pt-nthreads.c
+++ b/htl/pt-nthreads.c
@@ -1,5 +1,5 @@
 /* Thread counter variable.
-   Copyright (C) 2021-2023 Free Software Foundation, Inc.
+   Copyright (C) 2021-2024 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/htl/pt-self.c b/htl/pt-self.c
index 1278908397..75150e83a4 100644
--- a/htl/pt-self.c
+++ b/htl/pt-self.c
@@ -1,5 +1,5 @@
 /* Get calling thread's ID.
-   Copyright (C) 2000-2023 Free Software Foundation, Inc.
+   Copyright (C) 2000-2024 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/htl/pt-setcancelstate.c b/htl/pt-setcancelstate.c
index f48bcbdc60..b427a74e2c 100644
--- a/htl/pt-setcancelstate.c
+++ b/htl/pt-setcancelstate.c
@@ -1,5 +1,5 @@
 /* Set the cancel state for the calling thread.
-   Copyright (C) 2002-2023 Free Software Foundation, Inc.
+   Copyright (C) 2002-2024 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/htl/pt-setcanceltype.c b/htl/pt-setcanceltype.c
index 861e5cc56e..876e065d24 100644
--- a/htl/pt-setcanceltype.c
+++ b/htl/pt-setcanceltype.c
@@ -1,5 +1,5 @@
 /* Set the cancel type for the calling thread.
-   Copyright (C) 2002-2023 Free Software Foundation, Inc.
+   Copyright (C) 2002-2024 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/htl/pt-sigmask.c b/htl/pt-sigmask.c
index 7542f6a8f3..81ec6b0f81 100644
--- a/htl/pt-sigmask.c
+++ b/htl/pt-sigmask.c
@@ -1,5 +1,5 @@
 /* Get or set a thread's signal mask.
-   Copyright (C) 2000-2023 Free Software Foundation, Inc.
+   Copyright (C) 2000-2024 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/htl/pt-spin-inlines.c b/htl/pt-spin-inlines.c
index 58d7b523f7..fe3a79a2dd 100644
--- a/htl/pt-spin-inlines.c
+++ b/htl/pt-spin-inlines.c
@@ -1,5 +1,5 @@
 /* Spin locks non-inline functions.
-   Copyright (C) 2000-2023 Free Software Foundation, Inc.
+   Copyright (C) 2000-2024 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/htl/pt-testcancel.c b/htl/pt-testcancel.c
index 883d660014..1df46a9e5b 100644
--- a/htl/pt-testcancel.c
+++ b/htl/pt-testcancel.c
@@ -1,5 +1,5 @@
 /* Add an explicit cancelation point.
-   Copyright (C) 2002-2023 Free Software Foundation, Inc.
+   Copyright (C) 2002-2024 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/htl/pt-yield.c b/htl/pt-yield.c
index 98e706eab3..f913ce4182 100644
--- a/htl/pt-yield.c
+++ b/htl/pt-yield.c
@@ -1,5 +1,5 @@
 /* Yield the processor to another thread or process.
-   Copyright (C) 2010-2023 Free Software Foundation, Inc.
+   Copyright (C) 2010-2024 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/htl/semaphoreP.h b/htl/semaphoreP.h
index 14e55051a2..518423488d 100644
--- a/htl/semaphoreP.h
+++ b/htl/semaphoreP.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2002-2023 Free Software Foundation, Inc.
+/* Copyright (C) 2002-2024 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/htl/tests/test-1.c b/htl/tests/test-1.c
index cb6a194583..745e5d3749 100644
--- a/htl/tests/test-1.c
+++ b/htl/tests/test-1.c
@@ -1,5 +1,5 @@
 /* Test mutexes.
-   Copyright (C) 2000-2023 Free Software Foundation, Inc.
+   Copyright (C) 2000-2024 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/htl/tests/test-10.c b/htl/tests/test-10.c
index 0270641e10..c9a3eac2ae 100644
--- a/htl/tests/test-10.c
+++ b/htl/tests/test-10.c
@@ -1,5 +1,5 @@
 /* Test error checking mutexes.
-   Copyright (C) 2000-2023 Free Software Foundation, Inc.
+   Copyright (C) 2000-2024 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/htl/tests/test-11.c b/htl/tests/test-11.c
index 1b84b19c14..cb617e969a 100644
--- a/htl/tests/test-11.c
+++ b/htl/tests/test-11.c
@@ -1,5 +1,5 @@
 /* Test rwlocks.
-   Copyright (C) 2000-2023 Free Software Foundation, Inc.
+   Copyright (C) 2000-2024 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/htl/tests/test-12.c b/htl/tests/test-12.c
index 83eabb1026..3c41982e01 100644
--- a/htl/tests/test-12.c
+++ b/htl/tests/test-12.c
@@ -1,5 +1,5 @@
 /* Test concurrency level.
-   Copyright (C) 2000-2023 Free Software Foundation, Inc.
+   Copyright (C) 2000-2024 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/htl/tests/test-13.c b/htl/tests/test-13.c
index 2e9f497fe9..5a39b5d5ad 100644
--- a/htl/tests/test-13.c
+++ b/htl/tests/test-13.c
@@ -1,5 +1,5 @@
 /* Test condition attributes and pthread_cond_timedwait.
-   Copyright (C) 2000-2023 Free Software Foundation, Inc.
+   Copyright (C) 2000-2024 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/htl/tests/test-14.c b/htl/tests/test-14.c
index aa5a405766..e66577b1f0 100644
--- a/htl/tests/test-14.c
+++ b/htl/tests/test-14.c
@@ -1,5 +1,5 @@
 /* Test pthread_mutex_timedlock.
-   Copyright (C) 2000-2023 Free Software Foundation, Inc.
+   Copyright (C) 2000-2024 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/htl/tests/test-15.c b/htl/tests/test-15.c
index 1a0b7482ab..4be10d4198 100644
--- a/htl/tests/test-15.c
+++ b/htl/tests/test-15.c
@@ -1,5 +1,5 @@
 /* Test pthread_rwlock_timedrdlock and pthread_rwlock_timedwrlock.
-   Copyright (C) 2000-2023 Free Software Foundation, Inc.
+   Copyright (C) 2000-2024 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/htl/tests/test-16.c b/htl/tests/test-16.c
index 64bf121e8d..7c6d1b6c0a 100644
--- a/htl/tests/test-16.c
+++ b/htl/tests/test-16.c
@@ -1,5 +1,5 @@
 /* Test pthread_kill.c.
-   Copyright (C) 2000-2023 Free Software Foundation, Inc.
+   Copyright (C) 2000-2024 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/htl/tests/test-17.c b/htl/tests/test-17.c
index 36b1982b1f..9f849c9468 100644
--- a/htl/tests/test-17.c
+++ b/htl/tests/test-17.c
@@ -1,6 +1,6 @@
 /* Test that the key reuse inside libpthread does not cause thread
    specific values to persist.
-   Copyright (C) 2000-2023 Free Software Foundation, Inc.
+   Copyright (C) 2000-2024 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/htl/tests/test-2.c b/htl/tests/test-2.c
index 1c950ce3cb..ae9bd60df2 100644
--- a/htl/tests/test-2.c
+++ b/htl/tests/test-2.c
@@ -1,5 +1,5 @@
 /* Test detachability.
-   Copyright (C) 2000-2023 Free Software Foundation, Inc.
+   Copyright (C) 2000-2024 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/htl/tests/test-3.c b/htl/tests/test-3.c
index e5631abe45..d2d337d37a 100644
--- a/htl/tests/test-3.c
+++ b/htl/tests/test-3.c
@@ -1,5 +1,5 @@
 /* Test the thread attribute get and set methods.
-   Copyright (C) 2000-2023 Free Software Foundation, Inc.
+   Copyright (C) 2000-2024 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/htl/tests/test-4.c b/htl/tests/test-4.c
index ad8ef4e2a4..5fc1aa9264 100644
--- a/htl/tests/test-4.c
+++ b/htl/tests/test-4.c
@@ -1,5 +1,5 @@
 /* Test the stack guard.
-   Copyright (C) 2000-2023 Free Software Foundation, Inc.
+   Copyright (C) 2000-2024 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/htl/tests/test-5.c b/htl/tests/test-5.c
index a0a2271e7e..5e541dbdd2 100644
--- a/htl/tests/test-5.c
+++ b/htl/tests/test-5.c
@@ -1,5 +1,5 @@
 /* Test signals.
-   Copyright (C) 2000-2023 Free Software Foundation, Inc.
+   Copyright (C) 2000-2024 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/htl/tests/test-6.c b/htl/tests/test-6.c
index 12a91b172c..83bfdcb1d5 100644
--- a/htl/tests/test-6.c
+++ b/htl/tests/test-6.c
@@ -1,5 +1,5 @@
 /* Test barriers.
-   Copyright (C) 2000-2023 Free Software Foundation, Inc.
+   Copyright (C) 2000-2024 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/htl/tests/test-7.c b/htl/tests/test-7.c
index 41878b1fae..fb465d4edd 100644
--- a/htl/tests/test-7.c
+++ b/htl/tests/test-7.c
@@ -1,5 +1,5 @@
 /* Test Thread-Specific Data.
-   Copyright (C) 2000-2023 Free Software Foundation, Inc.
+   Copyright (C) 2000-2024 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/htl/tests/test-8.c b/htl/tests/test-8.c
index 0d3cfd6cfb..45da00d9f1 100644
--- a/htl/tests/test-8.c
+++ b/htl/tests/test-8.c
@@ -1,5 +1,5 @@
 /* Test pthread_once.
-   Copyright (C) 2000-2023 Free Software Foundation, Inc.
+   Copyright (C) 2000-2024 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/htl/tests/test-9.c b/htl/tests/test-9.c
index d849689f8d..7561bc515c 100644
--- a/htl/tests/test-9.c
+++ b/htl/tests/test-9.c
@@ -1,5 +1,5 @@
 /* Test recursive mutexes.
-   Copyright (C) 2000-2023 Free Software Foundation, Inc.
+   Copyright (C) 2000-2024 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/htl/tests/test-__pthread_destroy_specific-skip.c b/htl/tests/test-__pthread_destroy_specific-skip.c
index a328614b7d..20873ee601 100644
--- a/htl/tests/test-__pthread_destroy_specific-skip.c
+++ b/htl/tests/test-__pthread_destroy_specific-skip.c
@@ -1,6 +1,6 @@
 /* Check that __pthread_destroy_specific works correctly if it has to skip
    unused slots.
-   Copyright (C) 2000-2023 Free Software Foundation, Inc.
+   Copyright (C) 2000-2024 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