about summary refs log tree commit diff
path: root/htl
diff options
context:
space:
mode:
Diffstat (limited to 'htl')
-rw-r--r--htl/Makefile2
-rw-r--r--htl/alloca_cutoff.c2
-rw-r--r--htl/cthreads-compat.c2
-rw-r--r--htl/forward.c2
-rw-r--r--htl/libc_pthread_init.c2
-rw-r--r--htl/lockfile.c2
-rw-r--r--htl/pt-alloc.c2
-rw-r--r--htl/pt-cancel.c2
-rw-r--r--htl/pt-cleanup.c2
-rw-r--r--htl/pt-create.c2
-rw-r--r--htl/pt-dealloc.c2
-rw-r--r--htl/pt-detach.c2
-rw-r--r--htl/pt-exit.c2
-rw-r--r--htl/pt-getattr.c2
-rw-r--r--htl/pt-initialize.c2
-rw-r--r--htl/pt-internal.h2
-rw-r--r--htl/pt-join.c2
-rw-r--r--htl/pt-self.c2
-rw-r--r--htl/pt-setcancelstate.c2
-rw-r--r--htl/pt-setcanceltype.c2
-rw-r--r--htl/pt-sigmask.c2
-rw-r--r--htl/pt-spin-inlines.c2
-rw-r--r--htl/pt-testcancel.c2
-rw-r--r--htl/pt-yield.c2
-rw-r--r--htl/tests/test-1.c2
-rw-r--r--htl/tests/test-10.c2
-rw-r--r--htl/tests/test-11.c2
-rw-r--r--htl/tests/test-12.c2
-rw-r--r--htl/tests/test-13.c2
-rw-r--r--htl/tests/test-14.c2
-rw-r--r--htl/tests/test-15.c2
-rw-r--r--htl/tests/test-16.c2
-rw-r--r--htl/tests/test-17.c2
-rw-r--r--htl/tests/test-2.c2
-rw-r--r--htl/tests/test-3.c2
-rw-r--r--htl/tests/test-4.c2
-rw-r--r--htl/tests/test-5.c2
-rw-r--r--htl/tests/test-6.c2
-rw-r--r--htl/tests/test-7.c2
-rw-r--r--htl/tests/test-8.c2
-rw-r--r--htl/tests/test-9.c2
-rw-r--r--htl/tests/test-__pthread_destroy_specific-skip.c2
42 files changed, 42 insertions, 42 deletions
diff --git a/htl/Makefile b/htl/Makefile
index 4d1b51cea9..d8f7886790 100644
--- a/htl/Makefile
+++ b/htl/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/>.
 
 subdir := htl
 
diff --git a/htl/alloca_cutoff.c b/htl/alloca_cutoff.c
index 25c6d216b4..466790bfa7 100644
--- a/htl/alloca_cutoff.c
+++ b/htl/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;  if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <alloca.h>
 
diff --git a/htl/cthreads-compat.c b/htl/cthreads-compat.c
index 10cbc8e786..896b82f491 100644
--- a/htl/cthreads-compat.c
+++ b/htl/cthreads-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 <assert.h>
 #include <pthreadP.h>
diff --git a/htl/forward.c b/htl/forward.c
index 165dda3990..17f5704cf3 100644
--- a/htl/forward.c
+++ b/htl/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 <errno.h>
 #include <dlfcn.h>
diff --git a/htl/libc_pthread_init.c b/htl/libc_pthread_init.c
index 6afefba4a1..dfb1fcf081 100644
--- a/htl/libc_pthread_init.c
+++ b/htl/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 <string.h>
 #include <pthread-functions.h>
diff --git a/htl/lockfile.c b/htl/lockfile.c
index 83c0f1e672..dbd5d47f0a 100644
--- a/htl/lockfile.c
+++ b/htl/lockfile.c
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library;  if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <cthreads.h>
 #include <pthread.h>		/* Must come before <stdio.h>! */
diff --git a/htl/pt-alloc.c b/htl/pt-alloc.c
index dcf83176a0..c641cc84d0 100644
--- a/htl/pt-alloc.c
+++ b/htl/pt-alloc.c
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU 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/htl/pt-cancel.c b/htl/pt-cancel.c
index cc23f1c794..2f399d037b 100644
--- a/htl/pt-cancel.c
+++ b/htl/pt-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 <pthread.h>
 
diff --git a/htl/pt-cleanup.c b/htl/pt-cleanup.c
index 712d02b992..ebaf335faa 100644
--- a/htl/pt-cleanup.c
+++ b/htl/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 <pthread.h>
 
