summary refs log tree commit diff
path: root/rt
diff options
context:
space:
mode:
Diffstat (limited to 'rt')
-rw-r--r--rt/Makefile2
-rw-r--r--rt/aio.h2
-rw-r--r--rt/aio_cancel.c2
-rw-r--r--rt/aio_error.c2
-rw-r--r--rt/aio_fsync.c2
-rw-r--r--rt/aio_misc.c2
-rw-r--r--rt/aio_notify.c2
-rw-r--r--rt/aio_read.c2
-rw-r--r--rt/aio_return.c2
-rw-r--r--rt/aio_sigqueue.c2
-rw-r--r--rt/aio_suspend.c2
-rw-r--r--rt/aio_write.c2
-rw-r--r--rt/bits/mqueue2.h2
-rw-r--r--rt/lio_listio.c2
-rw-r--r--rt/mq_close.c2
-rw-r--r--rt/mq_getattr.c2
-rw-r--r--rt/mq_notify.c2
-rw-r--r--rt/mq_open.c2
-rw-r--r--rt/mq_receive.c2
-rw-r--r--rt/mq_send.c2
-rw-r--r--rt/mq_setattr.c2
-rw-r--r--rt/mq_timedreceive.c2
-rw-r--r--rt/mq_timedsend.c2
-rw-r--r--rt/mq_unlink.c2
-rw-r--r--rt/mqueue.h2
-rw-r--r--rt/shm_open.c2
-rw-r--r--rt/shm_unlink.c2
-rw-r--r--rt/timer_create.c2
-rw-r--r--rt/timer_delete.c2
-rw-r--r--rt/timer_getoverr.c2
-rw-r--r--rt/timer_gettime.c2
-rw-r--r--rt/timer_settime.c2
-rw-r--r--rt/tst-aio.c2
-rw-r--r--rt/tst-aio2.c2
-rw-r--r--rt/tst-aio3.c2
-rw-r--r--rt/tst-aio4.c2
-rw-r--r--rt/tst-aio5.c2
-rw-r--r--rt/tst-aio6.c2
-rw-r--r--rt/tst-aio64.c2
-rw-r--r--rt/tst-aio7.c2
-rw-r--r--rt/tst-cpuclock2.c2
-rw-r--r--rt/tst-mqueue.h2
-rw-r--r--rt/tst-mqueue1.c2
-rw-r--r--rt/tst-mqueue2.c2
-rw-r--r--rt/tst-mqueue3.c2
-rw-r--r--rt/tst-mqueue4.c2
-rw-r--r--rt/tst-mqueue5.c2
-rw-r--r--rt/tst-mqueue6.c2
-rw-r--r--rt/tst-mqueue7.c2
-rw-r--r--rt/tst-mqueue8.c2
-rw-r--r--rt/tst-mqueue9.c2
-rw-r--r--rt/tst-shm-cancel.c2
-rw-r--r--rt/tst-shm.c2
-rw-r--r--rt/tst-timer.c2
-rw-r--r--rt/tst-timer4.c2
55 files changed, 55 insertions, 55 deletions
diff --git a/rt/Makefile b/rt/Makefile
index e6fbc32438..2bc4160882 100644
--- a/rt/Makefile
+++ b/rt/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 real-time portion of the library.
diff --git a/rt/aio.h b/rt/aio.h
index d1b97bf0e4..988ac76637 100644
--- a/rt/aio.h
+++ b/rt/aio.h
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 /*
  * ISO/IEC 9945-1:1996 6.7: Asynchronous Input and Output
diff --git a/rt/aio_cancel.c b/rt/aio_cancel.c
index 2087cc3286..9abde1bb8f 100644
--- a/rt/aio_cancel.c
+++ b/rt/aio_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/>.  */
 
 
 /* We use an UGLY hack to prevent gcc from finding us cheating.  The
diff --git a/rt/aio_error.c b/rt/aio_error.c
index d44cce2fb9..e73378ff23 100644
--- a/rt/aio_error.c
+++ b/rt/aio_error.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/>.  */
 
 
 /* We use an UGLY hack to prevent gcc from finding us cheating.  The
diff --git a/rt/aio_fsync.c b/rt/aio_fsync.c
index 981daf6018..265bce1994 100644
--- a/rt/aio_fsync.c
+++ b/rt/aio_fsync.c
@@ -14,7 +14,7 @@
 
    You should have received a copy of the 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 an UGLY hack to prevent gcc from finding us cheating.  The
diff --git a/rt/aio_misc.c b/rt/aio_misc.c
index 873faa4337..2fa48dee57 100644
--- a/rt/aio_misc.c
+++ b/rt/aio_misc.c
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU 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 <aio_misc.h>
diff --git a/rt/aio_notify.c b/rt/aio_notify.c
index 59f1272077..9a02cfd629 100644
--- a/rt/aio_notify.c
+++ b/rt/aio_notify.c
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU 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 <aio_misc.h>
diff --git a/rt/aio_read.c b/rt/aio_read.c
index c3cffa1b22..7386c9d9e3 100644
--- a/rt/aio_read.c
+++ b/rt/aio_read.c
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU 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/rt/aio_return.c b/rt/aio_return.c
index cdc000e96b..32e583c40d 100644
--- a/rt/aio_return.c
+++ b/rt/aio_return.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/>.  */
 
 
 /* We use an UGLY hack to prevent gcc from finding us cheating.  The
diff --git a/rt/aio_sigqueue.c b/rt/aio_sigqueue.c
index 5a7fd4d66b..fb3ed487c3 100644
--- a/rt/aio_sigqueue.c
+++ b/rt/aio_sigqueue.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 <aio.h>
 #include <errno.h>
diff --git a/rt/aio_suspend.c b/rt/aio_suspend.c
index ceb40dedd9..095762b94a 100644
--- a/rt/aio_suspend.c
+++ b/rt/aio_suspend.c
@@ -14,7 +14,7 @@
 
    You should have received a copy of the 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 an UGLY hack to prevent gcc from finding us cheating.  The
diff --git a/rt/aio_write.c b/rt/aio_write.c
index 1caadf121c..67cb1d1ce0 100644
--- a/rt/aio_write.c
+++ b/rt/aio_write.c
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU 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/rt/bits/mqueue2.h b/rt/bits/mqueue2.h
index f9d95db0a5..9c187f2b9d 100644
--- a/rt/bits/mqueue2.h
+++ b/rt/bits/mqueue2.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	_FCNTL_H
 # error "Never include <bits/mqueue2.h> directly; use <mqueue.h> instead."
diff --git a/rt/lio_listio.c b/rt/lio_listio.c
index 4d95ad1b06..739d31b203 100644
--- a/rt/lio_listio.c
+++ b/rt/lio_listio.c
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU 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/rt/mq_close.c b/rt/mq_close.c
index 3f774e6c18..ae019d7160 100644
--- a/rt/mq_close.c
+++ b/rt/mq_close.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 <mqueue.h>
diff --git a/rt/mq_getattr.c b/rt/mq_getattr.c
index 856597a6bf..c4e0f7c107 100644
--- a/rt/mq_getattr.c
+++ b/rt/mq_getattr.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 <mqueue.h>
diff --git a/rt/mq_notify.c b/rt/mq_notify.c
index 898e32c77d..2f5e35fbea 100644
--- a/rt/mq_notify.c
+++ b/rt/mq_notify.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 <mqueue.h>
diff --git a/rt/mq_open.c b/rt/mq_open.c
index 24efb41f98..cbf0c2b9a8 100644
--- a/rt/mq_open.c
+++ b/rt/mq_open.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 <mqueue.h>
diff --git a/rt/mq_receive.c b/rt/mq_receive.c
index 5c17a66f09..59f8ba170c 100644
--- a/rt/mq_receive.c
+++ b/rt/mq_receive.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 <mqueue.h>
diff --git a/rt/mq_send.c b/rt/mq_send.c
index 0dea8a506b..6740ba8521 100644
--- a/rt/mq_send.c
+++ b/rt/mq_send.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 <mqueue.h>
diff --git a/rt/mq_setattr.c b/rt/mq_setattr.c
index 93f7565261..79d7feaa0c 100644
--- a/rt/mq_setattr.c
+++ b/rt/mq_setattr.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 <mqueue.h>
diff --git a/rt/mq_timedreceive.c b/rt/mq_timedreceive.c
index 6e2ad62150..5fc08eac6a 100644
--- a/rt/mq_timedreceive.c
+++ b/rt/mq_timedreceive.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 <mqueue.h>
diff --git a/rt/mq_timedsend.c b/rt/mq_timedsend.c
index f375849baa..d0c7e96481 100644
--- a/rt/mq_timedsend.c
+++ b/rt/mq_timedsend.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 <mqueue.h>
diff --git a/rt/mq_unlink.c b/rt/mq_unlink.c
index 41039e243c..851be883c3 100644
--- a/rt/mq_unlink.c
+++ b/rt/mq_unlink.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 <mqueue.h>
diff --git a/rt/mqueue.h b/rt/mqueue.h
index 308a52c1bc..5296e889bb 100644
--- a/rt/mqueue.h
+++ b/rt/mqueue.h
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #ifndef _MQUEUE_H
 #define _MQUEUE_H	1
diff --git a/rt/shm_open.c b/rt/shm_open.c
index dd455a0c90..fb8af93565 100644
--- a/rt/shm_open.c
+++ b/rt/shm_open.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 <sys/mman.h>
diff --git a/rt/shm_unlink.c b/rt/shm_unlink.c
index 84fc331018..7e1de05228 100644
--- a/rt/shm_unlink.c
+++ b/rt/shm_unlink.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 <sys/mman.h>
diff --git a/rt/timer_create.c b/rt/timer_create.c
index 0955abd3ac..92555d6977 100644
--- a/rt/timer_create.c
+++ b/rt/timer_create.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 <time.h>
diff --git a/rt/timer_delete.c b/rt/timer_delete.c
index 409d3eac04..c14d205d0e 100644
--- a/rt/timer_delete.c
+++ b/rt/timer_delete.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 <time.h>
diff --git a/rt/timer_getoverr.c b/rt/timer_getoverr.c
index 432848b077..f841d8507e 100644
--- a/rt/timer_getoverr.c
+++ b/rt/timer_getoverr.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 <time.h>
diff --git a/rt/timer_gettime.c b/rt/timer_gettime.c
index ed3eafab62..26734d1786 100644
--- a/rt/timer_gettime.c
+++ b/rt/timer_gettime.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 <time.h>
diff --git a/rt/timer_settime.c b/rt/timer_settime.c
index 138720a05b..94f9e8dbb7 100644
--- a/rt/timer_settime.c
+++ b/rt/timer_settime.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 <time.h>
diff --git a/rt/tst-aio.c b/rt/tst-aio.c
index bbb76df88b..397e9607d6 100644
--- a/rt/tst-aio.c
+++ b/rt/tst-aio.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 <aio.h>
 #include <errno.h>
diff --git a/rt/tst-aio2.c b/rt/tst-aio2.c
index 72a716cab2..1ba229fb3e 100644
--- a/rt/tst-aio2.c
+++ b/rt/tst-aio2.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 <aio.h>
 #include <signal.h>
diff --git a/rt/tst-aio3.c b/rt/tst-aio3.c
index d5239b16ad..534248afbf 100644
--- a/rt/tst-aio3.c
+++ b/rt/tst-aio3.c
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU 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 <signal.h>
diff --git a/rt/tst-aio4.c b/rt/tst-aio4.c
index 41463730ea..433edba87a 100644
--- a/rt/tst-aio4.c
+++ b/rt/tst-aio4.c
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU 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 <signal.h>
diff --git a/rt/tst-aio5.c b/rt/tst-aio5.c
index 29b06313c9..c207cc5b8f 100644
--- a/rt/tst-aio5.c
+++ b/rt/tst-aio5.c
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU 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 <signal.h>
diff --git a/rt/tst-aio6.c b/rt/tst-aio6.c
index ebcf5d6bde..e71b126496 100644
--- a/rt/tst-aio6.c
+++ b/rt/tst-aio6.c
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU 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/rt/tst-aio64.c b/rt/tst-aio64.c
index b30f652c9a..ca37a7aa07 100644
--- a/rt/tst-aio64.c
+++ b/rt/tst-aio64.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 _LARGEFILE_SOURCE 1
 #include <aio.h>
diff --git a/rt/tst-aio7.c b/rt/tst-aio7.c
index 7208d0f782..f1a0eae53b 100644
--- a/rt/tst-aio7.c
+++ b/rt/tst-aio7.c
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU 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 <error.h>
diff --git a/rt/tst-cpuclock2.c b/rt/tst-cpuclock2.c
index d853efde45..663a37789c 100644
--- a/rt/tst-cpuclock2.c
+++ b/rt/tst-cpuclock2.c
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU 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 <stdint.h>
diff --git a/rt/tst-mqueue.h b/rt/tst-mqueue.h
index 7fde420ae5..3743e10974 100644
--- a/rt/tst-mqueue.h
+++ b/rt/tst-mqueue.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 <mqueue.h>
 #include <search.h>
diff --git a/rt/tst-mqueue1.c b/rt/tst-mqueue1.c
index fb8d2e2ff0..64eb34b2c9 100644
--- a/rt/tst-mqueue1.c
+++ b/rt/tst-mqueue1.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 <fcntl.h>
diff --git a/rt/tst-mqueue2.c b/rt/tst-mqueue2.c
index 8be931b487..4767d8d28b 100644
--- a/rt/tst-mqueue2.c
+++ b/rt/tst-mqueue2.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 <fcntl.h>
diff --git a/rt/tst-mqueue3.c b/rt/tst-mqueue3.c
index 966b383ce8..0ed4377b14 100644
--- a/rt/tst-mqueue3.c
+++ b/rt/tst-mqueue3.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 <mqueue.h>
diff --git a/rt/tst-mqueue4.c b/rt/tst-mqueue4.c
index 94071343f8..ad267e73ec 100644
--- a/rt/tst-mqueue4.c
+++ b/rt/tst-mqueue4.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 <fcntl.h>
diff --git a/rt/tst-mqueue5.c b/rt/tst-mqueue5.c
index 85adc6316d..76e83a13b6 100644
--- a/rt/tst-mqueue5.c
+++ b/rt/tst-mqueue5.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 <fcntl.h>
diff --git a/rt/tst-mqueue6.c b/rt/tst-mqueue6.c
index 61a88ba8e0..2438dcfa9e 100644
--- a/rt/tst-mqueue6.c
+++ b/rt/tst-mqueue6.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 <fcntl.h>
diff --git a/rt/tst-mqueue7.c b/rt/tst-mqueue7.c
index 224fc58fb7..52cf51bb5c 100644
--- a/rt/tst-mqueue7.c
+++ b/rt/tst-mqueue7.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 <fcntl.h>
diff --git a/rt/tst-mqueue8.c b/rt/tst-mqueue8.c
index fdac790866..0042215960 100644
--- a/rt/tst-mqueue8.c
+++ b/rt/tst-mqueue8.c
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <mqueue.h>
diff --git a/rt/tst-mqueue9.c b/rt/tst-mqueue9.c
index ea7a3d7196..4c5d89b482 100644
--- a/rt/tst-mqueue9.c
+++ b/rt/tst-mqueue9.c
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <mqueue.h>
diff --git a/rt/tst-shm-cancel.c b/rt/tst-shm-cancel.c
index e6994e5f20..26ddfd207c 100644
--- a/rt/tst-shm-cancel.c
+++ b/rt/tst-shm-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>
 #include <sys/mman.h>
diff --git a/rt/tst-shm.c b/rt/tst-shm.c
index 99e45fcd11..6c85e01653 100644
--- a/rt/tst-shm.c
+++ b/rt/tst-shm.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/rt/tst-timer.c b/rt/tst-timer.c
index f14c937cd2..2654982b9d 100644
--- a/rt/tst-timer.c
+++ b/rt/tst-timer.c
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU 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/rt/tst-timer4.c b/rt/tst-timer4.c
index 5e0db4a2ae..848cba5905 100644
--- a/rt/tst-timer4.c
+++ b/rt/tst-timer4.c
@@ -15,7 +15,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 <signal.h>