diff options
Diffstat (limited to 'nptl')
487 files changed, 487 insertions, 487 deletions
diff --git a/nptl/Makefile b/nptl/Makefile index 47ec88b5cf..66f89f17f9 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 a4cc9c9e9c..0b0f9847e4 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 fcbc46f0d7..64a9ae6066 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 a8850df460..21020c4b1e 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 9c3704df46..7712845561 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 3b3708e20b..3b0881d083 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 fd3e9bdb59..23d16d65c0 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 0b38345498..76aeea8068 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 e6551ea03c..0470078d25 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 7fc53c2071..12285a8bde 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 ae76ff7713..e08a6579a5 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 2db3229d6a..8da8ed06dd 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 72387e60fe..9f78970776 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 897c966954..e379006cb8 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 3ad3f08f08..ef2c2d0e58 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 cc2e90458e..49d1e718a6 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 20b7bfa4d1..b67319d746 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 c8957d66c8..4db6e23525 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 b4db99fe3f..d3f863aa18 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 6e644d2594..5f5d358763 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 85f44f6475..789b899421 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 95e477ff37..4c517e975a 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 a3c019233a..35a66d5bc4 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 3baf4fe687..37654cfcfe 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 97dc6a58cc..c562faf11e 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 e98a9a4da5..1dc35d4e43 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 67614efa5a..b176f0a1ae 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 6d6993b62b..9366c89aca 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 ea29e9f47b..f1f0e093cb 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 cd105931d2..03060e874b 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 47548ff121..f5f37eea1a 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 91103309db..d90d73efc0 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 a46dbb4cb8..166db5c8ff 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 0971e96870..e9d75ed0ed 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 46458bd983..400e16fbe5 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 1d855b9edf..b9367e7ba4 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 f4e67534e6..cc418081ba 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 80fa46fb5c..4cd0852ea5 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 493dfa0889..82f50fd1ed 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 4a06ce0db0..680e4b07e9 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 abfcb47c28..04dc02e5f4 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 04f285a1b1..991c7fba88 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 1724ccd1ca..2ee706c914 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 c231f9508d..3e32c219aa 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 9b67cb8a54..87a001ffe0 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 a1fde85825..51a459363c 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 bb65340a17..8b4924a64c 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 e24867dbdd..865d084488 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 bc43e3603e..9b31e5b4de 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 31ada7ad0f..880748fcfe 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 0b955d9ce7..b389442a15 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 26cf621554..29991a579c 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 60e79e43e9..b19d38c96a 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 6812589e89..61d20c315b 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 f816880648..5e7804ec92 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 d512fac0fc..5e157afa82 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 d80662ab07..070b3afa8d 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 539cf14bc1..39fd90daef 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 182203139f..10e15b2c06 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 45f2340d72..9ef29f6e76 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 c165ae24b8..adbcafadc9 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 4b51317ae9..a64277cdac 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 6467cd9496..d6a6c397d6 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 4f7329ba2a..5d2c6ee4ca 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 06acdb1d91..116415ea41 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 bdab52923c..197102b125 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 ff918ff3e0..a72b9db9c2 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 a029b6b08c..89e69dda76 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 3e63ef8619..72a8106c3f 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 f7ddf625e3..45de778fa3 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 b485ed8648..b1f92c7bab 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 80a2de3aab..5e2359e5cb 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 d0e9e29dac..cf40f40386 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 8524a0377e..d30a82c90f 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 4f2c0b9a27..6a57ec6be9 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 cd6787cb7e..dc17c9723c 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 42da411909..ab5f8f2dca 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 8c3b1dee4e..eb1515ee19 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 2ab418f6e1..ed39289c96 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 c6a9bdb562..61f66e9552 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 76957adef3..854938e0a4 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 c8ebab3a3c..0a74dd2e09 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 49fcfd370c..54bc727e39 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 8666004cb2..10d35bf093 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 f95f0ea7af..2dba05ca9c 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 c44e620ed2..76522767b2 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 3ecabb363d..47e0944e84 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 ce6a283101..64ac12e60a 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 053bedb169..e9846328d9 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 225073fe59..1c84bb87c1 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 0ecc4dcf39..46807c3516 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 972fc48e90..1652b360a5 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 dec839833e..ea416a0e2c 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 450bf66b34..bacae09c02 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 473f41c516..d67338254e 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 c108e3b813..68d1bda30f 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 b6febd0592..e2819b37e0 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 30bb9fd46e..76d43d5ec3 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 ac91923522..3b5299215f 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 ad348eabd3..bcd4914ac9 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 18b7bbe765..130937c3c4 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 1c927bce66..c5e8407862 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 949fa8e4f6..90bb89aa59 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 abc9019334..643c85bd6e 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 5ec3627400..e37b6392f6 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 19d3c7b8fc..fc5ed34a1a 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 9b752e606a..7c123ab73d 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 255e150465..ab94773107 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 1f9f487ef8..6aec28c2cc 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 a160802d68..f976eac01a 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 a436d3f6e9..f121c1e9f6 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 359120096c..42b29a9145 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 379ddc8369..3523b20fe5 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 5224ee2110..9545ae4bd3 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 31bb30f2a3..e0ded90a10 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 b414f65dc4..6259832649 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 441527bac8..2805c722a6 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 4432923957..15553bc811 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 5310ce6368..7542157ba3 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 7fb613c6dc..b6fb98396f 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 3de9dd75ca..0c73d39fbe 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 20732a32a6..2ba651531b 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 5a8c06094a..7e3d47ddf4 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 4d5a55c280..fe4eeee37c 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 2673a3576f..0ab890d815 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 0a97647819..8c532c9121 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 52c258e33d..a0ce044dd4 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 3bba464409..87e87c013a 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 baaa10667c..71038f92e4 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 7388bd57bd..bd63429c08 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 14b6715f90..f8627ce989 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 5f3dcb349b..11222e1f0f 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 710d7256e3..7187229ef9 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 4e06b34952..736f54cd43 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 7fb31d5d5d..6adb2a6fd9 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 3fc538e270..48844ad51f 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 9e46422183..4288a630dd 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 96ee9be316..6c37a79782 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 e70a833fa3..7b24c7abd3 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 eb6fefcc54..d66919df9b 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 7228c4661b..52a6ec08dd 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 54edce65a7..6c06ccc64f 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 cc7657a3c1..36e369442d 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 812aa891f1..20b08fbc83 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 8db861fdcb..7070b9c2c8 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 5dae7c0330..a14f66323e 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 e740431b68..04f0d40ed8 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 387c824f99..55de1dea2d 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 8f8e6808ff..0becb3335d 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 a5616dead5..ac116b7264 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 2f94f17f36..8044b2c3d7 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 fae475cc70..624cf83a08 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 b8c8f204db..afb6b6390a 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 da246d8477..fc1badc00b 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 73a31285ea..19801ad891 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 959f475a7b..ca71956b7e 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 c6e15804cd..f14d07f5ab 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 d62f7c57e3..689048537e 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 52e5a3bd0a..6d1a05f3a9 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 d856201a85..4f90ca3f4c 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 c0b27d9217..1a68caed85 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 829af35153..68a2c09903 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 6b2a03877f..39d3eda26d 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 c69fc249b0..e5b6f99700 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 126bfd899c..d771c31e46 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 e9bac4dca1..afae1a11d7 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 a9a6ef3454..43e6bd93c7 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 77d077a6c4..663ece8309 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 bd61856053..9f21c69086 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 fcdd9f1072..da6daf97e9 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 f6ef772b1c..c8df527995 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 221acdcaa3..2af22d03ea 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 cb79a6f752..b7659bcdb7 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 c563effa72..a140253aab 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 c9b2f25d64..e207a9d56f 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 fc3031934a..f22648fb87 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 b52bf41056..76fef6f4df 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 7bea1d7bd4..84d966cd83 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 323c0ff54e..bb48a1e3cf 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 7dbf22868d..28e765ba60 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 6e6016a467..5682ce9d03 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 80a1becb5f..1758f34831 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> diff --git a/nptl/res.c b/nptl/res.c index eb6bb55a82..e7f0ecbe5c 100644 --- a/nptl/res.c +++ b/nptl/res.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 <resolv.h> diff --git a/nptl/sem_clockwait.c b/nptl/sem_clockwait.c index 23a6c08677..9ed98c4cce 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 8941f111f9..a7514e5089 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 07d60ce0dc..c2d9fc46db 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 d33993d7ac..0e2150d1e6 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 5fce527ed8..cf8b1c8e53 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 3442e26280..85802c809d 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 f48ca985bd..cc8232c110 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 0918d8bd10..fbb50a5fc8 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 825ed5f574..60fe984de1 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 20a8b9d377..84207199c7 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 cad56e996d..af81c6fe9d 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 41149a3a1d..15d3444aea 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 3c0438ed44..3e89df6640 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> diff --git a/nptl/smp.h b/nptl/smp.h index 6be59d331b..430c7093cc 100644 --- a/nptl/smp.h +++ b/nptl/smp.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 b447778bfa..31cdf0331b 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 6c36642c42..fd48a73b5e 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 ffba65af3d..053ec48b6e 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 9f4f1719d0..7d7c88fd70 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 6f710e8d17..ac31df7bd5 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 ccd44db30c..40726e6917 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 30b8e9016a..09c5546899 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 b0212f5176..79e5b21b23 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 228b26eefe..211818c30b 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 a64dd594fb..fe973e1753 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 8366d912fa..89a8ea8f5f 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 9a11b8da40..51b930496a 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 7999076f94..cb8d92a90c 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 2547bb210b..9443dd688f 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 9a370ca518..12c54bfbc2 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 dea4f9dbc7..2cfbfabee0 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 db977fb43b..8d11d702e0 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 5f09538daa..a768284784 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 b3df23637f..497d0d2173 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 f3012a2bf3..fa67fb91d1 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 07a51808df..2e185dd748 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 0177f90f1a..d1cebdfcb3 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" diff --git a/nptl/tpp.c b/nptl/tpp.c index 6a3db37be3..aae4c4047d 100644 --- a/nptl/tpp.c +++ b/nptl/tpp.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 <assert.h> #include <atomic.h> diff --git a/nptl/tss_create.c b/nptl/tss_create.c index f86b2e71a3..2842332303 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 5f6ff21b66..0af8724c29 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 8840aa6684..5c297e4427 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 0691964bc2..9d73df7e98 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 17f5be75ed..e7febef1b5 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 d348ee5bd0..93af21747c 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 30dea4d5b4..3c97c1187e 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 06cfc570b6..f262ca8490 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 ab1f264afb..c3e7cd826f 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 a8a9d6a451..5d5c40d62f 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 85d948a52e..f20adbc982 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 c67151b5bc..6c781f4372 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 8405d933c4..2c6f615c9d 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 d5c2352303..3065130c3c 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 c38828ba0c..e5d36ba179 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 45a0a3a5bf..4eae03a2b2 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 1429e95ce1..95a8e760d7 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 5846248771..f13865661b 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 b2b54cd47e..81885d721c 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 6d25baccb3..4e3f10b677 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 1d6743bd08..e6b72a1dd2 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 86ed90be73..944ca4bb66 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 f460d24986..eb06db2b47 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 cc2c715789..49b9cc63c2 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 f0725563a9..1fc952bd5e 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 e357071aa6..5994e68987 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 44a0a1d4d3..960d8b34a2 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 2268a83dec..081ef32991 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 97c9b95464..b0661b8bfc 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 ef7fdf2a91..0453734915 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 f94650ef60..e74a451b07 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 a7c2bf32df..aedc1c447a 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 71ffa60853..d5057639af 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 f627a15d4e..3d99202ef3 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 dcc8f9bc4a..299589e08e 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 1fcf5e92a0..e14a7db572 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 1cd44c5710..9a8daf8ea1 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 dceeb3b374..09068cc63c 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 1b3314ed21..9839a919bd 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 e28821e345..7c6b9eac50 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 3bc7c34e1b..a22c9cf49d 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 bf94aa482a..9ea185a3b8 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 0acb5c760a..7b211b972a 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 e8f8a46604..d4ed83d27f 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 b33a33b89c..747a2455ef 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 eb64c14781..80561b1d61 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 391cd675c4..aa01404698 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 060401b972..5015efd964 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 049bd071be..d585bbd42c 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 1f0429d343..b22bd496a7 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 8ff8e91559..96dfb71fa9 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 b6c47ceab9..361510b027 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 e0d4db85e1..3a5cca0a49 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 1a5596305a..a47a083abc 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 9c3491fb01..8e05fcf5b9 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 cf46ee6044..ea595ba73e 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 1c90dae899..0dea00c7d5 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 18702fbf51..6a84f29658 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 60a965d23a..d8b2fbc7a8 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 de06f42b76..10ae58e6e6 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 4587cbbcbf..c334e6d9f2 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 dcc9da554d..19e0ea092d 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 2e865cdf40..d133f30a57 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 682ed8f2e6..7c7d0e61f6 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 d9356ba1b9..d012364e26 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 d61554df02..41bda86b04 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 629de1ffe3..f7c43e12c7 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 71edebc60e..607bcbec2a 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 46bea0d948..5d0a6724f7 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 dfff9f2e92..cd759308a5 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 9de50803bd..8de514f8db 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 252e82581a..9b8751f1ff 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 a5c6623f11..db5e55c7a8 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 5ea6365eb7..fc19301de9 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 a0aaae2e25..cc971060a3 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 2a59401f50..8d5016f1ed 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 8625a18077..86585b01bf 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 17ba9e8065..9571df120b 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 56e0f06199..0d18796551 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 9d3eee1f4e..db5feeb22a 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 f78cd3e1d0..06bf9fb36e 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 6ce95aa13b..afb15ef66e 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 614f072613..2519b9bc39 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 75ec7a9f38..7572ff8beb 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 e6e7653ca3..91cd6988b9 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 9c1ca87b9a..cce7208e6a 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 5414a57621..033770ea2b 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 4a1b95c450..a736387e8f 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 b2d21c6d57..0cf4cacfaa 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 7fced47cda..a862f3815b 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 226276f60c..9024aaaea2 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 27e87e23ff..b729c1e980 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 0d2b838ea0..48187e11b6 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 bb4d6c9bbb..8b1f63af75 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 ad9658af4f..a25cc8b661 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 1850e44fc1..94d4e14faf 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 1f461ac155..dc3c03dbe3 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 71a4e9906a..b02e094069 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 d12dfda256..1240b4feeb 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 636a554d65..32539062e9 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 9b9528f4b0..c4b62003af 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 31728b6161..0106190b13 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 e4d5c7a2ea..a73f88ac3f 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 0255540dd4..76834f0886 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 786a678f49..70cf9928ac 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 65f27d0743..ff424fa1f6 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 11404ff7ff..0ac3d3f8c2 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 c78c19ab33..fe76b69c7c 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 0562eba4b4..21bc262c60 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 1f4b711a3c..1ffe9759ad 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 da049c4eae..6cde79934f 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 a54b3bf9b6..ac7cd100b9 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 d02f752343..d15abadc27 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 5c4629e6e9..31d6e4e2c0 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 b1c37af5ee..2d0558c888 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 bdfb6c0795..754239d0b6 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 5789ec0f62..e7ce625803 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 724b315ef1..5bedbde785 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 edbc612f74..81dd51d748 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 e0e036c36d..31d5ccf748 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 dcf342f1b0..0a3fc5ded6 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 5140760ce3..2b4bc291e2 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 6e8c40b1b5..34feeda676 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 5ea328da2d..3493e4c2a6 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 b491d3eec8..726d644a25 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 caedc5922d..df99c45216 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 a292b01272..9352a12878 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 6d56e0ee1f..660191abfa 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 32bd93d417..d8785c53a3 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 a2c39239d0..27f63eabfc 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 39f74dce09..41cacf1251 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 4103f736a2..d105ec2263 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 f181ee8d7e..405bd9b29f 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 f3241fae1c..a122a226a8 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 7a47f582f1..b49386ad76 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 1c5932c916..725b0c953a 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 a540303bc6..d61e40385d 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 22db3ff9ae..db6d20ee6b 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 bb7efce50a..4add8e0352 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 a65314b8e2..c5550d0859 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 4e0779aefb..c05cc55b04 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 4613fdbce8..aca93c9577 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 b3bf119c71..2746bfbe3b 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 41918310de..0dfe7637ad 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 8aa16326c2..b4f37ed303 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 b331aeff35..c3fc71f251 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 4b007c8398..aa3d621d8d 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 4dac4bfabb..ec9e3076df 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 8c43f6297c..aefde42426 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 871bb19066..7cacbdce19 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 b1e9a3c0e4..717c16ad14 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 497e43f460..bb6311c139 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 1ae2b73ac6..927ca3a8b8 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 afc27e7472..99576f8866 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 afcec1237b..62af553234 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 018067b3e0..542e0df712 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 dc1055e090..392a9bbaa1 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 d2a91a1ef0..431bf9f4df 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 8273b1e452..3f2f26e029 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 e4ac80a229..e238c52874 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 7e236ade4d..1ecb483d4d 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 65cb1a1042..84ba1c3f81 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 96d3bc1ecb..7ad5da8f29 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 5eddc0098c..9f537e2935 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 c0d218542f..d7adcd5061 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 d7666bc170..752ff3ffdc 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 068030f2d9..91500a11c9 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 674d2e3136..3889a77aa4 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 37ccb27bfc..5245fa28d8 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 979dd67db4..8f9efa2bd9 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 e098c6646e..82ae1a6c64 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 e0cc4a3fac..fe33f6dc66 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 b3eda7bc34..308ce74766 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 c3fb55bd3b..88929f4da8 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 c13795c4bd..e43ef1a5c6 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 54d992cbb0..03edf17e59 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 d7959c253f..a84e9af390 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 9daa9be886..36c3bce2ff 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 06e5a3b529..d6036902e3 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 7245e00d33..65ece47ee4 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 1045f2b360..3b7b1d6f42 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 553ce475ae..1d809c91df 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 5e476da2b8..80c9c50388 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 14d27cbcbc..13a7164015 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 d3bad35cde..52e1f585df 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 27be5b689c..140fb297f9 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 fb1505f5e0..123d133ff4 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 2d28a5b1d3..7ffab92646 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 364baff704..38505d573f 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 f4e142291c..93523f6463 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 24d195a81a..c1f9db96dd 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 cba5560699..76489e3612 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 f52ccd9876..ef4fe7a2f9 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 496d98317b..5d04d54b36 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 1cb95e8c9d..19d40c11ca 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 df23cff8d9..f55a825642 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 2d599ae163..83d6cf9038 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 f289892b10..e04c73fa98 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 b9580f75e7..9ccdcfc0f6 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 9c467d7a6f..7a6992459b 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 da1195339c..7df4518b05 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 94fd40d84d..28e2c73e3e 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 f5eb0b0d28..ceb1dcbd07 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 df6b95e4a8..3229a6fb42 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 62c5f0f5da..4bd9ba4ac2 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 4018d04abe..968746f2ec 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 dcef554403..9a4fb79faa 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 bc42fde481..186bed665d 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 0d260203eb..f38b9f7c72 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 4d41ed4dc4..27fe61bfe7 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 69e2387bdc..b7cd1d79b5 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 e92faf66e6..d892de77c3 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 4d6ae6f7ad..66044a30b9 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 e8914b7252..c0728da23d 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 63b13552b0..386d5d4afb 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 a12fae2a6f..4e79004f6a 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 27728f09c1..95e30bc4fc 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 b978a1b3a8..6a10320e3d 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 77b85f5546..2986364f79 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 2a73a20406..a0f267fcbb 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 f60cca2c95..8b480aeede 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 58a49ffeb6..7522dc447f 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 5a819785d5..064851dd41 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 b5cdab155f..075d3efaf9 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 618a306255..57dbc48705 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 21f864fb9b..60a63c8466 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 c243a65d34..ab4f152373 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 7b796c01a2..0b28f441c6 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 70e258077e..de67ab493c 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 701c20b559..a63497e129 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 1ddb7ea590..d973074acc 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 79cd32fd8a..971e21c4b9 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 bbca347651..a1d8d46776 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 057a190b83..8298ccea44 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 2d2d53b0de..a8a04922c0 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 56763cd5f7..0bf87e3e04 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 517d4fbd93..71925edb4f 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 8ca723cebc..ff1aa6fa95 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 101dd5ebf7..aec2f658d4 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 9e26fa7b7d..cbab8452ed 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 ca8edf7f31..fe976990c4 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 890a9ba3e9..26cbb1bae9 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 a1bfce0634..494d09f8cb 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 6f8928f991..e64c5b5317 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 67f5bbd496..dd90c1794b 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 1a915224a7..6fee306fa3 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 2555e6601c..c47e097040 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 0632f18d0f..fcece03d71 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 fb0787ea6d..7d58ee3f88 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 9a27b91368..67e28375d7 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 b48784e847..4bcf8a44d4 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 b965037255..8d14bac582 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 3386510bab..d2ad4afedc 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 090a03ddd7..f180ab74df 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 a261559a47..5f315bd5ec 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 8ec267e238..ddff19c3e5 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 bf14c323a8..46b7add516 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 ffde045f89..4ba365c802 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 9cb393e9ff..02c0b99353 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 2274b9920d..fea98d7135 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 4877bafdf5..15cd19f5c2 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 87b603317d..66e75abef8 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 614f531320..1b0a4ed7a0 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 9b3cc6a998..120c2b90d1 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 911fa99b12..7d20876bd9 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 3b22842a6b..5556236d01 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 0d992171c8..45640533bc 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> |