diff --git a/htl/pt-create.c b/htl/pt-create.c
index 4f732001f8..e35a5b1d9f 100644
--- a/htl/pt-create.c
+++ b/htl/pt-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 <assert.h>
 #include <errno.h>
diff --git a/htl/pt-dealloc.c b/htl/pt-dealloc.c
index 643a4d6ad8..dd58e3355b 100644
--- a/htl/pt-dealloc.c
+++ b/htl/pt-dealloc.c
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU 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 <pthread.h>
diff --git a/htl/pt-detach.c b/htl/pt-detach.c
index 429183001e..5cbc186388 100644
--- a/htl/pt-detach.c
+++ b/htl/pt-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 <pthread.h>
diff --git a/htl/pt-exit.c b/htl/pt-exit.c
index b429a3f488..a3d3ca9ae5 100644
--- a/htl/pt-exit.c
+++ b/htl/pt-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 <assert.h>
 #include <errno.h>
diff --git a/htl/pt-getattr.c b/htl/pt-getattr.c
index 33fd87a9fb..e2fbcca3b9 100644
--- a/htl/pt-getattr.c
+++ b/htl/pt-getattr.c
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU 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/htl/pt-initialize.c b/htl/pt-initialize.c
index 08c9403446..f295510100 100644
--- a/htl/pt-initialize.c
+++ b/htl/pt-initialize.c
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU 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 <string.h>
diff --git a/htl/pt-internal.h b/htl/pt-internal.h
index e7151e04f1..830473903c 100644
--- a/htl/pt-internal.h
+++ b/htl/pt-internal.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 _PT_INTERNAL_H
 #define _PT_INTERNAL_H	1
diff --git a/htl/pt-join.c b/htl/pt-join.c
index e10c3e00de..33603482a6 100644
--- a/htl/pt-join.c
+++ b/htl/pt-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 <errno.h>
 #include <pthread.h>
diff --git a/htl/pt-self.c b/htl/pt-self.c
index bb79a9dbba..90fa5e9bd2 100644
--- a/htl/pt-self.c
+++ b/htl/pt-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 <pthread.h>
 
diff --git a/htl/pt-setcancelstate.c b/htl/pt-setcancelstate.c
index 5b57cb20b9..f1b57a91cf 100644
--- a/htl/pt-setcancelstate.c
+++ b/htl/pt-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 <pthread.h>
 
diff --git a/htl/pt-setcanceltype.c b/htl/pt-setcanceltype.c
index c777ae16e3..32109b25c9 100644
--- a/htl/pt-setcanceltype.c
+++ b/htl/pt-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 <pthread.h>
 
diff --git a/htl/pt-sigmask.c b/htl/pt-sigmask.c
index f59e83fa6c..11646f11c2 100644
--- a/htl/pt-sigmask.c
+++ b/htl/pt-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 <pthread.h>
 #include <signal.h>
