diff options
Diffstat (limited to 'nptl')
487 files changed, 487 insertions, 487 deletions
diff --git a/nptl/Makefile b/nptl/Makefile index 47ec88b..66f89f1 100644 --- a/nptl/Makefile +++ b/nptl/Makefile @@ -13,7 +13,7 @@ # You should have received a copy of the GNU Lesser General Public # License along with the GNU C Library; if not, see -# <http://www.gnu.org/licenses/>. +# <https://www.gnu.org/licenses/>. # # Sub-makefile for NPTL portion of the library. diff --git a/nptl/alloca_cutoff.c b/nptl/alloca_cutoff.c index a4cc9c9..0b0f984 100644 --- a/nptl/alloca_cutoff.c +++ b/nptl/alloca_cutoff.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; see the file COPYING.LIB. If - not, see <http://www.gnu.org/licenses/>. */ + not, see <https://www.gnu.org/licenses/>. */ #include <alloca.h> #include <stdlib.h> diff --git a/nptl/allocatestack.c b/nptl/allocatestack.c index fcbc46f..64a9ae6 100644 --- a/nptl/allocatestack.c +++ b/nptl/allocatestack.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <assert.h> #include <errno.h> diff --git a/nptl/call_once.c b/nptl/call_once.c index a8850df..21020c4 100644 --- a/nptl/call_once.c +++ b/nptl/call_once.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <stdalign.h> diff --git a/nptl/cancellation.c b/nptl/cancellation.c index 9c3704d..7712845 100644 --- a/nptl/cancellation.c +++ b/nptl/cancellation.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <setjmp.h> #include <stdlib.h> diff --git a/nptl/cleanup.c b/nptl/cleanup.c index 3b3708e..3b0881d 100644 --- a/nptl/cleanup.c +++ b/nptl/cleanup.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <stdlib.h> #include "pthreadP.h" diff --git a/nptl/cleanup_compat.c b/nptl/cleanup_compat.c index fd3e9bd..23d16d6 100644 --- a/nptl/cleanup_compat.c +++ b/nptl/cleanup_compat.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <stdlib.h> #include "pthreadP.h" diff --git a/nptl/cleanup_defer.c b/nptl/cleanup_defer.c index 0b38345..76aeea8 100644 --- a/nptl/cleanup_defer.c +++ b/nptl/cleanup_defer.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <stdlib.h> #include "pthreadP.h" diff --git a/nptl/cleanup_defer_compat.c b/nptl/cleanup_defer_compat.c index e6551ea..0470078 100644 --- a/nptl/cleanup_defer_compat.c +++ b/nptl/cleanup_defer_compat.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include "pthreadP.h" diff --git a/nptl/cleanup_routine.c b/nptl/cleanup_routine.c index 7fc53c2..12285a8 100644 --- a/nptl/cleanup_routine.c +++ b/nptl/cleanup_routine.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <pthread.h> diff --git a/nptl/cnd_broadcast.c b/nptl/cnd_broadcast.c index ae76ff7..e08a657 100644 --- a/nptl/cnd_broadcast.c +++ b/nptl/cnd_broadcast.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include "thrd_priv.h" diff --git a/nptl/cnd_destroy.c b/nptl/cnd_destroy.c index 2db3229..8da8ed0 100644 --- a/nptl/cnd_destroy.c +++ b/nptl/cnd_destroy.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include "thrd_priv.h" #include "pthreadP.h" diff --git a/nptl/cnd_init.c b/nptl/cnd_init.c index 72387e6..9f78970 100644 --- a/nptl/cnd_init.c +++ b/nptl/cnd_init.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <stdalign.h> diff --git a/nptl/cnd_signal.c b/nptl/cnd_signal.c index 897c966..e379006 100644 --- a/nptl/cnd_signal.c +++ b/nptl/cnd_signal.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include "thrd_priv.h" diff --git a/nptl/cnd_timedwait.c b/nptl/cnd_timedwait.c index 3ad3f08..ef2c2d0 100644 --- a/nptl/cnd_timedwait.c +++ b/nptl/cnd_timedwait.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include "thrd_priv.h" diff --git a/nptl/cnd_wait.c b/nptl/cnd_wait.c index cc2e904..49d1e71 100644 --- a/nptl/cnd_wait.c +++ b/nptl/cnd_wait.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include "thrd_priv.h" diff --git a/nptl/createthread.c b/nptl/createthread.c index 20b7bfa..b67319d 100644 --- a/nptl/createthread.c +++ b/nptl/createthread.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ /* See the comments in pthread_create.c for the requirements for these two macros and the create_thread function. */ diff --git a/nptl/default-sched.h b/nptl/default-sched.h index c8957d6..4db6e23 100644 --- a/nptl/default-sched.h +++ b/nptl/default-sched.h @@ -14,7 +14,7 @@ You should have received a copy of the GNU Library General Public License along with the GNU C Library; see the file COPYING.LIB. If - not, see <http://www.gnu.org/licenses/>. */ + not, see <https://www.gnu.org/licenses/>. */ #include <assert.h> diff --git a/nptl/descr.h b/nptl/descr.h index b4db99f..d3f863a 100644 --- a/nptl/descr.h +++ b/nptl/descr.h @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #ifndef _DESCR_H #define _DESCR_H 1 diff --git a/nptl/eintr.c b/nptl/eintr.c index 6e644d2..5f5d358 100644 --- a/nptl/eintr.c +++ b/nptl/eintr.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <pthread.h> #include <signal.h> diff --git a/nptl/events.c b/nptl/events.c index 85f44f6..789b899 100644 --- a/nptl/events.c +++ b/nptl/events.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; see the file COPYING.LIB. If - not, see <http://www.gnu.org/licenses/>. */ + not, see <https://www.gnu.org/licenses/>. */ /* The functions contained here do nothing, they just return. */ diff --git a/nptl/forward.c b/nptl/forward.c index 95e477f..4c517e9 100644 --- a/nptl/forward.c +++ b/nptl/forward.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <dlfcn.h> #include <pthreadP.h> diff --git a/nptl/herrno.c b/nptl/herrno.c index a3c0192..35a66d5 100644 --- a/nptl/herrno.c +++ b/nptl/herrno.c @@ -13,7 +13,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <features.h> #include <netdb.h> diff --git a/nptl/libc-cancellation.c b/nptl/libc-cancellation.c index 3baf4fe..37654cf 100644 --- a/nptl/libc-cancellation.c +++ b/nptl/libc-cancellation.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include "pthreadP.h" diff --git a/nptl/libc-cleanup.c b/nptl/libc-cleanup.c index 97dc6a5..c562faf 100644 --- a/nptl/libc-cleanup.c +++ b/nptl/libc-cleanup.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include "pthreadP.h" diff --git a/nptl/libc-lowlevellock.c b/nptl/libc-lowlevellock.c index e98a9a4..1dc35d4 100644 --- a/nptl/libc-lowlevellock.c +++ b/nptl/libc-lowlevellock.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ /* No difference to lowlevellock.c, except we lose a couple of functions. */ #include <lowlevellock.c> diff --git a/nptl/libc_multiple_threads.c b/nptl/libc_multiple_threads.c index 67614ef..b176f0a 100644 --- a/nptl/libc_multiple_threads.c +++ b/nptl/libc_multiple_threads.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <pthreadP.h> diff --git a/nptl/libc_pthread_init.c b/nptl/libc_pthread_init.c index 6d6993b..9366c89 100644 --- a/nptl/libc_pthread_init.c +++ b/nptl/libc_pthread_init.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <unistd.h> #include <list.h> diff --git a/nptl/libpthread-compat.c b/nptl/libpthread-compat.c index ea29e9f..f1f0e09 100644 --- a/nptl/libpthread-compat.c +++ b/nptl/libpthread-compat.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <shlib-compat.h> diff --git a/nptl/lll_timedlock_wait.c b/nptl/lll_timedlock_wait.c index cd10593..03060e8 100644 --- a/nptl/lll_timedlock_wait.c +++ b/nptl/lll_timedlock_wait.c @@ -15,7 +15,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <atomic.h> #include <errno.h> diff --git a/nptl/lowlevellock.c b/nptl/lowlevellock.c index 47548ff..f5f37ee 100644 --- a/nptl/lowlevellock.c +++ b/nptl/lowlevellock.c @@ -15,7 +15,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <sysdep.h> #include <lowlevellock.h> diff --git a/nptl/mtx_destroy.c b/nptl/mtx_destroy.c index 9110330..d90d73e 100644 --- a/nptl/mtx_destroy.c +++ b/nptl/mtx_destroy.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include "thrd_priv.h" #include "pthreadP.h" diff --git a/nptl/mtx_init.c b/nptl/mtx_init.c index a46dbb4..166db5c 100644 --- a/nptl/mtx_init.c +++ b/nptl/mtx_init.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <stdalign.h> diff --git a/nptl/mtx_lock.c b/nptl/mtx_lock.c index 0971e96..e9d75ed 100644 --- a/nptl/mtx_lock.c +++ b/nptl/mtx_lock.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include "thrd_priv.h" diff --git a/nptl/mtx_timedlock.c b/nptl/mtx_timedlock.c index 46458bd..400e16f 100644 --- a/nptl/mtx_timedlock.c +++ b/nptl/mtx_timedlock.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include "thrd_priv.h" diff --git a/nptl/mtx_trylock.c b/nptl/mtx_trylock.c index 1d855b9..b9367e7 100644 --- a/nptl/mtx_trylock.c +++ b/nptl/mtx_trylock.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include "thrd_priv.h" diff --git a/nptl/mtx_unlock.c b/nptl/mtx_unlock.c index f4e6753..cc41808 100644 --- a/nptl/mtx_unlock.c +++ b/nptl/mtx_unlock.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include "thrd_priv.h" diff --git a/nptl/nptl-init.c b/nptl/nptl-init.c index 80fa46f..4cd0852 100644 --- a/nptl/nptl-init.c +++ b/nptl/nptl-init.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <assert.h> #include <errno.h> diff --git a/nptl/nptl-printers.py b/nptl/nptl-printers.py index 493dfa0..82f50fd 100644 --- a/nptl/nptl-printers.py +++ b/nptl/nptl-printers.py @@ -15,7 +15,7 @@ # # You should have received a copy of the GNU Lesser General Public # License along with the GNU C Library; if not, see -# <http://www.gnu.org/licenses/>. +# <https://www.gnu.org/licenses/>. """This file contains the gdb pretty printers for the following types: diff --git a/nptl/nptlfreeres.c b/nptl/nptlfreeres.c index 4a06ce0..680e4b0 100644 --- a/nptl/nptlfreeres.c +++ b/nptl/nptlfreeres.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <set-hooks.h> #include <libc-symbols.h> diff --git a/nptl/old_pthread_atfork.c b/nptl/old_pthread_atfork.c index abfcb47..04dc02e 100644 --- a/nptl/old_pthread_atfork.c +++ b/nptl/old_pthread_atfork.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <shlib-compat.h> diff --git a/nptl/old_pthread_cond_broadcast.c b/nptl/old_pthread_cond_broadcast.c index 04f285a..991c7fb 100644 --- a/nptl/old_pthread_cond_broadcast.c +++ b/nptl/old_pthread_cond_broadcast.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <errno.h> #include <stdlib.h> diff --git a/nptl/old_pthread_cond_destroy.c b/nptl/old_pthread_cond_destroy.c index 1724ccd..2ee706c 100644 --- a/nptl/old_pthread_cond_destroy.c +++ b/nptl/old_pthread_cond_destroy.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <stdlib.h> #include "pthreadP.h" diff --git a/nptl/old_pthread_cond_init.c b/nptl/old_pthread_cond_init.c index c231f95..3e32c21 100644 --- a/nptl/old_pthread_cond_init.c +++ b/nptl/old_pthread_cond_init.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <errno.h> #include "pthreadP.h" diff --git a/nptl/old_pthread_cond_signal.c b/nptl/old_pthread_cond_signal.c index 9b67cb8..87a001f 100644 --- a/nptl/old_pthread_cond_signal.c +++ b/nptl/old_pthread_cond_signal.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <errno.h> #include <stdlib.h> diff --git a/nptl/old_pthread_cond_timedwait.c b/nptl/old_pthread_cond_timedwait.c index a1fde85..51a4593 100644 --- a/nptl/old_pthread_cond_timedwait.c +++ b/nptl/old_pthread_cond_timedwait.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <errno.h> #include <stdlib.h> diff --git a/nptl/old_pthread_cond_wait.c b/nptl/old_pthread_cond_wait.c index bb65340..8b4924a 100644 --- a/nptl/old_pthread_cond_wait.c +++ b/nptl/old_pthread_cond_wait.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <errno.h> #include <stdlib.h> diff --git a/nptl/perf.c b/nptl/perf.c index e24867d..865d084 100644 --- a/nptl/perf.c +++ b/nptl/perf.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #define _GNU_SOURCE 1 #include <argp.h> diff --git a/nptl/pt-allocrtsig.c b/nptl/pt-allocrtsig.c index bc43e36..9b31e5b 100644 --- a/nptl/pt-allocrtsig.c +++ b/nptl/pt-allocrtsig.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <signal.h> diff --git a/nptl/pt-cleanup.c b/nptl/pt-cleanup.c index 31ada7a..880748f 100644 --- a/nptl/pt-cleanup.c +++ b/nptl/pt-cleanup.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <setjmp.h> #include <stdlib.h> diff --git a/nptl/pt-crti.S b/nptl/pt-crti.S index 0b955d9..b389442 100644 --- a/nptl/pt-crti.S +++ b/nptl/pt-crti.S @@ -31,7 +31,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ /* Arrange for __pthread_initialize_minimal_internal to be called at libpthread startup, instead of conditionally calling diff --git a/nptl/pt-fork.c b/nptl/pt-fork.c index 26cf621..29991a5 100644 --- a/nptl/pt-fork.c +++ b/nptl/pt-fork.c @@ -15,7 +15,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <unistd.h> #include <shlib-compat.h> diff --git a/nptl/pt-longjmp.c b/nptl/pt-longjmp.c index 60e79e4..b19d38c 100644 --- a/nptl/pt-longjmp.c +++ b/nptl/pt-longjmp.c @@ -15,7 +15,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <setjmp.h> #include <shlib-compat.h> diff --git a/nptl/pt-raise.c b/nptl/pt-raise.c index 6812589..61d20c3 100644 --- a/nptl/pt-raise.c +++ b/nptl/pt-raise.c @@ -15,7 +15,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <pthread.h> #include <signal.h> diff --git a/nptl/pt-system.c b/nptl/pt-system.c index f816880..5e7804e 100644 --- a/nptl/pt-system.c +++ b/nptl/pt-system.c @@ -15,7 +15,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <stdlib.h> #include <shlib-compat.h> diff --git a/nptl/pthread-pids.h b/nptl/pthread-pids.h index d512fac..5e157af 100644 --- a/nptl/pthread-pids.h +++ b/nptl/pthread-pids.h @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <pthreadP.h> diff --git a/nptl/pthreadP.h b/nptl/pthreadP.h index d80662a..070b3af 100644 --- a/nptl/pthreadP.h +++ b/nptl/pthreadP.h @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #ifndef _PTHREADP_H #define _PTHREADP_H 1 diff --git a/nptl/pthread_atfork.c b/nptl/pthread_atfork.c index 539cf14..39fd90d 100644 --- a/nptl/pthread_atfork.c +++ b/nptl/pthread_atfork.c @@ -31,7 +31,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include "pthreadP.h" #include <fork.h> diff --git a/nptl/pthread_attr_destroy.c b/nptl/pthread_attr_destroy.c index 1822031..10e15b2 100644 --- a/nptl/pthread_attr_destroy.c +++ b/nptl/pthread_attr_destroy.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <errno.h> #include <string.h> diff --git a/nptl/pthread_attr_getaffinity.c b/nptl/pthread_attr_getaffinity.c index 45f2340..9ef29f6 100644 --- a/nptl/pthread_attr_getaffinity.c +++ b/nptl/pthread_attr_getaffinity.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <errno.h> #include <pthreadP.h> diff --git a/nptl/pthread_attr_getdetachstate.c b/nptl/pthread_attr_getdetachstate.c index c165ae2..adbcafa 100644 --- a/nptl/pthread_attr_getdetachstate.c +++ b/nptl/pthread_attr_getdetachstate.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include "pthreadP.h" diff --git a/nptl/pthread_attr_getguardsize.c b/nptl/pthread_attr_getguardsize.c index 4b51317..a64277c 100644 --- a/nptl/pthread_attr_getguardsize.c +++ b/nptl/pthread_attr_getguardsize.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include "pthreadP.h" diff --git a/nptl/pthread_attr_getinheritsched.c b/nptl/pthread_attr_getinheritsched.c index 6467cd9..d6a6c39 100644 --- a/nptl/pthread_attr_getinheritsched.c +++ b/nptl/pthread_attr_getinheritsched.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include "pthreadP.h" diff --git a/nptl/pthread_attr_getschedparam.c b/nptl/pthread_attr_getschedparam.c index 4f7329b..5d2c6ee 100644 --- a/nptl/pthread_attr_getschedparam.c +++ b/nptl/pthread_attr_getschedparam.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <string.h> #include "pthreadP.h" diff --git a/nptl/pthread_attr_getschedpolicy.c b/nptl/pthread_attr_getschedpolicy.c index 06acdb1..116415e 100644 --- a/nptl/pthread_attr_getschedpolicy.c +++ b/nptl/pthread_attr_getschedpolicy.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include "pthreadP.h" diff --git a/nptl/pthread_attr_getscope.c b/nptl/pthread_attr_getscope.c index bdab529..197102b 100644 --- a/nptl/pthread_attr_getscope.c +++ b/nptl/pthread_attr_getscope.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include "pthreadP.h" diff --git a/nptl/pthread_attr_getstack.c b/nptl/pthread_attr_getstack.c index ff918ff..a72b9db 100644 --- a/nptl/pthread_attr_getstack.c +++ b/nptl/pthread_attr_getstack.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include "pthreadP.h" diff --git a/nptl/pthread_attr_getstackaddr.c b/nptl/pthread_attr_getstackaddr.c index a029b6b..89e69dd 100644 --- a/nptl/pthread_attr_getstackaddr.c +++ b/nptl/pthread_attr_getstackaddr.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <errno.h> #include "pthreadP.h" diff --git a/nptl/pthread_attr_getstacksize.c b/nptl/pthread_attr_getstacksize.c index 3e63ef8..72a8106 100644 --- a/nptl/pthread_attr_getstacksize.c +++ b/nptl/pthread_attr_getstacksize.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include "pthreadP.h" diff --git a/nptl/pthread_attr_init.c b/nptl/pthread_attr_init.c index f7ddf62..45de778 100644 --- a/nptl/pthread_attr_init.c +++ b/nptl/pthread_attr_init.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <errno.h> #include <string.h> diff --git a/nptl/pthread_attr_setaffinity.c b/nptl/pthread_attr_setaffinity.c index b485ed8..b1f92c7 100644 --- a/nptl/pthread_attr_setaffinity.c +++ b/nptl/pthread_attr_setaffinity.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <errno.h> #include <limits.h> diff --git a/nptl/pthread_attr_setdetachstate.c b/nptl/pthread_attr_setdetachstate.c index 80a2de3..5e2359e 100644 --- a/nptl/pthread_attr_setdetachstate.c +++ b/nptl/pthread_attr_setdetachstate.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <errno.h> #include "pthreadP.h" diff --git a/nptl/pthread_attr_setguardsize.c b/nptl/pthread_attr_setguardsize.c index d0e9e29..cf40f40 100644 --- a/nptl/pthread_attr_setguardsize.c +++ b/nptl/pthread_attr_setguardsize.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include "pthreadP.h" diff --git a/nptl/pthread_attr_setinheritsched.c b/nptl/pthread_attr_setinheritsched.c index 8524a03..d30a82c 100644 --- a/nptl/pthread_attr_setinheritsched.c +++ b/nptl/pthread_attr_setinheritsched.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <errno.h> #include "pthreadP.h" diff --git a/nptl/pthread_attr_setschedparam.c b/nptl/pthread_attr_setschedparam.c index 4f2c0b9..6a57ec6 100644 --- a/nptl/pthread_attr_setschedparam.c +++ b/nptl/pthread_attr_setschedparam.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <errno.h> #include <string.h> diff --git a/nptl/pthread_attr_setschedpolicy.c b/nptl/pthread_attr_setschedpolicy.c index cd6787c..dc17c97 100644 --- a/nptl/pthread_attr_setschedpolicy.c +++ b/nptl/pthread_attr_setschedpolicy.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <errno.h> #include "pthreadP.h" diff --git a/nptl/pthread_attr_setscope.c b/nptl/pthread_attr_setscope.c index 42da411..ab5f8f2 100644 --- a/nptl/pthread_attr_setscope.c +++ b/nptl/pthread_attr_setscope.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <errno.h> #include "pthreadP.h" diff --git a/nptl/pthread_attr_setstack.c b/nptl/pthread_attr_setstack.c index 8c3b1de..eb1515e 100644 --- a/nptl/pthread_attr_setstack.c +++ b/nptl/pthread_attr_setstack.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <errno.h> #include <limits.h> diff --git a/nptl/pthread_attr_setstackaddr.c b/nptl/pthread_attr_setstackaddr.c index 2ab418f..ed39289 100644 --- a/nptl/pthread_attr_setstackaddr.c +++ b/nptl/pthread_attr_setstackaddr.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <errno.h> #include "pthreadP.h" diff --git a/nptl/pthread_attr_setstacksize.c b/nptl/pthread_attr_setstacksize.c index c6a9bdb..61f66e9 100644 --- a/nptl/pthread_attr_setstacksize.c +++ b/nptl/pthread_attr_setstacksize.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <errno.h> #include <limits.h> diff --git a/nptl/pthread_barrier_destroy.c b/nptl/pthread_barrier_destroy.c index 76957ad..854938e 100644 --- a/nptl/pthread_barrier_destroy.c +++ b/nptl/pthread_barrier_destroy.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <errno.h> #include "pthreadP.h" diff --git a/nptl/pthread_barrier_init.c b/nptl/pthread_barrier_init.c index c8ebab3..0a74dd2 100644 --- a/nptl/pthread_barrier_init.c +++ b/nptl/pthread_barrier_init.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <errno.h> #include "pthreadP.h" diff --git a/nptl/pthread_barrier_wait.c b/nptl/pthread_barrier_wait.c index 49fcfd3..54bc727 100644 --- a/nptl/pthread_barrier_wait.c +++ b/nptl/pthread_barrier_wait.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <errno.h> #include <sysdep.h> diff --git a/nptl/pthread_barrierattr_destroy.c b/nptl/pthread_barrierattr_destroy.c index 8666004..10d35bf 100644 --- a/nptl/pthread_barrierattr_destroy.c +++ b/nptl/pthread_barrierattr_destroy.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include "pthreadP.h" diff --git a/nptl/pthread_barrierattr_getpshared.c b/nptl/pthread_barrierattr_getpshared.c index f95f0ea..2dba05c 100644 --- a/nptl/pthread_barrierattr_getpshared.c +++ b/nptl/pthread_barrierattr_getpshared.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include "pthreadP.h" diff --git a/nptl/pthread_barrierattr_init.c b/nptl/pthread_barrierattr_init.c index c44e620..7652276 100644 --- a/nptl/pthread_barrierattr_init.c +++ b/nptl/pthread_barrierattr_init.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include "pthreadP.h" diff --git a/nptl/pthread_barrierattr_setpshared.c b/nptl/pthread_barrierattr_setpshared.c index 3ecabb3..47e0944 100644 --- a/nptl/pthread_barrierattr_setpshared.c +++ b/nptl/pthread_barrierattr_setpshared.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <errno.h> #include "pthreadP.h" diff --git a/nptl/pthread_cancel.c b/nptl/pthread_cancel.c index ce6a283..64ac12e 100644 --- a/nptl/pthread_cancel.c +++ b/nptl/pthread_cancel.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <errno.h> #include <signal.h> diff --git a/nptl/pthread_cond_broadcast.c b/nptl/pthread_cond_broadcast.c index 053bedb..e984632 100644 --- a/nptl/pthread_cond_broadcast.c +++ b/nptl/pthread_cond_broadcast.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <endian.h> #include <errno.h> diff --git a/nptl/pthread_cond_common.c b/nptl/pthread_cond_common.c index 225073f..1c84bb8 100644 --- a/nptl/pthread_cond_common.c +++ b/nptl/pthread_cond_common.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <atomic.h> #include <stdint.h> diff --git a/nptl/pthread_cond_destroy.c b/nptl/pthread_cond_destroy.c index 0ecc4dc..46807c3 100644 --- a/nptl/pthread_cond_destroy.c +++ b/nptl/pthread_cond_destroy.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <errno.h> #include <shlib-compat.h> diff --git a/nptl/pthread_cond_init.c b/nptl/pthread_cond_init.c index 972fc48..1652b36 100644 --- a/nptl/pthread_cond_init.c +++ b/nptl/pthread_cond_init.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <shlib-compat.h> #include "pthreadP.h" diff --git a/nptl/pthread_cond_signal.c b/nptl/pthread_cond_signal.c index dec8398..ea416a0 100644 --- a/nptl/pthread_cond_signal.c +++ b/nptl/pthread_cond_signal.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <endian.h> #include <errno.h> diff --git a/nptl/pthread_cond_wait.c b/nptl/pthread_cond_wait.c index 450bf66b..bacae09 100644 --- a/nptl/pthread_cond_wait.c +++ b/nptl/pthread_cond_wait.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <endian.h> #include <errno.h> diff --git a/nptl/pthread_condattr_destroy.c b/nptl/pthread_condattr_destroy.c index 473f41c..d673382 100644 --- a/nptl/pthread_condattr_destroy.c +++ b/nptl/pthread_condattr_destroy.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include "pthreadP.h" diff --git a/nptl/pthread_condattr_getclock.c b/nptl/pthread_condattr_getclock.c index c108e3b..68d1bda 100644 --- a/nptl/pthread_condattr_getclock.c +++ b/nptl/pthread_condattr_getclock.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include "pthreadP.h" diff --git a/nptl/pthread_condattr_getpshared.c b/nptl/pthread_condattr_getpshared.c index b6febd0..e2819b3 100644 --- a/nptl/pthread_condattr_getpshared.c +++ b/nptl/pthread_condattr_getpshared.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include "pthreadP.h" diff --git a/nptl/pthread_condattr_init.c b/nptl/pthread_condattr_init.c index 30bb9fd..76d43d5 100644 --- a/nptl/pthread_condattr_init.c +++ b/nptl/pthread_condattr_init.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <string.h> #include "pthreadP.h" diff --git a/nptl/pthread_condattr_setclock.c b/nptl/pthread_condattr_setclock.c index ac91923..3b52992 100644 --- a/nptl/pthread_condattr_setclock.c +++ b/nptl/pthread_condattr_setclock.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <assert.h> #include <errno.h> diff --git a/nptl/pthread_condattr_setpshared.c b/nptl/pthread_condattr_setpshared.c index ad348ea..bcd4914 100644 --- a/nptl/pthread_condattr_setpshared.c +++ b/nptl/pthread_condattr_setpshared.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <errno.h> #include <pthreadP.h> diff --git a/nptl/pthread_create.c b/nptl/pthread_create.c index 18b7bbe..130937c 100644 --- a/nptl/pthread_create.c +++ b/nptl/pthread_create.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <ctype.h> #include <errno.h> diff --git a/nptl/pthread_detach.c b/nptl/pthread_detach.c index 1c927bc..c5e8407 100644 --- a/nptl/pthread_detach.c +++ b/nptl/pthread_detach.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <errno.h> #include "pthreadP.h" diff --git a/nptl/pthread_equal.c b/nptl/pthread_equal.c index 949fa8e..90bb89a 100644 --- a/nptl/pthread_equal.c +++ b/nptl/pthread_equal.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include "pthreadP.h" diff --git a/nptl/pthread_exit.c b/nptl/pthread_exit.c index abc9019..643c85b 100644 --- a/nptl/pthread_exit.c +++ b/nptl/pthread_exit.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <stdlib.h> #include "pthreadP.h" diff --git a/nptl/pthread_getaffinity.c b/nptl/pthread_getaffinity.c index 5ec3627..e37b639 100644 --- a/nptl/pthread_getaffinity.c +++ b/nptl/pthread_getaffinity.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <pthreadP.h> diff --git a/nptl/pthread_getattr_default_np.c b/nptl/pthread_getattr_default_np.c index 19d3c7b..fc5ed34 100644 --- a/nptl/pthread_getattr_default_np.c +++ b/nptl/pthread_getattr_default_np.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <errno.h> #include <stdlib.h> diff --git a/nptl/pthread_getattr_np.c b/nptl/pthread_getattr_np.c index 9b752e6..7c123ab 100644 --- a/nptl/pthread_getattr_np.c +++ b/nptl/pthread_getattr_np.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <assert.h> #include <errno.h> diff --git a/nptl/pthread_getconcurrency.c b/nptl/pthread_getconcurrency.c index 255e150..ab94773 100644 --- a/nptl/pthread_getconcurrency.c +++ b/nptl/pthread_getconcurrency.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include "pthreadP.h" diff --git a/nptl/pthread_getcpuclockid.c b/nptl/pthread_getcpuclockid.c index 1f9f487..6aec28c 100644 --- a/nptl/pthread_getcpuclockid.c +++ b/nptl/pthread_getcpuclockid.c @@ -13,7 +13,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; see the file COPYING.LIB. If - not, see <http://www.gnu.org/licenses/>. */ + not, see <https://www.gnu.org/licenses/>. */ #include <errno.h> #include <pthreadP.h> diff --git a/nptl/pthread_getname.c b/nptl/pthread_getname.c index a160802..f976eac 100644 --- a/nptl/pthread_getname.c +++ b/nptl/pthread_getname.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; see the file COPYING.LIB. If - not, see <http://www.gnu.org/licenses/>. */ + not, see <https://www.gnu.org/licenses/>. */ #include <errno.h> #include <pthreadP.h> diff --git a/nptl/pthread_getschedparam.c b/nptl/pthread_getschedparam.c index a436d3f..f121c1e 100644 --- a/nptl/pthread_getschedparam.c +++ b/nptl/pthread_getschedparam.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <errno.h> #include <string.h> diff --git a/nptl/pthread_getspecific.c b/nptl/pthread_getspecific.c index 3591200..42b29a9 100644 --- a/nptl/pthread_getspecific.c +++ b/nptl/pthread_getspecific.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <stdlib.h> #include "pthreadP.h" diff --git a/nptl/pthread_join.c b/nptl/pthread_join.c index 379ddc8..3523b20 100644 --- a/nptl/pthread_join.c +++ b/nptl/pthread_join.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include "pthreadP.h" diff --git a/nptl/pthread_join_common.c b/nptl/pthread_join_common.c index 5224ee2..9545ae4 100644 --- a/nptl/pthread_join_common.c +++ b/nptl/pthread_join_common.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include "pthreadP.h" #include <atomic.h> diff --git a/nptl/pthread_key_create.c b/nptl/pthread_key_create.c index 31bb30f..e0ded90 100644 --- a/nptl/pthread_key_create.c +++ b/nptl/pthread_key_create.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <errno.h> #include "pthreadP.h" diff --git a/nptl/pthread_key_delete.c b/nptl/pthread_key_delete.c index b414f65..6259832 100644 --- a/nptl/pthread_key_delete.c +++ b/nptl/pthread_key_delete.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <errno.h> #include "pthreadP.h" diff --git a/nptl/pthread_kill.c b/nptl/pthread_kill.c index 441527b..2805c72 100644 --- a/nptl/pthread_kill.c +++ b/nptl/pthread_kill.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <errno.h> #include <signal.h> diff --git a/nptl/pthread_kill_other_threads.c b/nptl/pthread_kill_other_threads.c index 4432923..15553bc 100644 --- a/nptl/pthread_kill_other_threads.c +++ b/nptl/pthread_kill_other_threads.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <shlib-compat.h> diff --git a/nptl/pthread_mutex_conf.c b/nptl/pthread_mutex_conf.c index 5310ce6..7542157 100644 --- a/nptl/pthread_mutex_conf.c +++ b/nptl/pthread_mutex_conf.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #if HAVE_TUNABLES # define TUNABLE_NAMESPACE pthread diff --git a/nptl/pthread_mutex_conf.h b/nptl/pthread_mutex_conf.h index 7fb613c..b6fb983 100644 --- a/nptl/pthread_mutex_conf.h +++ b/nptl/pthread_mutex_conf.h @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #ifndef _PTHREAD_MUTEX_CONF_H #define _PTHREAD_MUTEX_CONF_H 1 diff --git a/nptl/pthread_mutex_consistent.c b/nptl/pthread_mutex_consistent.c index 3de9dd7..0c73d39 100644 --- a/nptl/pthread_mutex_consistent.c +++ b/nptl/pthread_mutex_consistent.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <errno.h> #include <pthreadP.h> diff --git a/nptl/pthread_mutex_destroy.c b/nptl/pthread_mutex_destroy.c index 20732a3..2ba6515 100644 --- a/nptl/pthread_mutex_destroy.c +++ b/nptl/pthread_mutex_destroy.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <errno.h> #include "pthreadP.h" diff --git a/nptl/pthread_mutex_getprioceiling.c b/nptl/pthread_mutex_getprioceiling.c index 5a8c060..7e3d47d 100644 --- a/nptl/pthread_mutex_getprioceiling.c +++ b/nptl/pthread_mutex_getprioceiling.c @@ -15,7 +15,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <errno.h> #include <pthreadP.h> diff --git a/nptl/pthread_mutex_init.c b/nptl/pthread_mutex_init.c index 4d5a55c..fe4eeee 100644 --- a/nptl/pthread_mutex_init.c +++ b/nptl/pthread_mutex_init.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <assert.h> #include <errno.h> diff --git a/nptl/pthread_mutex_lock.c b/nptl/pthread_mutex_lock.c index 2673a35..0ab890d 100644 --- a/nptl/pthread_mutex_lock.c +++ b/nptl/pthread_mutex_lock.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <assert.h> #include <errno.h> diff --git a/nptl/pthread_mutex_setprioceiling.c b/nptl/pthread_mutex_setprioceiling.c index 0a97647..8c532c9 100644 --- a/nptl/pthread_mutex_setprioceiling.c +++ b/nptl/pthread_mutex_setprioceiling.c @@ -15,7 +15,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <stdbool.h> #include <errno.h> diff --git a/nptl/pthread_mutex_timedlock.c b/nptl/pthread_mutex_timedlock.c index 52c258e..a0ce044 100644 --- a/nptl/pthread_mutex_timedlock.c +++ b/nptl/pthread_mutex_timedlock.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <assert.h> #include <errno.h> diff --git a/nptl/pthread_mutex_trylock.c b/nptl/pthread_mutex_trylock.c index 3bba464..87e87c0 100644 --- a/nptl/pthread_mutex_trylock.c +++ b/nptl/pthread_mutex_trylock.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <assert.h> #include <errno.h> diff --git a/nptl/pthread_mutex_unlock.c b/nptl/pthread_mutex_unlock.c index baaa106..71038f9 100644 --- a/nptl/pthread_mutex_unlock.c +++ b/nptl/pthread_mutex_unlock.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <assert.h> #include <errno.h> diff --git a/nptl/pthread_mutexattr_destroy.c b/nptl/pthread_mutexattr_destroy.c index 7388bd5..bd63429 100644 --- a/nptl/pthread_mutexattr_destroy.c +++ b/nptl/pthread_mutexattr_destroy.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <pthreadP.h> diff --git a/nptl/pthread_mutexattr_getprioceiling.c b/nptl/pthread_mutexattr_getprioceiling.c index 14b6715..f8627ce 100644 --- a/nptl/pthread_mutexattr_getprioceiling.c +++ b/nptl/pthread_mutexattr_getprioceiling.c @@ -15,7 +15,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <pthreadP.h> #include <atomic.h> diff --git a/nptl/pthread_mutexattr_getprotocol.c b/nptl/pthread_mutexattr_getprotocol.c index 5f3dcb3..11222e1 100644 --- a/nptl/pthread_mutexattr_getprotocol.c +++ b/nptl/pthread_mutexattr_getprotocol.c @@ -15,7 +15,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <pthreadP.h> diff --git a/nptl/pthread_mutexattr_getpshared.c b/nptl/pthread_mutexattr_getpshared.c index 710d725..7187229 100644 --- a/nptl/pthread_mutexattr_getpshared.c +++ b/nptl/pthread_mutexattr_getpshared.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <pthreadP.h> diff --git a/nptl/pthread_mutexattr_getrobust.c b/nptl/pthread_mutexattr_getrobust.c index 4e06b34..736f54c 100644 --- a/nptl/pthread_mutexattr_getrobust.c +++ b/nptl/pthread_mutexattr_getrobust.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <pthreadP.h> diff --git a/nptl/pthread_mutexattr_gettype.c b/nptl/pthread_mutexattr_gettype.c index 7fb31d5..6adb2a6 100644 --- a/nptl/pthread_mutexattr_gettype.c +++ b/nptl/pthread_mutexattr_gettype.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <pthreadP.h> diff --git a/nptl/pthread_mutexattr_init.c b/nptl/pthread_mutexattr_init.c index 3fc538e..48844ad 100644 --- a/nptl/pthread_mutexattr_init.c +++ b/nptl/pthread_mutexattr_init.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <string.h> #include <pthreadP.h> diff --git a/nptl/pthread_mutexattr_setprioceiling.c b/nptl/pthread_mutexattr_setprioceiling.c index 9e46422..4288a63 100644 --- a/nptl/pthread_mutexattr_setprioceiling.c +++ b/nptl/pthread_mutexattr_setprioceiling.c @@ -15,7 +15,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <errno.h> #include <pthreadP.h> diff --git a/nptl/pthread_mutexattr_setprotocol.c b/nptl/pthread_mutexattr_setprotocol.c index 96ee9be..6c37a79 100644 --- a/nptl/pthread_mutexattr_setprotocol.c +++ b/nptl/pthread_mutexattr_setprotocol.c @@ -15,7 +15,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <errno.h> #include <pthreadP.h> diff --git a/nptl/pthread_mutexattr_setpshared.c b/nptl/pthread_mutexattr_setpshared.c index e70a833..7b24c7a 100644 --- a/nptl/pthread_mutexattr_setpshared.c +++ b/nptl/pthread_mutexattr_setpshared.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <errno.h> #include <pthreadP.h> diff --git a/nptl/pthread_mutexattr_setrobust.c b/nptl/pthread_mutexattr_setrobust.c index eb6fefc..d66919d 100644 --- a/nptl/pthread_mutexattr_setrobust.c +++ b/nptl/pthread_mutexattr_setrobust.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <errno.h> #include <pthreadP.h> diff --git a/nptl/pthread_mutexattr_settype.c b/nptl/pthread_mutexattr_settype.c index 7228c46..52a6ec0 100644 --- a/nptl/pthread_mutexattr_settype.c +++ b/nptl/pthread_mutexattr_settype.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <errno.h> #include <pthreadP.h> diff --git a/nptl/pthread_once.c b/nptl/pthread_once.c index 54edce6..6c06ccc 100644 --- a/nptl/pthread_once.c +++ b/nptl/pthread_once.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include "pthreadP.h" #include <futex-internal.h> diff --git a/nptl/pthread_rwlock_clockrdlock.c b/nptl/pthread_rwlock_clockrdlock.c index cc7657a..36e3694 100644 --- a/nptl/pthread_rwlock_clockrdlock.c +++ b/nptl/pthread_rwlock_clockrdlock.c @@ -15,7 +15,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include "pthread_rwlock_common.c" diff --git a/nptl/pthread_rwlock_clockwrlock.c b/nptl/pthread_rwlock_clockwrlock.c index 812aa891..20b08fb 100644 --- a/nptl/pthread_rwlock_clockwrlock.c +++ b/nptl/pthread_rwlock_clockwrlock.c @@ -15,7 +15,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include "pthread_rwlock_common.c" diff --git a/nptl/pthread_rwlock_common.c b/nptl/pthread_rwlock_common.c index 8db861f..7070b9c 100644 --- a/nptl/pthread_rwlock_common.c +++ b/nptl/pthread_rwlock_common.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <errno.h> #include <sysdep.h> diff --git a/nptl/pthread_rwlock_destroy.c b/nptl/pthread_rwlock_destroy.c index 5dae7c0..a14f663 100644 --- a/nptl/pthread_rwlock_destroy.c +++ b/nptl/pthread_rwlock_destroy.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include "pthreadP.h" #include <stap-probe.h> diff --git a/nptl/pthread_rwlock_init.c b/nptl/pthread_rwlock_init.c index e740431..04f0d40 100644 --- a/nptl/pthread_rwlock_init.c +++ b/nptl/pthread_rwlock_init.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include "pthreadP.h" #include <string.h> diff --git a/nptl/pthread_rwlock_rdlock.c b/nptl/pthread_rwlock_rdlock.c index 387c824..55de1de 100644 --- a/nptl/pthread_rwlock_rdlock.c +++ b/nptl/pthread_rwlock_rdlock.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include "pthread_rwlock_common.c" diff --git a/nptl/pthread_rwlock_timedrdlock.c b/nptl/pthread_rwlock_timedrdlock.c index 8f8e680..0becb33 100644 --- a/nptl/pthread_rwlock_timedrdlock.c +++ b/nptl/pthread_rwlock_timedrdlock.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include "pthread_rwlock_common.c" diff --git a/nptl/pthread_rwlock_timedwrlock.c b/nptl/pthread_rwlock_timedwrlock.c index a5616de..ac116b7 100644 --- a/nptl/pthread_rwlock_timedwrlock.c +++ b/nptl/pthread_rwlock_timedwrlock.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include "pthread_rwlock_common.c" diff --git a/nptl/pthread_rwlock_tryrdlock.c b/nptl/pthread_rwlock_tryrdlock.c index 2f94f17..8044b2c 100644 --- a/nptl/pthread_rwlock_tryrdlock.c +++ b/nptl/pthread_rwlock_tryrdlock.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <errno.h> #include "pthreadP.h" diff --git a/nptl/pthread_rwlock_trywrlock.c b/nptl/pthread_rwlock_trywrlock.c index fae475c..624cf83 100644 --- a/nptl/pthread_rwlock_trywrlock.c +++ b/nptl/pthread_rwlock_trywrlock.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <errno.h> #include "pthreadP.h" diff --git a/nptl/pthread_rwlock_unlock.c b/nptl/pthread_rwlock_unlock.c index b8c8f20..afb6b63 100644 --- a/nptl/pthread_rwlock_unlock.c +++ b/nptl/pthread_rwlock_unlock.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <errno.h> #include <sysdep.h> diff --git a/nptl/pthread_rwlock_wrlock.c b/nptl/pthread_rwlock_wrlock.c index da246d8..fc1badc 100644 --- a/nptl/pthread_rwlock_wrlock.c +++ b/nptl/pthread_rwlock_wrlock.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include "pthread_rwlock_common.c" diff --git a/nptl/pthread_rwlockattr_destroy.c b/nptl/pthread_rwlockattr_destroy.c index 73a3128..19801ad 100644 --- a/nptl/pthread_rwlockattr_destroy.c +++ b/nptl/pthread_rwlockattr_destroy.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include "pthreadP.h" diff --git a/nptl/pthread_rwlockattr_getkind_np.c b/nptl/pthread_rwlockattr_getkind_np.c index 959f475..ca71956 100644 --- a/nptl/pthread_rwlockattr_getkind_np.c +++ b/nptl/pthread_rwlockattr_getkind_np.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include "pthreadP.h" diff --git a/nptl/pthread_rwlockattr_getpshared.c b/nptl/pthread_rwlockattr_getpshared.c index c6e1580..f14d07f 100644 --- a/nptl/pthread_rwlockattr_getpshared.c +++ b/nptl/pthread_rwlockattr_getpshared.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include "pthreadP.h" diff --git a/nptl/pthread_rwlockattr_init.c b/nptl/pthread_rwlockattr_init.c index d62f7c5..6890485 100644 --- a/nptl/pthread_rwlockattr_init.c +++ b/nptl/pthread_rwlockattr_init.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include "pthreadP.h" diff --git a/nptl/pthread_rwlockattr_setkind_np.c b/nptl/pthread_rwlockattr_setkind_np.c index 52e5a3b..6d1a05f 100644 --- a/nptl/pthread_rwlockattr_setkind_np.c +++ b/nptl/pthread_rwlockattr_setkind_np.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <errno.h> #include "pthreadP.h" diff --git a/nptl/pthread_rwlockattr_setpshared.c b/nptl/pthread_rwlockattr_setpshared.c index d856201..4f90ca3 100644 --- a/nptl/pthread_rwlockattr_setpshared.c +++ b/nptl/pthread_rwlockattr_setpshared.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <errno.h> #include "pthreadP.h" diff --git a/nptl/pthread_self.c b/nptl/pthread_self.c index c0b27d9..1a68cae 100644 --- a/nptl/pthread_self.c +++ b/nptl/pthread_self.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include "pthreadP.h" #include <tls.h> diff --git a/nptl/pthread_setaffinity.c b/nptl/pthread_setaffinity.c index 829af35..68a2c09 100644 --- a/nptl/pthread_setaffinity.c +++ b/nptl/pthread_setaffinity.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <pthreadP.h> diff --git a/nptl/pthread_setattr_default_np.c b/nptl/pthread_setattr_default_np.c index 6b2a038..39d3eda 100644 --- a/nptl/pthread_setattr_default_np.c +++ b/nptl/pthread_setattr_default_np.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <errno.h> #include <stdlib.h> diff --git a/nptl/pthread_setcancelstate.c b/nptl/pthread_setcancelstate.c index c69fc24..e5b6f99 100644 --- a/nptl/pthread_setcancelstate.c +++ b/nptl/pthread_setcancelstate.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <errno.h> #include "pthreadP.h" diff --git a/nptl/pthread_setcanceltype.c b/nptl/pthread_setcanceltype.c index 126bfd8..d771c31 100644 --- a/nptl/pthread_setcanceltype.c +++ b/nptl/pthread_setcanceltype.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <errno.h> #include "pthreadP.h" diff --git a/nptl/pthread_setconcurrency.c b/nptl/pthread_setconcurrency.c index e9bac4d..afae1a1 100644 --- a/nptl/pthread_setconcurrency.c +++ b/nptl/pthread_setconcurrency.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <errno.h> #include "pthreadP.h" diff --git a/nptl/pthread_setname.c b/nptl/pthread_setname.c index a9a6ef3..43e6bd9 100644 --- a/nptl/pthread_setname.c +++ b/nptl/pthread_setname.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; see the file COPYING.LIB. If - not, see <http://www.gnu.org/licenses/>. */ + not, see <https://www.gnu.org/licenses/>. */ #include <errno.h> #include <pthreadP.h> diff --git a/nptl/pthread_setschedparam.c b/nptl/pthread_setschedparam.c index 77d077a..663ece8 100644 --- a/nptl/pthread_setschedparam.c +++ b/nptl/pthread_setschedparam.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <errno.h> #include <sched.h> diff --git a/nptl/pthread_setschedprio.c b/nptl/pthread_setschedprio.c index bd61856..9f21c69 100644 --- a/nptl/pthread_setschedprio.c +++ b/nptl/pthread_setschedprio.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <errno.h> #include <sched.h> diff --git a/nptl/pthread_setspecific.c b/nptl/pthread_setspecific.c index fcdd9f1..da6daf9 100644 --- a/nptl/pthread_setspecific.c +++ b/nptl/pthread_setspecific.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <errno.h> #include <stdlib.h> diff --git a/nptl/pthread_sigmask.c b/nptl/pthread_sigmask.c index f6ef772..c8df527 100644 --- a/nptl/pthread_sigmask.c +++ b/nptl/pthread_sigmask.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <errno.h> #include <signal.h> diff --git a/nptl/pthread_sigqueue.c b/nptl/pthread_sigqueue.c index 221acdc..2af22d0 100644 --- a/nptl/pthread_sigqueue.c +++ b/nptl/pthread_sigqueue.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <errno.h> #include <signal.h> diff --git a/nptl/pthread_spin_destroy.c b/nptl/pthread_spin_destroy.c index cb79a6f..b7659bc 100644 --- a/nptl/pthread_spin_destroy.c +++ b/nptl/pthread_spin_destroy.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include "pthreadP.h" diff --git a/nptl/pthread_spin_init.c b/nptl/pthread_spin_init.c index c563eff..a140253 100644 --- a/nptl/pthread_spin_init.c +++ b/nptl/pthread_spin_init.c @@ -15,7 +15,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include "pthreadP.h" diff --git a/nptl/pthread_spin_lock.c b/nptl/pthread_spin_lock.c index c9b2f25..e207a9d 100644 --- a/nptl/pthread_spin_lock.c +++ b/nptl/pthread_spin_lock.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <atomic.h> #include "pthreadP.h" diff --git a/nptl/pthread_spin_trylock.c b/nptl/pthread_spin_trylock.c index fc30319..f22648f 100644 --- a/nptl/pthread_spin_trylock.c +++ b/nptl/pthread_spin_trylock.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <errno.h> #include <atomic.h> diff --git a/nptl/pthread_spin_unlock.c b/nptl/pthread_spin_unlock.c index b52bf41..76fef6f 100644 --- a/nptl/pthread_spin_unlock.c +++ b/nptl/pthread_spin_unlock.c @@ -15,7 +15,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include "pthreadP.h" #include <atomic.h> diff --git a/nptl/pthread_testcancel.c b/nptl/pthread_testcancel.c index 7bea1d7..84d966c 100644 --- a/nptl/pthread_testcancel.c +++ b/nptl/pthread_testcancel.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <stdlib.h> #include "pthreadP.h" diff --git a/nptl/pthread_timedjoin.c b/nptl/pthread_timedjoin.c index 323c0ff..bb48a1e 100644 --- a/nptl/pthread_timedjoin.c +++ b/nptl/pthread_timedjoin.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include "pthreadP.h" diff --git a/nptl/pthread_tryjoin.c b/nptl/pthread_tryjoin.c index 7dbf228..28e765b 100644 --- a/nptl/pthread_tryjoin.c +++ b/nptl/pthread_tryjoin.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include "pthreadP.h" diff --git a/nptl/pthread_yield.c b/nptl/pthread_yield.c index 6e6016a..5682ce9 100644 --- a/nptl/pthread_yield.c +++ b/nptl/pthread_yield.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <pthread.h> #include <sched.h> diff --git a/nptl/register-atfork.c b/nptl/register-atfork.c index 80a1bec..1758f34 100644 --- a/nptl/register-atfork.c +++ b/nptl/register-atfork.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <errno.h> #include <stdlib.h> @@ -13,7 +13,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <features.h> #include <resolv.h> diff --git a/nptl/sem_clockwait.c b/nptl/sem_clockwait.c index 23a6c08..9ed98c4 100644 --- a/nptl/sem_clockwait.c +++ b/nptl/sem_clockwait.c @@ -16,7 +16,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include "sem_waitcommon.c" diff --git a/nptl/sem_close.c b/nptl/sem_close.c index 8941f11..a7514e5 100644 --- a/nptl/sem_close.c +++ b/nptl/sem_close.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <errno.h> #include <search.h> diff --git a/nptl/sem_destroy.c b/nptl/sem_destroy.c index 07d60ce..c2d9fc4 100644 --- a/nptl/sem_destroy.c +++ b/nptl/sem_destroy.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <semaphore.h> #include <shlib-compat.h> diff --git a/nptl/sem_getvalue.c b/nptl/sem_getvalue.c index d33993d..0e2150d 100644 --- a/nptl/sem_getvalue.c +++ b/nptl/sem_getvalue.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <semaphore.h> #include <shlib-compat.h> diff --git a/nptl/sem_init.c b/nptl/sem_init.c index 5fce527..cf8b1c8 100644 --- a/nptl/sem_init.c +++ b/nptl/sem_init.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <errno.h> #include <semaphore.h> diff --git a/nptl/sem_open.c b/nptl/sem_open.c index 3442e26..85802c8 100644 --- a/nptl/sem_open.c +++ b/nptl/sem_open.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <errno.h> #include <fcntl.h> diff --git a/nptl/sem_post.c b/nptl/sem_post.c index f48ca98..cc8232c 100644 --- a/nptl/sem_post.c +++ b/nptl/sem_post.c @@ -15,7 +15,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <atomic.h> #include <errno.h> diff --git a/nptl/sem_timedwait.c b/nptl/sem_timedwait.c index 0918d8b..fbb50a5 100644 --- a/nptl/sem_timedwait.c +++ b/nptl/sem_timedwait.c @@ -15,7 +15,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include "sem_waitcommon.c" diff --git a/nptl/sem_unlink.c b/nptl/sem_unlink.c index 825ed5f..60fe984 100644 --- a/nptl/sem_unlink.c +++ b/nptl/sem_unlink.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <errno.h> #include <semaphore.h> diff --git a/nptl/sem_wait.c b/nptl/sem_wait.c index 20a8b9d..8420719 100644 --- a/nptl/sem_wait.c +++ b/nptl/sem_wait.c @@ -15,7 +15,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <lowlevellock.h> /* lll_futex* used by the old code. */ #include "sem_waitcommon.c" diff --git a/nptl/sem_waitcommon.c b/nptl/sem_waitcommon.c index cad56e9..af81c6f 100644 --- a/nptl/sem_waitcommon.c +++ b/nptl/sem_waitcommon.c @@ -15,7 +15,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <kernel-features.h> #include <errno.h> diff --git a/nptl/semaphoreP.h b/nptl/semaphoreP.h index 41149a3..15d3444 100644 --- a/nptl/semaphoreP.h +++ b/nptl/semaphoreP.h @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <semaphore.h> #include "pthreadP.h" diff --git a/nptl/sigaction.c b/nptl/sigaction.c index 3c0438e..3e89df6 100644 --- a/nptl/sigaction.c +++ b/nptl/sigaction.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <internal-signals.h> @@ -14,7 +14,7 @@ You should have received a copy of the GNU Library General Public License along with the GNU C Library; see the file COPYING.LIB. If - not, see <http://www.gnu.org/licenses/>. */ + not, see <https://www.gnu.org/licenses/>. */ /* Test whether the machine has more than one processor. This is not the best test but good enough. More complicated tests would require `malloc' diff --git a/nptl/stack-aliasing.h b/nptl/stack-aliasing.h index b447778..31cdf03 100644 --- a/nptl/stack-aliasing.h +++ b/nptl/stack-aliasing.h @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ /* This is a number of bytes that is an alignment that should be avoided when choosing the exact size of a new thread's stack. If the size diff --git a/nptl/test-cond-printers.c b/nptl/test-cond-printers.c index 6c36642..fd48a73 100644 --- a/nptl/test-cond-printers.c +++ b/nptl/test-cond-printers.c @@ -15,7 +15,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ /* Keep the calls to the pthread_* functions on separate lines to make it easy to advance through the program using the gdb 'next' command. */ diff --git a/nptl/test-cond-printers.py b/nptl/test-cond-printers.py index ffba65a..053ec48 100644 --- a/nptl/test-cond-printers.py +++ b/nptl/test-cond-printers.py @@ -15,7 +15,7 @@ # # You should have received a copy of the GNU Lesser General Public # License along with the GNU C Library; if not, see -# <http://www.gnu.org/licenses/>. +# <https://www.gnu.org/licenses/>. import sys diff --git a/nptl/test-condattr-printers.c b/nptl/test-condattr-printers.c index 9f4f171..7d7c88f 100644 --- a/nptl/test-condattr-printers.c +++ b/nptl/test-condattr-printers.c @@ -16,7 +16,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ /* Keep the calls to the pthread_* functions on separate lines to make it easy to advance through the program using the gdb 'next' command. */ diff --git a/nptl/test-condattr-printers.py b/nptl/test-condattr-printers.py index 6f710e8..ac31df7 100644 --- a/nptl/test-condattr-printers.py +++ b/nptl/test-condattr-printers.py @@ -16,7 +16,7 @@ # # You should have received a copy of the GNU Lesser General Public # License along with the GNU C Library; if not, see -# <http://www.gnu.org/licenses/>. +# <https://www.gnu.org/licenses/>. import sys diff --git a/nptl/test-mutex-printers.c b/nptl/test-mutex-printers.c index ccd44db..40726e6 100644 --- a/nptl/test-mutex-printers.c +++ b/nptl/test-mutex-printers.c @@ -15,7 +15,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ /* Keep the calls to the pthread_* functions on separate lines to make it easy to advance through the program using the gdb 'next' command. */ diff --git a/nptl/test-mutex-printers.py b/nptl/test-mutex-printers.py index 30b8e90..09c5546 100644 --- a/nptl/test-mutex-printers.py +++ b/nptl/test-mutex-printers.py @@ -15,7 +15,7 @@ # # You should have received a copy of the GNU Lesser General Public # License along with the GNU C Library; if not, see -# <http://www.gnu.org/licenses/>. +# <https://www.gnu.org/licenses/>. import sys diff --git a/nptl/test-mutexattr-printers.c b/nptl/test-mutexattr-printers.c index b0212f5..79e5b21 100644 --- a/nptl/test-mutexattr-printers.c +++ b/nptl/test-mutexattr-printers.c @@ -16,7 +16,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ /* Keep the calls to the pthread_* functions on separate lines to make it easy to advance through the program using the gdb 'next' command. */ diff --git a/nptl/test-mutexattr-printers.py b/nptl/test-mutexattr-printers.py index 228b26e..211818c 100644 --- a/nptl/test-mutexattr-printers.py +++ b/nptl/test-mutexattr-printers.py @@ -15,7 +15,7 @@ # # You should have received a copy of the GNU Lesser General Public # License along with the GNU C Library; if not, see -# <http://www.gnu.org/licenses/>. +# <https://www.gnu.org/licenses/>. import sys diff --git a/nptl/test-rwlock-printers.c b/nptl/test-rwlock-printers.c index a64dd59..fe973e1 100644 --- a/nptl/test-rwlock-printers.c +++ b/nptl/test-rwlock-printers.c @@ -15,7 +15,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ /* Keep the calls to the pthread_* functions on separate lines to make it easy to advance through the program using the gdb 'next' command. */ diff --git a/nptl/test-rwlock-printers.py b/nptl/test-rwlock-printers.py index 8366d91..89a8ea8 100644 --- a/nptl/test-rwlock-printers.py +++ b/nptl/test-rwlock-printers.py @@ -15,7 +15,7 @@ # # You should have received a copy of the GNU Lesser General Public # License along with the GNU C Library; if not, see -# <http://www.gnu.org/licenses/>. +# <https://www.gnu.org/licenses/>. import sys diff --git a/nptl/test-rwlockattr-printers.c b/nptl/test-rwlockattr-printers.c index 9a11b8d..51b9304 100644 --- a/nptl/test-rwlockattr-printers.c +++ b/nptl/test-rwlockattr-printers.c @@ -16,7 +16,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ /* Keep the calls to the pthread_* functions on separate lines to make it easy to advance through the program using the gdb 'next' command. */ diff --git a/nptl/test-rwlockattr-printers.py b/nptl/test-rwlockattr-printers.py index 7999076..cb8d92a 100644 --- a/nptl/test-rwlockattr-printers.py +++ b/nptl/test-rwlockattr-printers.py @@ -15,7 +15,7 @@ # # You should have received a copy of the GNU Lesser General Public # License along with the GNU C Library; if not, see -# <http://www.gnu.org/licenses/>. +# <https://www.gnu.org/licenses/>. import sys diff --git a/nptl/thrd_create.c b/nptl/thrd_create.c index 2547bb2..9443dd6 100644 --- a/nptl/thrd_create.c +++ b/nptl/thrd_create.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include "thrd_priv.h" diff --git a/nptl/thrd_current.c b/nptl/thrd_current.c index 9a370ca..12c54bf 100644 --- a/nptl/thrd_current.c +++ b/nptl/thrd_current.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include "thrd_priv.h" diff --git a/nptl/thrd_detach.c b/nptl/thrd_detach.c index dea4f9d..2cfbfab 100644 --- a/nptl/thrd_detach.c +++ b/nptl/thrd_detach.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include "thrd_priv.h" diff --git a/nptl/thrd_equal.c b/nptl/thrd_equal.c index db977fb..8d11d70 100644 --- a/nptl/thrd_equal.c +++ b/nptl/thrd_equal.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include "thrd_priv.h" diff --git a/nptl/thrd_exit.c b/nptl/thrd_exit.c index 5f09538..a768284 100644 --- a/nptl/thrd_exit.c +++ b/nptl/thrd_exit.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include "thrd_priv.h" diff --git a/nptl/thrd_join.c b/nptl/thrd_join.c index b3df2363..497d0d2 100644 --- a/nptl/thrd_join.c +++ b/nptl/thrd_join.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include "thrd_priv.h" diff --git a/nptl/thrd_priv.h b/nptl/thrd_priv.h index f3012a2..fa67fb9 100644 --- a/nptl/thrd_priv.h +++ b/nptl/thrd_priv.h @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #ifndef THRD_PRIV_H # define THRD_PRIV_H diff --git a/nptl/thrd_sleep.c b/nptl/thrd_sleep.c index 07a5180..2e185dd 100644 --- a/nptl/thrd_sleep.c +++ b/nptl/thrd_sleep.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <time.h> #include <sysdep-cancel.h> diff --git a/nptl/thrd_yield.c b/nptl/thrd_yield.c index 0177f90..d1cebdf 100644 --- a/nptl/thrd_yield.c +++ b/nptl/thrd_yield.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include "thrd_priv.h" @@ -15,7 +15,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <assert.h> #include <atomic.h> diff --git a/nptl/tss_create.c b/nptl/tss_create.c index f86b2e7..2842332 100644 --- a/nptl/tss_create.c +++ b/nptl/tss_create.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include "thrd_priv.h" diff --git a/nptl/tss_delete.c b/nptl/tss_delete.c index 5f6ff21..0af8724 100644 --- a/nptl/tss_delete.c +++ b/nptl/tss_delete.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include "thrd_priv.h" diff --git a/nptl/tss_get.c b/nptl/tss_get.c index 8840aa6..5c297e4 100644 --- a/nptl/tss_get.c +++ b/nptl/tss_get.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include "thrd_priv.h" diff --git a/nptl/tss_set.c b/nptl/tss_set.c index 0691964..9d73df7 100644 --- a/nptl/tss_set.c +++ b/nptl/tss_set.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include "thrd_priv.h" diff --git a/nptl/tst-_res1.c b/nptl/tst-_res1.c index 17f5be7..e7febef 100644 --- a/nptl/tst-_res1.c +++ b/nptl/tst-_res1.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ /* Test whether _res in glibc 2.1.x and earlier (before __res_state() was introduced) works. Portable programs should never do the diff --git a/nptl/tst-_res1mod1.c b/nptl/tst-_res1mod1.c index d348ee5..93af217 100644 --- a/nptl/tst-_res1mod1.c +++ b/nptl/tst-_res1mod1.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <resolv.h> #undef _res diff --git a/nptl/tst-abstime.c b/nptl/tst-abstime.c index 30dea4d..3c97c11 100644 --- a/nptl/tst-abstime.c +++ b/nptl/tst-abstime.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <errno.h> #include <pthread.h> diff --git a/nptl/tst-align.c b/nptl/tst-align.c index 06cfc57..f262ca8 100644 --- a/nptl/tst-align.c +++ b/nptl/tst-align.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <pthread.h> #include <stdbool.h> diff --git a/nptl/tst-align3.c b/nptl/tst-align3.c index ab1f264..c3e7cd8 100644 --- a/nptl/tst-align3.c +++ b/nptl/tst-align3.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <pthread.h> #include <stdbool.h> diff --git a/nptl/tst-atfork1.c b/nptl/tst-atfork1.c index a8a9d6a..5d5c40d 100644 --- a/nptl/tst-atfork1.c +++ b/nptl/tst-atfork1.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <errno.h> #include <pthread.h> diff --git a/nptl/tst-atfork2.c b/nptl/tst-atfork2.c index 85d948a..f20adbc 100644 --- a/nptl/tst-atfork2.c +++ b/nptl/tst-atfork2.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <dlfcn.h> #include <errno.h> diff --git a/nptl/tst-atfork2mod.c b/nptl/tst-atfork2mod.c index c67151b..6c781f4 100644 --- a/nptl/tst-atfork2mod.c +++ b/nptl/tst-atfork2mod.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <pthread.h> #include <stdio.h> diff --git a/nptl/tst-attr1.c b/nptl/tst-attr1.c index 8405d93..2c6f615 100644 --- a/nptl/tst-attr1.c +++ b/nptl/tst-attr1.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <errno.h> #include <pthread.h> diff --git a/nptl/tst-attr2.c b/nptl/tst-attr2.c index d5c2352..3065130 100644 --- a/nptl/tst-attr2.c +++ b/nptl/tst-attr2.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <errno.h> #include <pthread.h> diff --git a/nptl/tst-attr3.c b/nptl/tst-attr3.c index c38828b..e5d36ba 100644 --- a/nptl/tst-attr3.c +++ b/nptl/tst-attr3.c @@ -15,7 +15,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <errno.h> #include <error.h> diff --git a/nptl/tst-audit-threads-mod1.c b/nptl/tst-audit-threads-mod1.c index 45a0a3a..4eae03a 100644 --- a/nptl/tst-audit-threads-mod1.c +++ b/nptl/tst-audit-threads-mod1.c @@ -15,7 +15,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <elf.h> #include <link.h> diff --git a/nptl/tst-audit-threads-mod2.c b/nptl/tst-audit-threads-mod2.c index 1429e95..95a8e76 100644 --- a/nptl/tst-audit-threads-mod2.c +++ b/nptl/tst-audit-threads-mod2.c @@ -15,7 +15,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ /* Define all the retNumN functions in a library. */ #define definenum diff --git a/nptl/tst-audit-threads.c b/nptl/tst-audit-threads.c index 5846248..f138656 100644 --- a/nptl/tst-audit-threads.c +++ b/nptl/tst-audit-threads.c @@ -15,7 +15,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ /* This test uses a dummy LD_AUDIT library (test-audit-threads-mod1) and a library with a huge number of functions in order to validate lazy symbol diff --git a/nptl/tst-audit-threads.h b/nptl/tst-audit-threads.h index b2b54cd..81885d7 100644 --- a/nptl/tst-audit-threads.h +++ b/nptl/tst-audit-threads.h @@ -15,7 +15,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ /* We use this helper to create a large number of functions, all of which will be resolved lazily and thus have their PLT updated. diff --git a/nptl/tst-backtrace1.c b/nptl/tst-backtrace1.c index 6d25bac..4e3f10b 100644 --- a/nptl/tst-backtrace1.c +++ b/nptl/tst-backtrace1.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <execinfo.h> #include <pthread.h> diff --git a/nptl/tst-bad-schedattr.c b/nptl/tst-bad-schedattr.c index 1d6743b..e6b72a1 100644 --- a/nptl/tst-bad-schedattr.c +++ b/nptl/tst-bad-schedattr.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <assert.h> #include <errno.h> diff --git a/nptl/tst-barrier1.c b/nptl/tst-barrier1.c index 86ed90b..944ca4b 100644 --- a/nptl/tst-barrier1.c +++ b/nptl/tst-barrier1.c @@ -15,7 +15,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <errno.h> #include <pthread.h> diff --git a/nptl/tst-barrier2.c b/nptl/tst-barrier2.c index f460d24..eb06db2 100644 --- a/nptl/tst-barrier2.c +++ b/nptl/tst-barrier2.c @@ -15,7 +15,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <errno.h> #include <pthread.h> diff --git a/nptl/tst-barrier3.c b/nptl/tst-barrier3.c index cc2c715..49b9cc6 100644 --- a/nptl/tst-barrier3.c +++ b/nptl/tst-barrier3.c @@ -15,7 +15,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <pthread.h> #include <stdio.h> diff --git a/nptl/tst-barrier4.c b/nptl/tst-barrier4.c index f072556..1fc952b 100644 --- a/nptl/tst-barrier4.c +++ b/nptl/tst-barrier4.c @@ -15,7 +15,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <errno.h> #include <pthread.h> diff --git a/nptl/tst-barrier5.c b/nptl/tst-barrier5.c index e357071..5994e68 100644 --- a/nptl/tst-barrier5.c +++ b/nptl/tst-barrier5.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <errno.h> #include <pthread.h> diff --git a/nptl/tst-basic1.c b/nptl/tst-basic1.c index 44a0a1d..960d8b3 100644 --- a/nptl/tst-basic1.c +++ b/nptl/tst-basic1.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <pthread.h> #include <stdio.h> diff --git a/nptl/tst-basic2.c b/nptl/tst-basic2.c index 2268a83..081ef32 100644 --- a/nptl/tst-basic2.c +++ b/nptl/tst-basic2.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <pthread.h> #include <stdio.h> diff --git a/nptl/tst-basic3.c b/nptl/tst-basic3.c index 97c9b95..b0661b8 100644 --- a/nptl/tst-basic3.c +++ b/nptl/tst-basic3.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <pthread.h> #include <signal.h> diff --git a/nptl/tst-basic4.c b/nptl/tst-basic4.c index ef7fdf2..0453734 100644 --- a/nptl/tst-basic4.c +++ b/nptl/tst-basic4.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <errno.h> #include <pthread.h> diff --git a/nptl/tst-basic5.c b/nptl/tst-basic5.c index f94650e..e74a451 100644 --- a/nptl/tst-basic5.c +++ b/nptl/tst-basic5.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <errno.h> #include <pthread.h> diff --git a/nptl/tst-basic6.c b/nptl/tst-basic6.c index a7c2bf3..aedc1c4 100644 --- a/nptl/tst-basic6.c +++ b/nptl/tst-basic6.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <pthread.h> #include <stdio.h> diff --git a/nptl/tst-call-once.c b/nptl/tst-call-once.c index 71ffa60..d505763 100644 --- a/nptl/tst-call-once.c +++ b/nptl/tst-call-once.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <threads.h> #include <stdio.h> diff --git a/nptl/tst-cancel-self-cancelstate.c b/nptl/tst-cancel-self-cancelstate.c index f627a15..3d99202 100644 --- a/nptl/tst-cancel-self-cancelstate.c +++ b/nptl/tst-cancel-self-cancelstate.c @@ -13,7 +13,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <pthread.h> #include <stdio.h> diff --git a/nptl/tst-cancel-self-canceltype.c b/nptl/tst-cancel-self-canceltype.c index dcc8f9b..299589e 100644 --- a/nptl/tst-cancel-self-canceltype.c +++ b/nptl/tst-cancel-self-canceltype.c @@ -13,7 +13,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <pthread.h> #include <stdio.h> diff --git a/nptl/tst-cancel-self-cleanup.c b/nptl/tst-cancel-self-cleanup.c index 1fcf5e9..e14a7db 100644 --- a/nptl/tst-cancel-self-cleanup.c +++ b/nptl/tst-cancel-self-cleanup.c @@ -13,7 +13,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ static void cleanup (void *cleanup_should_fail) diff --git a/nptl/tst-cancel-self-testcancel.c b/nptl/tst-cancel-self-testcancel.c index 1cd44c5..9a8daf8 100644 --- a/nptl/tst-cancel-self-testcancel.c +++ b/nptl/tst-cancel-self-testcancel.c @@ -13,7 +13,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <pthread.h> #include <stdio.h> diff --git a/nptl/tst-cancel-self.c b/nptl/tst-cancel-self.c index dceeb3b..09068cc 100644 --- a/nptl/tst-cancel-self.c +++ b/nptl/tst-cancel-self.c @@ -13,7 +13,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <pthread.h> #include <stdio.h> diff --git a/nptl/tst-cancel1.c b/nptl/tst-cancel1.c index 1b3314e..9839a91 100644 --- a/nptl/tst-cancel1.c +++ b/nptl/tst-cancel1.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <pthread.h> #include <signal.h> diff --git a/nptl/tst-cancel10.c b/nptl/tst-cancel10.c index e28821e..7c6b9ea 100644 --- a/nptl/tst-cancel10.c +++ b/nptl/tst-cancel10.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <pthread.h> #include <stdio.h> diff --git a/nptl/tst-cancel11.c b/nptl/tst-cancel11.c index 3bc7c34..a22c9cf 100644 --- a/nptl/tst-cancel11.c +++ b/nptl/tst-cancel11.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <errno.h> #include <pthread.h> diff --git a/nptl/tst-cancel12.c b/nptl/tst-cancel12.c index bf94aa4..9ea185a 100644 --- a/nptl/tst-cancel12.c +++ b/nptl/tst-cancel12.c @@ -15,7 +15,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <errno.h> #include <pthread.h> diff --git a/nptl/tst-cancel13.c b/nptl/tst-cancel13.c index 0acb5c7..7b211b9 100644 --- a/nptl/tst-cancel13.c +++ b/nptl/tst-cancel13.c @@ -15,7 +15,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <errno.h> #include <pthread.h> diff --git a/nptl/tst-cancel14.c b/nptl/tst-cancel14.c index e8f8a46..d4ed83d 100644 --- a/nptl/tst-cancel14.c +++ b/nptl/tst-cancel14.c @@ -15,7 +15,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <errno.h> #include <pthread.h> diff --git a/nptl/tst-cancel15.c b/nptl/tst-cancel15.c index b33a33b..747a245 100644 --- a/nptl/tst-cancel15.c +++ b/nptl/tst-cancel15.c @@ -15,7 +15,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <errno.h> #include <pthread.h> diff --git a/nptl/tst-cancel16.c b/nptl/tst-cancel16.c index eb64c14..80561b1 100644 --- a/nptl/tst-cancel16.c +++ b/nptl/tst-cancel16.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <errno.h> #include <pthread.h> diff --git a/nptl/tst-cancel17.c b/nptl/tst-cancel17.c index 391cd67..aa01404 100644 --- a/nptl/tst-cancel17.c +++ b/nptl/tst-cancel17.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <aio.h> #include <errno.h> diff --git a/nptl/tst-cancel18.c b/nptl/tst-cancel18.c index 060401b..5015efd 100644 --- a/nptl/tst-cancel18.c +++ b/nptl/tst-cancel18.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <errno.h> #include <pthread.h> diff --git a/nptl/tst-cancel19.c b/nptl/tst-cancel19.c index 049bd07..d585bbd 100644 --- a/nptl/tst-cancel19.c +++ b/nptl/tst-cancel19.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <errno.h> #include <error.h> diff --git a/nptl/tst-cancel2.c b/nptl/tst-cancel2.c index 1f0429d..b22bd49 100644 --- a/nptl/tst-cancel2.c +++ b/nptl/tst-cancel2.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <pthread.h> #include <signal.h> diff --git a/nptl/tst-cancel20.c b/nptl/tst-cancel20.c index 8ff8e91..96dfb71 100644 --- a/nptl/tst-cancel20.c +++ b/nptl/tst-cancel20.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <errno.h> #include <pthread.h> diff --git a/nptl/tst-cancel21.c b/nptl/tst-cancel21.c index b6c47ce..361510b 100644 --- a/nptl/tst-cancel21.c +++ b/nptl/tst-cancel21.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <errno.h> #include <pthread.h> diff --git a/nptl/tst-cancel22.c b/nptl/tst-cancel22.c index e0d4db8..3a5cca0 100644 --- a/nptl/tst-cancel22.c +++ b/nptl/tst-cancel22.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <errno.h> #include <pthread.h> diff --git a/nptl/tst-cancel26.c b/nptl/tst-cancel26.c index 1a55963..a47a083 100644 --- a/nptl/tst-cancel26.c +++ b/nptl/tst-cancel26.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <errno.h> #include <pthread.h> diff --git a/nptl/tst-cancel27.c b/nptl/tst-cancel27.c index 9c3491f..8e05fcf 100644 --- a/nptl/tst-cancel27.c +++ b/nptl/tst-cancel27.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ /* Similar to tst-cancel26.c but with pthread cancel state set to PTHREAD_CANCEL_DISABLE. */ diff --git a/nptl/tst-cancel3.c b/nptl/tst-cancel3.c index cf46ee6..ea595ba 100644 --- a/nptl/tst-cancel3.c +++ b/nptl/tst-cancel3.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <pthread.h> #include <signal.h> diff --git a/nptl/tst-cancel4-common.c b/nptl/tst-cancel4-common.c index 1c90dae..0dea00c 100644 --- a/nptl/tst-cancel4-common.c +++ b/nptl/tst-cancel4-common.c @@ -15,7 +15,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ static int do_test (void) diff --git a/nptl/tst-cancel4-common.h b/nptl/tst-cancel4-common.h index 18702fb..6a84f29 100644 --- a/nptl/tst-cancel4-common.h +++ b/nptl/tst-cancel4-common.h @@ -15,7 +15,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <pthread.h> diff --git a/nptl/tst-cancel4.c b/nptl/tst-cancel4.c index 60a965d..d8b2fbc 100644 --- a/nptl/tst-cancel4.c +++ b/nptl/tst-cancel4.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ /* NOTE: this tests functionality beyond POSIX. POSIX does not allow exit to be called more than once. */ diff --git a/nptl/tst-cancel4_1.c b/nptl/tst-cancel4_1.c index de06f42..10ae58e 100644 --- a/nptl/tst-cancel4_1.c +++ b/nptl/tst-cancel4_1.c @@ -15,7 +15,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <stdio.h> #include <stddef.h> diff --git a/nptl/tst-cancel4_2.c b/nptl/tst-cancel4_2.c index 4587cbb..c334e6d 100644 --- a/nptl/tst-cancel4_2.c +++ b/nptl/tst-cancel4_2.c @@ -15,7 +15,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <stdio.h> #include <stddef.h> diff --git a/nptl/tst-cancel6.c b/nptl/tst-cancel6.c index dcc9da5..19e0ea0 100644 --- a/nptl/tst-cancel6.c +++ b/nptl/tst-cancel6.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <pthread.h> #include <stdio.h> diff --git a/nptl/tst-cancel7.c b/nptl/tst-cancel7.c index 2e865cd..d133f30 100644 --- a/nptl/tst-cancel7.c +++ b/nptl/tst-cancel7.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <errno.h> #include <fcntl.h> diff --git a/nptl/tst-cancel8.c b/nptl/tst-cancel8.c index 682ed8f..7c7d0e6 100644 --- a/nptl/tst-cancel8.c +++ b/nptl/tst-cancel8.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <pthread.h> #include <stdio.h> diff --git a/nptl/tst-cancel9.c b/nptl/tst-cancel9.c index d9356ba..d012364 100644 --- a/nptl/tst-cancel9.c +++ b/nptl/tst-cancel9.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <fcntl.h> #include <pthread.h> diff --git a/nptl/tst-cleanup0.c b/nptl/tst-cleanup0.c index d61554d..41bda86 100644 --- a/nptl/tst-cleanup0.c +++ b/nptl/tst-cleanup0.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <pthread.h> #include <stdio.h> diff --git a/nptl/tst-cleanup1.c b/nptl/tst-cleanup1.c index 629de1f..f7c43e1 100644 --- a/nptl/tst-cleanup1.c +++ b/nptl/tst-cleanup1.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <pthread.h> #include <stdio.h> diff --git a/nptl/tst-cleanup2.c b/nptl/tst-cleanup2.c index 71edebc..607bcbe 100644 --- a/nptl/tst-cleanup2.c +++ b/nptl/tst-cleanup2.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <setjmp.h> #include <signal.h> diff --git a/nptl/tst-cleanup3.c b/nptl/tst-cleanup3.c index 46bea0d..5d0a672 100644 --- a/nptl/tst-cleanup3.c +++ b/nptl/tst-cleanup3.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <pthread.h> #include <stdio.h> diff --git a/nptl/tst-cleanup4.c b/nptl/tst-cleanup4.c index dfff9f2..cd75930 100644 --- a/nptl/tst-cleanup4.c +++ b/nptl/tst-cleanup4.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <pthread.h> #include <stdio.h> diff --git a/nptl/tst-cleanup4aux.c b/nptl/tst-cleanup4aux.c index 9de5080..8de514f 100644 --- a/nptl/tst-cleanup4aux.c +++ b/nptl/tst-cleanup4aux.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <pthread.h> #include <stdio.h> diff --git a/nptl/tst-clock1.c b/nptl/tst-clock1.c index 252e825..9b8751f 100644 --- a/nptl/tst-clock1.c +++ b/nptl/tst-clock1.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <pthread.h> #include <stdio.h> diff --git a/nptl/tst-clock2.c b/nptl/tst-clock2.c index a5c6623..db5e55c 100644 --- a/nptl/tst-clock2.c +++ b/nptl/tst-clock2.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <errno.h> #include <pthread.h> diff --git a/nptl/tst-cnd-basic.c b/nptl/tst-cnd-basic.c index 5ea6365..fc19301 100644 --- a/nptl/tst-cnd-basic.c +++ b/nptl/tst-cnd-basic.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <threads.h> #include <stdio.h> diff --git a/nptl/tst-cnd-broadcast.c b/nptl/tst-cnd-broadcast.c index a0aaae2..cc97106 100644 --- a/nptl/tst-cnd-broadcast.c +++ b/nptl/tst-cnd-broadcast.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <threads.h> #include <stdbool.h> diff --git a/nptl/tst-cnd-timedwait.c b/nptl/tst-cnd-timedwait.c index 2a59401..8d5016f 100644 --- a/nptl/tst-cnd-timedwait.c +++ b/nptl/tst-cnd-timedwait.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <threads.h> #include <stdio.h> diff --git a/nptl/tst-compat-forwarder-mod.c b/nptl/tst-compat-forwarder-mod.c index 8625a18..86585b0 100644 --- a/nptl/tst-compat-forwarder-mod.c +++ b/nptl/tst-compat-forwarder-mod.c @@ -13,7 +13,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ /* Call the function system through a statically initialized pointer. */ diff --git a/nptl/tst-compat-forwarder.c b/nptl/tst-compat-forwarder.c index 17ba9e8..9571df1 100644 --- a/nptl/tst-compat-forwarder.c +++ b/nptl/tst-compat-forwarder.c @@ -13,7 +13,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ /* Test that the compat forwaders in libpthread work correctly. */ diff --git a/nptl/tst-cond-except.c b/nptl/tst-cond-except.c index 56e0f06..0d18796 100644 --- a/nptl/tst-cond-except.c +++ b/nptl/tst-cond-except.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <pthread.h> #include <stdio.h> diff --git a/nptl/tst-cond1.c b/nptl/tst-cond1.c index 9d3eee1..db5feeb 100644 --- a/nptl/tst-cond1.c +++ b/nptl/tst-cond1.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <error.h> #include <pthread.h> diff --git a/nptl/tst-cond10.c b/nptl/tst-cond10.c index f78cd3e..06bf9fb 100644 --- a/nptl/tst-cond10.c +++ b/nptl/tst-cond10.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <error.h> #include <pthread.h> diff --git a/nptl/tst-cond11.c b/nptl/tst-cond11.c index 6ce95aa..afb15ef 100644 --- a/nptl/tst-cond11.c +++ b/nptl/tst-cond11.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <errno.h> #include <pthread.h> diff --git a/nptl/tst-cond12.c b/nptl/tst-cond12.c index 614f072..2519b9b 100644 --- a/nptl/tst-cond12.c +++ b/nptl/tst-cond12.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <errno.h> #include <pthread.h> diff --git a/nptl/tst-cond14.c b/nptl/tst-cond14.c index 75ec7a9..7572ff8 100644 --- a/nptl/tst-cond14.c +++ b/nptl/tst-cond14.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <pthread.h> #include <stdio.h> diff --git a/nptl/tst-cond15.c b/nptl/tst-cond15.c index e6e7653..91cd698 100644 --- a/nptl/tst-cond15.c +++ b/nptl/tst-cond15.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <errno.h> #include <pthread.h> diff --git a/nptl/tst-cond16.c b/nptl/tst-cond16.c index 9c1ca87..cce7208 100644 --- a/nptl/tst-cond16.c +++ b/nptl/tst-cond16.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <errno.h> #include <limits.h> diff --git a/nptl/tst-cond18.c b/nptl/tst-cond18.c index 5414a57..033770e 100644 --- a/nptl/tst-cond18.c +++ b/nptl/tst-cond18.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <errno.h> #include <limits.h> diff --git a/nptl/tst-cond19.c b/nptl/tst-cond19.c index 4a1b95c..a736387 100644 --- a/nptl/tst-cond19.c +++ b/nptl/tst-cond19.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <errno.h> #include <pthread.h> diff --git a/nptl/tst-cond2.c b/nptl/tst-cond2.c index b2d21c6..0cf4cac 100644 --- a/nptl/tst-cond2.c +++ b/nptl/tst-cond2.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <error.h> #include <pthread.h> diff --git a/nptl/tst-cond20.c b/nptl/tst-cond20.c index 7fced47..a862f38 100644 --- a/nptl/tst-cond20.c +++ b/nptl/tst-cond20.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <pthread.h> #include <stdio.h> diff --git a/nptl/tst-cond23.c b/nptl/tst-cond23.c index 226276f..9024aaa 100644 --- a/nptl/tst-cond23.c +++ b/nptl/tst-cond23.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <errno.h> #include <pthread.h> diff --git a/nptl/tst-cond24.c b/nptl/tst-cond24.c index 27e87e2..b729c1e 100644 --- a/nptl/tst-cond24.c +++ b/nptl/tst-cond24.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <pthread.h> #include <stdio.h> diff --git a/nptl/tst-cond25.c b/nptl/tst-cond25.c index 0d2b838..48187e1 100644 --- a/nptl/tst-cond25.c +++ b/nptl/tst-cond25.c @@ -15,7 +15,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <pthread.h> #include <stdio.h> diff --git a/nptl/tst-cond26.c b/nptl/tst-cond26.c index bb4d6c9..8b1f63a 100644 --- a/nptl/tst-cond26.c +++ b/nptl/tst-cond26.c @@ -15,7 +15,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <errno.h> #include <pthread.h> diff --git a/nptl/tst-cond27.c b/nptl/tst-cond27.c index ad9658a..a25cc8b 100644 --- a/nptl/tst-cond27.c +++ b/nptl/tst-cond27.c @@ -15,7 +15,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <errno.h> #include <pthread.h> diff --git a/nptl/tst-cond3.c b/nptl/tst-cond3.c index 1850e44..94d4e14 100644 --- a/nptl/tst-cond3.c +++ b/nptl/tst-cond3.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <pthread.h> #include <stdio.h> diff --git a/nptl/tst-cond4.c b/nptl/tst-cond4.c index 1f461ac..dc3c03d 100644 --- a/nptl/tst-cond4.c +++ b/nptl/tst-cond4.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <errno.h> #include <pthread.h> diff --git a/nptl/tst-cond5.c b/nptl/tst-cond5.c index 71a4e99..b02e094 100644 --- a/nptl/tst-cond5.c +++ b/nptl/tst-cond5.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <errno.h> #include <pthread.h> diff --git a/nptl/tst-cond6.c b/nptl/tst-cond6.c index d12dfda..1240b4f 100644 --- a/nptl/tst-cond6.c +++ b/nptl/tst-cond6.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <errno.h> #include <pthread.h> diff --git a/nptl/tst-cond7.c b/nptl/tst-cond7.c index 636a554..3253906 100644 --- a/nptl/tst-cond7.c +++ b/nptl/tst-cond7.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <errno.h> #include <pthread.h> diff --git a/nptl/tst-cond8.c b/nptl/tst-cond8.c index 9b9528f..c4b6200 100644 --- a/nptl/tst-cond8.c +++ b/nptl/tst-cond8.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <errno.h> #include <pthread.h> diff --git a/nptl/tst-cond9.c b/nptl/tst-cond9.c index 31728b6..0106190 100644 --- a/nptl/tst-cond9.c +++ b/nptl/tst-cond9.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <errno.h> #include <pthread.h> diff --git a/nptl/tst-context1.c b/nptl/tst-context1.c index e4d5c7a..a73f88a 100644 --- a/nptl/tst-context1.c +++ b/nptl/tst-context1.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <errno.h> #include <error.h> diff --git a/nptl/tst-create-detached.c b/nptl/tst-create-detached.c index 0255540..76834f0 100644 --- a/nptl/tst-create-detached.c +++ b/nptl/tst-create-detached.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; see the file COPYING.LIB. If - not, see <http://www.gnu.org/licenses/>. */ + not, see <https://www.gnu.org/licenses/>. */ /* The goal of the test is to trigger a failure if the parent touches any part of the thread descriptor after the detached thread has diff --git a/nptl/tst-default-attr.c b/nptl/tst-default-attr.c index 786a678..70cf992 100644 --- a/nptl/tst-default-attr.c +++ b/nptl/tst-default-attr.c @@ -15,7 +15,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <pthread.h> #include <stdio.h> diff --git a/nptl/tst-detach1.c b/nptl/tst-detach1.c index 65f27d0..ff424fa 100644 --- a/nptl/tst-detach1.c +++ b/nptl/tst-detach1.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <pthread.h> #include <stdio.h> diff --git a/nptl/tst-eintr1.c b/nptl/tst-eintr1.c index 11404ff..0ac3d3f 100644 --- a/nptl/tst-eintr1.c +++ b/nptl/tst-eintr1.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <errno.h> #include <pthread.h> diff --git a/nptl/tst-eintr2.c b/nptl/tst-eintr2.c index c78c19a..fe76b69 100644 --- a/nptl/tst-eintr2.c +++ b/nptl/tst-eintr2.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <errno.h> #include <pthread.h> diff --git a/nptl/tst-eintr3.c b/nptl/tst-eintr3.c index 0562eba..21bc262 100644 --- a/nptl/tst-eintr3.c +++ b/nptl/tst-eintr3.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <errno.h> #include <pthread.h> diff --git a/nptl/tst-eintr4.c b/nptl/tst-eintr4.c index 1f4b711..1ffe975 100644 --- a/nptl/tst-eintr4.c +++ b/nptl/tst-eintr4.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <errno.h> #include <pthread.h> diff --git a/nptl/tst-eintr5.c b/nptl/tst-eintr5.c index da049c4..6cde799 100644 --- a/nptl/tst-eintr5.c +++ b/nptl/tst-eintr5.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <errno.h> #include <pthread.h> diff --git a/nptl/tst-exec1.c b/nptl/tst-exec1.c index a54b3bf..ac7cd10 100644 --- a/nptl/tst-exec1.c +++ b/nptl/tst-exec1.c @@ -15,7 +15,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <errno.h> #include <paths.h> diff --git a/nptl/tst-exec2.c b/nptl/tst-exec2.c index d02f752..d15abad 100644 --- a/nptl/tst-exec2.c +++ b/nptl/tst-exec2.c @@ -15,7 +15,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <errno.h> #include <paths.h> diff --git a/nptl/tst-exec3.c b/nptl/tst-exec3.c index 5c4629e..31d6e4e 100644 --- a/nptl/tst-exec3.c +++ b/nptl/tst-exec3.c @@ -15,7 +15,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <errno.h> #include <paths.h> diff --git a/nptl/tst-exec4.c b/nptl/tst-exec4.c index b1c37af..2d0558c 100644 --- a/nptl/tst-exec4.c +++ b/nptl/tst-exec4.c @@ -15,7 +15,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <pthread.h> #include <signal.h> diff --git a/nptl/tst-exec5.c b/nptl/tst-exec5.c index bdfb6c0..754239d 100644 --- a/nptl/tst-exec5.c +++ b/nptl/tst-exec5.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <errno.h> #include <paths.h> diff --git a/nptl/tst-exit1.c b/nptl/tst-exit1.c index 5789ec0..e7ce625 100644 --- a/nptl/tst-exit1.c +++ b/nptl/tst-exit1.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ /* NOTE: this tests functionality beyond POSIX. POSIX does not allow exit to be called more than once. */ diff --git a/nptl/tst-fini1.c b/nptl/tst-fini1.c index 724b315..5bedbde 100644 --- a/nptl/tst-fini1.c +++ b/nptl/tst-fini1.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <unistd.h> diff --git a/nptl/tst-fini1mod.c b/nptl/tst-fini1mod.c index edbc612..81dd51d 100644 --- a/nptl/tst-fini1mod.c +++ b/nptl/tst-fini1mod.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <pthread.h> #include <stdio.h> diff --git a/nptl/tst-flock1.c b/nptl/tst-flock1.c index e0e036c..31d5ccf 100644 --- a/nptl/tst-flock1.c +++ b/nptl/tst-flock1.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <pthread.h> #include <stdio.h> diff --git a/nptl/tst-flock2.c b/nptl/tst-flock2.c index dcf342f..0a3fc5d 100644 --- a/nptl/tst-flock2.c +++ b/nptl/tst-flock2.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <errno.h> #include <pthread.h> diff --git a/nptl/tst-fork1.c b/nptl/tst-fork1.c index 5140760..2b4bc29 100644 --- a/nptl/tst-fork1.c +++ b/nptl/tst-fork1.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <errno.h> #include <pthread.h> diff --git a/nptl/tst-fork2.c b/nptl/tst-fork2.c index 6e8c40b..34feeda 100644 --- a/nptl/tst-fork2.c +++ b/nptl/tst-fork2.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <errno.h> #include <pthread.h> diff --git a/nptl/tst-fork3.c b/nptl/tst-fork3.c index 5ea328d..3493e4c 100644 --- a/nptl/tst-fork3.c +++ b/nptl/tst-fork3.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <errno.h> #include <pthread.h> diff --git a/nptl/tst-fork4.c b/nptl/tst-fork4.c index b491d3e..726d644 100644 --- a/nptl/tst-fork4.c +++ b/nptl/tst-fork4.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <errno.h> #include <pthread.h> diff --git a/nptl/tst-initializers1.c b/nptl/tst-initializers1.c index caedc59..df99c45 100644 --- a/nptl/tst-initializers1.c +++ b/nptl/tst-initializers1.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ /* We test the code undef conditions outside of glibc. */ #undef _LIBC diff --git a/nptl/tst-join1.c b/nptl/tst-join1.c index a292b01..9352a128 100644 --- a/nptl/tst-join1.c +++ b/nptl/tst-join1.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <pthread.h> #include <stdio.h> diff --git a/nptl/tst-join2.c b/nptl/tst-join2.c index 6d56e0e..660191a 100644 --- a/nptl/tst-join2.c +++ b/nptl/tst-join2.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <errno.h> #include <pthread.h> diff --git a/nptl/tst-join3.c b/nptl/tst-join3.c index 32bd93d..d8785c5 100644 --- a/nptl/tst-join3.c +++ b/nptl/tst-join3.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <errno.h> #include <pthread.h> diff --git a/nptl/tst-join4.c b/nptl/tst-join4.c index a2c3923..27f63ea 100644 --- a/nptl/tst-join4.c +++ b/nptl/tst-join4.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <errno.h> #include <pthread.h> diff --git a/nptl/tst-join5.c b/nptl/tst-join5.c index 39f74dc..41cacf1 100644 --- a/nptl/tst-join5.c +++ b/nptl/tst-join5.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <errno.h> #include <pthread.h> diff --git a/nptl/tst-join7.c b/nptl/tst-join7.c index 4103f73..d105ec2 100644 --- a/nptl/tst-join7.c +++ b/nptl/tst-join7.c @@ -15,7 +15,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <dlfcn.h> diff --git a/nptl/tst-join7mod.c b/nptl/tst-join7mod.c index f181ee8..405bd9b 100644 --- a/nptl/tst-join7mod.c +++ b/nptl/tst-join7mod.c @@ -15,7 +15,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <stdio.h> #include <stdlib.h> diff --git a/nptl/tst-join8.c b/nptl/tst-join8.c index f3241fa..a122a22 100644 --- a/nptl/tst-join8.c +++ b/nptl/tst-join8.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #define USE_PTHREAD_TIMEDJOIN_NP 1 #include <nptl/tst-join5.c> diff --git a/nptl/tst-join9.c b/nptl/tst-join9.c index 7a47f58..b49386a 100644 --- a/nptl/tst-join9.c +++ b/nptl/tst-join9.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #define USE_PTHREAD_TIMEDJOIN_NP 1 #define WAIT_IN_CHILD 1 diff --git a/nptl/tst-key1.c b/nptl/tst-key1.c index 1c5932c..725b0c9 100644 --- a/nptl/tst-key1.c +++ b/nptl/tst-key1.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <limits.h> #include <pthread.h> diff --git a/nptl/tst-key2.c b/nptl/tst-key2.c index a540303..d61e403 100644 --- a/nptl/tst-key2.c +++ b/nptl/tst-key2.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <pthread.h> #include <stdio.h> diff --git a/nptl/tst-key3.c b/nptl/tst-key3.c index 22db3ff..db6d20e 100644 --- a/nptl/tst-key3.c +++ b/nptl/tst-key3.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <pthread.h> #include <stdio.h> diff --git a/nptl/tst-key4.c b/nptl/tst-key4.c index bb7efce..4add8e0 100644 --- a/nptl/tst-key4.c +++ b/nptl/tst-key4.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <limits.h> #include <pthread.h> diff --git a/nptl/tst-kill1.c b/nptl/tst-kill1.c index a65314b..c5550d0 100644 --- a/nptl/tst-kill1.c +++ b/nptl/tst-kill1.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <pthread.h> #include <signal.h> diff --git a/nptl/tst-kill2.c b/nptl/tst-kill2.c index 4e0779a..c05cc55 100644 --- a/nptl/tst-kill2.c +++ b/nptl/tst-kill2.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <errno.h> #include <pthread.h> diff --git a/nptl/tst-kill3.c b/nptl/tst-kill3.c index 4613fdb..aca93c9 100644 --- a/nptl/tst-kill3.c +++ b/nptl/tst-kill3.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <errno.h> #include <pthread.h> diff --git a/nptl/tst-kill4.c b/nptl/tst-kill4.c index b3bf119..2746bfb 100644 --- a/nptl/tst-kill4.c +++ b/nptl/tst-kill4.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <errno.h> #include <pthread.h> diff --git a/nptl/tst-kill5.c b/nptl/tst-kill5.c index 4191831..0dfe763 100644 --- a/nptl/tst-kill5.c +++ b/nptl/tst-kill5.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <errno.h> #include <pthread.h> diff --git a/nptl/tst-kill6.c b/nptl/tst-kill6.c index 8aa1632..b4f37ed 100644 --- a/nptl/tst-kill6.c +++ b/nptl/tst-kill6.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <errno.h> #include <pthread.h> diff --git a/nptl/tst-memstream.c b/nptl/tst-memstream.c index b331aef..c3fc71f 100644 --- a/nptl/tst-memstream.c +++ b/nptl/tst-memstream.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ /* This test checks if concurrent writes to a FILE created with open_memstream are correctly interleaved without loss or corruption diff --git a/nptl/tst-minstack-cancel.c b/nptl/tst-minstack-cancel.c index 4b007c8..aa3d621 100644 --- a/nptl/tst-minstack-cancel.c +++ b/nptl/tst-minstack-cancel.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ /* Note: This test is similar to tst-minstack-exit, but is separate to avoid spurious test passes due to warm-up effects. */ diff --git a/nptl/tst-minstack-exit.c b/nptl/tst-minstack-exit.c index 4dac4bf..ec9e307 100644 --- a/nptl/tst-minstack-exit.c +++ b/nptl/tst-minstack-exit.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ /* Note: This test is similar to tst-minstack-cancel, but is separate to avoid spurious test passes due to warm-up effects. */ diff --git a/nptl/tst-minstack-throw.cc b/nptl/tst-minstack-throw.cc index 8c43f62..aefde42 100644 --- a/nptl/tst-minstack-throw.cc +++ b/nptl/tst-minstack-throw.cc @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <stdexcept> diff --git a/nptl/tst-mtx-basic.c b/nptl/tst-mtx-basic.c index 871bb19..7cacbdc 100644 --- a/nptl/tst-mtx-basic.c +++ b/nptl/tst-mtx-basic.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <threads.h> #include <stdio.h> diff --git a/nptl/tst-mtx-recursive.c b/nptl/tst-mtx-recursive.c index b1e9a3c..717c16a 100644 --- a/nptl/tst-mtx-recursive.c +++ b/nptl/tst-mtx-recursive.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <threads.h> #include <stdio.h> diff --git a/nptl/tst-mtx-timedlock.c b/nptl/tst-mtx-timedlock.c index 497e43f..bb6311c 100644 --- a/nptl/tst-mtx-timedlock.c +++ b/nptl/tst-mtx-timedlock.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <threads.h> #include <stdio.h> diff --git a/nptl/tst-mtx-trylock.c b/nptl/tst-mtx-trylock.c index 1ae2b73..927ca3a 100644 --- a/nptl/tst-mtx-trylock.c +++ b/nptl/tst-mtx-trylock.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <threads.h> #include <stdio.h> diff --git a/nptl/tst-mutex-errorcheck.c b/nptl/tst-mutex-errorcheck.c index afc27e7..99576f8 100644 --- a/nptl/tst-mutex-errorcheck.c +++ b/nptl/tst-mutex-errorcheck.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <stdio.h> #include <errno.h> diff --git a/nptl/tst-mutex1.c b/nptl/tst-mutex1.c index afcec12..62af553 100644 --- a/nptl/tst-mutex1.c +++ b/nptl/tst-mutex1.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <pthread.h> #include <stdio.h> diff --git a/nptl/tst-mutex10.c b/nptl/tst-mutex10.c index 018067b..542e0df 100644 --- a/nptl/tst-mutex10.c +++ b/nptl/tst-mutex10.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <stdio.h> #include <stdlib.h> #include <stdint.h> diff --git a/nptl/tst-mutex11.c b/nptl/tst-mutex11.c index dc1055e..392a9bb 100644 --- a/nptl/tst-mutex11.c +++ b/nptl/tst-mutex11.c @@ -15,7 +15,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <errno.h> #include <pthread.h> diff --git a/nptl/tst-mutex2.c b/nptl/tst-mutex2.c index d2a91a1..431bf9f 100644 --- a/nptl/tst-mutex2.c +++ b/nptl/tst-mutex2.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <errno.h> #include <pthread.h> diff --git a/nptl/tst-mutex3.c b/nptl/tst-mutex3.c index 8273b1e..3f2f26e 100644 --- a/nptl/tst-mutex3.c +++ b/nptl/tst-mutex3.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <errno.h> #include <pthread.h> diff --git a/nptl/tst-mutex4.c b/nptl/tst-mutex4.c index e4ac80a..e238c52 100644 --- a/nptl/tst-mutex4.c +++ b/nptl/tst-mutex4.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <errno.h> #include <pthread.h> diff --git a/nptl/tst-mutex5.c b/nptl/tst-mutex5.c index 7e236ad..1ecb483 100644 --- a/nptl/tst-mutex5.c +++ b/nptl/tst-mutex5.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <errno.h> #include <pthread.h> diff --git a/nptl/tst-mutex6.c b/nptl/tst-mutex6.c index 65cb1a1..84ba1c3 100644 --- a/nptl/tst-mutex6.c +++ b/nptl/tst-mutex6.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <pthread.h> #include <signal.h> diff --git a/nptl/tst-mutex7.c b/nptl/tst-mutex7.c index 96d3bc1..7ad5da8 100644 --- a/nptl/tst-mutex7.c +++ b/nptl/tst-mutex7.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <errno.h> #include <pthread.h> diff --git a/nptl/tst-mutex8.c b/nptl/tst-mutex8.c index 5eddc00..9f537e2 100644 --- a/nptl/tst-mutex8.c +++ b/nptl/tst-mutex8.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ /* This test checks behavior not required by POSIX. */ #include <errno.h> diff --git a/nptl/tst-mutex9.c b/nptl/tst-mutex9.c index c0d2185..d7adcd50 100644 --- a/nptl/tst-mutex9.c +++ b/nptl/tst-mutex9.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <errno.h> #include <pthread.h> diff --git a/nptl/tst-mutexpp10.c b/nptl/tst-mutexpp10.c index d7666bc..752ff3f 100644 --- a/nptl/tst-mutexpp10.c +++ b/nptl/tst-mutexpp10.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <errno.h> #include <limits.h> diff --git a/nptl/tst-oddstacklimit.c b/nptl/tst-oddstacklimit.c index 068030f..91500a1 100644 --- a/nptl/tst-oddstacklimit.c +++ b/nptl/tst-oddstacklimit.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <errno.h> #include <stdio.h> diff --git a/nptl/tst-once1.c b/nptl/tst-once1.c index 674d2e3..3889a77 100644 --- a/nptl/tst-once1.c +++ b/nptl/tst-once1.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <pthread.h> #include <stdio.h> diff --git a/nptl/tst-once2.c b/nptl/tst-once2.c index 37ccb27..5245fa2 100644 --- a/nptl/tst-once2.c +++ b/nptl/tst-once2.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <pthread.h> #include <stdio.h> diff --git a/nptl/tst-once3.c b/nptl/tst-once3.c index 979dd67..8f9efa2 100644 --- a/nptl/tst-once3.c +++ b/nptl/tst-once3.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <pthread.h> #include <stdio.h> diff --git a/nptl/tst-once4.c b/nptl/tst-once4.c index e098c66..82ae1a6 100644 --- a/nptl/tst-once4.c +++ b/nptl/tst-once4.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <pthread.h> #include <stdio.h> diff --git a/nptl/tst-once5.cc b/nptl/tst-once5.cc index e0cc4a3..fe33f6d 100644 --- a/nptl/tst-once5.cc +++ b/nptl/tst-once5.cc @@ -13,7 +13,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <errno.h> #include <pthread.h> diff --git a/nptl/tst-popen1.c b/nptl/tst-popen1.c index b3eda7b..308ce74 100644 --- a/nptl/tst-popen1.c +++ b/nptl/tst-popen1.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <errno.h> #include <error.h> diff --git a/nptl/tst-pthread-attr-affinity.c b/nptl/tst-pthread-attr-affinity.c index c3fb55b..88929f4 100644 --- a/nptl/tst-pthread-attr-affinity.c +++ b/nptl/tst-pthread-attr-affinity.c @@ -16,7 +16,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <pthread.h> #include <stdio.h> diff --git a/nptl/tst-pthread-getattr.c b/nptl/tst-pthread-getattr.c index c13795c..e43ef1a 100644 --- a/nptl/tst-pthread-getattr.c +++ b/nptl/tst-pthread-getattr.c @@ -16,7 +16,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <stdio.h> #include <string.h> diff --git a/nptl/tst-pthread-mutexattr.c b/nptl/tst-pthread-mutexattr.c index 54d992c..03edf17 100644 --- a/nptl/tst-pthread-mutexattr.c +++ b/nptl/tst-pthread-mutexattr.c @@ -15,7 +15,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <stdio.h> #include <string.h> diff --git a/nptl/tst-raise1.c b/nptl/tst-raise1.c index d7959c2..a84e9af 100644 --- a/nptl/tst-raise1.c +++ b/nptl/tst-raise1.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <errno.h> #include <error.h> diff --git a/nptl/tst-robust-fork.c b/nptl/tst-robust-fork.c index 9daa9be..36c3bce 100644 --- a/nptl/tst-robust-fork.c +++ b/nptl/tst-robust-fork.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <errno.h> #include <stdbool.h> diff --git a/nptl/tst-robust1.c b/nptl/tst-robust1.c index 06e5a3b..d603690 100644 --- a/nptl/tst-robust1.c +++ b/nptl/tst-robust1.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <errno.h> #include <pthread.h> diff --git a/nptl/tst-robust10.c b/nptl/tst-robust10.c index 7245e00..65ece47 100644 --- a/nptl/tst-robust10.c +++ b/nptl/tst-robust10.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <pthread.h> #include <stdio.h> diff --git a/nptl/tst-robust7.c b/nptl/tst-robust7.c index 1045f2b..3b7b1d6 100644 --- a/nptl/tst-robust7.c +++ b/nptl/tst-robust7.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <errno.h> #include <pthread.h> diff --git a/nptl/tst-rwlock-pwn.c b/nptl/tst-rwlock-pwn.c index 553ce47..1d809c9 100644 --- a/nptl/tst-rwlock-pwn.c +++ b/nptl/tst-rwlock-pwn.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <stdio.h> #include <stdlib.h> diff --git a/nptl/tst-rwlock-tryrdlock-stall.c b/nptl/tst-rwlock-tryrdlock-stall.c index 5e476da..80c9c50 100644 --- a/nptl/tst-rwlock-tryrdlock-stall.c +++ b/nptl/tst-rwlock-tryrdlock-stall.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ /* For a full analysis see comment: https://sourceware.org/bugzilla/show_bug.cgi?id=23844#c14 diff --git a/nptl/tst-rwlock-trywrlock-stall.c b/nptl/tst-rwlock-trywrlock-stall.c index 14d27cb..13a7164 100644 --- a/nptl/tst-rwlock-trywrlock-stall.c +++ b/nptl/tst-rwlock-trywrlock-stall.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ /* For a full analysis see comments in tst-rwlock-tryrdlock-stall.c. diff --git a/nptl/tst-rwlock1.c b/nptl/tst-rwlock1.c index d3bad35..52e1f58 100644 --- a/nptl/tst-rwlock1.c +++ b/nptl/tst-rwlock1.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <pthread.h> #include <stdio.h> diff --git a/nptl/tst-rwlock10.c b/nptl/tst-rwlock10.c index 27be5b6..140fb29 100644 --- a/nptl/tst-rwlock10.c +++ b/nptl/tst-rwlock10.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; see the file COPYING.LIB. If - not, see <http://www.gnu.org/licenses/>. */ + not, see <https://www.gnu.org/licenses/>. */ #define KIND PTHREAD_RWLOCK_PREFER_READER_NP #include "tst-rwlock8.c" diff --git a/nptl/tst-rwlock11.c b/nptl/tst-rwlock11.c index fb1505f..123d133 100644 --- a/nptl/tst-rwlock11.c +++ b/nptl/tst-rwlock11.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; see the file COPYING.LIB. If - not, see <http://www.gnu.org/licenses/>. */ + not, see <https://www.gnu.org/licenses/>. */ #define KIND PTHREAD_RWLOCK_PREFER_READER_NP #include "tst-rwlock9.c" diff --git a/nptl/tst-rwlock12.c b/nptl/tst-rwlock12.c index 2d28a5b..7ffab92 100644 --- a/nptl/tst-rwlock12.c +++ b/nptl/tst-rwlock12.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <errno.h> #include <pthread.h> diff --git a/nptl/tst-rwlock13.c b/nptl/tst-rwlock13.c index 364baff..38505d5 100644 --- a/nptl/tst-rwlock13.c +++ b/nptl/tst-rwlock13.c @@ -13,7 +13,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <pthread.h> #include <stdio.h> diff --git a/nptl/tst-rwlock14.c b/nptl/tst-rwlock14.c index f4e1422..93523f6 100644 --- a/nptl/tst-rwlock14.c +++ b/nptl/tst-rwlock14.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <errno.h> #include <pthread.h> diff --git a/nptl/tst-rwlock15.c b/nptl/tst-rwlock15.c index 24d195a..c1f9db9 100644 --- a/nptl/tst-rwlock15.c +++ b/nptl/tst-rwlock15.c @@ -13,7 +13,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ /* This tests that a writer that is preferred -- but times out due to a reader being present -- does not miss to wake other readers blocked on the diff --git a/nptl/tst-rwlock16.c b/nptl/tst-rwlock16.c index cba5560..76489e3 100644 --- a/nptl/tst-rwlock16.c +++ b/nptl/tst-rwlock16.c @@ -13,7 +13,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ /* This tests that with a reader-preferring rwlock, all readers are woken if one reader "steals" lock ownership from a blocked writer. */ diff --git a/nptl/tst-rwlock17.c b/nptl/tst-rwlock17.c index f52ccd9..ef4fe7a 100644 --- a/nptl/tst-rwlock17.c +++ b/nptl/tst-rwlock17.c @@ -13,7 +13,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; see the file COPYING.LIB. If - not, see <http://www.gnu.org/licenses/>. */ + not, see <https://www.gnu.org/licenses/>. */ #define KIND PTHREAD_RWLOCK_PREFER_WRITER_NP #include "tst-rwlock8.c" diff --git a/nptl/tst-rwlock18.c b/nptl/tst-rwlock18.c index 496d983..5d04d54 100644 --- a/nptl/tst-rwlock18.c +++ b/nptl/tst-rwlock18.c @@ -13,7 +13,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; see the file COPYING.LIB. If - not, see <http://www.gnu.org/licenses/>. */ + not, see <https://www.gnu.org/licenses/>. */ #define KIND PTHREAD_RWLOCK_PREFER_WRITER_NP #include "tst-rwlock9.c" diff --git a/nptl/tst-rwlock19.c b/nptl/tst-rwlock19.c index 1cb95e8..19d40c1 100644 --- a/nptl/tst-rwlock19.c +++ b/nptl/tst-rwlock19.c @@ -13,7 +13,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; see the file COPYING.LIB. If - not, see <http://www.gnu.org/licenses/>. */ + not, see <https://www.gnu.org/licenses/>. */ #include <errno.h> #include <error.h> diff --git a/nptl/tst-rwlock2.c b/nptl/tst-rwlock2.c index df23cff..f55a825 100644 --- a/nptl/tst-rwlock2.c +++ b/nptl/tst-rwlock2.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <errno.h> #include <pthread.h> diff --git a/nptl/tst-rwlock20.c b/nptl/tst-rwlock20.c index 2d599ae..83d6cf9 100644 --- a/nptl/tst-rwlock20.c +++ b/nptl/tst-rwlock20.c @@ -13,7 +13,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; see the file COPYING.LIB. If - not, see <http://www.gnu.org/licenses/>. */ + not, see <https://www.gnu.org/licenses/>. */ #include <errno.h> #include <error.h> diff --git a/nptl/tst-rwlock3.c b/nptl/tst-rwlock3.c index f289892..e04c73f 100644 --- a/nptl/tst-rwlock3.c +++ b/nptl/tst-rwlock3.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ /* This test case checks more than standard compliance. An implementation may provide this service but it is not required to diff --git a/nptl/tst-rwlock4.c b/nptl/tst-rwlock4.c index b9580f7..9ccdcfc 100644 --- a/nptl/tst-rwlock4.c +++ b/nptl/tst-rwlock4.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <errno.h> #include <pthread.h> diff --git a/nptl/tst-rwlock5.c b/nptl/tst-rwlock5.c index 9c467d7..7a69924 100644 --- a/nptl/tst-rwlock5.c +++ b/nptl/tst-rwlock5.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <pthread.h> #include <signal.h> diff --git a/nptl/tst-rwlock6.c b/nptl/tst-rwlock6.c index da11953..7df4518 100644 --- a/nptl/tst-rwlock6.c +++ b/nptl/tst-rwlock6.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <errno.h> #include <pthread.h> diff --git a/nptl/tst-rwlock7.c b/nptl/tst-rwlock7.c index 94fd40d..28e2c73 100644 --- a/nptl/tst-rwlock7.c +++ b/nptl/tst-rwlock7.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <errno.h> #include <pthread.h> diff --git a/nptl/tst-rwlock8.c b/nptl/tst-rwlock8.c index f5eb0b0..ceb1dcb 100644 --- a/nptl/tst-rwlock8.c +++ b/nptl/tst-rwlock8.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; see the file COPYING.LIB. If - not, see <http://www.gnu.org/licenses/>. */ + not, see <https://www.gnu.org/licenses/>. */ #include <errno.h> #include <error.h> diff --git a/nptl/tst-rwlock9.c b/nptl/tst-rwlock9.c index df6b95e..3229a6f 100644 --- a/nptl/tst-rwlock9.c +++ b/nptl/tst-rwlock9.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; see the file COPYING.LIB. If - not, see <http://www.gnu.org/licenses/>. */ + not, see <https://www.gnu.org/licenses/>. */ #include <errno.h> #include <error.h> diff --git a/nptl/tst-sched1.c b/nptl/tst-sched1.c index 62c5f0f..4bd9ba4 100644 --- a/nptl/tst-sched1.c +++ b/nptl/tst-sched1.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <pthread.h> #include <stdio.h> diff --git a/nptl/tst-sem1.c b/nptl/tst-sem1.c index 4018d04..968746f 100644 --- a/nptl/tst-sem1.c +++ b/nptl/tst-sem1.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <errno.h> #include <semaphore.h> diff --git a/nptl/tst-sem10.c b/nptl/tst-sem10.c index dcef554..9a4fb79 100644 --- a/nptl/tst-sem10.c +++ b/nptl/tst-sem10.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <errno.h> #include <pthread.h> diff --git a/nptl/tst-sem14.c b/nptl/tst-sem14.c index bc42fde..186bed6 100644 --- a/nptl/tst-sem14.c +++ b/nptl/tst-sem14.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <pthread.h> #include <semaphore.h> diff --git a/nptl/tst-sem15.c b/nptl/tst-sem15.c index 0d26020..f38b9f7 100644 --- a/nptl/tst-sem15.c +++ b/nptl/tst-sem15.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <errno.h> #include <limits.h> diff --git a/nptl/tst-sem16.c b/nptl/tst-sem16.c index 4d41ed4..27fe61b 100644 --- a/nptl/tst-sem16.c +++ b/nptl/tst-sem16.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <pthread.h> #include <sys/mman.h> diff --git a/nptl/tst-sem17.c b/nptl/tst-sem17.c index 69e2387..b7cd1d7 100644 --- a/nptl/tst-sem17.c +++ b/nptl/tst-sem17.c @@ -15,7 +15,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <errno.h> #include <semaphore.h> diff --git a/nptl/tst-sem2.c b/nptl/tst-sem2.c index e92faf6..d892de7 100644 --- a/nptl/tst-sem2.c +++ b/nptl/tst-sem2.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <errno.h> #include <pthread.h> diff --git a/nptl/tst-sem3.c b/nptl/tst-sem3.c index 4d6ae6f..66044a3 100644 --- a/nptl/tst-sem3.c +++ b/nptl/tst-sem3.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <errno.h> #include <semaphore.h> diff --git a/nptl/tst-sem4.c b/nptl/tst-sem4.c index e8914b7..c0728da 100644 --- a/nptl/tst-sem4.c +++ b/nptl/tst-sem4.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <errno.h> #include <fcntl.h> diff --git a/nptl/tst-sem5.c b/nptl/tst-sem5.c index 63b1355..386d5d4 100644 --- a/nptl/tst-sem5.c +++ b/nptl/tst-sem5.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <errno.h> #include <semaphore.h> diff --git a/nptl/tst-sem6.c b/nptl/tst-sem6.c index a12fae2..4e79004 100644 --- a/nptl/tst-sem6.c +++ b/nptl/tst-sem6.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <errno.h> #include <semaphore.h> diff --git a/nptl/tst-sem7.c b/nptl/tst-sem7.c index 27728f0..95e30bc 100644 --- a/nptl/tst-sem7.c +++ b/nptl/tst-sem7.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <errno.h> #include <fcntl.h> diff --git a/nptl/tst-sem8.c b/nptl/tst-sem8.c index b978a1b..6a10320 100644 --- a/nptl/tst-sem8.c +++ b/nptl/tst-sem8.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <errno.h> #include <fcntl.h> diff --git a/nptl/tst-sem9.c b/nptl/tst-sem9.c index 77b85f5..2986364 100644 --- a/nptl/tst-sem9.c +++ b/nptl/tst-sem9.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <errno.h> #include <fcntl.h> diff --git a/nptl/tst-setuid1.c b/nptl/tst-setuid1.c index 2a73a20..a0f267f 100644 --- a/nptl/tst-setuid1.c +++ b/nptl/tst-setuid1.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <pthread.h> #include <pwd.h> diff --git a/nptl/tst-setuid2.c b/nptl/tst-setuid2.c index f60cca2..8b480ae 100644 --- a/nptl/tst-setuid2.c +++ b/nptl/tst-setuid2.c @@ -13,7 +13,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <errno.h> #include <pthread.h> diff --git a/nptl/tst-setuid3.c b/nptl/tst-setuid3.c index 58a49ff..7522dc4 100644 --- a/nptl/tst-setuid3.c +++ b/nptl/tst-setuid3.c @@ -13,7 +13,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <stdio.h> #include <errno.h> diff --git a/nptl/tst-signal1.c b/nptl/tst-signal1.c index 5a81978..064851d 100644 --- a/nptl/tst-signal1.c +++ b/nptl/tst-signal1.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <errno.h> #include <pthread.h> diff --git a/nptl/tst-signal2.c b/nptl/tst-signal2.c index b5cdab1..075d3ef 100644 --- a/nptl/tst-signal2.c +++ b/nptl/tst-signal2.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <errno.h> #include <pthread.h> diff --git a/nptl/tst-signal3.c b/nptl/tst-signal3.c index 618a306..57dbc48 100644 --- a/nptl/tst-signal3.c +++ b/nptl/tst-signal3.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <errno.h> #include <pthread.h> diff --git a/nptl/tst-signal4.c b/nptl/tst-signal4.c index 21f864f..60a63c8 100644 --- a/nptl/tst-signal4.c +++ b/nptl/tst-signal4.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <errno.h> #include <pthread.h> diff --git a/nptl/tst-signal5.c b/nptl/tst-signal5.c index c243a65..ab4f152 100644 --- a/nptl/tst-signal5.c +++ b/nptl/tst-signal5.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <errno.h> #include <pthread.h> diff --git a/nptl/tst-signal6.c b/nptl/tst-signal6.c index 7b796c0..0b28f44 100644 --- a/nptl/tst-signal6.c +++ b/nptl/tst-signal6.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <pthread.h> #include <signal.h> diff --git a/nptl/tst-signal7.c b/nptl/tst-signal7.c index 70e2580..de67ab4 100644 --- a/nptl/tst-signal7.c +++ b/nptl/tst-signal7.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <errno.h> #include <pthreadP.h> diff --git a/nptl/tst-spin1.c b/nptl/tst-spin1.c index 701c20b..a63497e 100644 --- a/nptl/tst-spin1.c +++ b/nptl/tst-spin1.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <pthread.h> #include <stdio.h> diff --git a/nptl/tst-spin2.c b/nptl/tst-spin2.c index 1ddb7ea..d973074 100644 --- a/nptl/tst-spin2.c +++ b/nptl/tst-spin2.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <errno.h> #include <pthread.h> diff --git a/nptl/tst-spin3.c b/nptl/tst-spin3.c index 79cd32f..971e21c 100644 --- a/nptl/tst-spin3.c +++ b/nptl/tst-spin3.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <pthread.h> #include <signal.h> diff --git a/nptl/tst-stack1.c b/nptl/tst-stack1.c index bbca347..a1d8d46 100644 --- a/nptl/tst-stack1.c +++ b/nptl/tst-stack1.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <limits.h> #include <pthread.h> diff --git a/nptl/tst-stack2.c b/nptl/tst-stack2.c index 057a190..8298cce 100644 --- a/nptl/tst-stack2.c +++ b/nptl/tst-stack2.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ /* Test whether it is possible to create a thread with PTHREAD_STACK_MIN stack size. */ diff --git a/nptl/tst-stack3.c b/nptl/tst-stack3.c index 2d2d53b..a8a0492 100644 --- a/nptl/tst-stack3.c +++ b/nptl/tst-stack3.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ /* Test whether pthread_create/pthread_join with user defined stacks doesn't leak memory. diff --git a/nptl/tst-stack4.c b/nptl/tst-stack4.c index 56763cd..0bf87e3 100644 --- a/nptl/tst-stack4.c +++ b/nptl/tst-stack4.c @@ -15,7 +15,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <stdio.h> #include <stdint.h> diff --git a/nptl/tst-stack4mod.c b/nptl/tst-stack4mod.c index 517d4fb..71925ed 100644 --- a/nptl/tst-stack4mod.c +++ b/nptl/tst-stack4mod.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ /* 256 is arbitrary here and is known to trigger PR 13862. */ __thread int var[256] attribute_hidden = {0}; diff --git a/nptl/tst-stackguard1.c b/nptl/tst-stackguard1.c index 8ca723c..ff1aa6f 100644 --- a/nptl/tst-stackguard1.c +++ b/nptl/tst-stackguard1.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <errno.h> #include <pthread.h> diff --git a/nptl/tst-stdio1.c b/nptl/tst-stdio1.c index 101dd5e..aec2f65 100644 --- a/nptl/tst-stdio1.c +++ b/nptl/tst-stdio1.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <pthread.h> #include <signal.h> diff --git a/nptl/tst-stdio2.c b/nptl/tst-stdio2.c index 9e26fa7..cbab845 100644 --- a/nptl/tst-stdio2.c +++ b/nptl/tst-stdio2.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <pthread.h> #include <signal.h> diff --git a/nptl/tst-sysconf.c b/nptl/tst-sysconf.c index ca8edf7..fe97699 100644 --- a/nptl/tst-sysconf.c +++ b/nptl/tst-sysconf.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <pthread.h> #include <stdio.h> diff --git a/nptl/tst-thrd-detach.c b/nptl/tst-thrd-detach.c index 890a9ba..26cbb1b 100644 --- a/nptl/tst-thrd-detach.c +++ b/nptl/tst-thrd-detach.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <threads.h> #include <time.h> diff --git a/nptl/tst-thrd-sleep.c b/nptl/tst-thrd-sleep.c index a1bfce0..494d09f 100644 --- a/nptl/tst-thrd-sleep.c +++ b/nptl/tst-thrd-sleep.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <threads.h> #include <time.h> diff --git a/nptl/tst-thread-exit-clobber.cc b/nptl/tst-thread-exit-clobber.cc index 6f8928f..e64c5b5 100644 --- a/nptl/tst-thread-exit-clobber.cc +++ b/nptl/tst-thread-exit-clobber.cc @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <stdio.h> #include <support/check.h> diff --git a/nptl/tst-thread_local1.cc b/nptl/tst-thread_local1.cc index 67f5bbd..dd90c17 100644 --- a/nptl/tst-thread_local1.cc +++ b/nptl/tst-thread_local1.cc @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <errno.h> #include <pthread.h> diff --git a/nptl/tst-tls1.c b/nptl/tst-tls1.c index 1a91522..6fee306 100644 --- a/nptl/tst-tls1.c +++ b/nptl/tst-tls1.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <pthread.h> #include <stdio.h> diff --git a/nptl/tst-tls2.c b/nptl/tst-tls2.c index 2555e66..c47e097 100644 --- a/nptl/tst-tls2.c +++ b/nptl/tst-tls2.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <errno.h> #include <pthread.h> diff --git a/nptl/tst-tls3-malloc.c b/nptl/tst-tls3-malloc.c index 0632f18..fcece03 100644 --- a/nptl/tst-tls3-malloc.c +++ b/nptl/tst-tls3-malloc.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ /* Reuse the test. */ #define STACK_SIZE_MB 5 diff --git a/nptl/tst-tls3.c b/nptl/tst-tls3.c index fb0787e..7d58ee3 100644 --- a/nptl/tst-tls3.c +++ b/nptl/tst-tls3.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <dlfcn.h> #include <errno.h> diff --git a/nptl/tst-tls3mod.c b/nptl/tst-tls3mod.c index 9a27b91..67e2837 100644 --- a/nptl/tst-tls3mod.c +++ b/nptl/tst-tls3mod.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <pthread.h> #include <semaphore.h> diff --git a/nptl/tst-tls4.c b/nptl/tst-tls4.c index b48784e..4bcf8a4 100644 --- a/nptl/tst-tls4.c +++ b/nptl/tst-tls4.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <dlfcn.h> #include <errno.h> diff --git a/nptl/tst-tls4moda.c b/nptl/tst-tls4moda.c index b965037..8d14bac 100644 --- a/nptl/tst-tls4moda.c +++ b/nptl/tst-tls4moda.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <stddef.h> #include <stdlib.h> diff --git a/nptl/tst-tls4modb.c b/nptl/tst-tls4modb.c index 3386510..d2ad4af 100644 --- a/nptl/tst-tls4modb.c +++ b/nptl/tst-tls4modb.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <stddef.h> #include <stdlib.h> diff --git a/nptl/tst-tls5.c b/nptl/tst-tls5.c index 090a03d..f180ab7 100644 --- a/nptl/tst-tls5.c +++ b/nptl/tst-tls5.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ /* Check alignment, overlapping and layout of TLS variables. */ #include <stdint.h> diff --git a/nptl/tst-tls6.sh b/nptl/tst-tls6.sh index a261559..5f315bd 100755 --- a/nptl/tst-tls6.sh +++ b/nptl/tst-tls6.sh @@ -15,7 +15,7 @@ # You should have received a copy of the GNU Lesser General Public # License along with the GNU C Library; if not, see -# <http://www.gnu.org/licenses/>. +# <https://www.gnu.org/licenses/>. set -e diff --git a/nptl/tst-tpp.h b/nptl/tst-tpp.h index 8ec267e..ddff19c 100644 --- a/nptl/tst-tpp.h +++ b/nptl/tst-tpp.h @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <errno.h> #include <pthread.h> diff --git a/nptl/tst-tsd1.c b/nptl/tst-tsd1.c index bf14c32..46b7add 100644 --- a/nptl/tst-tsd1.c +++ b/nptl/tst-tsd1.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <pthread.h> #include <stdio.h> diff --git a/nptl/tst-tsd2.c b/nptl/tst-tsd2.c index ffde045..4ba365c 100644 --- a/nptl/tst-tsd2.c +++ b/nptl/tst-tsd2.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <pthread.h> #include <stdio.h> diff --git a/nptl/tst-tsd3.c b/nptl/tst-tsd3.c index 9cb393e..02c0b99 100644 --- a/nptl/tst-tsd3.c +++ b/nptl/tst-tsd3.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <limits.h> #include <pthread.h> diff --git a/nptl/tst-tsd4.c b/nptl/tst-tsd4.c index 2274b99..fea98d7 100644 --- a/nptl/tst-tsd4.c +++ b/nptl/tst-tsd4.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <limits.h> #include <pthread.h> diff --git a/nptl/tst-tsd5.c b/nptl/tst-tsd5.c index 4877baf..15cd19f 100644 --- a/nptl/tst-tsd5.c +++ b/nptl/tst-tsd5.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <pthread.h> #include <stdio.h> diff --git a/nptl/tst-tss-basic.c b/nptl/tst-tss-basic.c index 87b6033..66e75ab 100644 --- a/nptl/tst-tss-basic.c +++ b/nptl/tst-tss-basic.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <threads.h> #include <stdio.h> diff --git a/nptl/tst-umask1.c b/nptl/tst-umask1.c index 614f531..1b0a4ed 100644 --- a/nptl/tst-umask1.c +++ b/nptl/tst-umask1.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <fcntl.h> #include <pthread.h> diff --git a/nptl/tst-unload.c b/nptl/tst-unload.c index 9b3cc6a..120c2b9 100644 --- a/nptl/tst-unload.c +++ b/nptl/tst-unload.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; see the file COPYING.LIB. If - not, see <http://www.gnu.org/licenses/>. */ + not, see <https://www.gnu.org/licenses/>. */ #include <dlfcn.h> #include <stdio.h> diff --git a/nptl/unwind.c b/nptl/unwind.c index 911fa99..7d20876 100644 --- a/nptl/unwind.c +++ b/nptl/unwind.c @@ -15,7 +15,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <setjmp.h> #include <stdio.h> diff --git a/nptl/vars.c b/nptl/vars.c index 3b22842..5556236 100644 --- a/nptl/vars.c +++ b/nptl/vars.c @@ -13,7 +13,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <pthreadP.h> #include <stdlib.h> diff --git a/nptl/version.c b/nptl/version.c index 0d99217..4564053 100644 --- a/nptl/version.c +++ b/nptl/version.c @@ -15,7 +15,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <unistd.h> #include <sysdep.h> |