aboutsummaryrefslogtreecommitdiff
path: root/support
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 /support
parent1b7f04070bd94f259e2ed24d6fb76309d64fb164 (diff)
downloadglibc-5a82c74822d3272df2f5929133680478c0cfb4bd.zip
glibc-5a82c74822d3272df2f5929133680478c0cfb4bd.tar.gz
glibc-5a82c74822d3272df2f5929133680478c0cfb4bd.tar.bz2
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 'support')
-rw-r--r--support/Makefile2
-rw-r--r--support/blob_repeat.c2
-rw-r--r--support/blob_repeat.h2
-rw-r--r--support/capture_subprocess.h2
-rw-r--r--support/check.c2
-rw-r--r--support/check.h2
-rw-r--r--support/check_addrinfo.c2
-rw-r--r--support/check_dns_packet.c2
-rw-r--r--support/check_hostent.c2
-rw-r--r--support/check_netent.c2
-rw-r--r--support/check_nss.h2
-rw-r--r--support/delayed_exit.c2
-rw-r--r--support/descriptors.h2
-rw-r--r--support/echo-container.c2
-rw-r--r--support/format_nss.h2
-rw-r--r--support/ignore_stderr.c2
-rw-r--r--support/namespace.h2
-rw-r--r--support/next_to_fault.c2
-rw-r--r--support/next_to_fault.h2
-rw-r--r--support/oom_error.c2
-rw-r--r--support/resolv_test.c2
-rw-r--r--support/resolv_test.h2
-rw-r--r--support/run_diff.h2
-rw-r--r--support/set_fortify_handler.c2
-rw-r--r--support/shell-container.c2
-rw-r--r--support/subprocess.h2
-rw-r--r--support/support-xfstat.c2
-rw-r--r--support/support-xstat.c2
-rw-r--r--support/support.h2
-rw-r--r--support/support_become_root.c2
-rw-r--r--support/support_can_chroot.c2
-rw-r--r--support/support_capture_subprocess.c2
-rw-r--r--support/support_capture_subprocess_check.c2
-rw-r--r--support/support_chroot.c2
-rw-r--r--support/support_copy_file_range.c2
-rw-r--r--support/support_descriptor_supports_holes.c2
-rw-r--r--support/support_descriptors.c2
-rw-r--r--support/support_enter_mount_namespace.c2
-rw-r--r--support/support_enter_network_namespace.c2
-rw-r--r--support/support_format_address_family.c2
-rw-r--r--support/support_format_addrinfo.c2
-rw-r--r--support/support_format_dns_packet.c2
-rw-r--r--support/support_format_herrno.c2
-rw-r--r--support/support_format_hostent.c2
-rw-r--r--support/support_format_netent.c2
-rw-r--r--support/support_isolate_in_subprocess.c2
-rw-r--r--support/support_openpty.c2
-rw-r--r--support/support_paths.c2
-rw-r--r--support/support_quote_blob.c2
-rw-r--r--support/support_quote_string.c2
-rw-r--r--support/support_record_failure.c2
-rw-r--r--support/support_run_diff.c2
-rw-r--r--support/support_shared_allocate.c2
-rw-r--r--support/support_subprocess.c2
-rw-r--r--support/support_test_compare_blob.c2
-rw-r--r--support/support_test_compare_failure.c2
-rw-r--r--support/support_test_compare_string.c2
-rw-r--r--support/support_test_main.c2
-rw-r--r--support/support_test_verify_impl.c2
-rw-r--r--support/support_write_file_string.c2
-rw-r--r--support/temp_file-internal.h2
-rw-r--r--support/temp_file.c2
-rw-r--r--support/temp_file.h2
-rw-r--r--support/test-container.c2
-rw-r--r--support/test-driver.c2
-rw-r--r--support/test-driver.h2
-rw-r--r--support/timespec-add.c2
-rw-r--r--support/timespec-sub.c2
-rw-r--r--support/timespec.c2
-rw-r--r--support/timespec.h2
-rw-r--r--support/true-container.c2
-rw-r--r--support/tst-support-namespace.c2
-rw-r--r--support/tst-support_blob_repeat.c2
-rw-r--r--support/tst-support_capture_subprocess.c2
-rw-r--r--support/tst-support_descriptors.c2
-rw-r--r--support/tst-support_format_dns_packet.c2
-rw-r--r--support/tst-support_quote_blob.c2
-rw-r--r--support/tst-support_quote_string.c2
-rw-r--r--support/tst-support_record_failure-2.sh2
-rw-r--r--support/tst-support_record_failure.c2
-rw-r--r--support/tst-test_compare.c2
-rw-r--r--support/tst-test_compare_blob.c2
-rw-r--r--support/tst-test_compare_string.c2
-rw-r--r--support/tst-xreadlink.c2
-rw-r--r--support/tst-xsigstack.c2
-rw-r--r--support/tty.h2
-rw-r--r--support/write_message.c2
-rw-r--r--support/xaccept.c2
-rw-r--r--support/xaccept4.c2
-rw-r--r--support/xasprintf.c2
-rw-r--r--support/xbind.c2
-rw-r--r--support/xcalloc.c2
-rw-r--r--support/xchroot.c2
-rw-r--r--support/xclock_gettime.c2
-rw-r--r--support/xclose.c2
-rw-r--r--support/xconnect.c2
-rw-r--r--support/xcopy_file_range.c2
-rw-r--r--support/xdlfcn.c2
-rw-r--r--support/xdlfcn.h2
-rw-r--r--support/xdlmopen.c2
-rw-r--r--support/xdup2.c2
-rw-r--r--support/xfclose.c2
-rw-r--r--support/xfopen.c2
-rw-r--r--support/xfork.c2
-rw-r--r--support/xftruncate.c2
-rw-r--r--support/xgetsockname.c2
-rw-r--r--support/xlisten.c2
-rw-r--r--support/xlseek.c2
-rw-r--r--support/xmalloc.c2
-rw-r--r--support/xmemstream.c2
-rw-r--r--support/xmemstream.h2
-rw-r--r--support/xmkdir.c2
-rw-r--r--support/xmkdirp.c2
-rw-r--r--support/xmmap.c2
-rw-r--r--support/xmprotect.c2
-rw-r--r--support/xmunmap.c2
-rw-r--r--support/xopen.c2
-rw-r--r--support/xpipe.c2
-rw-r--r--support/xpoll.c2
-rw-r--r--support/xposix_memalign.c2
-rw-r--r--support/xposix_spawn.c2
-rw-r--r--support/xposix_spawn_file_actions_addclose.c2
-rw-r--r--support/xposix_spawn_file_actions_adddup2.c2
-rw-r--r--support/xpthread_attr_destroy.c2
-rw-r--r--support/xpthread_attr_init.c2
-rw-r--r--support/xpthread_attr_setdetachstate.c2
-rw-r--r--support/xpthread_attr_setguardsize.c2
-rw-r--r--support/xpthread_attr_setstack.c2
-rw-r--r--support/xpthread_attr_setstacksize.c2
-rw-r--r--support/xpthread_barrier_destroy.c2
-rw-r--r--support/xpthread_barrier_init.c2
-rw-r--r--support/xpthread_barrier_wait.c2
-rw-r--r--support/xpthread_barrierattr_destroy.c2
-rw-r--r--support/xpthread_barrierattr_init.c2
-rw-r--r--support/xpthread_barrierattr_setpshared.c2
-rw-r--r--support/xpthread_cancel.c2
-rw-r--r--support/xpthread_check_return.c2
-rw-r--r--support/xpthread_cond_wait.c2
-rw-r--r--support/xpthread_create.c2
-rw-r--r--support/xpthread_detach.c2
-rw-r--r--support/xpthread_join.c2
-rw-r--r--support/xpthread_mutex_consistent.c2
-rw-r--r--support/xpthread_mutex_destroy.c2
-rw-r--r--support/xpthread_mutex_init.c2
-rw-r--r--support/xpthread_mutex_lock.c2
-rw-r--r--support/xpthread_mutex_unlock.c2
-rw-r--r--support/xpthread_mutexattr_destroy.c2
-rw-r--r--support/xpthread_mutexattr_init.c2
-rw-r--r--support/xpthread_mutexattr_setprotocol.c2
-rw-r--r--support/xpthread_mutexattr_setpshared.c2
-rw-r--r--support/xpthread_mutexattr_setrobust.c2
-rw-r--r--support/xpthread_mutexattr_settype.c2
-rw-r--r--support/xpthread_once.c2
-rw-r--r--support/xpthread_rwlock_destroy.c2
-rw-r--r--support/xpthread_rwlock_init.c2
-rw-r--r--support/xpthread_rwlock_rdlock.c2
-rw-r--r--support/xpthread_rwlock_unlock.c2
-rw-r--r--support/xpthread_rwlock_wrlock.c2
-rw-r--r--support/xpthread_rwlockattr_init.c2
-rw-r--r--support/xpthread_rwlockattr_setkind_np.c2
-rw-r--r--support/xpthread_sigmask.c2
-rw-r--r--support/xpthread_spin_lock.c2
-rw-r--r--support/xpthread_spin_unlock.c2
-rw-r--r--support/xraise.c2
-rw-r--r--support/xreadlink.c2
-rw-r--r--support/xrealloc.c2
-rw-r--r--support/xrecvfrom.c2
-rw-r--r--support/xsendto.c2
-rw-r--r--support/xsetsockopt.c2
-rw-r--r--support/xsigaction.c2
-rw-r--r--support/xsignal.c2
-rw-r--r--support/xsignal.h2
-rw-r--r--support/xsigstack.c2
-rw-r--r--support/xsocket.c2
-rw-r--r--support/xsocket.h2
-rw-r--r--support/xspawn.h2
-rw-r--r--support/xstdio.h2
-rw-r--r--support/xstrdup.c2
-rw-r--r--support/xstrndup.c2
-rw-r--r--support/xsymlink.c2
-rw-r--r--support/xsysconf.c2
-rw-r--r--support/xthread.h2
-rw-r--r--support/xtime.h2
-rw-r--r--support/xunistd.h2
-rw-r--r--support/xunlink.c2
-rw-r--r--support/xwaitpid.c2
-rw-r--r--support/xwrite.c2
187 files changed, 187 insertions, 187 deletions
diff --git a/support/Makefile b/support/Makefile
index ab66913..be90043 100644
--- a/support/Makefile
+++ b/support/Makefile
@@ -14,7 +14,7 @@
# You should have received a copy of the 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 := support
diff --git a/support/blob_repeat.c b/support/blob_repeat.c
index 9745822..319258f 100644
--- a/support/blob_repeat.c
+++ b/support/blob_repeat.c
@@ -14,7 +14,7 @@
You should have received a copy of the GNU Lesser General Public
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/support/blob_repeat.h b/support/blob_repeat.h
index c669527..8305019 100644
--- a/support/blob_repeat.h
+++ b/support/blob_repeat.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 SUPPORT_BLOB_REPEAT_H
#define SUPPORT_BLOB_REPEAT_H
diff --git a/support/capture_subprocess.h b/support/capture_subprocess.h
index 2832cfc..2fdf839 100644
--- a/support/capture_subprocess.h
+++ b/support/capture_subprocess.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 SUPPORT_CAPTURE_SUBPROCESS_H
#define SUPPORT_CAPTURE_SUBPROCESS_H
diff --git a/support/check.c b/support/check.c
index 7b5830a..0d78f63 100644
--- a/support/check.c
+++ b/support/check.c
@@ -14,7 +14,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>. */
+ <https://www.gnu.org/licenses/>. */
#include <support/check.h>
diff --git a/support/check.h b/support/check.h
index eb3d248..e95f4ae 100644
--- a/support/check.h
+++ b/support/check.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 SUPPORT_CHECK_H
#define SUPPORT_CHECK_H
diff --git a/support/check_addrinfo.c b/support/check_addrinfo.c
index 566695a..e324c94 100644
--- a/support/check_addrinfo.c
+++ b/support/check_addrinfo.c
@@ -14,7 +14,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>. */
+ <https://www.gnu.org/licenses/>. */
#include <support/check_nss.h>
diff --git a/support/check_dns_packet.c b/support/check_dns_packet.c
index dddd782..d20ae8d 100644
--- a/support/check_dns_packet.c
+++ b/support/check_dns_packet.c
@@ -14,7 +14,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>. */
+ <https://www.gnu.org/licenses/>. */
#include <support/check_nss.h>
diff --git a/support/check_hostent.c b/support/check_hostent.c
index fd3f2b0..d3282a3 100644
--- a/support/check_hostent.c
+++ b/support/check_hostent.c
@@ -14,7 +14,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>. */
+ <https://www.gnu.org/licenses/>. */
#include <support/check_nss.h>
diff --git a/support/check_netent.c b/support/check_netent.c
index 8852722..80132f4 100644
--- a/support/check_netent.c
+++ b/support/check_netent.c
@@ -14,7 +14,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>. */
+ <https://www.gnu.org/licenses/>. */
#include <support/check_nss.h>
diff --git a/support/check_nss.h b/support/check_nss.h
index 2f84ab9..081472a 100644
--- a/support/check_nss.h
+++ b/support/check_nss.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 SUPPORT_CHECK_NSS_H
#define SUPPORT_CHECK_NSS_H
diff --git a/support/delayed_exit.c b/support/delayed_exit.c
index d20dbd2..6a6fa12 100644
--- a/support/delayed_exit.c
+++ b/support/delayed_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 <support/xthread.h>
#include <support/xsignal.h>
diff --git a/support/descriptors.h b/support/descriptors.h
index 3cd071f..2430a57 100644
--- a/support/descriptors.h
+++ b/support/descriptors.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 SUPPORT_DESCRIPTORS_H
#define SUPPORT_DESCRIPTORS_H
diff --git a/support/echo-container.c b/support/echo-container.c
index b1c2884..8a705b3 100644
--- a/support/echo-container.c
+++ b/support/echo-container.c
@@ -14,7 +14,7 @@
You should have received a copy of the GNU 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>
diff --git a/support/format_nss.h b/support/format_nss.h
index ad33429..c85d6c6 100644
--- a/support/format_nss.h
+++ b/support/format_nss.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 SUPPORT_FORMAT_NSS_H
#define SUPPORT_FORMAT_NSS_H
diff --git a/support/ignore_stderr.c b/support/ignore_stderr.c
index 7835d45..7a77df1 100644
--- a/support/ignore_stderr.c
+++ b/support/ignore_stderr.c
@@ -14,7 +14,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>. */
+ <https://www.gnu.org/licenses/>. */
#include <support/support.h>
diff --git a/support/namespace.h b/support/namespace.h
index 4770cf9..5f50926 100644
--- a/support/namespace.h
+++ b/support/namespace.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 SUPPORT_NAMESPACE_H
#define SUPPORT_NAMESPACE_H
diff --git a/support/next_to_fault.c b/support/next_to_fault.c
index 3ca754b..64e4bd9 100644
--- a/support/next_to_fault.c
+++ b/support/next_to_fault.c
@@ -14,7 +14,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>. */
+ <https://www.gnu.org/licenses/>. */
#include <support/check.h>
#include <support/next_to_fault.h>
diff --git a/support/next_to_fault.h b/support/next_to_fault.h
index 148451e..0a95a14 100644
--- a/support/next_to_fault.h
+++ b/support/next_to_fault.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 SUPPORT_NEXT_TO_FAULT_H
#define SUPPORT_NEXT_TO_FAULT_H
diff --git a/support/oom_error.c b/support/oom_error.c
index aa8e435..f082c46 100644
--- a/support/oom_error.c
+++ b/support/oom_error.c
@@ -14,7 +14,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>. */
+ <https://www.gnu.org/licenses/>. */
#include <support/support.h>
diff --git a/support/resolv_test.c b/support/resolv_test.c
index 903ab2a..aeca519 100644
--- a/support/resolv_test.c
+++ b/support/resolv_test.c
@@ -14,7 +14,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>. */
+ <https://www.gnu.org/licenses/>. */
#include <support/resolv_test.h>
diff --git a/support/resolv_test.h b/support/resolv_test.h
index c9e4820..e36e3e3 100644
--- a/support/resolv_test.h
+++ b/support/resolv_test.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 SUPPORT_RESOLV_TEST_H
#define SUPPORT_RESOLV_TEST_H
diff --git a/support/run_diff.h b/support/run_diff.h
index a4ceb95..fb2726e 100644
--- a/support/run_diff.h
+++ b/support/run_diff.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 SUPPORT_RUN_DIFF_H
#define SUPPORT_RUN_DIFF_H
diff --git a/support/set_fortify_handler.c b/support/set_fortify_handler.c
index a5d931d..95ceb9d 100644
--- a/support/set_fortify_handler.c
+++ b/support/set_fortify_handler.c
@@ -14,7 +14,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>. */
+ <https://www.gnu.org/licenses/>. */
#include <support/support.h>
diff --git a/support/shell-container.c b/support/shell-container.c
index ee3224d..d6d7608 100644
--- a/support/shell-container.c
+++ b/support/shell-container.c
@@ -14,7 +14,7 @@
You should have received a copy of the 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 _FILE_OFFSET_BITS 64
diff --git a/support/subprocess.h b/support/subprocess.h
index c031878d..69e0af1 100644
--- a/support/subprocess.h
+++ b/support/subprocess.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 SUPPORT_SUBPROCESS_H
#define SUPPORT_SUBPROCESS_H
diff --git a/support/support-xfstat.c b/support/support-xfstat.c
index 348b1f0..b18ee22 100644
--- a/support/support-xfstat.c
+++ b/support/support-xfstat.c
@@ -14,7 +14,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>. */
+ <https://www.gnu.org/licenses/>. */
#include <support/check.h>
#include <support/xunistd.h>
diff --git a/support/support-xstat.c b/support/support-xstat.c
index 9e3dbfb..438b58a 100644
--- a/support/support-xstat.c
+++ b/support/support-xstat.c
@@ -14,7 +14,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>. */
+ <https://www.gnu.org/licenses/>. */
/* NB: Non-standard file name to avoid sysdeps override for xstat. */
diff --git a/support/support.h b/support/support.h
index d72f807..a9df6e9 100644
--- a/support/support.h
+++ b/support/support.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 header file should only contain definitions compatible with
C90. (Using __attribute__ is fine because <features.h> provides a
diff --git a/support/support_become_root.c b/support/support_become_root.c
index 0df0e93a..9d0505f 100644
--- a/support/support_become_root.c
+++ b/support/support_become_root.c
@@ -14,7 +14,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>. */
+ <https://www.gnu.org/licenses/>. */
#include <support/namespace.h>
diff --git a/support/support_can_chroot.c b/support/support_can_chroot.c
index 649a811..b10a792 100644
--- a/support/support_can_chroot.c
+++ b/support/support_can_chroot.c
@@ -14,7 +14,7 @@
You should have received a copy of the GNU Lesser General Public
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/support/support_capture_subprocess.c b/support/support_capture_subprocess.c
index 948ce5a..7e0434d 100644
--- a/support/support_capture_subprocess.c
+++ b/support/support_capture_subprocess.c
@@ -14,7 +14,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>. */
+ <https://www.gnu.org/licenses/>. */
#include <support/subprocess.h>
#include <support/capture_subprocess.h>
diff --git a/support/support_capture_subprocess_check.c b/support/support_capture_subprocess_check.c
index a5895c7..6b95358 100644
--- a/support/support_capture_subprocess_check.c
+++ b/support/support_capture_subprocess_check.c
@@ -14,7 +14,7 @@
You should have received a copy of the GNU 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 <stdio.h>
diff --git a/support/support_chroot.c b/support/support_chroot.c
index 412ec33..dd6d03e 100644
--- a/support/support_chroot.c
+++ b/support/support_chroot.c
@@ -14,7 +14,7 @@
You should have received a copy of the GNU 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 <support/check.h>
diff --git a/support/support_copy_file_range.c b/support/support_copy_file_range.c
index 15b02d5..ea8be86 100644
--- a/support/support_copy_file_range.c
+++ b/support/support_copy_file_range.c
@@ -14,7 +14,7 @@
You should have received a copy of the GNU Lesser General Public
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/support/support_descriptor_supports_holes.c b/support/support_descriptor_supports_holes.c
index ba14c50..9866728 100644
--- a/support/support_descriptor_supports_holes.c
+++ b/support/support_descriptor_supports_holes.c
@@ -14,7 +14,7 @@
You should have received a copy of the GNU 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 <support.h>
diff --git a/support/support_descriptors.c b/support/support_descriptors.c
index 848f56c..e3012bc 100644
--- a/support/support_descriptors.c
+++ b/support/support_descriptors.c
@@ -14,7 +14,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>. */
+ <https://www.gnu.org/licenses/>. */
#include <dirent.h>
#include <stdio.h>
diff --git a/support/support_enter_mount_namespace.c b/support/support_enter_mount_namespace.c
index f376c16..4811af3 100644
--- a/support/support_enter_mount_namespace.c
+++ b/support/support_enter_mount_namespace.c
@@ -14,7 +14,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>. */
+ <https://www.gnu.org/licenses/>. */
#include <support/namespace.h>
diff --git a/support/support_enter_network_namespace.c b/support/support_enter_network_namespace.c
index 3af29d6..73910b1 100644
--- a/support/support_enter_network_namespace.c
+++ b/support/support_enter_network_namespace.c
@@ -14,7 +14,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>. */
+ <https://www.gnu.org/licenses/>. */
#include <support/namespace.h>
diff --git a/support/support_format_address_family.c b/support/support_format_address_family.c
index 8f439d5..2b14b52 100644
--- a/support/support_format_address_family.c
+++ b/support/support_format_address_family.c
@@ -14,7 +14,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>. */
+ <https://www.gnu.org/licenses/>. */
#include <support/format_nss.h>
diff --git a/support/support_format_addrinfo.c b/support/support_format_addrinfo.c
index 6bccb36..424a528 100644
--- a/support/support_format_addrinfo.c
+++ b/support/support_format_addrinfo.c
@@ -14,7 +14,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>. */
+ <https://www.gnu.org/licenses/>. */
#include <support/format_nss.h>
diff --git a/support/support_format_dns_packet.c b/support/support_format_dns_packet.c
index 7ada6a8..6a2a129 100644
--- a/support/support_format_dns_packet.c
+++ b/support/support_format_dns_packet.c
@@ -14,7 +14,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>. */
+ <https://www.gnu.org/licenses/>. */
#include <support/format_nss.h>
diff --git a/support/support_format_herrno.c b/support/support_format_herrno.c
index ef13048..04f5ed9 100644
--- a/support/support_format_herrno.c
+++ b/support/support_format_herrno.c
@@ -14,7 +14,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>. */
+ <https://www.gnu.org/licenses/>. */
#include <support/format_nss.h>
diff --git a/support/support_format_hostent.c b/support/support_format_hostent.c
index 604d1c2..4210d51 100644
--- a/support/support_format_hostent.c
+++ b/support/support_format_hostent.c
@@ -14,7 +14,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>. */
+ <https://www.gnu.org/licenses/>. */
#include <support/format_nss.h>
diff --git a/support/support_format_netent.c b/support/support_format_netent.c
index d5ab83f..8ea6c39 100644
--- a/support/support_format_netent.c
+++ b/support/support_format_netent.c
@@ -14,7 +14,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>. */
+ <https://www.gnu.org/licenses/>. */
#include <support/format_nss.h>
diff --git a/support/support_isolate_in_subprocess.c b/support/support_isolate_in_subprocess.c
index 998020a..d358b46 100644
--- a/support/support_isolate_in_subprocess.c
+++ b/support/support_isolate_in_subprocess.c
@@ -14,7 +14,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>. */
+ <https://www.gnu.org/licenses/>. */
#include <support/check.h>
#include <support/xunistd.h>
diff --git a/support/support_openpty.c b/support/support_openpty.c
index dd441f1..d06c897 100644
--- a/support/support_openpty.c
+++ b/support/support_openpty.c
@@ -14,7 +14,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>. */
+ <https://www.gnu.org/licenses/>. */
#include <support/tty.h>
#include <support/check.h>
diff --git a/support/support_paths.c b/support/support_paths.c
index ff1df2b..22ce80f 100644
--- a/support/support_paths.c
+++ b/support/support_paths.c
@@ -14,7 +14,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>. */
+ <https://www.gnu.org/licenses/>. */
#include <support/support.h>
#include <support/check.h>
diff --git a/support/support_quote_blob.c b/support/support_quote_blob.c
index 5fd9931..26e6d24 100644
--- a/support/support_quote_blob.c
+++ b/support/support_quote_blob.c
@@ -14,7 +14,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>. */
+ <https://www.gnu.org/licenses/>. */
#include <support/support.h>
#include <support/xmemstream.h>
diff --git a/support/support_quote_string.c b/support/support_quote_string.c
index c2375ec..2a889cb 100644
--- a/support/support_quote_string.c
+++ b/support/support_quote_string.c
@@ -14,7 +14,7 @@
You should have received a copy of the GNU 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 <support/support.h>
diff --git a/support/support_record_failure.c b/support/support_record_failure.c
index a8ffd1f..9df679c 100644
--- a/support/support_record_failure.c
+++ b/support/support_record_failure.c
@@ -14,7 +14,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>. */
+ <https://www.gnu.org/licenses/>. */
#include <support/check.h>
#include <support/support.h>
diff --git a/support/support_run_diff.c b/support/support_run_diff.c
index 50d5f6c..8a23786 100644
--- a/support/support_run_diff.c
+++ b/support/support_run_diff.c
@@ -14,7 +14,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>. */
+ <https://www.gnu.org/licenses/>. */
#include <support/run_diff.h>
diff --git a/support/support_shared_allocate.c b/support/support_shared_allocate.c
index f7a8331..80aee10 100644
--- a/support/support_shared_allocate.c
+++ b/support/support_shared_allocate.c
@@ -14,7 +14,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>. */
+ <https://www.gnu.org/licenses/>. */
#include <errno.h>
#include <stddef.h>
diff --git a/support/support_subprocess.c b/support/support_subprocess.c
index 0c8cc6a..5c632a6 100644
--- a/support/support_subprocess.c
+++ b/support/support_subprocess.c
@@ -14,7 +14,7 @@
You should have received a copy of the GNU 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 <signal.h>
diff --git a/support/support_test_compare_blob.c b/support/support_test_compare_blob.c
index 37f0122..c0e0b30 100644
--- a/support/support_test_compare_blob.c
+++ b/support/support_test_compare_blob.c
@@ -14,7 +14,7 @@
You should have received a copy of the GNU 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/support/support_test_compare_failure.c b/support/support_test_compare_failure.c
index 143ee91..f1924c8 100644
--- a/support/support_test_compare_failure.c
+++ b/support/support_test_compare_failure.c
@@ -14,7 +14,7 @@
You should have received a copy of the GNU Lesser General Public
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/support/support_test_compare_string.c b/support/support_test_compare_string.c
index 36b248c..9f1b1a5 100644
--- a/support/support_test_compare_string.c
+++ b/support/support_test_compare_string.c
@@ -14,7 +14,7 @@
You should have received a copy of the GNU 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/support/support_test_main.c b/support/support_test_main.c
index 7e7b9ed..05ad92e 100644
--- a/support/support_test_main.c
+++ b/support/support_test_main.c
@@ -14,7 +14,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>. */
+ <https://www.gnu.org/licenses/>. */
#include <support/test-driver.h>
#include <support/check.h>
diff --git a/support/support_test_verify_impl.c b/support/support_test_verify_impl.c
index 13de2a6..4a64e24 100644
--- a/support/support_test_verify_impl.c
+++ b/support/support_test_verify_impl.c
@@ -14,7 +14,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>. */
+ <https://www.gnu.org/licenses/>. */
#include <support/check.h>
diff --git a/support/support_write_file_string.c b/support/support_write_file_string.c
index 661656e..e586ee2 100644
--- a/support/support_write_file_string.c
+++ b/support/support_write_file_string.c
@@ -14,7 +14,7 @@
You should have received a copy of the GNU 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 <string.h>
diff --git a/support/temp_file-internal.h b/support/temp_file-internal.h
index 7194f0b..a93d50a 100644
--- a/support/temp_file-internal.h
+++ b/support/temp_file-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 SUPPORT_TEMP_FILE_INTERNAL_H
#define SUPPORT_TEMP_FILE_INTERNAL_H
diff --git a/support/temp_file.c b/support/temp_file.c
index eb24ef6..f81018d 100644
--- a/support/temp_file.c
+++ b/support/temp_file.c
@@ -14,7 +14,7 @@
You should have received a copy of the 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 required to get an mkstemp which can create large files on
some 32-bit platforms. */
diff --git a/support/temp_file.h b/support/temp_file.h
index 27fdf60..172ebfb 100644
--- a/support/temp_file.h
+++ b/support/temp_file.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 SUPPORT_TEMP_FILE_H
#define SUPPORT_TEMP_FILE_H
diff --git a/support/test-container.c b/support/test-container.c
index ed911e3..9c42d3a 100644
--- a/support/test-container.c
+++ b/support/test-container.c
@@ -14,7 +14,7 @@
You should have received a copy of the 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 _FILE_OFFSET_BITS 64
diff --git a/support/test-driver.c b/support/test-driver.c
index b753e50..cfe7635 100644
--- a/support/test-driver.c
+++ b/support/test-driver.c
@@ -14,7 +14,7 @@
You should have received a copy of the 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 should be included from test cases. It will define a
main function which provides the test wrapper.
diff --git a/support/test-driver.h b/support/test-driver.h
index 55f355f..86b04a1 100644
--- a/support/test-driver.h
+++ b/support/test-driver.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 SUPPORT_TEST_DRIVER_H
#define SUPPORT_TEST_DRIVER_H
diff --git a/support/timespec-add.c b/support/timespec-add.c
index be7a590..ea9791d 100644
--- a/support/timespec-add.c
+++ b/support/timespec-add.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/>. */
/* Return the sum of two timespec values A and B. On overflow, return
an extremal value. This assumes 0 <= tv_nsec < TIMESPEC_HZ. */
diff --git a/support/timespec-sub.c b/support/timespec-sub.c
index bf95c7f..0fe6517 100644
--- a/support/timespec-sub.c
+++ b/support/timespec-sub.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/>. */
/* Return the difference between two timespec values A and B. On
overflow, return an extremal value. This assumes 0 <= tv_nsec <
diff --git a/support/timespec.c b/support/timespec.c
index 7c1a4e5..268ee44 100644
--- a/support/timespec.c
+++ b/support/timespec.c
@@ -14,7 +14,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>. */
+ <https://www.gnu.org/licenses/>. */
#include <support/timespec.h>
#include <stdio.h>
diff --git a/support/timespec.h b/support/timespec.h
index e9f466b..be427ac 100644
--- a/support/timespec.h
+++ b/support/timespec.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 SUPPORT_TIMESPEC_H
#define SUPPORT_TIMESPEC_H
diff --git a/support/true-container.c b/support/true-container.c
index 8a9a264..b946cbd 100644
--- a/support/true-container.c
+++ b/support/true-container.c
@@ -14,7 +14,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>. */
+ <https://www.gnu.org/licenses/>. */
/* Implements the in-container /bin/true, which always returns true
(0). */
diff --git a/support/tst-support-namespace.c b/support/tst-support-namespace.c
index 02d9638..b8f0061 100644
--- a/support/tst-support-namespace.c
+++ b/support/tst-support-namespace.c
@@ -14,7 +14,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>. */
+ <https://www.gnu.org/licenses/>. */
#include <errno.h>
#include <netdb.h>
diff --git a/support/tst-support_blob_repeat.c b/support/tst-support_blob_repeat.c
index 29dabd1..6ee9424 100644
--- a/support/tst-support_blob_repeat.c
+++ b/support/tst-support_blob_repeat.c
@@ -14,7 +14,7 @@
You should have received a copy of the GNU 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/blob_repeat.h>
diff --git a/support/tst-support_capture_subprocess.c b/support/tst-support_capture_subprocess.c
index ab363e4..4eeeb8b 100644
--- a/support/tst-support_capture_subprocess.c
+++ b/support/tst-support_capture_subprocess.c
@@ -14,7 +14,7 @@
You should have received a copy of the GNU 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 <stdio.h>
diff --git a/support/tst-support_descriptors.c b/support/tst-support_descriptors.c
index d54109c..ada760c 100644
--- a/support/tst-support_descriptors.c
+++ b/support/tst-support_descriptors.c
@@ -14,7 +14,7 @@
You should have received a copy of the GNU 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 <stdbool.h>
diff --git a/support/tst-support_format_dns_packet.c b/support/tst-support_format_dns_packet.c
index 94566ff..a721b93 100644
--- a/support/tst-support_format_dns_packet.c
+++ b/support/tst-support_format_dns_packet.c
@@ -14,7 +14,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>. */
+ <https://www.gnu.org/licenses/>. */
#include <support/check.h>
#include <support/format_nss.h>
diff --git a/support/tst-support_quote_blob.c b/support/tst-support_quote_blob.c
index 6450476..ce4d8da 100644
--- a/support/tst-support_quote_blob.c
+++ b/support/tst-support_quote_blob.c
@@ -14,7 +14,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>. */
+ <https://www.gnu.org/licenses/>. */
#include <support/check.h>
#include <support/support.h>
diff --git a/support/tst-support_quote_string.c b/support/tst-support_quote_string.c
index 396e55f..bc7a5f7 100644
--- a/support/tst-support_quote_string.c
+++ b/support/tst-support_quote_string.c
@@ -14,7 +14,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>. */
+ <https://www.gnu.org/licenses/>. */
#include <support/check.h>
#include <support/support.h>
diff --git a/support/tst-support_record_failure-2.sh b/support/tst-support_record_failure-2.sh
index 88a5424..6098508 100644
--- a/support/tst-support_record_failure-2.sh
+++ b/support/tst-support_record_failure-2.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/support/tst-support_record_failure.c b/support/tst-support_record_failure.c
index a545ea7..54d9efa 100644
--- a/support/tst-support_record_failure.c
+++ b/support/tst-support_record_failure.c
@@ -14,7 +14,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>. */
+ <https://www.gnu.org/licenses/>. */
#include <support/check.h>
#include <support/support.h>
diff --git a/support/tst-test_compare.c b/support/tst-test_compare.c
index 73079bf..56ad501 100644
--- a/support/tst-test_compare.c
+++ b/support/tst-test_compare.c
@@ -14,7 +14,7 @@
You should have received a copy of the GNU 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 <support/check.h>
diff --git a/support/tst-test_compare_blob.c b/support/tst-test_compare_blob.c
index 19ea42e..4a622ae 100644
--- a/support/tst-test_compare_blob.c
+++ b/support/tst-test_compare_blob.c
@@ -14,7 +14,7 @@
You should have received a copy of the GNU 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 <support/check.h>
diff --git a/support/tst-test_compare_string.c b/support/tst-test_compare_string.c
index f471a8b..b984895 100644
--- a/support/tst-test_compare_string.c
+++ b/support/tst-test_compare_string.c
@@ -14,7 +14,7 @@
You should have received a copy of the GNU 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 <support/check.h>
diff --git a/support/tst-xreadlink.c b/support/tst-xreadlink.c
index 53cf669..18a55be 100644
--- a/support/tst-xreadlink.c
+++ b/support/tst-xreadlink.c
@@ -14,7 +14,7 @@
You should have received a copy of the GNU Lesser General Public
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/support/tst-xsigstack.c b/support/tst-xsigstack.c
index 42859c7..ef19b85 100644
--- a/support/tst-xsigstack.c
+++ b/support/tst-xsigstack.c
@@ -14,7 +14,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>. */
+ <https://www.gnu.org/licenses/>. */
#include <support/xsignal.h>
#include <support/support.h>
diff --git a/support/tty.h b/support/tty.h
index 8a06bf2..374bee7 100644
--- a/support/tty.h
+++ b/support/tty.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 _SUPPORT_TTY_H
#define _SUPPORT_TTY_H 1
diff --git a/support/write_message.c b/support/write_message.c
index 387fa93..110eb3b 100644
--- a/support/write_message.c
+++ b/support/write_message.c
@@ -14,7 +14,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>. */
+ <https://www.gnu.org/licenses/>. */
#include <support/support.h>
diff --git a/support/xaccept.c b/support/xaccept.c
index 8c69d8b..a91c827 100644
--- a/support/xaccept.c
+++ b/support/xaccept.c
@@ -14,7 +14,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>. */
+ <https://www.gnu.org/licenses/>. */
#include <support/xsocket.h>
diff --git a/support/xaccept4.c b/support/xaccept4.c
index 770e420..11a39f3 100644
--- a/support/xaccept4.c
+++ b/support/xaccept4.c
@@ -14,7 +14,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>. */
+ <https://www.gnu.org/licenses/>. */
#include <support/xsocket.h>
diff --git a/support/xasprintf.c b/support/xasprintf.c
index a8b8120..3f45ca9 100644
--- a/support/xasprintf.c
+++ b/support/xasprintf.c
@@ -14,7 +14,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>. */
+ <https://www.gnu.org/licenses/>. */
#include <support/support.h>
diff --git a/support/xbind.c b/support/xbind.c
index 5a5e7b3..f363891 100644
--- a/support/xbind.c
+++ b/support/xbind.c
@@ -14,7 +14,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>. */
+ <https://www.gnu.org/licenses/>. */
#include <support/xsocket.h>
diff --git a/support/xcalloc.c b/support/xcalloc.c
index d1e06e0..3f7dcdc 100644
--- a/support/xcalloc.c
+++ b/support/xcalloc.c
@@ -14,7 +14,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>. */
+ <https://www.gnu.org/licenses/>. */
#include <support/support.h>
diff --git a/support/xchroot.c b/support/xchroot.c
index 7be6c08..6523fd0 100644
--- a/support/xchroot.c
+++ b/support/xchroot.c
@@ -14,7 +14,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>. */
+ <https://www.gnu.org/licenses/>. */
#include <support/check.h>
#include <support/xunistd.h>
diff --git a/support/xclock_gettime.c b/support/xclock_gettime.c
index 0961e75..8825a21 100644
--- a/support/xclock_gettime.c
+++ b/support/xclock_gettime.c
@@ -14,7 +14,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>. */
+ <https://www.gnu.org/licenses/>. */
#include <support/check.h>
#include <support/xtime.h>
diff --git a/support/xclose.c b/support/xclose.c
index ae9fb25..21019ec 100644
--- a/support/xclose.c
+++ b/support/xclose.c
@@ -14,7 +14,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>. */
+ <https://www.gnu.org/licenses/>. */
#include <support/xunistd.h>
#include <support/check.h>
diff --git a/support/xconnect.c b/support/xconnect.c
index 84e4969..fbcbf63 100644
--- a/support/xconnect.c
+++ b/support/xconnect.c
@@ -14,7 +14,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>. */
+ <https://www.gnu.org/licenses/>. */
#include <support/xsocket.h>
diff --git a/support/xcopy_file_range.c b/support/xcopy_file_range.c
index ee16dfc..97c5177 100644
--- a/support/xcopy_file_range.c
+++ b/support/xcopy_file_range.c
@@ -14,7 +14,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>. */
+ <https://www.gnu.org/licenses/>. */
#include <support/support.h>
#include <support/xunistd.h>
diff --git a/support/xdlfcn.c b/support/xdlfcn.c
index 11fe489..ec15b15 100644
--- a/support/xdlfcn.c
+++ b/support/xdlfcn.c
@@ -14,7 +14,7 @@
You should have received a copy of the GNU 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 <support/check.h>
diff --git a/support/xdlfcn.h b/support/xdlfcn.h
index 7f8d493..488acf9 100644
--- a/support/xdlfcn.h
+++ b/support/xdlfcn.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 SUPPORT_DLOPEN_H
#define SUPPORT_DLOPEN_H
diff --git a/support/xdlmopen.c b/support/xdlmopen.c
index 9a39ba8..33be517 100644
--- a/support/xdlmopen.c
+++ b/support/xdlmopen.c
@@ -14,7 +14,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>. */
+ <https://www.gnu.org/licenses/>. */
#include <support/check.h>
#include <support/xdlfcn.h>
diff --git a/support/xdup2.c b/support/xdup2.c
index 0e6b1ee..1e22ac6 100644
--- a/support/xdup2.c
+++ b/support/xdup2.c
@@ -14,7 +14,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>. */
+ <https://www.gnu.org/licenses/>. */
#include <support/xunistd.h>
diff --git a/support/xfclose.c b/support/xfclose.c
index 6bbe7f8..13c9f17 100644
--- a/support/xfclose.c
+++ b/support/xfclose.c
@@ -14,7 +14,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>. */
+ <https://www.gnu.org/licenses/>. */
#include <support/xstdio.h>
diff --git a/support/xfopen.c b/support/xfopen.c
index 8972c2b..539f01e 100644
--- a/support/xfopen.c
+++ b/support/xfopen.c
@@ -14,7 +14,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>. */
+ <https://www.gnu.org/licenses/>. */
#include <support/xstdio.h>
diff --git a/support/xfork.c b/support/xfork.c
index 5a294fd..ee2ea47 100644
--- a/support/xfork.c
+++ b/support/xfork.c
@@ -14,7 +14,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>. */
+ <https://www.gnu.org/licenses/>. */
#include <support/xunistd.h>
diff --git a/support/xftruncate.c b/support/xftruncate.c
index c076a42..995f6e7 100644
--- a/support/xftruncate.c
+++ b/support/xftruncate.c
@@ -14,7 +14,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>. */
+ <https://www.gnu.org/licenses/>. */
#include <support/check.h>
#include <support/xunistd.h>
diff --git a/support/xgetsockname.c b/support/xgetsockname.c
index eddaf85..4e99c46 100644
--- a/support/xgetsockname.c
+++ b/support/xgetsockname.c
@@ -14,7 +14,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>. */
+ <https://www.gnu.org/licenses/>. */
#include <support/xsocket.h>
diff --git a/support/xlisten.c b/support/xlisten.c
index 3f937d8..758a006 100644
--- a/support/xlisten.c
+++ b/support/xlisten.c
@@ -14,7 +14,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>. */
+ <https://www.gnu.org/licenses/>. */
#include <support/xsocket.h>
diff --git a/support/xlseek.c b/support/xlseek.c
index d6df205..71b9122 100644
--- a/support/xlseek.c
+++ b/support/xlseek.c
@@ -14,7 +14,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>. */
+ <https://www.gnu.org/licenses/>. */
#include <support/check.h>
#include <support/xunistd.h>
diff --git a/support/xmalloc.c b/support/xmalloc.c
index 56e72d4..099d4bb 100644
--- a/support/xmalloc.c
+++ b/support/xmalloc.c
@@ -14,7 +14,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>. */
+ <https://www.gnu.org/licenses/>. */
#include <support/support.h>
diff --git a/support/xmemstream.c b/support/xmemstream.c
index b8c6d07..82f8da7 100644
--- a/support/xmemstream.c
+++ b/support/xmemstream.c
@@ -14,7 +14,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>. */
+ <https://www.gnu.org/licenses/>. */
#include <support/xmemstream.h>
diff --git a/support/xmemstream.h b/support/xmemstream.h
index 013bf28..3a3d832 100644
--- a/support/xmemstream.h
+++ b/support/xmemstream.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 SUPPORT_XMEMSTREAM_H
#define SUPPORT_XMEMSTREAM_H
diff --git a/support/xmkdir.c b/support/xmkdir.c
index f6936d8..c404d70 100644
--- a/support/xmkdir.c
+++ b/support/xmkdir.c
@@ -14,7 +14,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>. */
+ <https://www.gnu.org/licenses/>. */
#include <support/check.h>
#include <support/xunistd.h>
diff --git a/support/xmkdirp.c b/support/xmkdirp.c
index 20f98ec..319abf4 100644
--- a/support/xmkdirp.c
+++ b/support/xmkdirp.c
@@ -14,7 +14,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>. */
+ <https://www.gnu.org/licenses/>. */
#include <support/support.h>
#include <support/check.h>
diff --git a/support/xmmap.c b/support/xmmap.c
index f836480..6968070 100644
--- a/support/xmmap.c
+++ b/support/xmmap.c
@@ -14,7 +14,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>. */
+ <https://www.gnu.org/licenses/>. */
#include <support/check.h>
#include <support/xunistd.h>
diff --git a/support/xmprotect.c b/support/xmprotect.c
index 5235bf0..0a3388e 100644
--- a/support/xmprotect.c
+++ b/support/xmprotect.c
@@ -14,7 +14,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>. */
+ <https://www.gnu.org/licenses/>. */
#include <support/check.h>
#include <support/xunistd.h>
diff --git a/support/xmunmap.c b/support/xmunmap.c
index 6e6a1df..c191991 100644
--- a/support/xmunmap.c
+++ b/support/xmunmap.c
@@ -14,7 +14,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>. */
+ <https://www.gnu.org/licenses/>. */
#include <support/check.h>
#include <support/xunistd.h>
diff --git a/support/xopen.c b/support/xopen.c
index 179ed74..28e8822 100644
--- a/support/xopen.c
+++ b/support/xopen.c
@@ -14,7 +14,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>. */
+ <https://www.gnu.org/licenses/>. */
#include <support/check.h>
#include <support/xunistd.h>
diff --git a/support/xpipe.c b/support/xpipe.c
index 7e8e88d..819f657 100644
--- a/support/xpipe.c
+++ b/support/xpipe.c
@@ -14,7 +14,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>. */
+ <https://www.gnu.org/licenses/>. */
#include <support/xunistd.h>
diff --git a/support/xpoll.c b/support/xpoll.c
index db51685..9e5a3d8 100644
--- a/support/xpoll.c
+++ b/support/xpoll.c
@@ -14,7 +14,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>. */
+ <https://www.gnu.org/licenses/>. */
#include <support/xsocket.h>
diff --git a/support/xposix_memalign.c b/support/xposix_memalign.c
index 5501a08..2e3fb0a 100644
--- a/support/xposix_memalign.c
+++ b/support/xposix_memalign.c
@@ -14,7 +14,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>. */
+ <https://www.gnu.org/licenses/>. */
#include <support/support.h>
#include <stdlib.h>
diff --git a/support/xposix_spawn.c b/support/xposix_spawn.c
index e846017..1c89b79 100644
--- a/support/xposix_spawn.c
+++ b/support/xposix_spawn.c
@@ -14,7 +14,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>. */
+ <https://www.gnu.org/licenses/>. */
#include <support/xspawn.h>
#include <support/check.h>
diff --git a/support/xposix_spawn_file_actions_addclose.c b/support/xposix_spawn_file_actions_addclose.c
index eed54a6..569fa5a 100644
--- a/support/xposix_spawn_file_actions_addclose.c
+++ b/support/xposix_spawn_file_actions_addclose.c
@@ -14,7 +14,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>. */
+ <https://www.gnu.org/licenses/>. */
#include <support/xspawn.h>
#include <support/check.h>
diff --git a/support/xposix_spawn_file_actions_adddup2.c b/support/xposix_spawn_file_actions_adddup2.c
index a43b649..8f857fc 100644
--- a/support/xposix_spawn_file_actions_adddup2.c
+++ b/support/xposix_spawn_file_actions_adddup2.c
@@ -14,7 +14,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>. */
+ <https://www.gnu.org/licenses/>. */
#include <support/xspawn.h>
#include <support/check.h>
diff --git a/support/xpthread_attr_destroy.c b/support/xpthread_attr_destroy.c
index 079d8a5..9c8598c 100644
--- a/support/xpthread_attr_destroy.c
+++ b/support/xpthread_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 <support/xthread.h>
diff --git a/support/xpthread_attr_init.c b/support/xpthread_attr_init.c
index 9521c80..959efa1 100644
--- a/support/xpthread_attr_init.c
+++ b/support/xpthread_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 <support/xthread.h>
diff --git a/support/xpthread_attr_setdetachstate.c b/support/xpthread_attr_setdetachstate.c
index d635c8c..1b6035f 100644
--- a/support/xpthread_attr_setdetachstate.c
+++ b/support/xpthread_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 <support/xthread.h>
diff --git a/support/xpthread_attr_setguardsize.c b/support/xpthread_attr_setguardsize.c
index 0919de4..8ca5192 100644
--- a/support/xpthread_attr_setguardsize.c
+++ b/support/xpthread_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 <support/xthread.h>
diff --git a/support/xpthread_attr_setstack.c b/support/xpthread_attr_setstack.c
index c3772e2..99ee0d7 100644
--- a/support/xpthread_attr_setstack.c
+++ b/support/xpthread_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 <support/xthread.h>
diff --git a/support/xpthread_attr_setstacksize.c b/support/xpthread_attr_setstacksize.c
index efa10e7..9147ba1 100644
--- a/support/xpthread_attr_setstacksize.c
+++ b/support/xpthread_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 <support/xthread.h>
diff --git a/support/xpthread_barrier_destroy.c b/support/xpthread_barrier_destroy.c
index 0842f06..f0c5470 100644
--- a/support/xpthread_barrier_destroy.c
+++ b/support/xpthread_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 <support/xthread.h>
diff --git a/support/xpthread_barrier_init.c b/support/xpthread_barrier_init.c
index 431b4cf..187b648 100644
--- a/support/xpthread_barrier_init.c
+++ b/support/xpthread_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 <support/xthread.h>
diff --git a/support/xpthread_barrier_wait.c b/support/xpthread_barrier_wait.c
index 947466b..3629fdb 100644
--- a/support/xpthread_barrier_wait.c
+++ b/support/xpthread_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 <support/xthread.h>
diff --git a/support/xpthread_barrierattr_destroy.c b/support/xpthread_barrierattr_destroy.c
index 8d1b371..04765cc 100644
--- a/support/xpthread_barrierattr_destroy.c
+++ b/support/xpthread_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 <support/xthread.h>
diff --git a/support/xpthread_barrierattr_init.c b/support/xpthread_barrierattr_init.c
index 02ce323..55f962c 100644
--- a/support/xpthread_barrierattr_init.c
+++ b/support/xpthread_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 <support/xthread.h>
diff --git a/support/xpthread_barrierattr_setpshared.c b/support/xpthread_barrierattr_setpshared.c
index 07cd49b..0d5703b 100644
--- a/support/xpthread_barrierattr_setpshared.c
+++ b/support/xpthread_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 <support/xthread.h>
diff --git a/support/xpthread_cancel.c b/support/xpthread_cancel.c
index b57b0f3..0f39ec7 100644
--- a/support/xpthread_cancel.c
+++ b/support/xpthread_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 <support/xthread.h>
diff --git a/support/xpthread_check_return.c b/support/xpthread_check_return.c
index 28c2423..7a88b30 100644
--- a/support/xpthread_check_return.c
+++ b/support/xpthread_check_return.c
@@ -14,7 +14,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>. */
+ <https://www.gnu.org/licenses/>. */
#include <support/xthread.h>
diff --git a/support/xpthread_cond_wait.c b/support/xpthread_cond_wait.c
index 06800e0..c912bf2 100644
--- a/support/xpthread_cond_wait.c
+++ b/support/xpthread_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 <support/xthread.h>
diff --git a/support/xpthread_create.c b/support/xpthread_create.c
index d40c4de..3ff644d 100644
--- a/support/xpthread_create.c
+++ b/support/xpthread_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 <support/xthread.h>
diff --git a/support/xpthread_detach.c b/support/xpthread_detach.c
index 84c6c9b..b47bdaf 100644
--- a/support/xpthread_detach.c
+++ b/support/xpthread_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 <support/xthread.h>
diff --git a/support/xpthread_join.c b/support/xpthread_join.c
index 6b0cd5d..6a662b8 100644
--- a/support/xpthread_join.c
+++ b/support/xpthread_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 <support/xthread.h>
diff --git a/support/xpthread_mutex_consistent.c b/support/xpthread_mutex_consistent.c
index 93ddce1..0a99e4d 100644
--- a/support/xpthread_mutex_consistent.c
+++ b/support/xpthread_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 <support/xthread.h>
diff --git a/support/xpthread_mutex_destroy.c b/support/xpthread_mutex_destroy.c
index 456c440..0a2ced3 100644
--- a/support/xpthread_mutex_destroy.c
+++ b/support/xpthread_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 <support/xthread.h>
diff --git a/support/xpthread_mutex_init.c b/support/xpthread_mutex_init.c
index 4ee70cc..6247599 100644
--- a/support/xpthread_mutex_init.c
+++ b/support/xpthread_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 <support/xthread.h>
diff --git a/support/xpthread_mutex_lock.c b/support/xpthread_mutex_lock.c
index d10b3fa..0300117 100644
--- a/support/xpthread_mutex_lock.c
+++ b/support/xpthread_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 <support/xthread.h>
diff --git a/support/xpthread_mutex_unlock.c b/support/xpthread_mutex_unlock.c
index ba4a9d9..d11d66f 100644
--- a/support/xpthread_mutex_unlock.c
+++ b/support/xpthread_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 <support/xthread.h>
diff --git a/support/xpthread_mutexattr_destroy.c b/support/xpthread_mutexattr_destroy.c
index 49f0483..7341079 100644
--- a/support/xpthread_mutexattr_destroy.c
+++ b/support/xpthread_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 <support/xthread.h>
diff --git a/support/xpthread_mutexattr_init.c b/support/xpthread_mutexattr_init.c
index d10caf3..ec6c2b07 100644
--- a/support/xpthread_mutexattr_init.c
+++ b/support/xpthread_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 <support/xthread.h>
diff --git a/support/xpthread_mutexattr_setprotocol.c b/support/xpthread_mutexattr_setprotocol.c
index 655690b..42521e8 100644
--- a/support/xpthread_mutexattr_setprotocol.c
+++ b/support/xpthread_mutexattr_setprotocol.c
@@ -14,7 +14,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>. */
+ <https://www.gnu.org/licenses/>. */
#include <support/xthread.h>
diff --git a/support/xpthread_mutexattr_setpshared.c b/support/xpthread_mutexattr_setpshared.c
index e344b0a..64de6db 100644
--- a/support/xpthread_mutexattr_setpshared.c
+++ b/support/xpthread_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 <support/xthread.h>
diff --git a/support/xpthread_mutexattr_setrobust.c b/support/xpthread_mutexattr_setrobust.c
index 3a1855d..c200da6 100644
--- a/support/xpthread_mutexattr_setrobust.c
+++ b/support/xpthread_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 <support/xthread.h>
diff --git a/support/xpthread_mutexattr_settype.c b/support/xpthread_mutexattr_settype.c
index fbc6609..15c9566 100644
--- a/support/xpthread_mutexattr_settype.c
+++ b/support/xpthread_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 <support/xthread.h>
diff --git a/support/xpthread_once.c b/support/xpthread_once.c
index b4068ce..384e09a 100644
--- a/support/xpthread_once.c
+++ b/support/xpthread_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 <support/xthread.h>
diff --git a/support/xpthread_rwlock_destroy.c b/support/xpthread_rwlock_destroy.c
index 6d6e953..92b0a10 100644
--- a/support/xpthread_rwlock_destroy.c
+++ b/support/xpthread_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 <support/xthread.h>
diff --git a/support/xpthread_rwlock_init.c b/support/xpthread_rwlock_init.c
index dd1770b..f7ca2f8 100644
--- a/support/xpthread_rwlock_init.c
+++ b/support/xpthread_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 <support/xthread.h>
diff --git a/support/xpthread_rwlock_rdlock.c b/support/xpthread_rwlock_rdlock.c
index 45c3264..0c685b0 100644
--- a/support/xpthread_rwlock_rdlock.c
+++ b/support/xpthread_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 <support/xthread.h>
diff --git a/support/xpthread_rwlock_unlock.c b/support/xpthread_rwlock_unlock.c
index 7d9efc0..ef24821 100644
--- a/support/xpthread_rwlock_unlock.c
+++ b/support/xpthread_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 <support/xthread.h>
diff --git a/support/xpthread_rwlock_wrlock.c b/support/xpthread_rwlock_wrlock.c
index 3d8cfcc..859182e 100644
--- a/support/xpthread_rwlock_wrlock.c
+++ b/support/xpthread_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 <support/xthread.h>
diff --git a/support/xpthread_rwlockattr_init.c b/support/xpthread_rwlockattr_init.c
index 2b596ee..3c3efd7 100644
--- a/support/xpthread_rwlockattr_init.c
+++ b/support/xpthread_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 <support/xthread.h>
diff --git a/support/xpthread_rwlockattr_setkind_np.c b/support/xpthread_rwlockattr_setkind_np.c
index b6ae8cd..619cab8 100644
--- a/support/xpthread_rwlockattr_setkind_np.c
+++ b/support/xpthread_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 <support/xthread.h>
diff --git a/support/xpthread_sigmask.c b/support/xpthread_sigmask.c
index 11e4a4c..42ce7ba 100644
--- a/support/xpthread_sigmask.c
+++ b/support/xpthread_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 <support/xsignal.h>
#include <support/support.h>
diff --git a/support/xpthread_spin_lock.c b/support/xpthread_spin_lock.c
index e4a940c..29683d9 100644
--- a/support/xpthread_spin_lock.c
+++ b/support/xpthread_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 <support/xthread.h>
diff --git a/support/xpthread_spin_unlock.c b/support/xpthread_spin_unlock.c
index 918adb5..0f7eb6e 100644
--- a/support/xpthread_spin_unlock.c
+++ b/support/xpthread_spin_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 <support/xthread.h>
diff --git a/support/xraise.c b/support/xraise.c
index 8421ca0..dfc3fb7 100644
--- a/support/xraise.c
+++ b/support/xraise.c
@@ -14,7 +14,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>. */
+ <https://www.gnu.org/licenses/>. */
#include <support/check.h>
#include <support/xsignal.h>
diff --git a/support/xreadlink.c b/support/xreadlink.c
index ba3dd37..a776971 100644
--- a/support/xreadlink.c
+++ b/support/xreadlink.c
@@ -14,7 +14,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>. */
+ <https://www.gnu.org/licenses/>. */
#include <scratch_buffer.h>
#include <support/check.h>
diff --git a/support/xrealloc.c b/support/xrealloc.c
index bfe174c..6af26cc 100644
--- a/support/xrealloc.c
+++ b/support/xrealloc.c
@@ -14,7 +14,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>. */
+ <https://www.gnu.org/licenses/>. */
#include <support/support.h>
diff --git a/support/xrecvfrom.c b/support/xrecvfrom.c
index 9b2d10e..a57a270 100644
--- a/support/xrecvfrom.c
+++ b/support/xrecvfrom.c
@@ -14,7 +14,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>. */
+ <https://www.gnu.org/licenses/>. */
#include <support/xsocket.h>
diff --git a/support/xsendto.c b/support/xsendto.c
index 165e58e..1e21024 100644
--- a/support/xsendto.c
+++ b/support/xsendto.c
@@ -14,7 +14,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>. */
+ <https://www.gnu.org/licenses/>. */
#include <support/xsocket.h>
diff --git a/support/xsetsockopt.c b/support/xsetsockopt.c
index 914470e..0290ab9 100644
--- a/support/xsetsockopt.c
+++ b/support/xsetsockopt.c
@@ -14,7 +14,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>. */
+ <https://www.gnu.org/licenses/>. */
#include <support/xsocket.h>
diff --git a/support/xsigaction.c b/support/xsigaction.c
index f26b821..6bae67d 100644
--- a/support/xsigaction.c
+++ b/support/xsigaction.c
@@ -14,7 +14,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>. */
+ <https://www.gnu.org/licenses/>. */
#include <support/check.h>
#include <support/xsignal.h>
diff --git a/support/xsignal.c b/support/xsignal.c
index 9e8a481..f233abc 100644
--- a/support/xsignal.c
+++ b/support/xsignal.c
@@ -14,7 +14,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>. */
+ <https://www.gnu.org/licenses/>. */
#include <support/check.h>
#include <support/xsignal.h>
diff --git a/support/xsignal.h b/support/xsignal.h
index d89e2bc..2658f92 100644
--- a/support/xsignal.h
+++ b/support/xsignal.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 SUPPORT_SIGNAL_H
#define SUPPORT_SIGNAL_H
diff --git a/support/xsigstack.c b/support/xsigstack.c
index 45ad41e..599c393 100644
--- a/support/xsigstack.c
+++ b/support/xsigstack.c
@@ -14,7 +14,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>. */
+ <https://www.gnu.org/licenses/>. */
#include <support/xsignal.h>
#include <support/support.h>
diff --git a/support/xsocket.c b/support/xsocket.c
index 5c89623..76d9e4c 100644
--- a/support/xsocket.c
+++ b/support/xsocket.c
@@ -14,7 +14,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>. */
+ <https://www.gnu.org/licenses/>. */
#include <support/xsocket.h>
diff --git a/support/xsocket.h b/support/xsocket.h
index 4696820..7ca9818 100644
--- a/support/xsocket.h
+++ b/support/xsocket.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 SUPPORT_XSOCKET_H
#define SUPPORT_XSOCKET_H
diff --git a/support/xspawn.h b/support/xspawn.h
index bbf8913..ab129b6 100644
--- a/support/xspawn.h
+++ b/support/xspawn.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 SUPPORT_XSPAWN_H
#define SUPPORT_XSPAWN_H
diff --git a/support/xstdio.h b/support/xstdio.h
index 9d4e66d..e4e52b4 100644
--- a/support/xstdio.h
+++ b/support/xstdio.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 SUPPORT_XSTDIO_H
#define SUPPORT_XSTDIO_H
diff --git a/support/xstrdup.c b/support/xstrdup.c
index 78a1d92..d793e57 100644
--- a/support/xstrdup.c
+++ b/support/xstrdup.c
@@ -14,7 +14,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>. */
+ <https://www.gnu.org/licenses/>. */
#include <support/support.h>
diff --git a/support/xstrndup.c b/support/xstrndup.c
index 00ee27c..5534f23 100644
--- a/support/xstrndup.c
+++ b/support/xstrndup.c
@@ -14,7 +14,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>. */
+ <https://www.gnu.org/licenses/>. */
#include <support/support.h>
diff --git a/support/xsymlink.c b/support/xsymlink.c
index 01e3316..3634f81 100644
--- a/support/xsymlink.c
+++ b/support/xsymlink.c
@@ -14,7 +14,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>. */
+ <https://www.gnu.org/licenses/>. */
#include <support/support.h>
#include <support/check.h>
diff --git a/support/xsysconf.c b/support/xsysconf.c
index 2c90384..2856beb 100644
--- a/support/xsysconf.c
+++ b/support/xsysconf.c
@@ -14,7 +14,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>. */
+ <https://www.gnu.org/licenses/>. */
#include <errno.h>
#include <support/check.h>
diff --git a/support/xthread.h b/support/xthread.h
index 5204f78..829397c 100644
--- a/support/xthread.h
+++ b/support/xthread.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 SUPPORT_THREAD_H
#define SUPPORT_THREAD_H
diff --git a/support/xtime.h b/support/xtime.h
index 6e19ce1..76ff7a4 100644
--- a/support/xtime.h
+++ b/support/xtime.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 SUPPORT_TIME_H
#define SUPPORT_TIME_H
diff --git a/support/xunistd.h b/support/xunistd.h
index 338eb86..f10e060 100644
--- a/support/xunistd.h
+++ b/support/xunistd.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/>. */
/* These wrapper functions use POSIX types and therefore cannot be
declared in <support/support.h>. */
diff --git a/support/xunlink.c b/support/xunlink.c
index 53b5f41..ff1f9b1 100644
--- a/support/xunlink.c
+++ b/support/xunlink.c
@@ -14,7 +14,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>. */
+ <https://www.gnu.org/licenses/>. */
#include <support/check.h>
#include <support/xunistd.h>
diff --git a/support/xwaitpid.c b/support/xwaitpid.c
index 9b83861..658e847 100644
--- a/support/xwaitpid.c
+++ b/support/xwaitpid.c
@@ -14,7 +14,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>. */
+ <https://www.gnu.org/licenses/>. */
#include <support/xunistd.h>
diff --git a/support/xwrite.c b/support/xwrite.c
index f0b4ae8..7e3f035 100644
--- a/support/xwrite.c
+++ b/support/xwrite.c
@@ -14,7 +14,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>. */
+ <https://www.gnu.org/licenses/>. */
#include <support/xunistd.h>