about summary refs log tree commit diff
path: root/hurd
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2019-09-06 22:40:42 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2019-09-07 02:43:31 -0700
commit5a82c74822d3272df2f5929133680478c0cfb4bd (patch)
tree85871266212f0119b41ec966fec52e164edf41ba /hurd
parent1b7f04070bd94f259e2ed24d6fb76309d64fb164 (diff)
downloadglibc-5a82c74822d3272df2f5929133680478c0cfb4bd.tar.gz
glibc-5a82c74822d3272df2f5929133680478c0cfb4bd.tar.xz
glibc-5a82c74822d3272df2f5929133680478c0cfb4bd.zip
Prefer https to http for gnu.org and fsf.org URLs
Also, change sources.redhat.com to sourceware.org.
This patch was automatically generated by running the following shell
script, which uses GNU sed, and which avoids modifying files imported
from upstream:

sed -ri '
  s,(http|ftp)(://(.*\.)?(gnu|fsf|sourceware)\.org($|[^.]|\.[^a-z])),https\2,g
  s,(http|ftp)(://(.*\.)?)sources\.redhat\.com($|[^.]|\.[^a-z]),https\2sourceware.org\4,g
' \
  $(find $(git ls-files) -prune -type f \
      ! -name '*.po' \
      ! -name 'ChangeLog*' \
      ! -path COPYING ! -path COPYING.LIB \
      ! -path manual/fdl-1.3.texi ! -path manual/lgpl-2.1.texi \
      ! -path manual/texinfo.tex ! -path scripts/config.guess \
      ! -path scripts/config.sub ! -path scripts/install-sh \
      ! -path scripts/mkinstalldirs ! -path scripts/move-if-change \
      ! -path INSTALL ! -path  locale/programs/charmap-kw.h \
      ! -path po/libc.pot ! -path sysdeps/gnu/errlist.c \
      ! '(' -name configure \
            -execdir test -f configure.ac -o -f configure.in ';' ')' \
      ! '(' -name preconfigure \
            -execdir test -f preconfigure.ac ';' ')' \
      -print)

and then by running 'make dist-prepare' to regenerate files built
from the altered files, and then executing the following to cleanup:

  chmod a+x sysdeps/unix/sysv/linux/riscv/configure
  # Omit irrelevant whitespace and comment-only changes,
  # perhaps from a slightly-different Autoconf version.
  git checkout -f \
    sysdeps/csky/configure \
    sysdeps/hppa/configure \
    sysdeps/riscv/configure \
    sysdeps/unix/sysv/linux/csky/configure
  # Omit changes that caused a pre-commit check to fail like this:
  # remote: *** error: sysdeps/powerpc/powerpc64/ppc-mcount.S: trailing lines
  git checkout -f \
    sysdeps/powerpc/powerpc64/ppc-mcount.S \
    sysdeps/unix/sysv/linux/s390/s390-64/syscall.S
  # Omit change that caused a pre-commit check to fail like this:
  # remote: *** error: sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: last line does not end in newline
  git checkout -f sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S
Diffstat (limited to 'hurd')
-rw-r--r--hurd/Makefile2
-rw-r--r--hurd/alloc-fd.c2
-rw-r--r--hurd/catch-exc.c2
-rw-r--r--hurd/catch-signal.c2
-rw-r--r--hurd/compat-20.c2
-rw-r--r--hurd/ctty-input.c2
-rw-r--r--hurd/ctty-output.c2
-rw-r--r--hurd/dtable.c2
-rw-r--r--hurd/exc2signal.c2
-rw-r--r--hurd/fchroot.c2
-rw-r--r--hurd/fd-close.c2
-rw-r--r--hurd/fd-read.c2
-rw-r--r--hurd/fd-write.c2
-rw-r--r--hurd/fopenport.c2
-rw-r--r--hurd/get-host.c2
-rw-r--r--hurd/getdport.c2
-rw-r--r--hurd/geteuids.c2
-rw-r--r--hurd/getumask.c2
-rw-r--r--hurd/hurd-raise.c2
-rw-r--r--hurd/hurd.h2
-rw-r--r--hurd/hurd/fd.h2
-rw-r--r--hurd/hurd/id.h2
-rw-r--r--hurd/hurd/ioctl.h2
-rw-r--r--hurd/hurd/lookup.h2
-rw-r--r--hurd/hurd/port.h2
-rw-r--r--hurd/hurd/resource.h2
-rw-r--r--hurd/hurd/signal.h2
-rw-r--r--hurd/hurd/sigpreempt.h2
-rw-r--r--hurd/hurd/threadvar.h2
-rw-r--r--hurd/hurd/userlink.h2
-rw-r--r--hurd/hurd/xattr.h2
-rw-r--r--hurd/hurdauth.c2
-rw-r--r--hurd/hurdchdir.c2
-rw-r--r--hurd/hurdexec.c2
-rw-r--r--hurd/hurdfault.c2
-rw-r--r--hurd/hurdfault.h2
-rw-r--r--hurd/hurdfchdir.c2
-rw-r--r--hurd/hurdhost.h2
-rw-r--r--hurd/hurdid.c2
-rw-r--r--hurd/hurdinit.c2
-rw-r--r--hurd/hurdioctl.c2
-rw-r--r--hurd/hurdkill.c2
-rw-r--r--hurd/hurdlock.c2
-rw-r--r--hurd/hurdlock.h2
-rw-r--r--hurd/hurdlookup.c2
-rw-r--r--hurd/hurdmsg.c2
-rw-r--r--hurd/hurdpid.c2
-rw-r--r--hurd/hurdports.c2
-rw-r--r--hurd/hurdprio.c2
-rw-r--r--hurd/hurdrlimit.c2
-rw-r--r--hurd/hurdselect.c2
-rw-r--r--hurd/hurdsig.c2
-rw-r--r--hurd/hurdsock.c2
-rw-r--r--hurd/hurdsocket.h2
-rw-r--r--hurd/hurdstartup.c2
-rw-r--r--hurd/hurdstartup.h2
-rw-r--r--hurd/intern-fd.c2
-rw-r--r--hurd/intr-msg.c2
-rw-r--r--hurd/intr-rpc.defs2
-rw-r--r--hurd/intr-rpc.h2
-rw-r--r--hurd/longjmp-ts.c2
-rw-r--r--hurd/lookup-at.c2
-rw-r--r--hurd/lookup-retry.c2
-rw-r--r--hurd/msgportdemux.c2
-rw-r--r--hurd/new-fd.c2
-rw-r--r--hurd/openport.c2
-rw-r--r--hurd/path-lookup.c2
-rw-r--r--hurd/pid2task.c2
-rw-r--r--hurd/port-cleanup.c2
-rw-r--r--hurd/port2fd.c2
-rw-r--r--hurd/ports-get.c2
-rw-r--r--hurd/ports-set.c2
-rw-r--r--hurd/preempt-sig.c2
-rw-r--r--hurd/privports.c2
-rw-r--r--hurd/report-wait.c2
-rw-r--r--hurd/set-host.c2
-rw-r--r--hurd/setauth.c2
-rw-r--r--hurd/seteuids.c2
-rw-r--r--hurd/siginfo.c2
-rw-r--r--hurd/sigunwind.c2
-rw-r--r--hurd/task2pid.c2
-rw-r--r--hurd/thread-cancel.c2
-rw-r--r--hurd/thread-self.c2
-rw-r--r--hurd/trampoline.c2
-rw-r--r--hurd/vpprintf.c2
-rw-r--r--hurd/xattr.c2
86 files changed, 86 insertions, 86 deletions
diff --git a/hurd/Makefile b/hurd/Makefile
index 6d9cbf57a5..91d14660d9 100644
--- a/hurd/Makefile
+++ b/hurd/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 := hurd
 
diff --git a/hurd/alloc-fd.c b/hurd/alloc-fd.c
index 38ac56a9b1..096946e9cf 100644
--- a/hurd/alloc-fd.c
+++ b/hurd/alloc-fd.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 <hurd.h>
 #include <hurd/fd.h>
diff --git a/hurd/catch-exc.c b/hurd/catch-exc.c
index 78d877faca..82a81f8265 100644
--- a/hurd/catch-exc.c
+++ b/hurd/catch-exc.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 <mach/exc_server.h>
 #include <hurd/signal.h>
diff --git a/hurd/catch-signal.c b/hurd/catch-signal.c
index ec320215a6..3169604777 100644
--- a/hurd/catch-signal.c
+++ b/hurd/catch-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 <hurd/signal.h>
 #include <hurd/sigpreempt.h>
diff --git a/hurd/compat-20.c b/hurd/compat-20.c
index fdf1b01c5e..f525c05197 100644
--- a/hurd/compat-20.c
+++ b/hurd/compat-20.c
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <hurd.h>
 
diff --git a/hurd/ctty-input.c b/hurd/ctty-input.c
index beff4f6d11..95f067a16c 100644
--- a/hurd/ctty-input.c
+++ b/hurd/ctty-input.c
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <hurd.h>
 #include <hurd/signal.h>
diff --git a/hurd/ctty-output.c b/hurd/ctty-output.c
index 77b931ccef..d77c35ad6f 100644
--- a/hurd/ctty-output.c
+++ b/hurd/ctty-output.c
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <hurd.h>
 #include <hurd/signal.h>
diff --git a/hurd/dtable.c b/hurd/dtable.c
index 2663d25000..44f8123a7c 100644
--- a/hurd/dtable.c
+++ b/hurd/dtable.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 <hurd.h>
 #include <hurd/term.h>
diff --git a/hurd/exc2signal.c b/hurd/exc2signal.c
index e20d9b0587..59cd53a489 100644
--- a/hurd/exc2signal.c
+++ b/hurd/exc2signal.c
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <hurd.h>
 #include <hurd/signal.h>
diff --git a/hurd/fchroot.c b/hurd/fchroot.c
index 5a3a2a83a7..a4e0ce1dfa 100644
--- a/hurd/fchroot.c
+++ b/hurd/fchroot.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 <unistd.h>
 
diff --git a/hurd/fd-close.c b/hurd/fd-close.c
index 86343a1bda..d06e80a4b8 100644
--- a/hurd/fd-close.c
+++ b/hurd/fd-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 <hurd/fd.h>
 
diff --git a/hurd/fd-read.c b/hurd/fd-read.c
index 594b14003b..05dbe0620c 100644
--- a/hurd/fd-read.c
+++ b/hurd/fd-read.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 <unistd.h>
diff --git a/hurd/fd-write.c b/hurd/fd-write.c
index b2589245b1..d86faab016 100644
--- a/hurd/fd-write.c
+++ b/hurd/fd-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 <errno.h>
 #include <unistd.h>
diff --git a/hurd/fopenport.c b/hurd/fopenport.c
index 039ebdc312..9701424aa9 100644
--- a/hurd/fopenport.c
+++ b/hurd/fopenport.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 <hurd.h>
 #include <stdio.h>
diff --git a/hurd/get-host.c b/hurd/get-host.c
index 6ccce53294..5b72bc9c0f 100644
--- a/hurd/get-host.c
+++ b/hurd/get-host.c
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU 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 <hurd.h>
diff --git a/hurd/getdport.c b/hurd/getdport.c
index 8c63789276..b626c34316 100644
--- a/hurd/getdport.c
+++ b/hurd/getdport.c
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <hurd.h>
 
diff --git a/hurd/geteuids.c b/hurd/geteuids.c
index 42f6331cb1..91ed592be3 100644
--- a/hurd/geteuids.c
+++ b/hurd/geteuids.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 <hurd.h>
 #include <hurd/id.h>
diff --git a/hurd/getumask.c b/hurd/getumask.c
index 27ec4c4de6..df68e63499 100644
--- a/hurd/getumask.c
+++ b/hurd/getumask.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 <hurd.h>
 
diff --git a/hurd/hurd-raise.c b/hurd/hurd-raise.c
index 3bb3439b8e..75d997acb8 100644
--- a/hurd/hurd-raise.c
+++ b/hurd/hurd-raise.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 <hurd.h>
 #include <hurd/signal.h>
diff --git a/hurd/hurd.h b/hurd/hurd.h
index 8ccd1714bb..ff7700a6c7 100644
--- a/hurd/hurd.h
+++ b/hurd/hurd.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	_HURD_H
 
diff --git a/hurd/hurd/fd.h b/hurd/hurd/fd.h
index 779ea4fc9d..d2983e751d 100644
--- a/hurd/hurd/fd.h
+++ b/hurd/hurd/fd.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	_HURD_FD_H
 
diff --git a/hurd/hurd/id.h b/hurd/hurd/id.h
index d523ac49f8..8492a50357 100644
--- a/hurd/hurd/id.h
+++ b/hurd/hurd/id.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	_HURD_ID_H
 
diff --git a/hurd/hurd/ioctl.h b/hurd/hurd/ioctl.h
index aea2fec1aa..c45a31cb17 100644
--- a/hurd/hurd/ioctl.h
+++ b/hurd/hurd/ioctl.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	_HURD_IOCTL_H
 #define	_HURD_IOCTL_H	1
diff --git a/hurd/hurd/lookup.h b/hurd/hurd/lookup.h
index 6d0670853f..7485dfe60b 100644
--- a/hurd/hurd/lookup.h
+++ b/hurd/hurd/lookup.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 _HURD_LOOKUP_H
 #define _HURD_LOOKUP_H	1
diff --git a/hurd/hurd/port.h b/hurd/hurd/port.h
index 75e51ff736..b656870724 100644
--- a/hurd/hurd/port.h
+++ b/hurd/hurd/port.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	_HURD_PORT_H
 
diff --git a/hurd/hurd/resource.h b/hurd/hurd/resource.h
index 561054912c..965043969b 100644
--- a/hurd/hurd/resource.h
+++ b/hurd/hurd/resource.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 _HURD_RESOURCE_H
 #define _HURD_RESOURCE_H
diff --git a/hurd/hurd/signal.h b/hurd/hurd/signal.h
index 308124c90b..3670a91a00 100644
--- a/hurd/hurd/signal.h
+++ b/hurd/hurd/signal.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	_HURD_SIGNAL_H
 
diff --git a/hurd/hurd/sigpreempt.h b/hurd/hurd/sigpreempt.h
index 44eb614e13..f318ecbd18 100644
--- a/hurd/hurd/sigpreempt.h
+++ b/hurd/hurd/sigpreempt.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	_HURD_SIGPREEMPT_H
 
diff --git a/hurd/hurd/threadvar.h b/hurd/hurd/threadvar.h
index 32caad9ae3..e3bb8db0c1 100644
--- a/hurd/hurd/threadvar.h
+++ b/hurd/hurd/threadvar.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 _HURD_THREADVAR_H
 #define	_HURD_THREADVAR_H
diff --git a/hurd/hurd/userlink.h b/hurd/hurd/userlink.h
index d70438a48f..f466c7149b 100644
--- a/hurd/hurd/userlink.h
+++ b/hurd/hurd/userlink.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	_HURD_USERLINK_H
 
diff --git a/hurd/hurd/xattr.h b/hurd/hurd/xattr.h
index 6ba2bcb168..18bc5d65bb 100644
--- a/hurd/hurd/xattr.h
+++ b/hurd/hurd/xattr.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	_HURD_XATTR_H
 #define	_HURD_XATTR_H	1
diff --git a/hurd/hurdauth.c b/hurd/hurdauth.c
index a61e729150..6c9324a5c9 100644
--- a/hurd/hurdauth.c
+++ b/hurd/hurdauth.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 <hurd.h>
 #include <hurd/msg_server.h>
diff --git a/hurd/hurdchdir.c b/hurd/hurdchdir.c
index 6e99266cba..b35214c4ea 100644
--- a/hurd/hurdchdir.c
+++ b/hurd/hurdchdir.c
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <unistd.h>
diff --git a/hurd/hurdexec.c b/hurd/hurdexec.c
index 88ebcccd82..4e36d92f2e 100644
--- a/hurd/hurdexec.c
+++ b/hurd/hurdexec.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 <unistd.h>
diff --git a/hurd/hurdfault.c b/hurd/hurdfault.c
index ea248d0b55..e9956a8d21 100644
--- a/hurd/hurdfault.c
+++ b/hurd/hurdfault.c
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <hurd.h>
 #include <hurd/signal.h>
diff --git a/hurd/hurdfault.h b/hurd/hurdfault.h
index 4933976843..b684243658 100644
--- a/hurd/hurdfault.h
+++ b/hurd/hurdfault.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 _HURD_FAULT_H
 #define _HURD_FAULT_H
diff --git a/hurd/hurdfchdir.c b/hurd/hurdfchdir.c
index e14080c064..35f155a6b0 100644
--- a/hurd/hurdfchdir.c
+++ b/hurd/hurdfchdir.c
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <unistd.h>
diff --git a/hurd/hurdhost.h b/hurd/hurdhost.h
index e912765418..1f576a3ef4 100644
--- a/hurd/hurdhost.h
+++ b/hurd/hurdhost.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/>.  */
 
 /* Fetch and atomically store the contents of the file ITEM.
    Returns the size read or written, or -1 for errors.
diff --git a/hurd/hurdid.c b/hurd/hurdid.c
index a41fd3df10..6eba34c960 100644
--- a/hurd/hurdid.c
+++ b/hurd/hurdid.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 <hurd.h>
 #include <hurd/id.h>
diff --git a/hurd/hurdinit.c b/hurd/hurdinit.c
index 938e6da5e3..93251197c7 100644
--- a/hurd/hurdinit.c
+++ b/hurd/hurdinit.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 <sys/stat.h>
 #include <stdlib.h>
diff --git a/hurd/hurdioctl.c b/hurd/hurdioctl.c
index 2d7a685409..d706e49c27 100644
--- a/hurd/hurdioctl.c
+++ b/hurd/hurdioctl.c
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <hurd.h>
 #include <hurd/fd.h>
diff --git a/hurd/hurdkill.c b/hurd/hurdkill.c
index cd67f9b9bd..157da3f6a9 100644
--- a/hurd/hurdkill.c
+++ b/hurd/hurdkill.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/types.h>
diff --git a/hurd/hurdlock.c b/hurd/hurdlock.c
index 3d4702f614..0787c19661 100644
--- a/hurd/hurdlock.c
+++ b/hurd/hurdlock.c
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include "hurdlock.h"
 #include <hurd.h>
diff --git a/hurd/hurdlock.h b/hurd/hurdlock.h
index 78f630191c..0de76ea97b 100644
--- a/hurd/hurdlock.h
+++ b/hurd/hurdlock.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 _HURD_LOCK_H
 #define _HURD_LOCK_H   1
diff --git a/hurd/hurdlookup.c b/hurd/hurdlookup.c
index 983f6a6506..0007aaad7b 100644
--- a/hurd/hurdlookup.c
+++ b/hurd/hurdlookup.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 <hurd.h>
 #include <hurd/lookup.h>
diff --git a/hurd/hurdmsg.c b/hurd/hurdmsg.c
index 48db15aed2..02b04f28ab 100644
--- a/hurd/hurdmsg.c
+++ b/hurd/hurdmsg.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 <hurd.h>
 #include <hurd/msg_server.h>
diff --git a/hurd/hurdpid.c b/hurd/hurdpid.c
index bca7048014..b8cc0b3c67 100644
--- a/hurd/hurdpid.c
+++ b/hurd/hurdpid.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 <hurd.h>
 #include <lowlevellock.h>
diff --git a/hurd/hurdports.c b/hurd/hurdports.c
index 5f604fd09c..a7152a208c 100644
--- a/hurd/hurdports.c
+++ b/hurd/hurdports.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 <hurd.h>
 #include <hurd/port.h>
diff --git a/hurd/hurdprio.c b/hurd/hurdprio.c
index 50dbd9cad2..67af350e92 100644
--- a/hurd/hurdprio.c
+++ b/hurd/hurdprio.c
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <hurd.h>
 #include <hurd/resource.h>
diff --git a/hurd/hurdrlimit.c b/hurd/hurdrlimit.c
index f40fd6521e..abfa4ed356 100644
--- a/hurd/hurdrlimit.c
+++ b/hurd/hurdrlimit.c
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <hurd.h>
 #include <cthreads.h>
diff --git a/hurd/hurdselect.c b/hurd/hurdselect.c
index 5a0de51ea5..333a909d67 100644
--- a/hurd/hurdselect.c
+++ b/hurd/hurdselect.c
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sys/time.h>
 #include <sys/types.h>
diff --git a/hurd/hurdsig.c b/hurd/hurdsig.c
index 1b511d1e8f..ebe0308c74 100644
--- a/hurd/hurdsig.c
+++ b/hurd/hurdsig.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 <stdlib.h>
diff --git a/hurd/hurdsock.c b/hurd/hurdsock.c
index ab74a521ec..9efd89316c 100644
--- a/hurd/hurdsock.c
+++ b/hurd/hurdsock.c
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <hurd.h>
 #include <sys/socket.h>
diff --git a/hurd/hurdsocket.h b/hurd/hurdsocket.h
index 7024b94283..277f512785 100644
--- a/hurd/hurdsocket.h
+++ b/hurd/hurdsocket.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 _HURD_HURDSOCKET_H
 #define _HURD_HURDSOCKET_H
diff --git a/hurd/hurdstartup.c b/hurd/hurdstartup.c
index a028151b8f..c0a78b3a82 100644
--- a/hurd/hurdstartup.c
+++ b/hurd/hurdstartup.c
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    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/hurd/hurdstartup.h b/hurd/hurdstartup.h
index aa5141ca00..9001e5660b 100644
--- a/hurd/hurdstartup.h
+++ b/hurd/hurdstartup.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 _HURDSTARTUP_H
 #define _HURDSTARTUP_H 1
diff --git a/hurd/intern-fd.c b/hurd/intern-fd.c
index b576279e85..48a9821c87 100644
--- a/hurd/intern-fd.c
+++ b/hurd/intern-fd.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 <hurd.h>
 #include <hurd/fd.h>
diff --git a/hurd/intr-msg.c b/hurd/intr-msg.c
index b7fda2188f..ee53d3a1de 100644
--- a/hurd/intr-msg.c
+++ b/hurd/intr-msg.c
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <mach.h>
 #include <mach/mig_errors.h>
diff --git a/hurd/intr-rpc.defs b/hurd/intr-rpc.defs
index 8053ad0e26..eb3586b7b6 100644
--- a/hurd/intr-rpc.defs
+++ b/hurd/intr-rpc.defs
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 /* Cause user stubs for interruptible RPCs to import a special header to
    modify their behavior.  */
diff --git a/hurd/intr-rpc.h b/hurd/intr-rpc.h
index 74a9825aeb..dfc51af008 100644
--- a/hurd/intr-rpc.h
+++ b/hurd/intr-rpc.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 file is imported by the MiG-generated user stubs for interruptible
    RPCs.  We modify them to use our own function in place of mach_msg.  */
diff --git a/hurd/longjmp-ts.c b/hurd/longjmp-ts.c
index 886d832d11..a520eab75d 100644
--- a/hurd/longjmp-ts.c
+++ b/hurd/longjmp-ts.c
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU 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 <mach/thread_status.h>
diff --git a/hurd/lookup-at.c b/hurd/lookup-at.c
index 43430b5762..1dd64cc350 100644
--- a/hurd/lookup-at.c
+++ b/hurd/lookup-at.c
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <hurd.h>
 #include <hurd/lookup.h>
diff --git a/hurd/lookup-retry.c b/hurd/lookup-retry.c
index 9c49075fe1..6a21f2ef12 100644
--- a/hurd/lookup-retry.c
+++ b/hurd/lookup-retry.c
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <hurd.h>
 #include <hurd/lookup.h>
diff --git a/hurd/msgportdemux.c b/hurd/msgportdemux.c
index 039b395933..b57a97c36a 100644
--- a/hurd/msgportdemux.c
+++ b/hurd/msgportdemux.c
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <hurd.h>
 #include <hurd/signal.h>
diff --git a/hurd/new-fd.c b/hurd/new-fd.c
index 8d02549cf2..868fb291a9 100644
--- a/hurd/new-fd.c
+++ b/hurd/new-fd.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 <hurd/fd.h>
 #include <stdlib.h>
diff --git a/hurd/openport.c b/hurd/openport.c
index d056d29af4..344f361430 100644
--- a/hurd/openport.c
+++ b/hurd/openport.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 <hurd.h>
 #include <hurd/fd.h>
diff --git a/hurd/path-lookup.c b/hurd/path-lookup.c
index af0a02a5ce..0a44ec4f24 100644
--- a/hurd/path-lookup.c
+++ b/hurd/path-lookup.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 <string.h>
 #include <hurd.h>
diff --git a/hurd/pid2task.c b/hurd/pid2task.c
index ee62db995d..4e72fbc86f 100644
--- a/hurd/pid2task.c
+++ b/hurd/pid2task.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 <hurd.h>
 
diff --git a/hurd/port-cleanup.c b/hurd/port-cleanup.c
index 7a61155d45..b43b79383d 100644
--- a/hurd/port-cleanup.c
+++ b/hurd/port-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 <mach.h>
 #include <hurd/port.h>
diff --git a/hurd/port2fd.c b/hurd/port2fd.c
index f500202c91..ab825bebd3 100644
--- a/hurd/port2fd.c
+++ b/hurd/port2fd.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 <hurd.h>
 #include <hurd/fd.h>
diff --git a/hurd/ports-get.c b/hurd/ports-get.c
index f17d66e2fb..25ce29bfc8 100644
--- a/hurd/ports-get.c
+++ b/hurd/ports-get.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 <hurd.h>
 
diff --git a/hurd/ports-set.c b/hurd/ports-set.c
index 8f81c36b9e..f05bcd4cba 100644
--- a/hurd/ports-set.c
+++ b/hurd/ports-set.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 <hurd.h>
 
diff --git a/hurd/preempt-sig.c b/hurd/preempt-sig.c
index 3e47cfc254..84a2870f46 100644
--- a/hurd/preempt-sig.c
+++ b/hurd/preempt-sig.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 <hurd/sigpreempt.h>
 #include <hurd/signal.h>
diff --git a/hurd/privports.c b/hurd/privports.c
index 9dc27b3e15..4bebb4e8ee 100644
--- a/hurd/privports.c
+++ b/hurd/privports.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 <hurd.h>
 
diff --git a/hurd/report-wait.c b/hurd/report-wait.c
index 7a507053bf..9fe2a29075 100644
--- a/hurd/report-wait.c
+++ b/hurd/report-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 <hurd.h>
 #include <hurd/signal.h>
diff --git a/hurd/set-host.c b/hurd/set-host.c
index 52ec46adc7..d3b62c616a 100644
--- a/hurd/set-host.c
+++ b/hurd/set-host.c
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU 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 <hurd.h>
diff --git a/hurd/setauth.c b/hurd/setauth.c
index 0476cde2da..2e78660516 100644
--- a/hurd/setauth.c
+++ b/hurd/setauth.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 <hurd.h>
 #include <hurd/port.h>
diff --git a/hurd/seteuids.c b/hurd/seteuids.c
index e49e098443..1afd3a7db7 100644
--- a/hurd/seteuids.c
+++ b/hurd/seteuids.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 <hurd.h>
 #include <hurd/id.h>
diff --git a/hurd/siginfo.c b/hurd/siginfo.c
index d37ff810af..7b080e1449 100644
--- a/hurd/siginfo.c
+++ b/hurd/siginfo.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 <hurd/signal.h>
 #include <stdio.h>
diff --git a/hurd/sigunwind.c b/hurd/sigunwind.c
index 75841ae210..80626eeffe 100644
--- a/hurd/sigunwind.c
+++ b/hurd/sigunwind.c
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <hurd.h>
 #include <thread_state.h>
diff --git a/hurd/task2pid.c b/hurd/task2pid.c
index 4e23f8b7eb..da9fd6a148 100644
--- a/hurd/task2pid.c
+++ b/hurd/task2pid.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 <hurd.h>
 
diff --git a/hurd/thread-cancel.c b/hurd/thread-cancel.c
index ade938c93e..b137f0e4d3 100644
--- a/hurd/thread-cancel.c
+++ b/hurd/thread-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 <hurd/signal.h>
 #include <hurd/interrupt.h>
diff --git a/hurd/thread-self.c b/hurd/thread-self.c
index 2089ca0424..39950bc366 100644
--- a/hurd/thread-self.c
+++ b/hurd/thread-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 <hurd/signal.h>
 
diff --git a/hurd/trampoline.c b/hurd/trampoline.c
index ed4de3c097..ee8906bc5b 100644
--- a/hurd/trampoline.c
+++ b/hurd/trampoline.c
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <hurd.h>
 #include <mach/thread_status.h>
diff --git a/hurd/vpprintf.c b/hurd/vpprintf.c
index 4d9fe21cff..09e4df11a3 100644
--- a/hurd/vpprintf.c
+++ b/hurd/vpprintf.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 <stdarg.h>
 #include <stdio.h>
diff --git a/hurd/xattr.c b/hurd/xattr.c
index ffca84ef33..7f7c6ed6d0 100644
--- a/hurd/xattr.c
+++ b/hurd/xattr.c
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <hurd.h>
 #include <hurd/xattr.h>