diff options
Diffstat (limited to 'stdlib')
208 files changed, 208 insertions, 208 deletions
diff --git a/stdlib/Makefile b/stdlib/Makefile index 32f6050ecc..8ca82f83da 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 bdcee48d5f..17d7bf483c 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 fc0498a4b5..5241bf780f 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 f10b2ca5d3..f28ee67d63 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 448f80f0b5..7c43bb3d86 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 ab3a309003..8e6c03222c 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 ff85901357..76026f7afa 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 6f1a42c9ba..73b096b260 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 5671a43926..124fb9325f 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 f46113ae28..aaf78945d0 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 bd5dcd1f10..79a736ce46 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 8bc3e9b0d7..f56c8281c8 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 32298ecd5a..0a1cb8f7e2 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 9623f66393..b9a908749b 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 b6f4877cf6..661048e568 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 ab37bdd467..dcbf74a6dd 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 38eb546561..196e17db70 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 943d0430fd..7addb3c402 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 6450da4c3c..625abd8b92 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 a0882f8653..609fcb7018 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 f6dbd27aec..551fc4d83e 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 ce3cfc5b51..34c897bdf2 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 5a39778959..cc9408adb1 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 e31b23467c..b757dd63f9 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 86356296bc..d6b97dd364 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 7c389a696c..df0df27d1f 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 17844fd842..734ce9f89b 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 56bfe3796b..e2e6329888 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 61a87feb7f..098556d981 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 8742cd05a8..b7b20e0204 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 8ad52affdd..2423e5e71a 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 179e83bd03..ef74b3b9ba 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 c30af5cf6c..c3179932d6 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 d50e2f1f02..d45277c1f7 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 dde2107b75..e2f438f65f 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 49d12d9952..baa99d8dc1 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 6fab49c94f..3a0a586e46 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 cd1e48fdbd..b3d57cb906 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 495c156b76..a150cfe5e9 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 26f7606a1e..b2abeb6b13 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 4155a82ab6..464aa82761 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 b1ab190868..7d347d4f40 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 b2d54dd7aa..08e8fdc034 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 77c8e56e96..50c0de3908 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 096a7d1f83..f7d386a4e8 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 736f73be22..6be97b2a54 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 9fe6dda34d..3cfbd0c0dd 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 5e691bfc14..0ebf7c1376 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 9f8766c78a..9a4597da8b 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 036e1e9fee..fad1ece044 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 794d0c2359..c7bc7c2e7a 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 8b730e1502..74f774b63c 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 ddcb171b09..ee99c2fa46 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 7d743cb8e5..6cc291b206 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 988ef64b77..83bd3e6177 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 e347d4c431..975acfe489 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 46b13dcf4b..cc5e80d4db 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 b795eb9410..e4af1397fb 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 a702849ec7..169f69a896 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 a46c7498c6..b0b3c4ddf3 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 ebf50cd5c3..ef4d452397 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 fbe4f43d7d..4909b00105 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 9efe292766..2fbaf1ac3e 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 3dd8dc3aa8..d2d0aa83f8 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 c99ed84eda..268c07d045 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 a577b9307f..255f9482a4 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 c90e5f1889..54e8f4d3d2 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 72a7113422..acc84d90ee 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 65a4d2fc90..9a49bc5d0d 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 612b2d3272..9489dfda0e 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 6584d32a30..f4ec94283a 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 cd1663b8d1..2acdc13c17 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 1cecd05012..40d3128b90 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 854c4b1e69..9c14383ffb 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 e119d1a7df..efcdb13c0a 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 6811b05a00..4702dcf008 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 1c53b99285..70ef1aa45a 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 6421ba5bb5..4f229e3ae0 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 5ec2215867..e0ebcf456f 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 57b9349e96..d3a4855700 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 2722d532f5..10157075a9 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 80ad2c133d..b610b3dc53 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 0f9f8d33b0..176a1a2528 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 a1cad430f9..1d844d4f9b 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 59e249f390..ce4d662098 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 dde7758a98..e308855850 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 17c42b3112..d225832125 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 6ade586584..4a4a8d8b45 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 ff122046ec..80002f42be 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 11995e9453..f3b908cc2d 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 06e2548898..fe3e0e5e7e 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 3292713641..66e272b5b7 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 783b427de2..fda1ea848a 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 50fdf82b3b..7a34969137 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 be63980cd3..8bc7ec83c0 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 745da3a5de..2b26a03089 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 eaac417bb0..05ee4096e9 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 b475fe7f1c..9ef1ad0048 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 7a4efe5318..2a80406870 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 c8387f4314..816f1ef5af 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 f41db4315f..410071119a 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 af580f2ee7..8f5cc4b26a 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 827e44b8d0..4bd86ec84d 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 dc645d9adb..26566905aa 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 3a3c3d0718..134dad6963 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 15aaa71e5c..a44c774001 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 bb8a8c3556..7506e2a67e 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 20ffb12bda..027cf8310f 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 2a3fdfd17d..926aae61e7 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 5ec5bfa10b..8c54ed7ba9 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 9bef59892a..b4df0de58d 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 af5dc7a189..49bc601a46 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 f0906a5269..508d2e2a51 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 881a1285e3..a0f05ed680 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 e6c8508914..bd35f8ddad 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 2ef87a5fef..ee3fe3fe28 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 366e72095f..b0d4c48d5c 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 06ef8442c1..0ee14fc21e 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 32c46e562e..9c40d1f255 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 5dd0091b20..4b08d6f06f 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 ca8528fa53..9c7a00f6ac 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 0ba388c3be..ba490ab946 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 c8bed81d47..da61cbb794 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 c1a11f5f36..9759a78fae 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 aa6b80eb65..35674d54fe 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 eb5a2cd116..5fd614dcad 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 30bc296c7e..96f182ecff 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 f6a25a61df..b66d42fda7 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 bf90f3785e..b3b406838b 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 e33dbc45c2..1f376c5452 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 afada8b914..23ee6f4ab9 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 8b97ac9c1f..a6fbebc2e4 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 2297edf2f2..c676d527b6 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 5a9121563e..5fc6bd58b3 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 4fd90b28a7..adfb416a9c 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 735e01958c..a36b2f9624 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 0eff26a613..cee6d9e30b 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 965a1ff210..497581c6ea 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 8bfb906858..a0569cb54d 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 63e574cdb1..35e866537b 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 dbd3ca59e1..635d9c08f9 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 3bdf5921ab..6f7a34dca4 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 204f210029..a590126f32 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 d23650e765..5025074063 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 5312fccc41..bed19a32cd 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 99a24058a6..52c7d24297 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 a3df346959..fa20dc60cb 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 9d6d2d49d5..41a795e81f 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 c7af9bdb91..91d8e5b5dc 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 ac4db781c3..cb0535cfd4 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 3042ac42d8..f5390e62bb 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 1e55a04bd8..b59f8e6954 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 7bb7df995d..002070f329 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 476309c25b..27a328e1da 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 032c3ffd2f..87000cf61c 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 1568c2012b..1005611a53 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 252161bfe6..8e1d61d590 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 e25fb089bd..2eea138f6d 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 78dcc4a997..1505ae96e4 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 1bf6b369a1..dbcd225234 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 1cb2925604..5cb2c28e12 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 c9a50bcfb9..bdc8b5c05a 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 c3c0381e5f..2a25ac5e77 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 32dda7e825..2c2a7ff8c6 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 94de199530..6990d6d03e 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 d34e6cd422..0e2ea9dca3 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 e276fe71e5..a0aa202da7 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 c1280110c2..a90cb0efc0 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 c44b1c664c..be36fc86be 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 d71c35bc1b..199d04881e 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 bc79397462..94bb7c365b 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 e2dd1d5d64..4be3db679d 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 c47970b0fe..e90f75b6b6 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 1c482aee66..ad3a73c0c9 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 c07c4b96c0..b3acfb2d81 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 a193ed6787..d07b45048d 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 09755e75ea..71f3926833 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 79f1c3559c..3f6800f1d9 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 2e447f11af..5dfe894602 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 bc44baf0cc..1afec99343 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 4f1910e0ce..06bd3f1f0b 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 b51c4bf9d1..d58d54fdfa 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 3645f36c40..1570b5e10a 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 571560b743..a99b43f4d9 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 30fd2bde0c..41afbdf93d 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 f55626630e..1b8e4410f1 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 5ad84c38cd..d5ede78a44 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 945be98248..3156dd793a 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 6f92949941..cf1fd7371c 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 fef2a79fc4..7d71e6480b 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 d7fd258937..b3fb47cfc9 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 ed1af22347..eba36f6979 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 94f3b061eb..21651a2e4e 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 f52e83b2b5..df30b03cdf 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 59b0e9eff3..9e9b2b3cdd 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 06afbf24c7..68f1aa8f1d 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 1a0fdfe06a..7d25a3e14e 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 3310505980..2059580adb 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 659d97dd75..636cc6ce8c 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 6434ad89ab..713967c6d8 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 ca16848e8f..9209638d2a 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 773677762a..1f61a1c81f 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 ff47c526aa..1836cef659 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 8c78f2609b..a61f9b25a2 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 ab97224e1a..221417f4dc 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 ea00f1dc1b..fbd871074b 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 32988c9f07..15e9856482 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 3c56df128b..93a06948af 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> |