aboutsummaryrefslogtreecommitdiff
path: root/stdlib
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 /stdlib
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 'stdlib')
-rw-r--r--stdlib/Makefile2
-rw-r--r--stdlib/a64l.c2
-rw-r--r--stdlib/abort.c2
-rw-r--r--stdlib/abs.c2
-rw-r--r--stdlib/add_n.c2
-rw-r--r--stdlib/addmul_1.c2
-rw-r--r--stdlib/alloca.h2
-rw-r--r--stdlib/at_quick_exit.c2
-rw-r--r--stdlib/atexit.c2
-rw-r--r--stdlib/atof.c2
-rw-r--r--stdlib/atoi.c2
-rw-r--r--stdlib/atol.c2
-rw-r--r--stdlib/atoll.c2
-rw-r--r--stdlib/bits/monetary-ldbl.h2
-rw-r--r--stdlib/bits/stdlib-float.h2
-rw-r--r--stdlib/bits/stdlib-ldbl.h2
-rw-r--r--stdlib/bits/stdlib.h2
-rw-r--r--stdlib/bsearch.c2
-rw-r--r--stdlib/bug-strtod.c2
-rw-r--r--stdlib/canonicalize.c2
-rw-r--r--stdlib/cmp.c2
-rw-r--r--stdlib/cxa_at_quick_exit.c2
-rw-r--r--stdlib/cxa_atexit.c2
-rw-r--r--stdlib/cxa_finalize.c2
-rw-r--r--stdlib/cxa_thread_atexit_impl.c2
-rw-r--r--stdlib/dbl2mpn.c2
-rw-r--r--stdlib/div.c2
-rw-r--r--stdlib/divmod_1.c2
-rw-r--r--stdlib/divrem.c2
-rw-r--r--stdlib/drand48-iter.c2
-rw-r--r--stdlib/drand48.c2
-rw-r--r--stdlib/drand48_r.c2
-rw-r--r--stdlib/erand48.c2
-rw-r--r--stdlib/erand48_r.c2
-rw-r--r--stdlib/errno.h2
-rw-r--r--stdlib/exit.c2
-rw-r--r--stdlib/exit.h2
-rw-r--r--stdlib/fmtmsg.c2
-rw-r--r--stdlib/fmtmsg.h2
-rw-r--r--stdlib/fpioconst.c2
-rw-r--r--stdlib/fpioconst.h2
-rw-r--r--stdlib/gen-fpioconst.c2
-rw-r--r--stdlib/gen-tst-strtod-round.c2
-rw-r--r--stdlib/getcontext.c2
-rw-r--r--stdlib/getentropy.c2
-rw-r--r--stdlib/getenv.c2
-rw-r--r--stdlib/getrandom.c2
-rw-r--r--stdlib/getsubopt.c2
-rw-r--r--stdlib/gmp-impl.h2
-rw-r--r--stdlib/gmp.h2
-rw-r--r--stdlib/grouping.c2
-rw-r--r--stdlib/grouping.h2
-rw-r--r--stdlib/inttypes.h2
-rw-r--r--stdlib/isomac.c2
-rw-r--r--stdlib/jrand48.c2
-rw-r--r--stdlib/jrand48_r.c2
-rw-r--r--stdlib/l64a.c2
-rw-r--r--stdlib/labs.c2
-rw-r--r--stdlib/lcong48.c2
-rw-r--r--stdlib/lcong48_r.c2
-rw-r--r--stdlib/ldiv.c2
-rw-r--r--stdlib/llabs.c2
-rw-r--r--stdlib/lldiv.c2
-rw-r--r--stdlib/longlong.h2
-rw-r--r--stdlib/lrand48.c2
-rw-r--r--stdlib/lrand48_r.c2
-rw-r--r--stdlib/lshift.c2
-rw-r--r--stdlib/makecontext.c2
-rw-r--r--stdlib/mblen.c2
-rw-r--r--stdlib/mbstowcs.c2
-rw-r--r--stdlib/mbtowc.c2
-rw-r--r--stdlib/mod_1.c2
-rw-r--r--stdlib/monetary.h2
-rw-r--r--stdlib/mp_clz_tab.c2
-rw-r--r--stdlib/mpn2dbl.c2
-rw-r--r--stdlib/mpn2flt.c2
-rw-r--r--stdlib/mrand48.c2
-rw-r--r--stdlib/mrand48_r.c2
-rw-r--r--stdlib/msort.c2
-rw-r--r--stdlib/mul.c2
-rw-r--r--stdlib/mul_1.c2
-rw-r--r--stdlib/mul_n.c2
-rw-r--r--stdlib/nrand48.c2
-rw-r--r--stdlib/nrand48_r.c2
-rw-r--r--stdlib/on_exit.c2
-rw-r--r--stdlib/putenv.c2
-rw-r--r--stdlib/qsort.c2
-rw-r--r--stdlib/quick_exit.c2
-rw-r--r--stdlib/rand.c2
-rw-r--r--stdlib/rand_r.c2
-rw-r--r--stdlib/random.c2
-rw-r--r--stdlib/random_r.c2
-rw-r--r--stdlib/rpmatch.c2
-rw-r--r--stdlib/rshift.c2
-rw-r--r--stdlib/secure-getenv.c2
-rw-r--r--stdlib/seed48.c2
-rw-r--r--stdlib/seed48_r.c2
-rw-r--r--stdlib/setcontext.c2
-rw-r--r--stdlib/setenv.c2
-rw-r--r--stdlib/srand48.c2
-rw-r--r--stdlib/srand48_r.c2
-rw-r--r--stdlib/stdint.h2
-rw-r--r--stdlib/stdlib.h2
-rw-r--r--stdlib/strfmon.c2
-rw-r--r--stdlib/strfmon_l.c2
-rw-r--r--stdlib/strfrom-skeleton.c2
-rw-r--r--stdlib/strfromd.c2
-rw-r--r--stdlib/strfromf.c2
-rw-r--r--stdlib/strfroml.c2
-rw-r--r--stdlib/strtod.c2
-rw-r--r--stdlib/strtod_l.c2
-rw-r--r--stdlib/strtod_nan.c2
-rw-r--r--stdlib/strtod_nan_main.c2
-rw-r--r--stdlib/strtod_nan_narrow.h2
-rw-r--r--stdlib/strtod_nan_wide.h2
-rw-r--r--stdlib/strtof.c2
-rw-r--r--stdlib/strtof_l.c2
-rw-r--r--stdlib/strtof_nan.c2
-rw-r--r--stdlib/strtol.c2
-rw-r--r--stdlib/strtol_l.c2
-rw-r--r--stdlib/strtold.c2
-rw-r--r--stdlib/strtold_l.c2
-rw-r--r--stdlib/strtold_nan.c2
-rw-r--r--stdlib/strtoll.c2
-rw-r--r--stdlib/strtoll_l.c2
-rw-r--r--stdlib/strtoul.c2
-rw-r--r--stdlib/strtoul_l.c2
-rw-r--r--stdlib/strtoull.c2
-rw-r--r--stdlib/strtoull_l.c2
-rw-r--r--stdlib/sub_n.c2
-rw-r--r--stdlib/submul_1.c2
-rw-r--r--stdlib/swapcontext.c2
-rw-r--r--stdlib/sys/random.h2
-rw-r--r--stdlib/system.c2
-rw-r--r--stdlib/test-a64l.c2
-rw-r--r--stdlib/test-at_quick_exit-race.c2
-rw-r--r--stdlib/test-atexit-race-common.c2
-rw-r--r--stdlib/test-atexit-race.c2
-rw-r--r--stdlib/test-bz22786.c2
-rw-r--r--stdlib/test-canon.c2
-rw-r--r--stdlib/test-canon2.c2
-rw-r--r--stdlib/test-cxa_atexit-race.c2
-rw-r--r--stdlib/test-dlclose-exit-race-helper.c2
-rw-r--r--stdlib/test-dlclose-exit-race.c2
-rw-r--r--stdlib/test-on_exit-race.c2
-rw-r--r--stdlib/testdiv.c2
-rw-r--r--stdlib/testrand.c2
-rw-r--r--stdlib/tst-at_quick_exit.c2
-rw-r--r--stdlib/tst-atexit-common.c2
-rw-r--r--stdlib/tst-atexit.c2
-rw-r--r--stdlib/tst-bsearch.c2
-rw-r--r--stdlib/tst-bz20544.c2
-rw-r--r--stdlib/tst-cxa_atexit.c2
-rw-r--r--stdlib/tst-empty-env.c2
-rw-r--r--stdlib/tst-environ.c2
-rwxr-xr-xstdlib/tst-fmtmsg.sh2
-rw-r--r--stdlib/tst-getrandom.c2
-rw-r--r--stdlib/tst-makecontext-align.c2
-rw-r--r--stdlib/tst-makecontext.c2
-rw-r--r--stdlib/tst-makecontext2.c2
-rw-r--r--stdlib/tst-makecontext3.c2
-rw-r--r--stdlib/tst-on_exit.c2
-rw-r--r--stdlib/tst-quick_exit.cc2
-rw-r--r--stdlib/tst-random2.c2
-rw-r--r--stdlib/tst-secure-getenv.c2
-rw-r--r--stdlib/tst-setcontext.c2
-rw-r--r--stdlib/tst-setcontext2.c2
-rw-r--r--stdlib/tst-setcontext3.c2
-rw-r--r--stdlib/tst-setcontext3.sh2
-rw-r--r--stdlib/tst-setcontext4.c2
-rw-r--r--stdlib/tst-setcontext5.c2
-rw-r--r--stdlib/tst-setcontext6.c2
-rw-r--r--stdlib/tst-setcontext7.c2
-rw-r--r--stdlib/tst-setcontext8.c2
-rw-r--r--stdlib/tst-setcontext9.c2
-rw-r--r--stdlib/tst-strfmon_l.c2
-rw-r--r--stdlib/tst-strfrom-locale.c2
-rw-r--r--stdlib/tst-strfrom.c2
-rw-r--r--stdlib/tst-strfrom.h2
-rw-r--r--stdlib/tst-strtod-nan-locale-main.c2
-rw-r--r--stdlib/tst-strtod-nan-locale.c2
-rw-r--r--stdlib/tst-strtod-nan-sign-main.c2
-rw-r--r--stdlib/tst-strtod-nan-sign.c2
-rw-r--r--stdlib/tst-strtod-overflow.c2
-rw-r--r--stdlib/tst-strtod-round-skeleton.c2
-rw-r--r--stdlib/tst-strtod-round.c2
-rw-r--r--stdlib/tst-strtod-underflow.c2
-rw-r--r--stdlib/tst-strtod.c2
-rw-r--r--stdlib/tst-strtod.h2
-rw-r--r--stdlib/tst-strtod1i.c2
-rw-r--r--stdlib/tst-strtod5.c2
-rw-r--r--stdlib/tst-strtod5i.c2
-rw-r--r--stdlib/tst-strtol-locale-main.c2
-rw-r--r--stdlib/tst-strtol-locale.c2
-rw-r--r--stdlib/tst-swapcontext1.c2
-rw-r--r--stdlib/tst-system.c2
-rw-r--r--stdlib/tst-thread-quick_exit.cc2
-rw-r--r--stdlib/tst-tininess.c2
-rw-r--r--stdlib/tst-tls-atexit-lib.c2
-rw-r--r--stdlib/tst-tls-atexit-nodelete.c2
-rw-r--r--stdlib/tst-tls-atexit.c2
-rw-r--r--stdlib/tst-width-stdint.c2
-rw-r--r--stdlib/tst-width.c2
-rw-r--r--stdlib/tst-xpg-basename.c2
-rw-r--r--stdlib/ucontext.h2
-rw-r--r--stdlib/wcstombs.c2
-rw-r--r--stdlib/wctomb.c2
-rw-r--r--stdlib/xpg_basename.c2
208 files changed, 208 insertions, 208 deletions
diff --git a/stdlib/Makefile b/stdlib/Makefile
index 32f6050..8ca82f8 100644
--- a/stdlib/Makefile
+++ b/stdlib/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/>.
#
# Makefile for stdlib routines
diff --git a/stdlib/a64l.c b/stdlib/a64l.c
index bdcee48..17d7bf4 100644
--- a/stdlib/a64l.c
+++ b/stdlib/a64l.c
@@ -14,7 +14,7 @@
You should have received a copy of the GNU 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>
diff --git a/stdlib/abort.c b/stdlib/abort.c
index fc0498a..5241bf7 100644
--- a/stdlib/abort.c
+++ b/stdlib/abort.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 <libc-lock.h>
#include <signal.h>
diff --git a/stdlib/abs.c b/stdlib/abs.c
index f10b2ca..f28ee67 100644
--- a/stdlib/abs.c
+++ b/stdlib/abs.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 <stdlib.h>
diff --git a/stdlib/add_n.c b/stdlib/add_n.c
index 448f80f..7c43bb3 100644
--- a/stdlib/add_n.c
+++ b/stdlib/add_n.c
@@ -16,7 +16,7 @@ License for more details.
You should have received a copy of the GNU Lesser General Public License
along with the GNU MP Library; see the file COPYING.LIB. If not, see
-<http://www.gnu.org/licenses/>. */
+<https://www.gnu.org/licenses/>. */
#include <gmp.h>
#include "gmp-impl.h"
diff --git a/stdlib/addmul_1.c b/stdlib/addmul_1.c
index ab3a309..8e6c032 100644
--- a/stdlib/addmul_1.c
+++ b/stdlib/addmul_1.c
@@ -19,7 +19,7 @@ License for more details.
You should have received a copy of the GNU Lesser General Public License
along with the GNU MP Library; see the file COPYING.LIB. If not, see
-<http://www.gnu.org/licenses/>. */
+<https://www.gnu.org/licenses/>. */
#include <gmp.h>
#include "gmp-impl.h"
diff --git a/stdlib/alloca.h b/stdlib/alloca.h
index ff85901..76026f7 100644
--- a/stdlib/alloca.h
+++ b/stdlib/alloca.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 _ALLOCA_H
#define _ALLOCA_H 1
diff --git a/stdlib/at_quick_exit.c b/stdlib/at_quick_exit.c
index 6f1a42c..73b096b 100644
--- a/stdlib/at_quick_exit.c
+++ b/stdlib/at_quick_exit.c
@@ -30,7 +30,7 @@
You should have received a copy of the GNU 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 <dso_handle.h>
diff --git a/stdlib/atexit.c b/stdlib/atexit.c
index 5671a43..124fb93 100644
--- a/stdlib/atexit.c
+++ b/stdlib/atexit.c
@@ -30,7 +30,7 @@
You should have received a copy of the GNU 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 <dso_handle.h>
diff --git a/stdlib/atof.c b/stdlib/atof.c
index f46113a..aaf7894 100644
--- a/stdlib/atof.c
+++ b/stdlib/atof.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 <stdlib.h>
diff --git a/stdlib/atoi.c b/stdlib/atoi.c
index bd5dcd1..79a736c 100644
--- a/stdlib/atoi.c
+++ b/stdlib/atoi.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 <stdlib.h>
diff --git a/stdlib/atol.c b/stdlib/atol.c
index 8bc3e9b..f56c828 100644
--- a/stdlib/atol.c
+++ b/stdlib/atol.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 <stdlib.h>
diff --git a/stdlib/atoll.c b/stdlib/atoll.c
index 32298ec..0a1cb8f 100644
--- a/stdlib/atoll.c
+++ b/stdlib/atoll.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 <stdlib.h>
diff --git a/stdlib/bits/monetary-ldbl.h b/stdlib/bits/monetary-ldbl.h
index 9623f66..b9a9087 100644
--- a/stdlib/bits/monetary-ldbl.h
+++ b/stdlib/bits/monetary-ldbl.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 _MONETARY_H
# error "Never include <bits/monetary-ldbl.h> directly; use <monetary.h> instead."
diff --git a/stdlib/bits/stdlib-float.h b/stdlib/bits/stdlib-float.h
index b6f4877..661048e 100644
--- a/stdlib/bits/stdlib-float.h
+++ b/stdlib/bits/stdlib-float.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 _STDLIB_H
# error "Never use <bits/stdlib-float.h> directly; include <stdlib.h> instead."
diff --git a/stdlib/bits/stdlib-ldbl.h b/stdlib/bits/stdlib-ldbl.h
index ab37bdd..dcbf74a 100644
--- a/stdlib/bits/stdlib-ldbl.h
+++ b/stdlib/bits/stdlib-ldbl.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 _STDLIB_H
# error "Never include <bits/stdlib-ldbl.h> directly; use <stdlib.h> instead."
diff --git a/stdlib/bits/stdlib.h b/stdlib/bits/stdlib.h
index 38eb546..196e17d 100644
--- a/stdlib/bits/stdlib.h
+++ b/stdlib/bits/stdlib.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 _STDLIB_H
# error "Never include <bits/stdlib.h> directly; use <stdlib.h> instead."
diff --git a/stdlib/bsearch.c b/stdlib/bsearch.c
index 943d043..7addb3c 100644
--- a/stdlib/bsearch.c
+++ b/stdlib/bsearch.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 <stdlib.h>
diff --git a/stdlib/bug-strtod.c b/stdlib/bug-strtod.c
index 6450da4..625abd8 100644
--- a/stdlib/bug-strtod.c
+++ b/stdlib/bug-strtod.c
@@ -15,7 +15,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>. */
+ <https://www.gnu.org/licenses/>. */
#include <stdio.h>
#include <stdlib.h>
diff --git a/stdlib/canonicalize.c b/stdlib/canonicalize.c
index a0882f8..609fcb7 100644
--- a/stdlib/canonicalize.c
+++ b/stdlib/canonicalize.c
@@ -14,7 +14,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>. */
+ <https://www.gnu.org/licenses/>. */
#include <assert.h>
#include <stdlib.h>
diff --git a/stdlib/cmp.c b/stdlib/cmp.c
index f6dbd27..551fc4d 100644
--- a/stdlib/cmp.c
+++ b/stdlib/cmp.c
@@ -16,7 +16,7 @@ License for more details.
You should have received a copy of the GNU Lesser General Public License
along with the GNU MP Library; see the file COPYING.LIB. If not, see
-<http://www.gnu.org/licenses/>. */
+<https://www.gnu.org/licenses/>. */
#include <gmp.h>
#include "gmp-impl.h"
diff --git a/stdlib/cxa_at_quick_exit.c b/stdlib/cxa_at_quick_exit.c
index ce3cfc5..34c897b 100644
--- a/stdlib/cxa_at_quick_exit.c
+++ b/stdlib/cxa_at_quick_exit.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 <stdlib.h>
#include "exit.h"
diff --git a/stdlib/cxa_atexit.c b/stdlib/cxa_atexit.c
index 5a39778..cc9408a 100644
--- a/stdlib/cxa_atexit.c
+++ b/stdlib/cxa_atexit.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 <assert.h>
#include <stdlib.h>
diff --git a/stdlib/cxa_finalize.c b/stdlib/cxa_finalize.c
index e31b234..b757dd6 100644
--- a/stdlib/cxa_finalize.c
+++ b/stdlib/cxa_finalize.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 <assert.h>
#include <stdlib.h>
diff --git a/stdlib/cxa_thread_atexit_impl.c b/stdlib/cxa_thread_atexit_impl.c
index 8635629..d6b97dd 100644
--- a/stdlib/cxa_thread_atexit_impl.c
+++ b/stdlib/cxa_thread_atexit_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/>. */
/* CONCURRENCY NOTES:
diff --git a/stdlib/dbl2mpn.c b/stdlib/dbl2mpn.c
index 7c389a6..df0df27 100644
--- a/stdlib/dbl2mpn.c
+++ b/stdlib/dbl2mpn.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 <gmp.h>
#include "gmp-impl.h"
diff --git a/stdlib/div.c b/stdlib/div.c
index 17844fd..734ce9f 100644
--- a/stdlib/div.c
+++ b/stdlib/div.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/>. */
/*
* Copyright (c) 1990 Regents of the University of California.
diff --git a/stdlib/divmod_1.c b/stdlib/divmod_1.c
index 56bfe37..e2e6329 100644
--- a/stdlib/divmod_1.c
+++ b/stdlib/divmod_1.c
@@ -22,7 +22,7 @@ License for more details.
You should have received a copy of the GNU Lesser General Public License
along with the GNU MP Library; see the file COPYING.LIB. If not, see
-<http://www.gnu.org/licenses/>. */
+<https://www.gnu.org/licenses/>. */
#include <gmp.h>
#include "gmp-impl.h"
diff --git a/stdlib/divrem.c b/stdlib/divrem.c
index 61a87fe..098556d 100644
--- a/stdlib/divrem.c
+++ b/stdlib/divrem.c
@@ -17,7 +17,7 @@ License for more details.
You should have received a copy of the GNU Lesser General Public License
along with the GNU MP Library; see the file COPYING.LIB. If not, see
-<http://www.gnu.org/licenses/>. */
+<https://www.gnu.org/licenses/>. */
#include <gmp.h>
#include "gmp-impl.h"
diff --git a/stdlib/drand48-iter.c b/stdlib/drand48-iter.c
index 8742cd0..b7b20e0 100644
--- a/stdlib/drand48-iter.c
+++ b/stdlib/drand48-iter.c
@@ -14,7 +14,7 @@
You should have received a copy of the GNU 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/stdlib/drand48.c b/stdlib/drand48.c
index 8ad52af..2423e5e 100644
--- a/stdlib/drand48.c
+++ b/stdlib/drand48.c
@@ -14,7 +14,7 @@
You should have received a copy of the GNU 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>
diff --git a/stdlib/drand48_r.c b/stdlib/drand48_r.c
index 179e83b..ef74b3b 100644
--- a/stdlib/drand48_r.c
+++ b/stdlib/drand48_r.c
@@ -14,7 +14,7 @@
You should have received a copy of the GNU 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 <math.h>
diff --git a/stdlib/erand48.c b/stdlib/erand48.c
index c30af5c..c317993 100644
--- a/stdlib/erand48.c
+++ b/stdlib/erand48.c
@@ -14,7 +14,7 @@
You should have received a copy of the GNU 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>
diff --git a/stdlib/erand48_r.c b/stdlib/erand48_r.c
index d50e2f1..d45277c 100644
--- a/stdlib/erand48_r.c
+++ b/stdlib/erand48_r.c
@@ -14,7 +14,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>. */
+ <https://www.gnu.org/licenses/>. */
#include <ieee754.h>
#include <stdlib.h>
diff --git a/stdlib/errno.h b/stdlib/errno.h
index dde2107..e2f438f 100644
--- a/stdlib/errno.h
+++ b/stdlib/errno.h
@@ -13,7 +13,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>. */
+ <https://www.gnu.org/licenses/>. */
/*
* ISO C99 Standard: 7.5 Errors <errno.h>
diff --git a/stdlib/exit.c b/stdlib/exit.c
index 49d12d9..baa99d8 100644
--- a/stdlib/exit.c
+++ b/stdlib/exit.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/stdlib/exit.h b/stdlib/exit.h
index 6fab49c..3a0a586 100644
--- a/stdlib/exit.h
+++ b/stdlib/exit.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 _EXIT_H
#define _EXIT_H 1
diff --git a/stdlib/fmtmsg.c b/stdlib/fmtmsg.c
index cd1e48f..b3d57cb 100644
--- a/stdlib/fmtmsg.c
+++ b/stdlib/fmtmsg.c
@@ -14,7 +14,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>. */
+ <https://www.gnu.org/licenses/>. */
#include <fmtmsg.h>
#include <libc-lock.h>
diff --git a/stdlib/fmtmsg.h b/stdlib/fmtmsg.h
index 495c156..a150cfe 100644
--- a/stdlib/fmtmsg.h
+++ b/stdlib/fmtmsg.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 __FMTMSG_H
#define __FMTMSG_H 1
diff --git a/stdlib/fpioconst.c b/stdlib/fpioconst.c
index 26f7606..b2abeb6 100644
--- a/stdlib/fpioconst.c
+++ b/stdlib/fpioconst.c
@@ -14,7 +14,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>. */
+ <https://www.gnu.org/licenses/>. */
#include "fpioconst.h"
#include <gmp-mparam.h> /* This defines BITS_PER_MP_LIMB. */
diff --git a/stdlib/fpioconst.h b/stdlib/fpioconst.h
index 4155a82..464aa82 100644
--- a/stdlib/fpioconst.h
+++ b/stdlib/fpioconst.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 _FPIOCONST_H
#define _FPIOCONST_H
diff --git a/stdlib/gen-fpioconst.c b/stdlib/gen-fpioconst.c
index b1ab190..7d347d4 100644
--- a/stdlib/gen-fpioconst.c
+++ b/stdlib/gen-fpioconst.c
@@ -14,7 +14,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>. */
+ <https://www.gnu.org/licenses/>. */
#include <inttypes.h>
#include <stdio.h>
diff --git a/stdlib/gen-tst-strtod-round.c b/stdlib/gen-tst-strtod-round.c
index b2d54dd..08e8fdc 100644
--- a/stdlib/gen-tst-strtod-round.c
+++ b/stdlib/gen-tst-strtod-round.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/>. */
/* Compile this program as:
diff --git a/stdlib/getcontext.c b/stdlib/getcontext.c
index 77c8e56..50c0de3 100644
--- a/stdlib/getcontext.c
+++ b/stdlib/getcontext.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 <ucontext.h>
diff --git a/stdlib/getentropy.c b/stdlib/getentropy.c
index 096a7d1..f7d386a 100644
--- a/stdlib/getentropy.c
+++ b/stdlib/getentropy.c
@@ -14,7 +14,7 @@
You should have received a copy of the GNU 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/random.h>
#include <errno.h>
diff --git a/stdlib/getenv.c b/stdlib/getenv.c
index 736f73b..6be97b2 100644
--- a/stdlib/getenv.c
+++ b/stdlib/getenv.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 <endian.h>
#include <errno.h>
diff --git a/stdlib/getrandom.c b/stdlib/getrandom.c
index 9fe6dda..3cfbd0c 100644
--- a/stdlib/getrandom.c
+++ b/stdlib/getrandom.c
@@ -14,7 +14,7 @@
You should have received a copy of the GNU 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/random.h>
#include <errno.h>
diff --git a/stdlib/getsubopt.c b/stdlib/getsubopt.c
index 5e691bf..0ebf7c1 100644
--- a/stdlib/getsubopt.c
+++ b/stdlib/getsubopt.c
@@ -15,7 +15,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>. */
+ <https://www.gnu.org/licenses/>. */
#include <stdlib.h>
#include <string.h>
diff --git a/stdlib/gmp-impl.h b/stdlib/gmp-impl.h
index 9f8766c..9a4597d 100644
--- a/stdlib/gmp-impl.h
+++ b/stdlib/gmp-impl.h
@@ -16,7 +16,7 @@ License for more details.
You should have received a copy of the GNU Lesser General Public License
along with the GNU MP Library; see the file COPYING.LIB. If not, see
-<http://www.gnu.org/licenses/>. */
+<https://www.gnu.org/licenses/>. */
/* When using gcc, make sure to use its builtin alloca. */
#if ! defined (alloca) && defined (__GNUC__)
diff --git a/stdlib/gmp.h b/stdlib/gmp.h
index 036e1e9..fad1ece 100644
--- a/stdlib/gmp.h
+++ b/stdlib/gmp.h
@@ -16,7 +16,7 @@ License for more details.
You should have received a copy of the GNU Lesser General Public License
along with the GNU MP Library; see the file COPYING.LIB. If not, see
-<http://www.gnu.org/licenses/>. */
+<https://www.gnu.org/licenses/>. */
#ifndef __GMP_H__
diff --git a/stdlib/grouping.c b/stdlib/grouping.c
index 794d0c2..c7bc7c2 100644
--- a/stdlib/grouping.c
+++ b/stdlib/grouping.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 <limits.h>
#include <stddef.h>
diff --git a/stdlib/grouping.h b/stdlib/grouping.h
index 8b730e1..74f774b 100644
--- a/stdlib/grouping.h
+++ b/stdlib/grouping.h
@@ -15,7 +15,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>. */
+ <https://www.gnu.org/licenses/>. */
/* Find the maximum prefix of the string between BEGIN and END which
satisfies the grouping rules. It is assumed that at least one digit
diff --git a/stdlib/inttypes.h b/stdlib/inttypes.h
index ddcb171..ee99c2f 100644
--- a/stdlib/inttypes.h
+++ b/stdlib/inttypes.h
@@ -13,7 +13,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>. */
+ <https://www.gnu.org/licenses/>. */
/*
* ISO C99: 7.8 Format conversion of integer types <inttypes.h>
diff --git a/stdlib/isomac.c b/stdlib/isomac.c
index 7d743cb..6cc291b 100644
--- a/stdlib/isomac.c
+++ b/stdlib/isomac.c
@@ -15,7 +15,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>. */
+ <https://www.gnu.org/licenses/>. */
/* This is a simple minded program that tries to find illegal macro
definitions in system header files. Illegal macro definitions are
diff --git a/stdlib/jrand48.c b/stdlib/jrand48.c
index 988ef64..83bd3e6 100644
--- a/stdlib/jrand48.c
+++ b/stdlib/jrand48.c
@@ -14,7 +14,7 @@
You should have received a copy of the GNU 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>
diff --git a/stdlib/jrand48_r.c b/stdlib/jrand48_r.c
index e347d4c..975acfe 100644
--- a/stdlib/jrand48_r.c
+++ b/stdlib/jrand48_r.c
@@ -14,7 +14,7 @@
You should have received a copy of the GNU 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>
diff --git a/stdlib/l64a.c b/stdlib/l64a.c
index 46b13dc..cc5e80d 100644
--- a/stdlib/l64a.c
+++ b/stdlib/l64a.c
@@ -14,7 +14,7 @@
You should have received a copy of the GNU 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>
diff --git a/stdlib/labs.c b/stdlib/labs.c
index b795eb9..e4af139 100644
--- a/stdlib/labs.c
+++ b/stdlib/labs.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 <stdlib.h>
diff --git a/stdlib/lcong48.c b/stdlib/lcong48.c
index a702849..169f69a 100644
--- a/stdlib/lcong48.c
+++ b/stdlib/lcong48.c
@@ -14,7 +14,7 @@
You should have received a copy of the GNU 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>
diff --git a/stdlib/lcong48_r.c b/stdlib/lcong48_r.c
index a46c749..b0b3c4d 100644
--- a/stdlib/lcong48_r.c
+++ b/stdlib/lcong48_r.c
@@ -14,7 +14,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>. */
+ <https://www.gnu.org/licenses/>. */
#include <stdint.h>
#include <stdlib.h>
diff --git a/stdlib/ldiv.c b/stdlib/ldiv.c
index ebf50cd..ef4d452 100644
--- a/stdlib/ldiv.c
+++ b/stdlib/ldiv.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 <stdlib.h>
diff --git a/stdlib/llabs.c b/stdlib/llabs.c
index fbe4f43..4909b00 100644
--- a/stdlib/llabs.c
+++ b/stdlib/llabs.c
@@ -14,7 +14,7 @@
You should have received a copy of the GNU 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>
diff --git a/stdlib/lldiv.c b/stdlib/lldiv.c
index 9efe292..2fbaf1a 100644
--- a/stdlib/lldiv.c
+++ b/stdlib/lldiv.c
@@ -14,7 +14,7 @@
You should have received a copy of the GNU 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>
diff --git a/stdlib/longlong.h b/stdlib/longlong.h
index 3dd8dc3..d2d0aa8 100644
--- a/stdlib/longlong.h
+++ b/stdlib/longlong.h
@@ -24,7 +24,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>. */
+ <https://www.gnu.org/licenses/>. */
/* You have to define the following before including this file:
diff --git a/stdlib/lrand48.c b/stdlib/lrand48.c
index c99ed84..268c07d 100644
--- a/stdlib/lrand48.c
+++ b/stdlib/lrand48.c
@@ -14,7 +14,7 @@
You should have received a copy of the GNU 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>
diff --git a/stdlib/lrand48_r.c b/stdlib/lrand48_r.c
index a577b93..255f948 100644
--- a/stdlib/lrand48_r.c
+++ b/stdlib/lrand48_r.c
@@ -14,7 +14,7 @@
You should have received a copy of the GNU 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>
diff --git a/stdlib/lshift.c b/stdlib/lshift.c
index c90e5f1..54e8f4d 100644
--- a/stdlib/lshift.c
+++ b/stdlib/lshift.c
@@ -16,7 +16,7 @@ License for more details.
You should have received a copy of the GNU Lesser General Public License
along with the GNU MP Library; see the file COPYING.LIB. If not, see
-<http://www.gnu.org/licenses/>. */
+<https://www.gnu.org/licenses/>. */
#include <gmp.h>
#include "gmp-impl.h"
diff --git a/stdlib/makecontext.c b/stdlib/makecontext.c
index 72a7113..acc84d9 100644
--- a/stdlib/makecontext.c
+++ b/stdlib/makecontext.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 <ucontext.h>
diff --git a/stdlib/mblen.c b/stdlib/mblen.c
index 65a4d2f..9a49bc5 100644
--- a/stdlib/mblen.c
+++ b/stdlib/mblen.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 <stdlib.h>
#include <string.h>
diff --git a/stdlib/mbstowcs.c b/stdlib/mbstowcs.c
index 612b2d3..9489dfd 100644
--- a/stdlib/mbstowcs.c
+++ b/stdlib/mbstowcs.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 <stdlib.h>
#include <string.h>
diff --git a/stdlib/mbtowc.c b/stdlib/mbtowc.c
index 6584d32..f4ec942 100644
--- a/stdlib/mbtowc.c
+++ b/stdlib/mbtowc.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 <stdlib.h>
#include <string.h>
diff --git a/stdlib/mod_1.c b/stdlib/mod_1.c
index cd1663b..2acdc13 100644
--- a/stdlib/mod_1.c
+++ b/stdlib/mod_1.c
@@ -19,7 +19,7 @@ License for more details.
You should have received a copy of the GNU Lesser General Public License
along with the GNU MP Library; see the file COPYING.LIB. If not, see
-<http://www.gnu.org/licenses/>. */
+<https://www.gnu.org/licenses/>. */
#include <gmp.h>
#include "gmp-impl.h"
diff --git a/stdlib/monetary.h b/stdlib/monetary.h
index 1cecd05..40d3128 100644
--- a/stdlib/monetary.h
+++ b/stdlib/monetary.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 _MONETARY_H
#define _MONETARY_H 1
diff --git a/stdlib/mp_clz_tab.c b/stdlib/mp_clz_tab.c
index 854c4b1..9c14383 100644
--- a/stdlib/mp_clz_tab.c
+++ b/stdlib/mp_clz_tab.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/>. */
#if 0
#include <gmp.h>
diff --git a/stdlib/mpn2dbl.c b/stdlib/mpn2dbl.c
index e119d1a..efcdb13 100644
--- a/stdlib/mpn2dbl.c
+++ b/stdlib/mpn2dbl.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 <gmp.h>
#include "gmp-impl.h"
diff --git a/stdlib/mpn2flt.c b/stdlib/mpn2flt.c
index 6811b05..4702dcf 100644
--- a/stdlib/mpn2flt.c
+++ b/stdlib/mpn2flt.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 "gmp.h"
#include "gmp-impl.h"
diff --git a/stdlib/mrand48.c b/stdlib/mrand48.c
index 1c53b99..70ef1aa 100644
--- a/stdlib/mrand48.c
+++ b/stdlib/mrand48.c
@@ -14,7 +14,7 @@
You should have received a copy of the GNU 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>
diff --git a/stdlib/mrand48_r.c b/stdlib/mrand48_r.c
index 6421ba5..4f229e3 100644
--- a/stdlib/mrand48_r.c
+++ b/stdlib/mrand48_r.c
@@ -14,7 +14,7 @@
You should have received a copy of the GNU 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>
diff --git a/stdlib/msort.c b/stdlib/msort.c
index 5ec2215..e0ebcf4 100644
--- a/stdlib/msort.c
+++ b/stdlib/msort.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 <alloca.h>
#include <stdint.h>
diff --git a/stdlib/mul.c b/stdlib/mul.c
index 57b9349..d3a4855 100644
--- a/stdlib/mul.c
+++ b/stdlib/mul.c
@@ -16,7 +16,7 @@ License for more details.
You should have received a copy of the GNU Lesser General Public License
along with the GNU MP Library; see the file COPYING.LIB. If not, see
-<http://www.gnu.org/licenses/>. */
+<https://www.gnu.org/licenses/>. */
#include <gmp.h>
#include "gmp-impl.h"
diff --git a/stdlib/mul_1.c b/stdlib/mul_1.c
index 2722d53..1015707 100644
--- a/stdlib/mul_1.c
+++ b/stdlib/mul_1.c
@@ -17,7 +17,7 @@ License for more details.
You should have received a copy of the GNU Lesser General Public License
along with the GNU MP Library; see the file COPYING.LIB. If not, see
-<http://www.gnu.org/licenses/>. */
+<https://www.gnu.org/licenses/>. */
#include <gmp.h>
#include "gmp-impl.h"
diff --git a/stdlib/mul_n.c b/stdlib/mul_n.c
index 80ad2c1..b610b3d 100644
--- a/stdlib/mul_n.c
+++ b/stdlib/mul_n.c
@@ -16,7 +16,7 @@ License for more details.
You should have received a copy of the GNU Lesser General Public License
along with the GNU MP Library; see the file COPYING.LIB. If not, see
-<http://www.gnu.org/licenses/>. */
+<https://www.gnu.org/licenses/>. */
#include <gmp.h>
#include "gmp-impl.h"
diff --git a/stdlib/nrand48.c b/stdlib/nrand48.c
index 0f9f8d3..176a1a2 100644
--- a/stdlib/nrand48.c
+++ b/stdlib/nrand48.c
@@ -14,7 +14,7 @@
You should have received a copy of the GNU 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>
diff --git a/stdlib/nrand48_r.c b/stdlib/nrand48_r.c
index a1cad43..1d844d4 100644
--- a/stdlib/nrand48_r.c
+++ b/stdlib/nrand48_r.c
@@ -14,7 +14,7 @@
You should have received a copy of the GNU 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>
diff --git a/stdlib/on_exit.c b/stdlib/on_exit.c
index 59e249f..ce4d662 100644
--- a/stdlib/on_exit.c
+++ b/stdlib/on_exit.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 <assert.h>
#include <stdlib.h>
diff --git a/stdlib/putenv.c b/stdlib/putenv.c
index dde7758..e308855 100644
--- a/stdlib/putenv.c
+++ b/stdlib/putenv.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/>. */
#if defined _AIX && !defined __GNUC__
#pragma alloca
diff --git a/stdlib/qsort.c b/stdlib/qsort.c
index 17c42b3..d225832 100644
--- a/stdlib/qsort.c
+++ b/stdlib/qsort.c
@@ -14,7 +14,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>. */
+ <https://www.gnu.org/licenses/>. */
/* If you consider tuning this algorithm, you should consult first:
Engineering a sort function; Jon Bentley and M. Douglas McIlroy;
diff --git a/stdlib/quick_exit.c b/stdlib/quick_exit.c
index 6ade586..4a4a8d8 100644
--- a/stdlib/quick_exit.c
+++ b/stdlib/quick_exit.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/stdlib/rand.c b/stdlib/rand.c
index ff12204..80002f4 100644
--- a/stdlib/rand.c
+++ b/stdlib/rand.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 <stdlib.h>
diff --git a/stdlib/rand_r.c b/stdlib/rand_r.c
index 11995e9..f3b908c 100644
--- a/stdlib/rand_r.c
+++ b/stdlib/rand_r.c
@@ -15,7 +15,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>. */
+ <https://www.gnu.org/licenses/>. */
#include <stdlib.h>
diff --git a/stdlib/random.c b/stdlib/random.c
index 06e2548..fe3e0e5 100644
--- a/stdlib/random.c
+++ b/stdlib/random.c
@@ -12,7 +12,7 @@
You should have received a copy of the 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 derived from the Berkeley source:
diff --git a/stdlib/random_r.c b/stdlib/random_r.c
index 3292713..66e272b 100644
--- a/stdlib/random_r.c
+++ b/stdlib/random_r.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/>. */
/*
Copyright (C) 1983 Regents of the University of California.
diff --git a/stdlib/rpmatch.c b/stdlib/rpmatch.c
index 783b427..fda1ea8 100644
--- a/stdlib/rpmatch.c
+++ b/stdlib/rpmatch.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 <langinfo.h>
#include <stdlib.h>
diff --git a/stdlib/rshift.c b/stdlib/rshift.c
index 50fdf82..7a34969 100644
--- a/stdlib/rshift.c
+++ b/stdlib/rshift.c
@@ -16,7 +16,7 @@ License for more details.
You should have received a copy of the GNU Lesser General Public License
along with the GNU MP Library; see the file COPYING.LIB. If not, see
-<http://www.gnu.org/licenses/>. */
+<https://www.gnu.org/licenses/>. */
#include <gmp.h>
#include "gmp-impl.h"
diff --git a/stdlib/secure-getenv.c b/stdlib/secure-getenv.c
index be63980..8bc7ec8 100644
--- a/stdlib/secure-getenv.c
+++ b/stdlib/secure-getenv.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 <stdlib.h>
#include <unistd.h>
diff --git a/stdlib/seed48.c b/stdlib/seed48.c
index 745da3a..2b26a03 100644
--- a/stdlib/seed48.c
+++ b/stdlib/seed48.c
@@ -14,7 +14,7 @@
You should have received a copy of the GNU 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>
diff --git a/stdlib/seed48_r.c b/stdlib/seed48_r.c
index eaac417..05ee409 100644
--- a/stdlib/seed48_r.c
+++ b/stdlib/seed48_r.c
@@ -14,7 +14,7 @@
You should have received a copy of the GNU 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 <string.h>
diff --git a/stdlib/setcontext.c b/stdlib/setcontext.c
index b475fe7..9ef1ad0 100644
--- a/stdlib/setcontext.c
+++ b/stdlib/setcontext.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 <ucontext.h>
diff --git a/stdlib/setenv.c b/stdlib/setenv.c
index 7a4efe5..2a80406 100644
--- a/stdlib/setenv.c
+++ b/stdlib/setenv.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/>. */
#if HAVE_CONFIG_H
# include <config.h>
diff --git a/stdlib/srand48.c b/stdlib/srand48.c
index c8387f4..816f1ef 100644
--- a/stdlib/srand48.c
+++ b/stdlib/srand48.c
@@ -14,7 +14,7 @@
You should have received a copy of the GNU 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>
diff --git a/stdlib/srand48_r.c b/stdlib/srand48_r.c
index f41db43..4100711 100644
--- a/stdlib/srand48_r.c
+++ b/stdlib/srand48_r.c
@@ -14,7 +14,7 @@
You should have received a copy of the GNU 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 <limits.h>
diff --git a/stdlib/stdint.h b/stdlib/stdint.h
index af580f2..8f5cc4b 100644
--- a/stdlib/stdint.h
+++ b/stdlib/stdint.h
@@ -13,7 +13,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>. */
+ <https://www.gnu.org/licenses/>. */
/*
* ISO C99: 7.18 Integer types <stdint.h>
diff --git a/stdlib/stdlib.h b/stdlib/stdlib.h
index 827e44b..4bd86ec 100644
--- a/stdlib/stdlib.h
+++ b/stdlib/stdlib.h
@@ -13,7 +13,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>. */
+ <https://www.gnu.org/licenses/>. */
/*
* ISO C99 Standard: 7.20 General utilities <stdlib.h>
diff --git a/stdlib/strfmon.c b/stdlib/strfmon.c
index dc645d9..2656690 100644
--- a/stdlib/strfmon.c
+++ b/stdlib/strfmon.c
@@ -16,7 +16,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>. */
+ <https://www.gnu.org/licenses/>. */
#include <monetary.h>
#include <stdarg.h>
diff --git a/stdlib/strfmon_l.c b/stdlib/strfmon_l.c
index 3a3c3d0..134dad6 100644
--- a/stdlib/strfmon_l.c
+++ b/stdlib/strfmon_l.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 <ctype.h>
#include <errno.h>
diff --git a/stdlib/strfrom-skeleton.c b/stdlib/strfrom-skeleton.c
index 15aaa71..a44c774 100644
--- a/stdlib/strfrom-skeleton.c
+++ b/stdlib/strfrom-skeleton.c
@@ -14,7 +14,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>. */
+ <https://www.gnu.org/licenses/>. */
/* Generic implementation for strfrom functions. The implementation is generic
for several floating-point types (e.g.: float, double), so that each
diff --git a/stdlib/strfromd.c b/stdlib/strfromd.c
index bb8a8c3..7506e2a 100644
--- a/stdlib/strfromd.c
+++ b/stdlib/strfromd.c
@@ -14,7 +14,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>. */
+ <https://www.gnu.org/licenses/>. */
#include <bits/floatn.h>
diff --git a/stdlib/strfromf.c b/stdlib/strfromf.c
index 20ffb12..027cf83 100644
--- a/stdlib/strfromf.c
+++ b/stdlib/strfromf.c
@@ -14,7 +14,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>. */
+ <https://www.gnu.org/licenses/>. */
#include <bits/floatn.h>
diff --git a/stdlib/strfroml.c b/stdlib/strfroml.c
index 2a3fdfd..926aae6 100644
--- a/stdlib/strfroml.c
+++ b/stdlib/strfroml.c
@@ -14,7 +14,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>. */
+ <https://www.gnu.org/licenses/>. */
#include <bits/floatn.h>
diff --git a/stdlib/strtod.c b/stdlib/strtod.c
index 5ec5bfa..8c54ed7 100644
--- a/stdlib/strtod.c
+++ b/stdlib/strtod.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 <bits/floatn.h>
diff --git a/stdlib/strtod_l.c b/stdlib/strtod_l.c
index 9bef598..b4df0de 100644
--- a/stdlib/strtod_l.c
+++ b/stdlib/strtod_l.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 <bits/floatn.h>
diff --git a/stdlib/strtod_nan.c b/stdlib/strtod_nan.c
index af5dc7a..49bc601 100644
--- a/stdlib/strtod_nan.c
+++ b/stdlib/strtod_nan.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 <strtod_nan_narrow.h>
#include <math-type-macros-double.h>
diff --git a/stdlib/strtod_nan_main.c b/stdlib/strtod_nan_main.c
index f0906a5..508d2e2 100644
--- a/stdlib/strtod_nan_main.c
+++ b/stdlib/strtod_nan_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 <ieee754.h>
#include <locale.h>
diff --git a/stdlib/strtod_nan_narrow.h b/stdlib/strtod_nan_narrow.h
index 881a128..a0f05ed 100644
--- a/stdlib/strtod_nan_narrow.h
+++ b/stdlib/strtod_nan_narrow.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/>. */
#define STRING_TYPE char
#define L_(Ch) Ch
diff --git a/stdlib/strtod_nan_wide.h b/stdlib/strtod_nan_wide.h
index e6c8508..bd35f8d 100644
--- a/stdlib/strtod_nan_wide.h
+++ b/stdlib/strtod_nan_wide.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/>. */
#define STRING_TYPE wchar_t
#define L_(Ch) L##Ch
diff --git a/stdlib/strtof.c b/stdlib/strtof.c
index 2ef87a5..ee3fe3f 100644
--- a/stdlib/strtof.c
+++ b/stdlib/strtof.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/>. */
/* The actual implementation for all floating point sizes is in strtod.c.
These macros tell it to produce the `float' version, `strtof'. */
diff --git a/stdlib/strtof_l.c b/stdlib/strtof_l.c
index 366e720..b0d4c48 100644
--- a/stdlib/strtof_l.c
+++ b/stdlib/strtof_l.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 <bits/floatn.h>
diff --git a/stdlib/strtof_nan.c b/stdlib/strtof_nan.c
index 06ef844..0ee14fc 100644
--- a/stdlib/strtof_nan.c
+++ b/stdlib/strtof_nan.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 <strtod_nan_narrow.h>
#include <math-type-macros-float.h>
diff --git a/stdlib/strtol.c b/stdlib/strtol.c
index 32c46e5..9c40d1f 100644
--- a/stdlib/strtol.c
+++ b/stdlib/strtol.c
@@ -14,7 +14,7 @@
You should have received a copy of the GNU 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 <wchar.h>
diff --git a/stdlib/strtol_l.c b/stdlib/strtol_l.c
index 5dd0091..4b08d6f 100644
--- a/stdlib/strtol_l.c
+++ b/stdlib/strtol_l.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/>. */
#if HAVE_CONFIG_H
diff --git a/stdlib/strtold.c b/stdlib/strtold.c
index ca8528f..9c7a00f 100644
--- a/stdlib/strtold.c
+++ b/stdlib/strtold.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/>. */
/* The actual implementation for all floating point sizes is in strtod.c.
These macros tell it to produce the `float' version, `strtof'. */
diff --git a/stdlib/strtold_l.c b/stdlib/strtold_l.c
index 0ba388c..ba490ab 100644
--- a/stdlib/strtold_l.c
+++ b/stdlib/strtold_l.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 <math.h>
#include <stdlib.h>
diff --git a/stdlib/strtold_nan.c b/stdlib/strtold_nan.c
index c8bed81..da61cbb 100644
--- a/stdlib/strtold_nan.c
+++ b/stdlib/strtold_nan.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 <math.h>
diff --git a/stdlib/strtoll.c b/stdlib/strtoll.c
index c1a11f5..9759a78 100644
--- a/stdlib/strtoll.c
+++ b/stdlib/strtoll.c
@@ -14,7 +14,7 @@
You should have received a copy of the 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 QUAD 1
diff --git a/stdlib/strtoll_l.c b/stdlib/strtoll_l.c
index aa6b80e..35674d5 100644
--- a/stdlib/strtoll_l.c
+++ b/stdlib/strtoll_l.c
@@ -15,7 +15,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>. */
+ <https://www.gnu.org/licenses/>. */
#define QUAD 1
diff --git a/stdlib/strtoul.c b/stdlib/strtoul.c
index eb5a2cd..5fd614d 100644
--- a/stdlib/strtoul.c
+++ b/stdlib/strtoul.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/>. */
#define UNSIGNED 1
diff --git a/stdlib/strtoul_l.c b/stdlib/strtoul_l.c
index 30bc296..96f182e 100644
--- a/stdlib/strtoul_l.c
+++ b/stdlib/strtoul_l.c
@@ -15,7 +15,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>. */
+ <https://www.gnu.org/licenses/>. */
#define UNSIGNED 1
diff --git a/stdlib/strtoull.c b/stdlib/strtoull.c
index f6a25a6..b66d42f 100644
--- a/stdlib/strtoull.c
+++ b/stdlib/strtoull.c
@@ -14,7 +14,7 @@
You should have received a copy of the 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 QUAD 1
diff --git a/stdlib/strtoull_l.c b/stdlib/strtoull_l.c
index bf90f37..b3b4068 100644
--- a/stdlib/strtoull_l.c
+++ b/stdlib/strtoull_l.c
@@ -15,7 +15,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>. */
+ <https://www.gnu.org/licenses/>. */
#define QUAD 1
#define UNSIGNED 1
diff --git a/stdlib/sub_n.c b/stdlib/sub_n.c
index e33dbc4..1f376c5 100644
--- a/stdlib/sub_n.c
+++ b/stdlib/sub_n.c
@@ -16,7 +16,7 @@ License for more details.
You should have received a copy of the GNU Lesser General Public License
along with the GNU MP Library; see the file COPYING.LIB. If not, see
-<http://www.gnu.org/licenses/>. */
+<https://www.gnu.org/licenses/>. */
#include <gmp.h>
#include "gmp-impl.h"
diff --git a/stdlib/submul_1.c b/stdlib/submul_1.c
index afada8b..23ee6f4 100644
--- a/stdlib/submul_1.c
+++ b/stdlib/submul_1.c
@@ -19,7 +19,7 @@ License for more details.
You should have received a copy of the GNU Lesser General Public License
along with the GNU MP Library; see the file COPYING.LIB. If not, see
-<http://www.gnu.org/licenses/>. */
+<https://www.gnu.org/licenses/>. */
#include <gmp.h>
#include "gmp-impl.h"
diff --git a/stdlib/swapcontext.c b/stdlib/swapcontext.c
index 8b97ac9..a6fbebc 100644
--- a/stdlib/swapcontext.c
+++ b/stdlib/swapcontext.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 <ucontext.h>
diff --git a/stdlib/sys/random.h b/stdlib/sys/random.h
index 2297edf..c676d52 100644
--- a/stdlib/sys/random.h
+++ b/stdlib/sys/random.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 _SYS_RANDOM_H
#define _SYS_RANDOM_H 1
diff --git a/stdlib/system.c b/stdlib/system.c
index 5a91215..5fc6bd5 100644
--- a/stdlib/system.c
+++ b/stdlib/system.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 <stdlib.h>
diff --git a/stdlib/test-a64l.c b/stdlib/test-a64l.c
index 4fd90b2..adfb416 100644
--- a/stdlib/test-a64l.c
+++ b/stdlib/test-a64l.c
@@ -15,7 +15,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>. */
+ <https://www.gnu.org/licenses/>. */
#include <stdio.h>
#include <stdlib.h>
diff --git a/stdlib/test-at_quick_exit-race.c b/stdlib/test-at_quick_exit-race.c
index 735e019..a36b2f9 100644
--- a/stdlib/test-at_quick_exit-race.c
+++ b/stdlib/test-at_quick_exit-race.c
@@ -15,7 +15,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>. */
+ <https://www.gnu.org/licenses/>. */
/* This file must be run from within a directory called "stdlib". */
diff --git a/stdlib/test-atexit-race-common.c b/stdlib/test-atexit-race-common.c
index 0eff26a..cee6d9e 100644
--- a/stdlib/test-atexit-race-common.c
+++ b/stdlib/test-atexit-race-common.c
@@ -14,7 +14,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>. */
+ <https://www.gnu.org/licenses/>. */
/* This file must be run from within a directory called "stdlib". */
diff --git a/stdlib/test-atexit-race.c b/stdlib/test-atexit-race.c
index 965a1ff..497581c 100644
--- a/stdlib/test-atexit-race.c
+++ b/stdlib/test-atexit-race.c
@@ -14,7 +14,7 @@
You should have received a copy of the 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 must be run from within a directory called "stdlib". */
diff --git a/stdlib/test-bz22786.c b/stdlib/test-bz22786.c
index 8bfb906..a0569cb 100644
--- a/stdlib/test-bz22786.c
+++ b/stdlib/test-bz22786.c
@@ -14,7 +14,7 @@
You should have received a copy of the 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 must be run from within a directory called "stdlib". */
diff --git a/stdlib/test-canon.c b/stdlib/test-canon.c
index 63e574c..35e8665 100644
--- a/stdlib/test-canon.c
+++ b/stdlib/test-canon.c
@@ -15,7 +15,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>. */
+ <https://www.gnu.org/licenses/>. */
/* This file must be run from within a directory called "stdlib". */
diff --git a/stdlib/test-canon2.c b/stdlib/test-canon2.c
index dbd3ca5..635d9c0 100644
--- a/stdlib/test-canon2.c
+++ b/stdlib/test-canon2.c
@@ -15,7 +15,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>. */
+ <https://www.gnu.org/licenses/>. */
#include <errno.h>
#include <string.h>
diff --git a/stdlib/test-cxa_atexit-race.c b/stdlib/test-cxa_atexit-race.c
index 3bdf592..6f7a34d 100644
--- a/stdlib/test-cxa_atexit-race.c
+++ b/stdlib/test-cxa_atexit-race.c
@@ -14,7 +14,7 @@
You should have received a copy of the 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 must be run from within a directory called "stdlib". */
diff --git a/stdlib/test-dlclose-exit-race-helper.c b/stdlib/test-dlclose-exit-race-helper.c
index 204f210..a590126 100644
--- a/stdlib/test-dlclose-exit-race-helper.c
+++ b/stdlib/test-dlclose-exit-race-helper.c
@@ -14,7 +14,7 @@
You should have received a copy of the GNU 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 <stdbool.h>
diff --git a/stdlib/test-dlclose-exit-race.c b/stdlib/test-dlclose-exit-race.c
index d23650e..5025074 100644
--- a/stdlib/test-dlclose-exit-race.c
+++ b/stdlib/test-dlclose-exit-race.c
@@ -14,7 +14,7 @@
You should have received a copy of the 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 must be run from within a directory called "stdlib". */
diff --git a/stdlib/test-on_exit-race.c b/stdlib/test-on_exit-race.c
index 5312fcc..bed19a3 100644
--- a/stdlib/test-on_exit-race.c
+++ b/stdlib/test-on_exit-race.c
@@ -14,7 +14,7 @@
You should have received a copy of the 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 must be run from within a directory called "stdlib". */
diff --git a/stdlib/testdiv.c b/stdlib/testdiv.c
index 99a2405..52c7d24 100644
--- a/stdlib/testdiv.c
+++ b/stdlib/testdiv.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 <stdlib.h>
#include <stdio.h>
diff --git a/stdlib/testrand.c b/stdlib/testrand.c
index a3df346..fa20dc6 100644
--- a/stdlib/testrand.c
+++ b/stdlib/testrand.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 <stdlib.h>
#include <stdio.h>
diff --git a/stdlib/tst-at_quick_exit.c b/stdlib/tst-at_quick_exit.c
index 9d6d2d4..41a795e 100644
--- a/stdlib/tst-at_quick_exit.c
+++ b/stdlib/tst-at_quick_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/>. */
#define ATEXIT(fn) at_quick_exit (fn)
#define EXIT(x) quick_exit (x)
diff --git a/stdlib/tst-atexit-common.c b/stdlib/tst-atexit-common.c
index c7af9bd..91d8e5b 100644
--- a/stdlib/tst-atexit-common.c
+++ b/stdlib/tst-atexit-common.c
@@ -14,7 +14,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>. */
+ <https://www.gnu.org/licenses/>. */
#include <assert.h>
#include <stdio.h>
diff --git a/stdlib/tst-atexit.c b/stdlib/tst-atexit.c
index ac4db78..cb0535c 100644
--- a/stdlib/tst-atexit.c
+++ b/stdlib/tst-atexit.c
@@ -14,7 +14,7 @@
You should have received a copy of the 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 ATEXIT(fn) atexit (fn)
#define EXIT(x) exit (x)
diff --git a/stdlib/tst-bsearch.c b/stdlib/tst-bsearch.c
index 3042ac4..f5390e6 100644
--- a/stdlib/tst-bsearch.c
+++ b/stdlib/tst-bsearch.c
@@ -14,7 +14,7 @@
You should have received a copy of the GNU 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/stdlib/tst-bz20544.c b/stdlib/tst-bz20544.c
index 1e55a04..b59f8e6 100644
--- a/stdlib/tst-bz20544.c
+++ b/stdlib/tst-bz20544.c
@@ -14,7 +14,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>. */
+ <https://www.gnu.org/licenses/>. */
#include <assert.h>
diff --git a/stdlib/tst-cxa_atexit.c b/stdlib/tst-cxa_atexit.c
index 7bb7df9..002070f 100644
--- a/stdlib/tst-cxa_atexit.c
+++ b/stdlib/tst-cxa_atexit.c
@@ -14,7 +14,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>. */
+ <https://www.gnu.org/licenses/>. */
extern int __cxa_atexit (void (*func) (void *), void *arg, void *d);
diff --git a/stdlib/tst-empty-env.c b/stdlib/tst-empty-env.c
index 476309c..27a328e 100644
--- a/stdlib/tst-empty-env.c
+++ b/stdlib/tst-empty-env.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/>. */
/* The test is useful only when the source is configured with
--enable-hardcoded-path-in-tests since otherwise the execve just picks up
diff --git a/stdlib/tst-environ.c b/stdlib/tst-environ.c
index 032c3ff..87000cf 100644
--- a/stdlib/tst-environ.c
+++ b/stdlib/tst-environ.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 <stdio.h>
diff --git a/stdlib/tst-fmtmsg.sh b/stdlib/tst-fmtmsg.sh
index 1568c20..1005611 100755
--- a/stdlib/tst-fmtmsg.sh
+++ b/stdlib/tst-fmtmsg.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/stdlib/tst-getrandom.c b/stdlib/tst-getrandom.c
index 252161b..8e1d61d 100644
--- a/stdlib/tst-getrandom.c
+++ b/stdlib/tst-getrandom.c
@@ -14,7 +14,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>. */
+ <https://www.gnu.org/licenses/>. */
#include <errno.h>
#include <stdbool.h>
diff --git a/stdlib/tst-makecontext-align.c b/stdlib/tst-makecontext-align.c
index e25fb08..2eea138 100644
--- a/stdlib/tst-makecontext-align.c
+++ b/stdlib/tst-makecontext-align.c
@@ -14,7 +14,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>. */
+ <https://www.gnu.org/licenses/>. */
#include <stdint.h>
#include <stdio.h>
diff --git a/stdlib/tst-makecontext.c b/stdlib/tst-makecontext.c
index 78dcc4a..1505ae9 100644
--- a/stdlib/tst-makecontext.c
+++ b/stdlib/tst-makecontext.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 <stdlib.h>
diff --git a/stdlib/tst-makecontext2.c b/stdlib/tst-makecontext2.c
index 1bf6b36..dbcd225 100644
--- a/stdlib/tst-makecontext2.c
+++ b/stdlib/tst-makecontext2.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 <stdlib.h>
diff --git a/stdlib/tst-makecontext3.c b/stdlib/tst-makecontext3.c
index 1cb2925..5cb2c28 100644
--- a/stdlib/tst-makecontext3.c
+++ b/stdlib/tst-makecontext3.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 <stdio.h>
diff --git a/stdlib/tst-on_exit.c b/stdlib/tst-on_exit.c
index c9a50bc..bdc8b5c 100644
--- a/stdlib/tst-on_exit.c
+++ b/stdlib/tst-on_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/>. */
#define ATEXIT(fn) on_exit ((void (*) (int, void *)) fn, (void *) 0)
#define EXIT(x) exit (x)
diff --git a/stdlib/tst-quick_exit.cc b/stdlib/tst-quick_exit.cc
index c3c0381..2a25ac5 100644
--- a/stdlib/tst-quick_exit.cc
+++ b/stdlib/tst-quick_exit.cc
@@ -14,7 +14,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>. */
+ <https://www.gnu.org/licenses/>. */
#include <stdlib.h>
diff --git a/stdlib/tst-random2.c b/stdlib/tst-random2.c
index 32dda7e..2c2a7ff 100644
--- a/stdlib/tst-random2.c
+++ b/stdlib/tst-random2.c
@@ -15,7 +15,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>. */
+ <https://www.gnu.org/licenses/>. */
#include <stdio.h>
#include <stdlib.h>
diff --git a/stdlib/tst-secure-getenv.c b/stdlib/tst-secure-getenv.c
index 94de199..6990d6d 100644
--- a/stdlib/tst-secure-getenv.c
+++ b/stdlib/tst-secure-getenv.c
@@ -13,7 +13,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>. */
+ <https://www.gnu.org/licenses/>. */
/* Test that secure_getenv works by invoking the test as a SGID
program with a group ID from the supplementary group list. This
diff --git a/stdlib/tst-setcontext.c b/stdlib/tst-setcontext.c
index d34e6cd..0e2ea9d 100644
--- a/stdlib/tst-setcontext.c
+++ b/stdlib/tst-setcontext.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 <signal.h>
diff --git a/stdlib/tst-setcontext2.c b/stdlib/tst-setcontext2.c
index e276fe7..a0aa202 100644
--- a/stdlib/tst-setcontext2.c
+++ b/stdlib/tst-setcontext2.c
@@ -15,7 +15,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>. */
+ <https://www.gnu.org/licenses/>. */
#include <stdio.h>
#include <stdlib.h>
diff --git a/stdlib/tst-setcontext3.c b/stdlib/tst-setcontext3.c
index c128011..a90cb0e 100644
--- a/stdlib/tst-setcontext3.c
+++ b/stdlib/tst-setcontext3.c
@@ -14,7 +14,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>. */
+ <https://www.gnu.org/licenses/>. */
#include <errno.h>
#include <signal.h>
diff --git a/stdlib/tst-setcontext3.sh b/stdlib/tst-setcontext3.sh
index c44b1c6..be36fc8 100644
--- a/stdlib/tst-setcontext3.sh
+++ b/stdlib/tst-setcontext3.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/stdlib/tst-setcontext4.c b/stdlib/tst-setcontext4.c
index d71c35b..199d048 100644
--- a/stdlib/tst-setcontext4.c
+++ b/stdlib/tst-setcontext4.c
@@ -15,7 +15,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>. */
+ <https://www.gnu.org/licenses/>. */
#include <stdio.h>
#include <stdlib.h>
diff --git a/stdlib/tst-setcontext5.c b/stdlib/tst-setcontext5.c
index bc79397..94bb7c3 100644
--- a/stdlib/tst-setcontext5.c
+++ b/stdlib/tst-setcontext5.c
@@ -14,7 +14,7 @@
You should have received a copy of the GNU 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/stdlib/tst-setcontext6.c b/stdlib/tst-setcontext6.c
index e2dd1d5..4be3db6 100644
--- a/stdlib/tst-setcontext6.c
+++ b/stdlib/tst-setcontext6.c
@@ -14,7 +14,7 @@
You should have received a copy of the GNU 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/stdlib/tst-setcontext7.c b/stdlib/tst-setcontext7.c
index c47970b..e90f75b 100644
--- a/stdlib/tst-setcontext7.c
+++ b/stdlib/tst-setcontext7.c
@@ -14,7 +14,7 @@
You should have received a copy of the GNU 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/stdlib/tst-setcontext8.c b/stdlib/tst-setcontext8.c
index 1c482ae..ad3a73c 100644
--- a/stdlib/tst-setcontext8.c
+++ b/stdlib/tst-setcontext8.c
@@ -14,7 +14,7 @@
You should have received a copy of the GNU 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/stdlib/tst-setcontext9.c b/stdlib/tst-setcontext9.c
index c07c4b9..b3acfb2 100644
--- a/stdlib/tst-setcontext9.c
+++ b/stdlib/tst-setcontext9.c
@@ -14,7 +14,7 @@
You should have received a copy of the GNU 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/stdlib/tst-strfmon_l.c b/stdlib/tst-strfmon_l.c
index a193ed6..d07b450 100644
--- a/stdlib/tst-strfmon_l.c
+++ b/stdlib/tst-strfmon_l.c
@@ -14,7 +14,7 @@
You should have received a copy of the GNU 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/stdlib/tst-strfrom-locale.c b/stdlib/tst-strfrom-locale.c
index 09755e7..71f3926 100644
--- a/stdlib/tst-strfrom-locale.c
+++ b/stdlib/tst-strfrom-locale.c
@@ -14,7 +14,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>. */
+ <https://www.gnu.org/licenses/>. */
#include "tst-strfrom.h"
diff --git a/stdlib/tst-strfrom.c b/stdlib/tst-strfrom.c
index 79f1c35..3f6800f 100644
--- a/stdlib/tst-strfrom.c
+++ b/stdlib/tst-strfrom.c
@@ -14,7 +14,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>. */
+ <https://www.gnu.org/licenses/>. */
#include "tst-strfrom.h"
diff --git a/stdlib/tst-strfrom.h b/stdlib/tst-strfrom.h
index 2e447f1..5dfe894 100644
--- a/stdlib/tst-strfrom.h
+++ b/stdlib/tst-strfrom.h
@@ -14,7 +14,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>. */
+ <https://www.gnu.org/licenses/>. */
#include <stdio.h>
#include <stdlib.h>
diff --git a/stdlib/tst-strtod-nan-locale-main.c b/stdlib/tst-strtod-nan-locale-main.c
index bc44baf..1afec99 100644
--- a/stdlib/tst-strtod-nan-locale-main.c
+++ b/stdlib/tst-strtod-nan-locale-main.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 <locale.h>
#include <math.h>
diff --git a/stdlib/tst-strtod-nan-locale.c b/stdlib/tst-strtod-nan-locale.c
index 4f1910e..06bd3f1 100644
--- a/stdlib/tst-strtod-nan-locale.c
+++ b/stdlib/tst-strtod-nan-locale.c
@@ -15,7 +15,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>. */
+ <https://www.gnu.org/licenses/>. */
#define CHAR char
#define SFMT "\"%s\""
diff --git a/stdlib/tst-strtod-nan-sign-main.c b/stdlib/tst-strtod-nan-sign-main.c
index b51c4bf..d58d54f 100644
--- a/stdlib/tst-strtod-nan-sign-main.c
+++ b/stdlib/tst-strtod-nan-sign-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 <math.h>
#include <stdlib.h>
diff --git a/stdlib/tst-strtod-nan-sign.c b/stdlib/tst-strtod-nan-sign.c
index 3645f36..1570b5e 100644
--- a/stdlib/tst-strtod-nan-sign.c
+++ b/stdlib/tst-strtod-nan-sign.c
@@ -15,7 +15,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>. */
+ <https://www.gnu.org/licenses/>. */
#define FNPFX strto
#define L_(C) C
diff --git a/stdlib/tst-strtod-overflow.c b/stdlib/tst-strtod-overflow.c
index 571560b..a99b43f 100644
--- a/stdlib/tst-strtod-overflow.c
+++ b/stdlib/tst-strtod-overflow.c
@@ -14,7 +14,7 @@
You should have received a copy of the GNU 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/stdlib/tst-strtod-round-skeleton.c b/stdlib/tst-strtod-round-skeleton.c
index 30fd2bd..41afbdf 100644
--- a/stdlib/tst-strtod-round-skeleton.c
+++ b/stdlib/tst-strtod-round-skeleton.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/>. */
/* Defining _LIBC_TEST ensures long double math functions are
declared in the headers. */
diff --git a/stdlib/tst-strtod-round.c b/stdlib/tst-strtod-round.c
index f556266..1b8e441 100644
--- a/stdlib/tst-strtod-round.c
+++ b/stdlib/tst-strtod-round.c
@@ -14,7 +14,7 @@
You should have received a copy of the 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 L_(str) str
#define FNPFX str
diff --git a/stdlib/tst-strtod-underflow.c b/stdlib/tst-strtod-underflow.c
index 5ad84c3..d5ede78 100644
--- a/stdlib/tst-strtod-underflow.c
+++ b/stdlib/tst-strtod-underflow.c
@@ -15,7 +15,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>. */
+ <https://www.gnu.org/licenses/>. */
#include <errno.h>
#include <fenv.h>
diff --git a/stdlib/tst-strtod.c b/stdlib/tst-strtod.c
index 945be98..3156dd7 100644
--- a/stdlib/tst-strtod.c
+++ b/stdlib/tst-strtod.c
@@ -14,7 +14,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>. */
+ <https://www.gnu.org/licenses/>. */
#include <ctype.h>
#include <locale.h>
diff --git a/stdlib/tst-strtod.h b/stdlib/tst-strtod.h
index 6f92949..cf1fd73 100644
--- a/stdlib/tst-strtod.h
+++ b/stdlib/tst-strtod.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 _TST_STRTOD_H
#define _TST_STRTOD_H
diff --git a/stdlib/tst-strtod1i.c b/stdlib/tst-strtod1i.c
index fef2a79..7d71e64 100644
--- a/stdlib/tst-strtod1i.c
+++ b/stdlib/tst-strtod1i.c
@@ -14,7 +14,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>. */
+ <https://www.gnu.org/licenses/>. */
#include <ctype.h>
#include <locale.h>
diff --git a/stdlib/tst-strtod5.c b/stdlib/tst-strtod5.c
index d7fd258..b3fb47c 100644
--- a/stdlib/tst-strtod5.c
+++ b/stdlib/tst-strtod5.c
@@ -14,7 +14,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>. */
+ <https://www.gnu.org/licenses/>. */
#include <locale.h>
#include <stdio.h>
diff --git a/stdlib/tst-strtod5i.c b/stdlib/tst-strtod5i.c
index ed1af22..eba36f6 100644
--- a/stdlib/tst-strtod5i.c
+++ b/stdlib/tst-strtod5i.c
@@ -14,7 +14,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>. */
+ <https://www.gnu.org/licenses/>. */
#include <locale.h>
#include <stdio.h>
diff --git a/stdlib/tst-strtol-locale-main.c b/stdlib/tst-strtol-locale-main.c
index 94f3b06..21651a2 100644
--- a/stdlib/tst-strtol-locale-main.c
+++ b/stdlib/tst-strtol-locale-main.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 <locale.h>
#include <stdio.h>
diff --git a/stdlib/tst-strtol-locale.c b/stdlib/tst-strtol-locale.c
index f52e83b..df30b03 100644
--- a/stdlib/tst-strtol-locale.c
+++ b/stdlib/tst-strtol-locale.c
@@ -15,7 +15,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>. */
+ <https://www.gnu.org/licenses/>. */
#define CHAR char
#define SFMT "\"%s\""
diff --git a/stdlib/tst-swapcontext1.c b/stdlib/tst-swapcontext1.c
index 59b0e9e..9e9b2b3 100644
--- a/stdlib/tst-swapcontext1.c
+++ b/stdlib/tst-swapcontext1.c
@@ -14,7 +14,7 @@
You should have received a copy of the GNU 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/stdlib/tst-system.c b/stdlib/tst-system.c
index 06afbf2..68f1aa8 100644
--- a/stdlib/tst-system.c
+++ b/stdlib/tst-system.c
@@ -14,7 +14,7 @@
You should have received a copy of the GNU 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>
diff --git a/stdlib/tst-thread-quick_exit.cc b/stdlib/tst-thread-quick_exit.cc
index 1a0fdfe..7d25a3e 100644
--- a/stdlib/tst-thread-quick_exit.cc
+++ b/stdlib/tst-thread-quick_exit.cc
@@ -14,7 +14,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>. */
+ <https://www.gnu.org/licenses/>. */
#include <errno.h>
#include <pthread.h>
diff --git a/stdlib/tst-tininess.c b/stdlib/tst-tininess.c
index 3310505..2059580 100644
--- a/stdlib/tst-tininess.c
+++ b/stdlib/tst-tininess.c
@@ -14,7 +14,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>. */
+ <https://www.gnu.org/licenses/>. */
#include <fenv.h>
#include <float.h>
diff --git a/stdlib/tst-tls-atexit-lib.c b/stdlib/tst-tls-atexit-lib.c
index 659d97d..636cc6c 100644
--- a/stdlib/tst-tls-atexit-lib.c
+++ b/stdlib/tst-tls-atexit-lib.c
@@ -14,7 +14,7 @@
You should have received a copy of the GNU 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 <dso_handle.h>
diff --git a/stdlib/tst-tls-atexit-nodelete.c b/stdlib/tst-tls-atexit-nodelete.c
index 6434ad8..713967c 100644
--- a/stdlib/tst-tls-atexit-nodelete.c
+++ b/stdlib/tst-tls-atexit-nodelete.c
@@ -16,7 +16,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>. */
+ <https://www.gnu.org/licenses/>. */
#define NO_DELETE 1
#define H2_RTLD_FLAGS (RTLD_LAZY | RTLD_NODELETE)
diff --git a/stdlib/tst-tls-atexit.c b/stdlib/tst-tls-atexit.c
index ca16848..9209638 100644
--- a/stdlib/tst-tls-atexit.c
+++ b/stdlib/tst-tls-atexit.c
@@ -14,7 +14,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>. */
+ <https://www.gnu.org/licenses/>. */
/* For the default case, i.e. NO_DELETE not defined, the test dynamically loads
a DSO and spawns a thread that subsequently calls into the DSO to register a
diff --git a/stdlib/tst-width-stdint.c b/stdlib/tst-width-stdint.c
index 7736777..1f61a1c 100644
--- a/stdlib/tst-width-stdint.c
+++ b/stdlib/tst-width-stdint.c
@@ -14,7 +14,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>. */
+ <https://www.gnu.org/licenses/>. */
#include <signal.h>
#include <stddef.h>
diff --git a/stdlib/tst-width.c b/stdlib/tst-width.c
index ff47c52..1836cef 100644
--- a/stdlib/tst-width.c
+++ b/stdlib/tst-width.c
@@ -14,7 +14,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>. */
+ <https://www.gnu.org/licenses/>. */
#include <limits.h>
#include <stdio.h>
diff --git a/stdlib/tst-xpg-basename.c b/stdlib/tst-xpg-basename.c
index 8c78f26..a61f9b2 100644
--- a/stdlib/tst-xpg-basename.c
+++ b/stdlib/tst-xpg-basename.c
@@ -14,7 +14,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>. */
+ <https://www.gnu.org/licenses/>. */
#include <libgen.h>
#include <stdio.h>
diff --git a/stdlib/ucontext.h b/stdlib/ucontext.h
index ab97224..221417f 100644
--- a/stdlib/ucontext.h
+++ b/stdlib/ucontext.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/>. */
/* System V ABI compliant user-level context switching support. */
diff --git a/stdlib/wcstombs.c b/stdlib/wcstombs.c
index ea00f1d..fbd8710 100644
--- a/stdlib/wcstombs.c
+++ b/stdlib/wcstombs.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 <stdlib.h>
#include <string.h>
diff --git a/stdlib/wctomb.c b/stdlib/wctomb.c
index 32988c9..15e9856 100644
--- a/stdlib/wctomb.c
+++ b/stdlib/wctomb.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 <stdlib.h>
#include <string.h>
diff --git a/stdlib/xpg_basename.c b/stdlib/xpg_basename.c
index 3c56df1..93a0694 100644
--- a/stdlib/xpg_basename.c
+++ b/stdlib/xpg_basename.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 <libgen.h>