diff --git a/htl/pt-spin-inlines.c b/htl/pt-spin-inlines.c
index 8ca20a2c1e..54ccdc9664 100644
--- a/htl/pt-spin-inlines.c
+++ b/htl/pt-spin-inlines.c
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library;  if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 /* <bits/types/__pthread_spinlock_t.h> declares some extern inline functions.  These
    functions are declared additionally here for use when inlining is
diff --git a/htl/pt-testcancel.c b/htl/pt-testcancel.c
index 8809d73916..370ce0d06f 100644
--- a/htl/pt-testcancel.c
+++ b/htl/pt-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 <pthread.h>
 
diff --git a/htl/pt-yield.c b/htl/pt-yield.c
index c88dac08ea..3e2c38c401 100644
--- a/htl/pt-yield.c
+++ b/htl/pt-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/htl/tests/test-1.c b/htl/tests/test-1.c
index 4fd2525c2e..97a3c94c3e 100644
--- a/htl/tests/test-1.c
+++ b/htl/tests/test-1.c
@@ -14,7 +14,7 @@
 
    You should have received a copy of the 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
 
diff --git a/htl/tests/test-10.c b/htl/tests/test-10.c
index 0aa3013233..a52d3093ea 100644
--- a/htl/tests/test-10.c
+++ b/htl/tests/test-10.c
@@ -14,7 +14,7 @@
 
    You should have received a copy of the 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
 
diff --git a/htl/tests/test-11.c b/htl/tests/test-11.c
index 5261d9786b..5e5c0bf798 100644
--- a/htl/tests/test-11.c
+++ b/htl/tests/test-11.c
@@ -14,7 +14,7 @@
 
    You should have received a copy of the 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
 
diff --git a/htl/tests/test-12.c b/htl/tests/test-12.c
index adf8ff5ff7..fbb10fb4d1 100644
--- a/htl/tests/test-12.c
+++ b/htl/tests/test-12.c
@@ -14,7 +14,7 @@
 
    You should have received a copy of the 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
 
diff --git a/htl/tests/test-13.c b/htl/tests/test-13.c
index ffff25e8d3..3b6aee2bdd 100644
--- a/htl/tests/test-13.c
+++ b/htl/tests/test-13.c
@@ -14,7 +14,7 @@
 
    You should have received a copy of the 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
 
diff --git a/htl/tests/test-14.c b/htl/tests/test-14.c
index 2cb317e26a..f5014aa209 100644
--- a/htl/tests/test-14.c
+++ b/htl/tests/test-14.c
@@ -14,7 +14,7 @@
 
    You should have received a copy of the 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
 
diff --git a/htl/tests/test-15.c b/htl/tests/test-15.c
index 8c35d0ad5f..86c7b7a1a1 100644
--- a/htl/tests/test-15.c
+++ b/htl/tests/test-15.c
@@ -14,7 +14,7 @@
 
    You should have received a copy of the 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
 
diff --git a/htl/tests/test-16.c b/htl/tests/test-16.c
index 237c56cc0d..98e64241fd 100644
--- a/htl/tests/test-16.c
+++ b/htl/tests/test-16.c
@@ -14,7 +14,7 @@
 
    You should have received a copy of the 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
 
diff --git a/htl/tests/test-17.c b/htl/tests/test-17.c
index 2b51f38bd9..4be9193370 100644
--- a/htl/tests/test-17.c
+++ b/htl/tests/test-17.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 _GNU_SOURCE 1
 
diff --git a/htl/tests/test-2.c b/htl/tests/test-2.c
index 5f3906c73d..2dda4bf608 100644
--- a/htl/tests/test-2.c
+++ b/htl/tests/test-2.c
@@ -14,7 +14,7 @@
 
    You should have received a copy of the 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
 
diff --git a/htl/tests/test-3.c b/htl/tests/test-3.c
index 8f4c18ef29..8fa8cd8848 100644
--- a/htl/tests/test-3.c
+++ b/htl/tests/test-3.c
@@ -14,7 +14,7 @@
 
    You should have received a copy of the 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
 
diff --git a/htl/tests/test-4.c b/htl/tests/test-4.c
index b3deff56fd..6d88de0101 100644
--- a/htl/tests/test-4.c
+++ b/htl/tests/test-4.c
@@ -14,7 +14,7 @@
 
    You should have received a copy of the 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
 
diff --git a/htl/tests/test-5.c b/htl/tests/test-5.c
index 8a62cb24dc..caa49ef0cd 100644
--- a/htl/tests/test-5.c
+++ b/htl/tests/test-5.c
@@ -14,7 +14,7 @@
 
    You should have received a copy of the 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
 
diff --git a/htl/tests/test-6.c b/htl/tests/test-6.c
index 02aa407400..38fcdb4e04 100644
--- a/htl/tests/test-6.c
+++ b/htl/tests/test-6.c
@@ -14,7 +14,7 @@
 
    You should have received a copy of the 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
 
diff --git a/htl/tests/test-7.c b/htl/tests/test-7.c
index 0993e39962..a38f10c48b 100644
--- a/htl/tests/test-7.c
+++ b/htl/tests/test-7.c
@@ -14,7 +14,7 @@
 
    You should have received a copy of the 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
 
diff --git a/htl/tests/test-8.c b/htl/tests/test-8.c
index 0cc683774c..24b2bdb39a 100644
--- a/htl/tests/test-8.c
+++ b/htl/tests/test-8.c
@@ -14,7 +14,7 @@
 
    You should have received a copy of the 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
 
diff --git a/htl/tests/test-9.c b/htl/tests/test-9.c
index 20acc38b6c..64ac2c2bd8 100644
--- a/htl/tests/test-9.c
+++ b/htl/tests/test-9.c
@@ -14,7 +14,7 @@
 
    You should have received a copy of the 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
 
diff --git a/htl/tests/test-__pthread_destroy_specific-skip.c b/htl/tests/test-__pthread_destroy_specific-skip.c
index a1f70a47df..e3ca85934d 100644
--- a/htl/tests/test-__pthread_destroy_specific-skip.c
+++ b/htl/tests/test-__pthread_destroy_specific-skip.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 _GNU_SOURCE