diff options
Diffstat (limited to 'math')
380 files changed, 381 insertions, 381 deletions
diff --git a/math/Makefile b/math/Makefile index 247e31d7b9..4c7e77e8a7 100644 --- a/math/Makefile +++ b/math/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 the math library. @@ -424,7 +424,7 @@ libm-test-inline-cflags = $(libm-test-fast-math-cflags) CFLAGS-test-tgmath.c += -fno-builtin # The following testcase uses very long lines (>3 million), so it may take a # while to compile it. See: http://llvm.org/bugs/show_bug.cgi?id=14106 and -# http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54402 +# https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54402 CFLAGS-test-tgmath2.c += -fno-builtin CFLAGS-test-tgmath-ret.c += -fno-builtin CFLAGS-test-powl.c += -fno-builtin diff --git a/math/atest-exp.c b/math/atest-exp.c index 2017bd0cf4..b3d73aec4f 100644 --- a/math/atest-exp.c +++ b/math/atest-exp.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU 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 <math.h> diff --git a/math/atest-exp2.c b/math/atest-exp2.c index 1e44b0031a..fc3d3a669e 100644 --- a/math/atest-exp2.c +++ b/math/atest-exp2.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU 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 <math.h> diff --git a/math/atest-sincos.c b/math/atest-sincos.c index 15ee7a353b..809c3cfdcd 100644 --- a/math/atest-sincos.c +++ b/math/atest-sincos.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU 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 <math.h> diff --git a/math/auto-libm-test-in b/math/auto-libm-test-in index 4f6821fe1f..b004abfc32 100644 --- a/math/auto-libm-test-in +++ b/math/auto-libm-test-in @@ -14,7 +14,7 @@ # # You should have received a copy of the GNU Lesser General Public # License along with the GNU C Library; if not, see -# <http://www.gnu.org/licenses/>. */ +# <https://www.gnu.org/licenses/>. */ acos 0 acos -0 diff --git a/math/basic-test.c b/math/basic-test.c index 650ee28957..f45a68af4f 100644 --- a/math/basic-test.c +++ b/math/basic-test.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <math.h> #include <float.h> diff --git a/math/bits/cmathcalls.h b/math/bits/cmathcalls.h index 57bd32de3b..b6c12bfca6 100644 --- a/math/bits/cmathcalls.h +++ b/math/bits/cmathcalls.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/>. */ /* NOTE: Because of the special way this file is used by <complex.h>, this file must NOT be protected from multiple inclusion as header files diff --git a/math/bits/mathcalls-helper-functions.h b/math/bits/mathcalls-helper-functions.h index 4b92cacafd..8f7b786f91 100644 --- a/math/bits/mathcalls-helper-functions.h +++ b/math/bits/mathcalls-helper-functions.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/>. */ /* Classify given number. */ diff --git a/math/bits/mathcalls-narrow.h b/math/bits/mathcalls-narrow.h index edb9f8f73b..e4a347e238 100644 --- a/math/bits/mathcalls-narrow.h +++ b/math/bits/mathcalls-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/>. */ #ifndef _MATH_H # error "Never include <bits/mathcalls-narrow.h> directly; include <math.h> instead." diff --git a/math/bits/mathcalls.h b/math/bits/mathcalls.h index 4703b28fee..7216826b0e 100644 --- a/math/bits/mathcalls.h +++ b/math/bits/mathcalls.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/>. */ /* NOTE: Because of the special way this file is used by <math.h>, this file must NOT be protected from multiple inclusion as header files diff --git a/math/cabs_template.c b/math/cabs_template.c index d48e39974e..cdf6f398b7 100644 --- a/math/cabs_template.c +++ b/math/cabs_template.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 <complex.h> #include <math.h> diff --git a/math/carg_template.c b/math/carg_template.c index 0c2a64c580..ae7d5de1da 100644 --- a/math/carg_template.c +++ b/math/carg_template.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 <complex.h> #include <math.h> diff --git a/math/cimag_template.c b/math/cimag_template.c index 1412fc14d5..5de844665c 100644 --- a/math/cimag_template.c +++ b/math/cimag_template.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 <complex.h> diff --git a/math/complex.h b/math/complex.h index f3e1d846f8..ab9ada6b13 100644 --- a/math/complex.h +++ b/math/complex.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.3 Complex arithmetic <complex.h> diff --git a/math/conj_template.c b/math/conj_template.c index 6cfa11a0dc..2964e78fbb 100644 --- a/math/conj_template.c +++ b/math/conj_template.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 <complex.h> diff --git a/math/creal_template.c b/math/creal_template.c index 509171f25f..4b3aeea12e 100644 --- a/math/creal_template.c +++ b/math/creal_template.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 <complex.h> diff --git a/math/divtc3.c b/math/divtc3.c index a91a415d22..3262687206 100644 --- a/math/divtc3.c +++ b/math/divtc3.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU 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 <math.h> diff --git a/math/e_exp10.c b/math/e_exp10.c index d578005d8a..665c5d11fc 100644 --- a/math/e_exp10.c +++ b/math/e_exp10.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU 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 <math_private.h> diff --git a/math/e_exp10f.c b/math/e_exp10f.c index 24408f7007..92a28824a6 100644 --- a/math/e_exp10f.c +++ b/math/e_exp10f.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU 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 <math_private.h> diff --git a/math/e_exp10l.c b/math/e_exp10l.c index 775a014063..cd0ec36622 100644 --- a/math/e_exp10l.c +++ b/math/e_exp10l.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU 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 <math_private.h> diff --git a/math/e_exp2_template.c b/math/e_exp2_template.c index 3f69dc9006..8d8730d2f4 100644 --- a/math/e_exp2_template.c +++ b/math/e_exp2_template.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU 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 <math_private.h> diff --git a/math/e_scalb.c b/math/e_scalb.c index e332800854..66a8bf2f5a 100644 --- a/math/e_scalb.c +++ b/math/e_scalb.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU 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 <math_private.h> diff --git a/math/e_scalbf.c b/math/e_scalbf.c index 5782fc9db6..4c3194f18a 100644 --- a/math/e_scalbf.c +++ b/math/e_scalbf.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU 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 <math_private.h> diff --git a/math/e_scalbl.c b/math/e_scalbl.c index 00ad3f9f55..1f7119ca9b 100644 --- a/math/e_scalbl.c +++ b/math/e_scalbl.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU 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 <math_private.h> diff --git a/math/fclrexcpt.c b/math/fclrexcpt.c index 3d827d0b89..7b866e8a48 100644 --- a/math/fclrexcpt.c +++ b/math/fclrexcpt.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 <fenv.h> #include <shlib-compat.h> diff --git a/math/fedisblxcpt.c b/math/fedisblxcpt.c index 64adb7be3a..67d590e8c0 100644 --- a/math/fedisblxcpt.c +++ b/math/fedisblxcpt.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 <fenv.h> diff --git a/math/feenablxcpt.c b/math/feenablxcpt.c index a796b9b44f..e516b34e79 100644 --- a/math/feenablxcpt.c +++ b/math/feenablxcpt.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 <fenv.h> diff --git a/math/fegetenv.c b/math/fegetenv.c index 4231cc3cdb..557a5ddfc9 100644 --- a/math/fegetenv.c +++ b/math/fegetenv.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 <fenv.h> #include <shlib-compat.h> diff --git a/math/fegetexcept.c b/math/fegetexcept.c index 4267229308..81c2f10465 100644 --- a/math/fegetexcept.c +++ b/math/fegetexcept.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 <fenv.h> diff --git a/math/fegetmode.c b/math/fegetmode.c index 3592eff2b2..69d1f2da51 100644 --- a/math/fegetmode.c +++ b/math/fegetmode.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU 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> diff --git a/math/fegetround.c b/math/fegetround.c index 5e7471efd5..e05ef26af2 100644 --- a/math/fegetround.c +++ b/math/fegetround.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 <fenv.h> diff --git a/math/feholdexcpt.c b/math/feholdexcpt.c index fa6514f0f4..ae225b500e 100644 --- a/math/feholdexcpt.c +++ b/math/feholdexcpt.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 <fenv.h> diff --git a/math/fenv.h b/math/fenv.h index bcd6ef32ac..455860b88b 100644 --- a/math/fenv.h +++ b/math/fenv.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.6: Floating-point environment <fenv.h> diff --git a/math/fesetenv.c b/math/fesetenv.c index bd8e12bb8e..5f520a938e 100644 --- a/math/fesetenv.c +++ b/math/fesetenv.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 <fenv.h> #include <shlib-compat.h> diff --git a/math/fesetexcept.c b/math/fesetexcept.c index 62ab1eef6e..89b51dfa93 100644 --- a/math/fesetexcept.c +++ b/math/fesetexcept.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU 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> diff --git a/math/fesetmode.c b/math/fesetmode.c index aac7bae608..db0bb50dba 100644 --- a/math/fesetmode.c +++ b/math/fesetmode.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU 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> diff --git a/math/fesetround.c b/math/fesetround.c index cec0369487..ccddc34119 100644 --- a/math/fesetround.c +++ b/math/fesetround.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 <fenv.h> diff --git a/math/fetestexceptflag.c b/math/fetestexceptflag.c index 367fea0fcd..a6095323f8 100644 --- a/math/fetestexceptflag.c +++ b/math/fetestexceptflag.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU 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> diff --git a/math/feupdateenv.c b/math/feupdateenv.c index 945d1f7a91..1ecd15e2d6 100644 --- a/math/feupdateenv.c +++ b/math/feupdateenv.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 <fenv.h> #include <shlib-compat.h> diff --git a/math/fgetexcptflg.c b/math/fgetexcptflg.c index 505e92b624..40d9c51396 100644 --- a/math/fgetexcptflg.c +++ b/math/fgetexcptflg.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 <fenv.h> #include <shlib-compat.h> diff --git a/math/finclude/math-vector-fortran.h b/math/finclude/math-vector-fortran.h index 7c1e095094..f4f4c0f6e4 100644 --- a/math/finclude/math-vector-fortran.h +++ b/math/finclude/math-vector-fortran.h @@ -14,6 +14,6 @@ ! ! You should have received a copy of the GNU Lesser General Public ! License along with the GNU C Library; if not, see -! <http://www.gnu.org/licenses/>. +! <https://www.gnu.org/licenses/>. ! No SIMD math functions are available for this platform. diff --git a/math/fpu_control.c b/math/fpu_control.c index e2896cbdaf..08a11cf285 100644 --- a/math/fpu_control.c +++ b/math/fpu_control.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU 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 <fpu_control.h> diff --git a/math/fraiseexcpt.c b/math/fraiseexcpt.c index 17b95bd695..9335884441 100644 --- a/math/fraiseexcpt.c +++ b/math/fraiseexcpt.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 <fenv.h> #include <shlib-compat.h> diff --git a/math/fromfp.h b/math/fromfp.h index 7ee092e4ed..a511ae391b 100644 --- a/math/fromfp.h +++ b/math/fromfp.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 <errno.h> #include <fenv.h> diff --git a/math/fsetexcptflg.c b/math/fsetexcptflg.c index f0f0dcd701..db5f080584 100644 --- a/math/fsetexcptflg.c +++ b/math/fsetexcptflg.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 <fenv.h> #include <shlib-compat.h> diff --git a/math/ftestexcept.c b/math/ftestexcept.c index d7b992e2dc..e642122a99 100644 --- a/math/ftestexcept.c +++ b/math/ftestexcept.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 <fenv.h> diff --git a/math/gen-auto-libm-tests.c b/math/gen-auto-libm-tests.c index e56f52b6b4..f15af29a4e 100644 --- a/math/gen-auto-libm-tests.c +++ b/math/gen-auto-libm-tests.c @@ -14,7 +14,7 @@ You should have received a copy of the 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/math/gen-fromfp-tests.py b/math/gen-fromfp-tests.py index 6f9067dfed..57f8477899 100755 --- a/math/gen-fromfp-tests.py +++ b/math/gen-fromfp-tests.py @@ -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/>. # Take test inputs on stdin, in format: # diff --git a/math/gen-libm-test.py b/math/gen-libm-test.py index 4574215fec..81d82ceb12 100755 --- a/math/gen-libm-test.py +++ b/math/gen-libm-test.py @@ -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/>. import argparse from collections import defaultdict diff --git a/math/gen-tgmath-tests.py b/math/gen-tgmath-tests.py index 1c098440f4..ffd92e3ef9 100755 --- a/math/gen-tgmath-tests.py +++ b/math/gen-tgmath-tests.py @@ -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/>. # As glibc does not support decimal floating point, the types to # consider for generic parameters are standard and binary diff --git a/math/k_casinh_template.c b/math/k_casinh_template.c index f5fa5b7291..111661e25a 100644 --- a/math/k_casinh_template.c +++ b/math/k_casinh_template.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 <complex.h> #include <math.h> diff --git a/math/lgamma-compat.h b/math/lgamma-compat.h index d72781853b..c3655116ae 100644 --- a/math/lgamma-compat.h +++ b/math/lgamma-compat.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 LGAMMA_COMPAT_H #define LGAMMA_COMPAT_H 1 diff --git a/math/libm-test-acos.inc b/math/libm-test-acos.inc index e4521d39bd..6f04f304c4 100644 --- a/math/libm-test-acos.inc +++ b/math/libm-test-acos.inc @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include "libm-test-driver.c" diff --git a/math/libm-test-acosh.inc b/math/libm-test-acosh.inc index 3ad45d9dea..e27fb48652 100644 --- a/math/libm-test-acosh.inc +++ b/math/libm-test-acosh.inc @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include "libm-test-driver.c" diff --git a/math/libm-test-asin.inc b/math/libm-test-asin.inc index a49d2355da..b491fd8cde 100644 --- a/math/libm-test-asin.inc +++ b/math/libm-test-asin.inc @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include "libm-test-driver.c" diff --git a/math/libm-test-asinh.inc b/math/libm-test-asinh.inc index 9bb51d8ac9..e92da2d32e 100644 --- a/math/libm-test-asinh.inc +++ b/math/libm-test-asinh.inc @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include "libm-test-driver.c" diff --git a/math/libm-test-atan.inc b/math/libm-test-atan.inc index 03bb67a961..174aff4d86 100644 --- a/math/libm-test-atan.inc +++ b/math/libm-test-atan.inc @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include "libm-test-driver.c" diff --git a/math/libm-test-atan2.inc b/math/libm-test-atan2.inc index ad93c96388..99ce0cd05d 100644 --- a/math/libm-test-atan2.inc +++ b/math/libm-test-atan2.inc @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include "libm-test-driver.c" diff --git a/math/libm-test-atanh.inc b/math/libm-test-atanh.inc index a86fc6539a..5d3660d7ff 100644 --- a/math/libm-test-atanh.inc +++ b/math/libm-test-atanh.inc @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include "libm-test-driver.c" diff --git a/math/libm-test-cabs.inc b/math/libm-test-cabs.inc index e9160fe559..edacff6d39 100644 --- a/math/libm-test-cabs.inc +++ b/math/libm-test-cabs.inc @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include "libm-test-driver.c" diff --git a/math/libm-test-cacos.inc b/math/libm-test-cacos.inc index b2878296c5..2953d21324 100644 --- a/math/libm-test-cacos.inc +++ b/math/libm-test-cacos.inc @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include "libm-test-driver.c" diff --git a/math/libm-test-cacosh.inc b/math/libm-test-cacosh.inc index 2acbd22ad1..bc17f9b95b 100644 --- a/math/libm-test-cacosh.inc +++ b/math/libm-test-cacosh.inc @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include "libm-test-driver.c" diff --git a/math/libm-test-canonicalize.inc b/math/libm-test-canonicalize.inc index 9f6c18f1f4..c02c9f5054 100644 --- a/math/libm-test-canonicalize.inc +++ b/math/libm-test-canonicalize.inc @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include "libm-test-driver.c" diff --git a/math/libm-test-carg.inc b/math/libm-test-carg.inc index 6a18df376b..f17901ff20 100644 --- a/math/libm-test-carg.inc +++ b/math/libm-test-carg.inc @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include "libm-test-driver.c" diff --git a/math/libm-test-casin.inc b/math/libm-test-casin.inc index cbfbcc30d7..a1d7181873 100644 --- a/math/libm-test-casin.inc +++ b/math/libm-test-casin.inc @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include "libm-test-driver.c" diff --git a/math/libm-test-casinh.inc b/math/libm-test-casinh.inc index 924822565b..4dbdd25fed 100644 --- a/math/libm-test-casinh.inc +++ b/math/libm-test-casinh.inc @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include "libm-test-driver.c" diff --git a/math/libm-test-catan.inc b/math/libm-test-catan.inc index bcea37255d..a3e380756f 100644 --- a/math/libm-test-catan.inc +++ b/math/libm-test-catan.inc @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include "libm-test-driver.c" diff --git a/math/libm-test-catanh.inc b/math/libm-test-catanh.inc index f8378aa858..da1fb251c8 100644 --- a/math/libm-test-catanh.inc +++ b/math/libm-test-catanh.inc @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include "libm-test-driver.c" diff --git a/math/libm-test-cbrt.inc b/math/libm-test-cbrt.inc index 6928377a87..330a393de0 100644 --- a/math/libm-test-cbrt.inc +++ b/math/libm-test-cbrt.inc @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include "libm-test-driver.c" diff --git a/math/libm-test-ccos.inc b/math/libm-test-ccos.inc index 9334856473..049bbbdc34 100644 --- a/math/libm-test-ccos.inc +++ b/math/libm-test-ccos.inc @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include "libm-test-driver.c" diff --git a/math/libm-test-ccosh.inc b/math/libm-test-ccosh.inc index 323ac1c73f..902cf20ff8 100644 --- a/math/libm-test-ccosh.inc +++ b/math/libm-test-ccosh.inc @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include "libm-test-driver.c" diff --git a/math/libm-test-ceil.inc b/math/libm-test-ceil.inc index 1476a8caf2..8caa9fd8d8 100644 --- a/math/libm-test-ceil.inc +++ b/math/libm-test-ceil.inc @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include "libm-test-driver.c" diff --git a/math/libm-test-cexp.inc b/math/libm-test-cexp.inc index f0a34a7f66..58ae43c97c 100644 --- a/math/libm-test-cexp.inc +++ b/math/libm-test-cexp.inc @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include "libm-test-driver.c" diff --git a/math/libm-test-cimag.inc b/math/libm-test-cimag.inc index 8aaf8aa759..9b8ed06359 100644 --- a/math/libm-test-cimag.inc +++ b/math/libm-test-cimag.inc @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include "libm-test-driver.c" diff --git a/math/libm-test-clog.inc b/math/libm-test-clog.inc index 40aa5a07c2..6d9486ed37 100644 --- a/math/libm-test-clog.inc +++ b/math/libm-test-clog.inc @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include "libm-test-driver.c" diff --git a/math/libm-test-clog10.inc b/math/libm-test-clog10.inc index eeb5dc16d1..aff58030d0 100644 --- a/math/libm-test-clog10.inc +++ b/math/libm-test-clog10.inc @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include "libm-test-driver.c" diff --git a/math/libm-test-compat_totalorder.inc b/math/libm-test-compat_totalorder.inc index 313e9475c9..5af74c8115 100644 --- a/math/libm-test-compat_totalorder.inc +++ b/math/libm-test-compat_totalorder.inc @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <shlib-compat.h> #include <first-versions.h> diff --git a/math/libm-test-compat_totalordermag.inc b/math/libm-test-compat_totalordermag.inc index 5cbe8797a3..9e8eb5c651 100644 --- a/math/libm-test-compat_totalordermag.inc +++ b/math/libm-test-compat_totalordermag.inc @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <shlib-compat.h> #include <first-versions.h> diff --git a/math/libm-test-conj.inc b/math/libm-test-conj.inc index ddf01a373f..595fb8bf94 100644 --- a/math/libm-test-conj.inc +++ b/math/libm-test-conj.inc @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include "libm-test-driver.c" diff --git a/math/libm-test-copysign.inc b/math/libm-test-copysign.inc index 2c81aac4ae..fb3c808c37 100644 --- a/math/libm-test-copysign.inc +++ b/math/libm-test-copysign.inc @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include "libm-test-driver.c" diff --git a/math/libm-test-cos.inc b/math/libm-test-cos.inc index 3d771f4afb..80e6a963a8 100644 --- a/math/libm-test-cos.inc +++ b/math/libm-test-cos.inc @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include "libm-test-driver.c" diff --git a/math/libm-test-cosh.inc b/math/libm-test-cosh.inc index f3079186eb..f1af609c85 100644 --- a/math/libm-test-cosh.inc +++ b/math/libm-test-cosh.inc @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include "libm-test-driver.c" diff --git a/math/libm-test-cpow.inc b/math/libm-test-cpow.inc index 29a6508725..a1885050ac 100644 --- a/math/libm-test-cpow.inc +++ b/math/libm-test-cpow.inc @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include "libm-test-driver.c" diff --git a/math/libm-test-cproj.inc b/math/libm-test-cproj.inc index 419a0a8a12..fe6a810cd3 100644 --- a/math/libm-test-cproj.inc +++ b/math/libm-test-cproj.inc @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include "libm-test-driver.c" diff --git a/math/libm-test-creal.inc b/math/libm-test-creal.inc index 325ac40575..ec55092ff9 100644 --- a/math/libm-test-creal.inc +++ b/math/libm-test-creal.inc @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include "libm-test-driver.c" diff --git a/math/libm-test-csin.inc b/math/libm-test-csin.inc index 743914dcb1..33a2190ed2 100644 --- a/math/libm-test-csin.inc +++ b/math/libm-test-csin.inc @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include "libm-test-driver.c" diff --git a/math/libm-test-csinh.inc b/math/libm-test-csinh.inc index 440d60b60d..bc5a903552 100644 --- a/math/libm-test-csinh.inc +++ b/math/libm-test-csinh.inc @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include "libm-test-driver.c" diff --git a/math/libm-test-csqrt.inc b/math/libm-test-csqrt.inc index bf2df354a9..c5c3db2818 100644 --- a/math/libm-test-csqrt.inc +++ b/math/libm-test-csqrt.inc @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include "libm-test-driver.c" diff --git a/math/libm-test-ctan.inc b/math/libm-test-ctan.inc index d3b2a2c095..126bcc0876 100644 --- a/math/libm-test-ctan.inc +++ b/math/libm-test-ctan.inc @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include "libm-test-driver.c" diff --git a/math/libm-test-ctanh.inc b/math/libm-test-ctanh.inc index 68aaa6f4e3..3cb8272549 100644 --- a/math/libm-test-ctanh.inc +++ b/math/libm-test-ctanh.inc @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include "libm-test-driver.c" diff --git a/math/libm-test-driver.c b/math/libm-test-driver.c index d9b9b383ad..d247294a6b 100644 --- a/math/libm-test-driver.c +++ b/math/libm-test-driver.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include "libm-test-support.h" diff --git a/math/libm-test-erf.inc b/math/libm-test-erf.inc index 13ed3732a5..19c2c431f4 100644 --- a/math/libm-test-erf.inc +++ b/math/libm-test-erf.inc @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include "libm-test-driver.c" diff --git a/math/libm-test-erfc.inc b/math/libm-test-erfc.inc index 7333f083db..bdafa506d4 100644 --- a/math/libm-test-erfc.inc +++ b/math/libm-test-erfc.inc @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include "libm-test-driver.c" diff --git a/math/libm-test-exp.inc b/math/libm-test-exp.inc index 4f885bae32..5ef286d452 100644 --- a/math/libm-test-exp.inc +++ b/math/libm-test-exp.inc @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include "libm-test-driver.c" diff --git a/math/libm-test-exp10.inc b/math/libm-test-exp10.inc index 7218df9227..8a474f7118 100644 --- a/math/libm-test-exp10.inc +++ b/math/libm-test-exp10.inc @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include "libm-test-driver.c" diff --git a/math/libm-test-exp2.inc b/math/libm-test-exp2.inc index 9850119c3e..a34a454927 100644 --- a/math/libm-test-exp2.inc +++ b/math/libm-test-exp2.inc @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include "libm-test-driver.c" diff --git a/math/libm-test-expm1.inc b/math/libm-test-expm1.inc index 4498d3798b..8536cfe124 100644 --- a/math/libm-test-expm1.inc +++ b/math/libm-test-expm1.inc @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include "libm-test-driver.c" diff --git a/math/libm-test-fabs.inc b/math/libm-test-fabs.inc index 22d8d0499e..6c97f25b2e 100644 --- a/math/libm-test-fabs.inc +++ b/math/libm-test-fabs.inc @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include "libm-test-driver.c" diff --git a/math/libm-test-fdim.inc b/math/libm-test-fdim.inc index 95d52940f2..3eaca99b8c 100644 --- a/math/libm-test-fdim.inc +++ b/math/libm-test-fdim.inc @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include "libm-test-driver.c" diff --git a/math/libm-test-floor.inc b/math/libm-test-floor.inc index 815629e0ba..c8d17633ff 100644 --- a/math/libm-test-floor.inc +++ b/math/libm-test-floor.inc @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include "libm-test-driver.c" diff --git a/math/libm-test-fma.inc b/math/libm-test-fma.inc index 0e0e4794c7..ddd1b704f8 100644 --- a/math/libm-test-fma.inc +++ b/math/libm-test-fma.inc @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include "libm-test-driver.c" diff --git a/math/libm-test-fmax.inc b/math/libm-test-fmax.inc index 7bc3268bf1..8a62e07d41 100644 --- a/math/libm-test-fmax.inc +++ b/math/libm-test-fmax.inc @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include "libm-test-driver.c" diff --git a/math/libm-test-fmaxmag.inc b/math/libm-test-fmaxmag.inc index 88b2e8703c..77551ad19e 100644 --- a/math/libm-test-fmaxmag.inc +++ b/math/libm-test-fmaxmag.inc @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include "libm-test-driver.c" diff --git a/math/libm-test-fmin.inc b/math/libm-test-fmin.inc index fe627e261d..05a4cc879f 100644 --- a/math/libm-test-fmin.inc +++ b/math/libm-test-fmin.inc @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include "libm-test-driver.c" diff --git a/math/libm-test-fminmag.inc b/math/libm-test-fminmag.inc index 57fd4bd294..0d338d29e8 100644 --- a/math/libm-test-fminmag.inc +++ b/math/libm-test-fminmag.inc @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include "libm-test-driver.c" diff --git a/math/libm-test-fmod.inc b/math/libm-test-fmod.inc index 6f2cf980cb..c0b0da2696 100644 --- a/math/libm-test-fmod.inc +++ b/math/libm-test-fmod.inc @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include "libm-test-driver.c" diff --git a/math/libm-test-fpclassify.inc b/math/libm-test-fpclassify.inc index 9f93f79858..cd2cfedc78 100644 --- a/math/libm-test-fpclassify.inc +++ b/math/libm-test-fpclassify.inc @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include "libm-test-driver.c" diff --git a/math/libm-test-frexp.inc b/math/libm-test-frexp.inc index d0c6832378..c2be1dce8c 100644 --- a/math/libm-test-frexp.inc +++ b/math/libm-test-frexp.inc @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include "libm-test-driver.c" diff --git a/math/libm-test-fromfp.inc b/math/libm-test-fromfp.inc index 6a92d68738..0e557534e3 100644 --- a/math/libm-test-fromfp.inc +++ b/math/libm-test-fromfp.inc @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include "libm-test-driver.c" diff --git a/math/libm-test-fromfpx.inc b/math/libm-test-fromfpx.inc index f72401605a..119f8bae61 100644 --- a/math/libm-test-fromfpx.inc +++ b/math/libm-test-fromfpx.inc @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include "libm-test-driver.c" diff --git a/math/libm-test-getpayload.inc b/math/libm-test-getpayload.inc index d93c25653e..5a0f385b97 100644 --- a/math/libm-test-getpayload.inc +++ b/math/libm-test-getpayload.inc @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include "libm-test-driver.c" diff --git a/math/libm-test-hypot.inc b/math/libm-test-hypot.inc index ea0212458a..dd8edfc8c2 100644 --- a/math/libm-test-hypot.inc +++ b/math/libm-test-hypot.inc @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include "libm-test-driver.c" diff --git a/math/libm-test-ilogb.inc b/math/libm-test-ilogb.inc index 291f36e20f..70afa2248a 100644 --- a/math/libm-test-ilogb.inc +++ b/math/libm-test-ilogb.inc @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include "libm-test-driver.c" diff --git a/math/libm-test-iscanonical.inc b/math/libm-test-iscanonical.inc index 75642f6134..0d93fa3531 100644 --- a/math/libm-test-iscanonical.inc +++ b/math/libm-test-iscanonical.inc @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include "libm-test-driver.c" diff --git a/math/libm-test-iseqsig.inc b/math/libm-test-iseqsig.inc index 1cdd28aada..63a1c8dd39 100644 --- a/math/libm-test-iseqsig.inc +++ b/math/libm-test-iseqsig.inc @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include "libm-test-driver.c" diff --git a/math/libm-test-isfinite.inc b/math/libm-test-isfinite.inc index 1f91a25331..3f9b0a639c 100644 --- a/math/libm-test-isfinite.inc +++ b/math/libm-test-isfinite.inc @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include "libm-test-driver.c" diff --git a/math/libm-test-isgreater.inc b/math/libm-test-isgreater.inc index 467952131d..60435df3b6 100644 --- a/math/libm-test-isgreater.inc +++ b/math/libm-test-isgreater.inc @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include "libm-test-driver.c" diff --git a/math/libm-test-isgreaterequal.inc b/math/libm-test-isgreaterequal.inc index f352277482..9e89baff94 100644 --- a/math/libm-test-isgreaterequal.inc +++ b/math/libm-test-isgreaterequal.inc @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include "libm-test-driver.c" diff --git a/math/libm-test-isinf.inc b/math/libm-test-isinf.inc index 4a84e0b9e6..9908b4e184 100644 --- a/math/libm-test-isinf.inc +++ b/math/libm-test-isinf.inc @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include "libm-test-driver.c" diff --git a/math/libm-test-isless.inc b/math/libm-test-isless.inc index 061efceff0..323b38484e 100644 --- a/math/libm-test-isless.inc +++ b/math/libm-test-isless.inc @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include "libm-test-driver.c" diff --git a/math/libm-test-islessequal.inc b/math/libm-test-islessequal.inc index c466903c35..efc2c70374 100644 --- a/math/libm-test-islessequal.inc +++ b/math/libm-test-islessequal.inc @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include "libm-test-driver.c" diff --git a/math/libm-test-islessgreater.inc b/math/libm-test-islessgreater.inc index 5eceffa285..7f35faf413 100644 --- a/math/libm-test-islessgreater.inc +++ b/math/libm-test-islessgreater.inc @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include "libm-test-driver.c" diff --git a/math/libm-test-isnan.inc b/math/libm-test-isnan.inc index c3f188728e..2423ac2676 100644 --- a/math/libm-test-isnan.inc +++ b/math/libm-test-isnan.inc @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include "libm-test-driver.c" diff --git a/math/libm-test-isnormal.inc b/math/libm-test-isnormal.inc index 284a959199..e63fa92e69 100644 --- a/math/libm-test-isnormal.inc +++ b/math/libm-test-isnormal.inc @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include "libm-test-driver.c" diff --git a/math/libm-test-issignaling.inc b/math/libm-test-issignaling.inc index 56bef527b2..aebb185b64 100644 --- a/math/libm-test-issignaling.inc +++ b/math/libm-test-issignaling.inc @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include "libm-test-driver.c" diff --git a/math/libm-test-issubnormal.inc b/math/libm-test-issubnormal.inc index 39da11fabf..d7e190cf8d 100644 --- a/math/libm-test-issubnormal.inc +++ b/math/libm-test-issubnormal.inc @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include "libm-test-driver.c" diff --git a/math/libm-test-isunordered.inc b/math/libm-test-isunordered.inc index 46583edc72..795c0d5cbb 100644 --- a/math/libm-test-isunordered.inc +++ b/math/libm-test-isunordered.inc @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include "libm-test-driver.c" diff --git a/math/libm-test-iszero.inc b/math/libm-test-iszero.inc index 900cc2446f..aa7c51f4a7 100644 --- a/math/libm-test-iszero.inc +++ b/math/libm-test-iszero.inc @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include "libm-test-driver.c" diff --git a/math/libm-test-j0.inc b/math/libm-test-j0.inc index b3acc41d76..ccab7509b6 100644 --- a/math/libm-test-j0.inc +++ b/math/libm-test-j0.inc @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include "libm-test-driver.c" diff --git a/math/libm-test-j1.inc b/math/libm-test-j1.inc index 6c243fe33f..c855359ab9 100644 --- a/math/libm-test-j1.inc +++ b/math/libm-test-j1.inc @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include "libm-test-driver.c" diff --git a/math/libm-test-jn.inc b/math/libm-test-jn.inc index dfcd1a67a6..1969287bc6 100644 --- a/math/libm-test-jn.inc +++ b/math/libm-test-jn.inc @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include "libm-test-driver.c" diff --git a/math/libm-test-lgamma.inc b/math/libm-test-lgamma.inc index 29280aa9f6..26f58548b5 100644 --- a/math/libm-test-lgamma.inc +++ b/math/libm-test-lgamma.inc @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include "libm-test-driver.c" diff --git a/math/libm-test-llogb.inc b/math/libm-test-llogb.inc index fad66c2ae3..7946a8ab4f 100644 --- a/math/libm-test-llogb.inc +++ b/math/libm-test-llogb.inc @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include "libm-test-driver.c" diff --git a/math/libm-test-llrint.inc b/math/libm-test-llrint.inc index 1423cc7a61..4894c88771 100644 --- a/math/libm-test-llrint.inc +++ b/math/libm-test-llrint.inc @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include "libm-test-driver.c" diff --git a/math/libm-test-llround.inc b/math/libm-test-llround.inc index d3d5ef7465..50197ebb6c 100644 --- a/math/libm-test-llround.inc +++ b/math/libm-test-llround.inc @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include "libm-test-driver.c" diff --git a/math/libm-test-log.inc b/math/libm-test-log.inc index 3f3a4a10bb..1f3db58b09 100644 --- a/math/libm-test-log.inc +++ b/math/libm-test-log.inc @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include "libm-test-driver.c" diff --git a/math/libm-test-log10.inc b/math/libm-test-log10.inc index c67e0ece15..e47fddf2cf 100644 --- a/math/libm-test-log10.inc +++ b/math/libm-test-log10.inc @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include "libm-test-driver.c" diff --git a/math/libm-test-log1p.inc b/math/libm-test-log1p.inc index cbf1746093..d3156c5297 100644 --- a/math/libm-test-log1p.inc +++ b/math/libm-test-log1p.inc @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include "libm-test-driver.c" diff --git a/math/libm-test-log2.inc b/math/libm-test-log2.inc index ce8f0be9ba..1c6909c1fc 100644 --- a/math/libm-test-log2.inc +++ b/math/libm-test-log2.inc @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include "libm-test-driver.c" diff --git a/math/libm-test-logb.inc b/math/libm-test-logb.inc index 9f26711cc0..27b9347b65 100644 --- a/math/libm-test-logb.inc +++ b/math/libm-test-logb.inc @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include "libm-test-driver.c" diff --git a/math/libm-test-lrint.inc b/math/libm-test-lrint.inc index 7d7e58a051..a86481678f 100644 --- a/math/libm-test-lrint.inc +++ b/math/libm-test-lrint.inc @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include "libm-test-driver.c" diff --git a/math/libm-test-lround.inc b/math/libm-test-lround.inc index 97fce1f630..2f9ccefb87 100644 --- a/math/libm-test-lround.inc +++ b/math/libm-test-lround.inc @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include "libm-test-driver.c" diff --git a/math/libm-test-modf.inc b/math/libm-test-modf.inc index 152034c382..868309d463 100644 --- a/math/libm-test-modf.inc +++ b/math/libm-test-modf.inc @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include "libm-test-driver.c" diff --git a/math/libm-test-narrow-add.inc b/math/libm-test-narrow-add.inc index 6ef257b795..fb5b04967a 100644 --- a/math/libm-test-narrow-add.inc +++ b/math/libm-test-narrow-add.inc @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include "libm-test-driver.c" diff --git a/math/libm-test-narrow-div.inc b/math/libm-test-narrow-div.inc index dae4d8f4ae..22e0477ed3 100644 --- a/math/libm-test-narrow-div.inc +++ b/math/libm-test-narrow-div.inc @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include "libm-test-driver.c" diff --git a/math/libm-test-narrow-mul.inc b/math/libm-test-narrow-mul.inc index 97106066a9..43fe9472cf 100644 --- a/math/libm-test-narrow-mul.inc +++ b/math/libm-test-narrow-mul.inc @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include "libm-test-driver.c" diff --git a/math/libm-test-narrow-sub.inc b/math/libm-test-narrow-sub.inc index d517e5d791..2f9ce93d96 100644 --- a/math/libm-test-narrow-sub.inc +++ b/math/libm-test-narrow-sub.inc @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include "libm-test-driver.c" diff --git a/math/libm-test-nearbyint.inc b/math/libm-test-nearbyint.inc index 87986b1f0a..26fabe14ac 100644 --- a/math/libm-test-nearbyint.inc +++ b/math/libm-test-nearbyint.inc @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include "libm-test-driver.c" diff --git a/math/libm-test-nextafter.inc b/math/libm-test-nextafter.inc index ec8c82002c..af9b0bbe26 100644 --- a/math/libm-test-nextafter.inc +++ b/math/libm-test-nextafter.inc @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include "libm-test-driver.c" diff --git a/math/libm-test-nextdown.inc b/math/libm-test-nextdown.inc index bceb8dc05e..4bfbfefc3f 100644 --- a/math/libm-test-nextdown.inc +++ b/math/libm-test-nextdown.inc @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include "libm-test-driver.c" diff --git a/math/libm-test-nexttoward.inc b/math/libm-test-nexttoward.inc index b591d8400e..db96dc2d0e 100644 --- a/math/libm-test-nexttoward.inc +++ b/math/libm-test-nexttoward.inc @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include "libm-test-driver.c" diff --git a/math/libm-test-nextup.inc b/math/libm-test-nextup.inc index fa82139872..e49354b8e5 100644 --- a/math/libm-test-nextup.inc +++ b/math/libm-test-nextup.inc @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include "libm-test-driver.c" diff --git a/math/libm-test-pow.inc b/math/libm-test-pow.inc index 21c7252014..c28f8ec9b8 100644 --- a/math/libm-test-pow.inc +++ b/math/libm-test-pow.inc @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include "libm-test-driver.c" diff --git a/math/libm-test-remainder.inc b/math/libm-test-remainder.inc index 08afd7e918..0a6e3bf9be 100644 --- a/math/libm-test-remainder.inc +++ b/math/libm-test-remainder.inc @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include "libm-test-driver.c" diff --git a/math/libm-test-remquo.inc b/math/libm-test-remquo.inc index 92dea2a3ac..c97972819c 100644 --- a/math/libm-test-remquo.inc +++ b/math/libm-test-remquo.inc @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include "libm-test-driver.c" diff --git a/math/libm-test-rint.inc b/math/libm-test-rint.inc index 975509365a..4305bc59d6 100644 --- a/math/libm-test-rint.inc +++ b/math/libm-test-rint.inc @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include "libm-test-driver.c" diff --git a/math/libm-test-round.inc b/math/libm-test-round.inc index 6ff0c1e1b2..58fb69fb35 100644 --- a/math/libm-test-round.inc +++ b/math/libm-test-round.inc @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include "libm-test-driver.c" diff --git a/math/libm-test-roundeven.inc b/math/libm-test-roundeven.inc index f8ba170f21..11a3800d1a 100644 --- a/math/libm-test-roundeven.inc +++ b/math/libm-test-roundeven.inc @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include "libm-test-driver.c" diff --git a/math/libm-test-scalb.inc b/math/libm-test-scalb.inc index f86906c616..39d5aa3047 100644 --- a/math/libm-test-scalb.inc +++ b/math/libm-test-scalb.inc @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include "libm-test-driver.c" diff --git a/math/libm-test-scalbln.inc b/math/libm-test-scalbln.inc index 1fc4fa6f0e..2224ea1c28 100644 --- a/math/libm-test-scalbln.inc +++ b/math/libm-test-scalbln.inc @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include "libm-test-driver.c" diff --git a/math/libm-test-scalbn.inc b/math/libm-test-scalbn.inc index e3acd35e90..3d781b0be8 100644 --- a/math/libm-test-scalbn.inc +++ b/math/libm-test-scalbn.inc @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include "libm-test-driver.c" diff --git a/math/libm-test-setpayload.inc b/math/libm-test-setpayload.inc index 8b0dfbea65..a86e539806 100644 --- a/math/libm-test-setpayload.inc +++ b/math/libm-test-setpayload.inc @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include "libm-test-driver.c" diff --git a/math/libm-test-setpayloadsig.inc b/math/libm-test-setpayloadsig.inc index f54003d014..1190a466cd 100644 --- a/math/libm-test-setpayloadsig.inc +++ b/math/libm-test-setpayloadsig.inc @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include "libm-test-driver.c" diff --git a/math/libm-test-signbit.inc b/math/libm-test-signbit.inc index 25b40eddfd..808a015b0c 100644 --- a/math/libm-test-signbit.inc +++ b/math/libm-test-signbit.inc @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include "libm-test-driver.c" diff --git a/math/libm-test-significand.inc b/math/libm-test-significand.inc index 975f1bdecb..7d5222af78 100644 --- a/math/libm-test-significand.inc +++ b/math/libm-test-significand.inc @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include "libm-test-driver.c" diff --git a/math/libm-test-sin.inc b/math/libm-test-sin.inc index 73d0f610ee..26d67cff88 100644 --- a/math/libm-test-sin.inc +++ b/math/libm-test-sin.inc @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include "libm-test-driver.c" diff --git a/math/libm-test-sincos.inc b/math/libm-test-sincos.inc index 74c9baadb7..f0bff1830e 100644 --- a/math/libm-test-sincos.inc +++ b/math/libm-test-sincos.inc @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include "libm-test-driver.c" diff --git a/math/libm-test-sinh.inc b/math/libm-test-sinh.inc index e3f1cd8ea6..9d7adaf74a 100644 --- a/math/libm-test-sinh.inc +++ b/math/libm-test-sinh.inc @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include "libm-test-driver.c" diff --git a/math/libm-test-sqrt.inc b/math/libm-test-sqrt.inc index b69439733e..156aca5e2a 100644 --- a/math/libm-test-sqrt.inc +++ b/math/libm-test-sqrt.inc @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include "libm-test-driver.c" diff --git a/math/libm-test-support.c b/math/libm-test-support.c index 5f986da752..9ba673486b 100644 --- a/math/libm-test-support.c +++ b/math/libm-test-support.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ /* Part of testsuite for libm. diff --git a/math/libm-test-support.h b/math/libm-test-support.h index 2b8d5a3d88..de367fe6f5 100644 --- a/math/libm-test-support.h +++ b/math/libm-test-support.h @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #ifndef LIBM_TEST_SUPPORT_H #define LIBM_TEST_SUPPORT_H 1 diff --git a/math/libm-test-tan.inc b/math/libm-test-tan.inc index 5051d2b834..263e4e404e 100644 --- a/math/libm-test-tan.inc +++ b/math/libm-test-tan.inc @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include "libm-test-driver.c" diff --git a/math/libm-test-tanh.inc b/math/libm-test-tanh.inc index a4c559d8a4..02e1d56ff1 100644 --- a/math/libm-test-tanh.inc +++ b/math/libm-test-tanh.inc @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include "libm-test-driver.c" diff --git a/math/libm-test-tgamma.inc b/math/libm-test-tgamma.inc index c799286f9e..5a84aa41ae 100644 --- a/math/libm-test-tgamma.inc +++ b/math/libm-test-tgamma.inc @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include "libm-test-driver.c" diff --git a/math/libm-test-totalorder.inc b/math/libm-test-totalorder.inc index 9f3216b485..03b957a3c2 100644 --- a/math/libm-test-totalorder.inc +++ b/math/libm-test-totalorder.inc @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include "libm-test-driver.c" diff --git a/math/libm-test-totalordermag.inc b/math/libm-test-totalordermag.inc index 78de2c755c..9bd96250aa 100644 --- a/math/libm-test-totalordermag.inc +++ b/math/libm-test-totalordermag.inc @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include "libm-test-driver.c" diff --git a/math/libm-test-trunc.inc b/math/libm-test-trunc.inc index eb62407256..903ac9a682 100644 --- a/math/libm-test-trunc.inc +++ b/math/libm-test-trunc.inc @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include "libm-test-driver.c" diff --git a/math/libm-test-ufromfp.inc b/math/libm-test-ufromfp.inc index 8c54560b63..69b1a80278 100644 --- a/math/libm-test-ufromfp.inc +++ b/math/libm-test-ufromfp.inc @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include "libm-test-driver.c" diff --git a/math/libm-test-ufromfpx.inc b/math/libm-test-ufromfpx.inc index b0ace4ec60..68b33fec18 100644 --- a/math/libm-test-ufromfpx.inc +++ b/math/libm-test-ufromfpx.inc @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include "libm-test-driver.c" diff --git a/math/libm-test-y0.inc b/math/libm-test-y0.inc index 2762636261..dcf740bb9f 100644 --- a/math/libm-test-y0.inc +++ b/math/libm-test-y0.inc @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include "libm-test-driver.c" diff --git a/math/libm-test-y1.inc b/math/libm-test-y1.inc index 0d7d1d9425..d2cd548490 100644 --- a/math/libm-test-y1.inc +++ b/math/libm-test-y1.inc @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include "libm-test-driver.c" diff --git a/math/libm-test-yn.inc b/math/libm-test-yn.inc index 32883714cc..26fddda8e1 100644 --- a/math/libm-test-yn.inc +++ b/math/libm-test-yn.inc @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include "libm-test-driver.c" diff --git a/math/math-narrow.h b/math/math-narrow.h index d03ba348fa..999c5391a6 100644 --- a/math/math-narrow.h +++ b/math/math-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/>. */ #ifndef _MATH_NARROW_H #define _MATH_NARROW_H 1 diff --git a/math/math-svid-compat.h b/math/math-svid-compat.h index fd79984065..2c50bfe37c 100644 --- a/math/math-svid-compat.h +++ b/math/math-svid-compat.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 _MATH_SVID_COMPAT_H #define _MATH_SVID_COMPAT_H 1 diff --git a/math/math-underflow.h b/math/math-underflow.h index dba163f53b..233e90757e 100644 --- a/math/math-underflow.h +++ b/math/math-underflow.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 _MATH_UNDERFLOW_H #define _MATH_UNDERFLOW_H 1 diff --git a/math/math.h b/math/math.h index e738d36e52..499793775d 100644 --- a/math/math.h +++ b/math/math.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/>. */ /* * ISO C99 Standard: 7.12 Mathematics <math.h> diff --git a/math/mul_split.h b/math/mul_split.h index f001b4b78f..8f8402eded 100644 --- a/math/mul_split.h +++ b/math/mul_split.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 _MUL_SPLIT_H #define _MUL_SPLIT_H diff --git a/math/mul_splitl.h b/math/mul_splitl.h index 9688e8d1d1..1058b5d81d 100644 --- a/math/mul_splitl.h +++ b/math/mul_splitl.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 _MUL_SPLITL_H #define _MUL_SPLITL_H diff --git a/math/multc3.c b/math/multc3.c index 46144942c4..03c3d62737 100644 --- a/math/multc3.c +++ b/math/multc3.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU 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 <math.h> diff --git a/math/s_cacos_template.c b/math/s_cacos_template.c index d707e5f841..c6804336c0 100644 --- a/math/s_cacos_template.c +++ b/math/s_cacos_template.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 <complex.h> #include <math.h> diff --git a/math/s_cacosh_template.c b/math/s_cacosh_template.c index 9cb08be5ba..e9cb5908a3 100644 --- a/math/s_cacosh_template.c +++ b/math/s_cacosh_template.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 <complex.h> #include <math.h> diff --git a/math/s_canonicalize_template.c b/math/s_canonicalize_template.c index 838bd65c00..81a74a7eee 100644 --- a/math/s_canonicalize_template.c +++ b/math/s_canonicalize_template.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU 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/math/s_casin_template.c b/math/s_casin_template.c index a47e9698b3..540f2b5049 100644 --- a/math/s_casin_template.c +++ b/math/s_casin_template.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 <complex.h> #include <math.h> diff --git a/math/s_casinh_template.c b/math/s_casinh_template.c index be81b06414..f87c95f41c 100644 --- a/math/s_casinh_template.c +++ b/math/s_casinh_template.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 <complex.h> #include <math.h> diff --git a/math/s_catan_template.c b/math/s_catan_template.c index bdbff86a55..999578672e 100644 --- a/math/s_catan_template.c +++ b/math/s_catan_template.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 <complex.h> #include <math.h> diff --git a/math/s_catanh_template.c b/math/s_catanh_template.c index dc5b7df71b..5dbb989f0b 100644 --- a/math/s_catanh_template.c +++ b/math/s_catanh_template.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 <complex.h> #include <math.h> diff --git a/math/s_ccos_template.c b/math/s_ccos_template.c index a9f02e3dff..eeab6d4519 100644 --- a/math/s_ccos_template.c +++ b/math/s_ccos_template.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 <complex.h> #include <fenv.h> diff --git a/math/s_ccosh_template.c b/math/s_ccosh_template.c index 0b92dad455..aaa2489ec3 100644 --- a/math/s_ccosh_template.c +++ b/math/s_ccosh_template.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 <complex.h> #include <fenv.h> diff --git a/math/s_cexp_template.c b/math/s_cexp_template.c index c1c74ae0ef..6cc895b0ae 100644 --- a/math/s_cexp_template.c +++ b/math/s_cexp_template.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 <complex.h> #include <fenv.h> diff --git a/math/s_clog10_template.c b/math/s_clog10_template.c index 6a11f685e8..8a8a735ede 100644 --- a/math/s_clog10_template.c +++ b/math/s_clog10_template.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 <complex.h> #include <math.h> diff --git a/math/s_clog_template.c b/math/s_clog_template.c index aa7f07a8ff..1adee58bd9 100644 --- a/math/s_clog_template.c +++ b/math/s_clog_template.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 <complex.h> #include <math.h> diff --git a/math/s_cpow_template.c b/math/s_cpow_template.c index 25029c3a93..7fadc981ee 100644 --- a/math/s_cpow_template.c +++ b/math/s_cpow_template.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 <complex.h> #include <math.h> diff --git a/math/s_cproj_template.c b/math/s_cproj_template.c index 8a17730c76..7d82efb558 100644 --- a/math/s_cproj_template.c +++ b/math/s_cproj_template.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 <complex.h> #include <math.h> diff --git a/math/s_csin_template.c b/math/s_csin_template.c index abec0b26bd..2c0b18dd34 100644 --- a/math/s_csin_template.c +++ b/math/s_csin_template.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 <complex.h> #include <fenv.h> diff --git a/math/s_csinh_template.c b/math/s_csinh_template.c index 38dd44cdf8..7bb75fc389 100644 --- a/math/s_csinh_template.c +++ b/math/s_csinh_template.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 <complex.h> #include <fenv.h> diff --git a/math/s_csqrt_template.c b/math/s_csqrt_template.c index fa3741a1f5..d7caeaa4af 100644 --- a/math/s_csqrt_template.c +++ b/math/s_csqrt_template.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 <complex.h> #include <math.h> diff --git a/math/s_ctan_template.c b/math/s_ctan_template.c index bfc48b7fa3..5462987e69 100644 --- a/math/s_ctan_template.c +++ b/math/s_ctan_template.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 <complex.h> #include <fenv.h> diff --git a/math/s_ctanh_template.c b/math/s_ctanh_template.c index 7888a976ec..b87c95bd10 100644 --- a/math/s_ctanh_template.c +++ b/math/s_ctanh_template.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 <complex.h> #include <fenv.h> diff --git a/math/s_fdim_template.c b/math/s_fdim_template.c index f26eacd76f..2805042773 100644 --- a/math/s_fdim_template.c +++ b/math/s_fdim_template.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 <math.h> diff --git a/math/s_fma.c b/math/s_fma.c index e3a531821b..05b71c38fc 100644 --- a/math/s_fma.c +++ b/math/s_fma.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> #include <libm-alias-double.h> diff --git a/math/s_fmaf.c b/math/s_fmaf.c index 5768fbccf5..bc88be0674 100644 --- a/math/s_fmaf.c +++ b/math/s_fmaf.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> #include <libm-alias-float.h> diff --git a/math/s_fmal.c b/math/s_fmal.c index b50d7270b1..c76a8218fd 100644 --- a/math/s_fmal.c +++ b/math/s_fmal.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> #include <libm-alias-ldouble.h> diff --git a/math/s_fmax_template.c b/math/s_fmax_template.c index 69568c65a2..098c1e55b4 100644 --- a/math/s_fmax_template.c +++ b/math/s_fmax_template.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/math/s_fmaxmag_template.c b/math/s_fmaxmag_template.c index ec95cd4392..1ebe4cc11f 100644 --- a/math/s_fmaxmag_template.c +++ b/math/s_fmaxmag_template.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU 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/math/s_fmin_template.c b/math/s_fmin_template.c index 84c8ee1565..259e28065f 100644 --- a/math/s_fmin_template.c +++ b/math/s_fmin_template.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/math/s_fminmag_template.c b/math/s_fminmag_template.c index ce3d36305f..8f1b3d42a2 100644 --- a/math/s_fminmag_template.c +++ b/math/s_fminmag_template.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU 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/math/s_iseqsig_template.c b/math/s_iseqsig_template.c index 0bd75d0898..73f7d92222 100644 --- a/math/s_iseqsig_template.c +++ b/math/s_iseqsig_template.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU 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/math/s_nan_template.c b/math/s_nan_template.c index f56ea5ca30..0f1fc3a3f2 100644 --- a/math/s_nan_template.c +++ b/math/s_nan_template.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> #include <stdio.h> diff --git a/math/s_nextdown_template.c b/math/s_nextdown_template.c index f4cd42a2e1..3a2709996e 100644 --- a/math/s_nextdown_template.c +++ b/math/s_nextdown_template.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU 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/math/s_significand_template.c b/math/s_significand_template.c index 8aca6f93e6..7318b28003 100644 --- a/math/s_significand_template.c +++ b/math/s_significand_template.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ /* * significand(x) computes just diff --git a/math/setfpucw.c b/math/setfpucw.c index 33f05acb42..f65c3c6bf4 100644 --- a/math/setfpucw.c +++ b/math/setfpucw.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU 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 <fpu_control.h> diff --git a/math/test-arg-double.h b/math/test-arg-double.h index 03c8e62931..11801c9841 100644 --- a/math/test-arg-double.h +++ b/math/test-arg-double.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/>. */ #define ARG_FUNC(function) function #define ARG_FLOAT double diff --git a/math/test-arg-float128.h b/math/test-arg-float128.h index 5b699c3345..4f5815af30 100644 --- a/math/test-arg-float128.h +++ b/math/test-arg-float128.h @@ -15,7 +15,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <bits/floatn.h> #include <float.h> diff --git a/math/test-arg-float32x.h b/math/test-arg-float32x.h index 3a9d9a81bd..fa7c9c5490 100644 --- a/math/test-arg-float32x.h +++ b/math/test-arg-float32x.h @@ -15,7 +15,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <bits/floatn.h> #include <float.h> diff --git a/math/test-arg-float64.h b/math/test-arg-float64.h index 2cdb0bffc8..6be7dd0a5e 100644 --- a/math/test-arg-float64.h +++ b/math/test-arg-float64.h @@ -15,7 +15,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <bits/floatn.h> #include <float.h> diff --git a/math/test-arg-float64x.h b/math/test-arg-float64x.h index 29a91b4c41..9c9eabb973 100644 --- a/math/test-arg-float64x.h +++ b/math/test-arg-float64x.h @@ -15,7 +15,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <bits/floatn.h> #include <float.h> diff --git a/math/test-arg-ldouble.h b/math/test-arg-ldouble.h index e3462c0a05..4fc4cbef9a 100644 --- a/math/test-arg-ldouble.h +++ b/math/test-arg-ldouble.h @@ -15,7 +15,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <float.h> diff --git a/math/test-double-vlen2.h b/math/test-double-vlen2.h index a5bbad6bee..c006f13091 100644 --- a/math/test-double-vlen2.h +++ b/math/test-double-vlen2.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 "test-double.h" #include "test-math-no-inline.h" diff --git a/math/test-double-vlen4.h b/math/test-double-vlen4.h index 62589021f3..c302eaa866 100644 --- a/math/test-double-vlen4.h +++ b/math/test-double-vlen4.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 "test-double.h" #include "test-math-no-inline.h" diff --git a/math/test-double-vlen8.h b/math/test-double-vlen8.h index 3829a17d3e..15af0a32ba 100644 --- a/math/test-double-vlen8.h +++ b/math/test-double-vlen8.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 "test-double.h" #include "test-math-no-inline.h" diff --git a/math/test-double.h b/math/test-double.h index 00e8d64ffa..d80a991bff 100644 --- a/math/test-double.h +++ b/math/test-double.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 FUNC(function) function #define FLOAT double diff --git a/math/test-fe-snans-always-signal.c b/math/test-fe-snans-always-signal.c index 5e5352f4da..48debdcf3b 100644 --- a/math/test-fe-snans-always-signal.c +++ b/math/test-fe-snans-always-signal.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <fenv.h> diff --git a/math/test-femode-traps.c b/math/test-femode-traps.c index 68560f6460..29d060e516 100644 --- a/math/test-femode-traps.c +++ b/math/test-femode-traps.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU 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 <stdio.h> diff --git a/math/test-femode.c b/math/test-femode.c index f598b6a396..0e1719bc63 100644 --- a/math/test-femode.c +++ b/math/test-femode.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU 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 <stdio.h> diff --git a/math/test-fenv-clear-main.c b/math/test-fenv-clear-main.c index 470a1e4a06..1430604288 100644 --- a/math/test-fenv-clear-main.c +++ b/math/test-fenv-clear-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 <fenv.h> #include <float.h> diff --git a/math/test-fenv-preserve.c b/math/test-fenv-preserve.c index bcce60f7e4..e8c099816c 100644 --- a/math/test-fenv-preserve.c +++ b/math/test-fenv-preserve.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU 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 <stdio.h> diff --git a/math/test-fenv-return.c b/math/test-fenv-return.c index 4ad5288c86..fcceff1c27 100644 --- a/math/test-fenv-return.c +++ b/math/test-fenv-return.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <fenv.h> #include <stdio.h> diff --git a/math/test-fenv-tls.c b/math/test-fenv-tls.c index 46b763f138..a2bb816873 100644 --- a/math/test-fenv-tls.c +++ b/math/test-fenv-tls.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU 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 <pthread.h> diff --git a/math/test-fenv.c b/math/test-fenv.c index c7b14d6d65..688b6d9878 100644 --- a/math/test-fenv.c +++ b/math/test-fenv.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/>. */ /* Tests for ISO C99 7.6: Floating-point environment */ diff --git a/math/test-fenvinline.c b/math/test-fenvinline.c index fe0cc435b1..3d1f127344 100644 --- a/math/test-fenvinline.c +++ b/math/test-fenvinline.c @@ -14,7 +14,7 @@ You should have received a copy of the 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 _GNU_SOURCE # define _GNU_SOURCE diff --git a/math/test-fesetexcept-traps.c b/math/test-fesetexcept-traps.c index 589922aac5..2b25598817 100644 --- a/math/test-fesetexcept-traps.c +++ b/math/test-fesetexcept-traps.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU 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 <stdio.h> diff --git a/math/test-fesetexcept.c b/math/test-fesetexcept.c index badffff4a4..756e79d838 100644 --- a/math/test-fesetexcept.c +++ b/math/test-fesetexcept.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU 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 <stdio.h> diff --git a/math/test-fetestexceptflag.c b/math/test-fetestexceptflag.c index 2052e4604b..c5ffd10e1c 100644 --- a/math/test-fetestexceptflag.c +++ b/math/test-fetestexceptflag.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU 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 <stdio.h> diff --git a/math/test-fexcept-traps.c b/math/test-fexcept-traps.c index 468773fe0d..97d9a93ca9 100644 --- a/math/test-fexcept-traps.c +++ b/math/test-fexcept-traps.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU 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 <stdio.h> diff --git a/math/test-fexcept.c b/math/test-fexcept.c index 795b7cd89d..68e4c68756 100644 --- a/math/test-fexcept.c +++ b/math/test-fexcept.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU 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 <stdio.h> diff --git a/math/test-finite-macros.c b/math/test-finite-macros.c index 14524a357b..59b65fa9d9 100644 --- a/math/test-finite-macros.c +++ b/math/test-finite-macros.c @@ -14,7 +14,7 @@ You should have received a copy of the 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 main test is that the inclusion of <math.h> compiles. */ #define f first test macro diff --git a/math/test-float-vlen16.h b/math/test-float-vlen16.h index ffe8100aac..4afa4d11c7 100644 --- a/math/test-float-vlen16.h +++ b/math/test-float-vlen16.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 "test-float.h" #include "test-math-no-inline.h" diff --git a/math/test-float-vlen4.h b/math/test-float-vlen4.h index 0807536fba..8a6fd61f8f 100644 --- a/math/test-float-vlen4.h +++ b/math/test-float-vlen4.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 "test-float.h" #include "test-math-no-inline.h" diff --git a/math/test-float-vlen8.h b/math/test-float-vlen8.h index b50c96db7e..4a6e3955c8 100644 --- a/math/test-float-vlen8.h +++ b/math/test-float-vlen8.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 "test-float.h" #include "test-math-no-inline.h" diff --git a/math/test-float.h b/math/test-float.h index 4c8f8c72ae..f788d54d21 100644 --- a/math/test-float.h +++ b/math/test-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/>. */ #define FUNC(function) function ## f #define FLOAT float diff --git a/math/test-float128.h b/math/test-float128.h index 286479b8e8..10b1fad5f5 100644 --- a/math/test-float128.h +++ b/math/test-float128.h @@ -15,7 +15,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include "test-math-floatn.h" diff --git a/math/test-float32.h b/math/test-float32.h index 47d1dfb4af..358fb6e70e 100644 --- a/math/test-float32.h +++ b/math/test-float32.h @@ -15,7 +15,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include "test-math-floatn.h" diff --git a/math/test-float32x.h b/math/test-float32x.h index 2c5d0242f7..becc2f0d38 100644 --- a/math/test-float32x.h +++ b/math/test-float32x.h @@ -15,7 +15,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include "test-math-floatn.h" diff --git a/math/test-float64.h b/math/test-float64.h index f080940a7b..09109587f1 100644 --- a/math/test-float64.h +++ b/math/test-float64.h @@ -15,7 +15,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include "test-math-floatn.h" diff --git a/math/test-float64x.h b/math/test-float64x.h index b0e9f0547e..1a080c33a9 100644 --- a/math/test-float64x.h +++ b/math/test-float64x.h @@ -15,7 +15,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include "test-math-floatn.h" diff --git a/math/test-flt-eval-method.c b/math/test-flt-eval-method.c index 03558b76bb..60a4289548 100644 --- a/math/test-flt-eval-method.c +++ b/math/test-flt-eval-method.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <float.h> #include <math.h> diff --git a/math/test-fp-ilogb-constants.c b/math/test-fp-ilogb-constants.c index 668390b47d..e6d2b9c314 100644 --- a/math/test-fp-ilogb-constants.c +++ b/math/test-fp-ilogb-constants.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU 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 <math.h> diff --git a/math/test-fp-llogb-constants.c b/math/test-fp-llogb-constants.c index ef0c054277..18d9059d7f 100644 --- a/math/test-fp-llogb-constants.c +++ b/math/test-fp-llogb-constants.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU 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 <math.h> diff --git a/math/test-fpucw-ieee.c b/math/test-fpucw-ieee.c index 0bd7764624..7e0e283e71 100644 --- a/math/test-fpucw-ieee.c +++ b/math/test-fpucw-ieee.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #ifdef _FPU_IEEE /* Some architectures don't have _FPU_IEEE. */ diff --git a/math/test-fpucw.c b/math/test-fpucw.c index 4c08a6eb63..ff2cd10cda 100644 --- a/math/test-fpucw.c +++ b/math/test-fpucw.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <fpu_control.h> #include <stdio.h> diff --git a/math/test-iseqsig-excess-precision.c b/math/test-iseqsig-excess-precision.c index 1d134451f6..81e975efa0 100644 --- a/math/test-iseqsig-excess-precision.c +++ b/math/test-iseqsig-excess-precision.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <float.h> #include <math.h> diff --git a/math/test-iszero-excess-precision.c b/math/test-iszero-excess-precision.c index e3e0a77644..e157681d0f 100644 --- a/math/test-iszero-excess-precision.c +++ b/math/test-iszero-excess-precision.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <float.h> #include <math.h> diff --git a/math/test-ldouble.h b/math/test-ldouble.h index 57610f6fec..539064fbd9 100644 --- a/math/test-ldouble.h +++ b/math/test-ldouble.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 <float.h> diff --git a/math/test-math-cxx11.cc b/math/test-math-cxx11.cc index c609074756..b515125196 100644 --- a/math/test-math-cxx11.cc +++ b/math/test-math-cxx11.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/>. */ #undef _GNU_SOURCE #undef _DEFAULT_SOURCE diff --git a/math/test-math-errno.h b/math/test-math-errno.h index a41169ea56..ca4aca798f 100644 --- a/math/test-math-errno.h +++ b/math/test-math-errno.h @@ -14,6 +14,6 @@ You should have received a copy of the 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 TEST_ERRNO 1 diff --git a/math/test-math-finite.h b/math/test-math-finite.h index e3c8e0a2b9..1123127657 100644 --- a/math/test-math-finite.h +++ b/math/test-math-finite.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 TEST_FINITE 1 #define TEST_ERRNO 0 diff --git a/math/test-math-floatn.h b/math/test-math-floatn.h index 7f3f694331..03e0fbc249 100644 --- a/math/test-math-floatn.h +++ b/math/test-math-floatn.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 TEST_FLOATN 1 #define __STDC_WANT_IEC_60559_TYPES_EXT__ diff --git a/math/test-math-inline.h b/math/test-math-inline.h index b51cf52901..367f3a4100 100644 --- a/math/test-math-inline.h +++ b/math/test-math-inline.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 TEST_INLINE 1 #define TEST_FINITE 0 diff --git a/math/test-math-iscanonical.cc b/math/test-math-iscanonical.cc index 7008a8e3e9..6254d8d862 100644 --- a/math/test-math-iscanonical.cc +++ b/math/test-math-iscanonical.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/>. */ #define _GNU_SOURCE 1 #include <math.h> diff --git a/math/test-math-iseqsig.cc b/math/test-math-iseqsig.cc index e5b2dd7d48..d29b1cee58 100644 --- a/math/test-math-iseqsig.cc +++ b/math/test-math-iseqsig.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/>. */ #define _GNU_SOURCE 1 #include <math.h> diff --git a/math/test-math-isinff.cc b/math/test-math-isinff.cc index b56326515a..df21a7fbb2 100644 --- a/math/test-math-isinff.cc +++ b/math/test-math-isinff.cc @@ -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 _GNU_SOURCE 1 #include <math.h> diff --git a/math/test-math-issignaling.cc b/math/test-math-issignaling.cc index c7d7c6685a..115df896e7 100644 --- a/math/test-math-issignaling.cc +++ b/math/test-math-issignaling.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/>. */ #define _GNU_SOURCE 1 #include <math.h> diff --git a/math/test-math-iszero.cc b/math/test-math-iszero.cc index ebc0f85338..7bd6a82bca 100644 --- a/math/test-math-iszero.cc +++ b/math/test-math-iszero.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/>. */ #define _GNU_SOURCE 1 #include <math.h> diff --git a/math/test-math-narrow.h b/math/test-math-narrow.h index 66912656e6..8b265994fc 100644 --- a/math/test-math-narrow.h +++ b/math/test-math-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 FUNC_TEST(function) \ FUNC_TEST_CONCAT (FUNC_NARROW_PREFIX, function, FUNC_NARROW_SUFFIX) diff --git a/math/test-math-no-finite.h b/math/test-math-no-finite.h index e3456aae75..0ef88f533c 100644 --- a/math/test-math-no-finite.h +++ b/math/test-math-no-finite.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 TEST_FINITE 0 #define TEST_EXCEPTIONS 1 diff --git a/math/test-math-no-inline.h b/math/test-math-no-inline.h index 7332997997..8f8f60c667 100644 --- a/math/test-math-no-inline.h +++ b/math/test-math-no-inline.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 TEST_INLINE 0 diff --git a/math/test-math-scalar.h b/math/test-math-scalar.h index 5621d016cb..b84ff7cda3 100644 --- a/math/test-math-scalar.h +++ b/math/test-math-scalar.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 FUNC_TEST(function) FUNC (function) #define TEST_MATHVEC 0 diff --git a/math/test-math-vector.h b/math/test-math-vector.h index b211ddebec..9ce66b0d9d 100644 --- a/math/test-math-vector.h +++ b/math/test-math-vector.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 TEST_MATHVEC 1 #define TEST_NARROW 0 diff --git a/math/test-matherr-2.c b/math/test-matherr-2.c index 2e6a185948..e0393b416e 100644 --- a/math/test-matherr-2.c +++ b/math/test-matherr-2.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU 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 <stdio.h> diff --git a/math/test-matherr-3.c b/math/test-matherr-3.c index 94b6926ace..cd95607e25 100644 --- a/math/test-matherr-3.c +++ b/math/test-matherr-3.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU 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 <stdio.h> diff --git a/math/test-matherr.c b/math/test-matherr.c index 01c876ab0e..da8bc14c5c 100644 --- a/math/test-matherr.c +++ b/math/test-matherr.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU 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 <stdio.h> diff --git a/math/test-misc.c b/math/test-misc.c index 76ac115e10..7edf93d67f 100644 --- a/math/test-misc.c +++ b/math/test-misc.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <fenv.h> #include <float.h> diff --git a/math/test-nan-const.c b/math/test-nan-const.c index e2176dfb79..c94233c07a 100644 --- a/math/test-nan-const.c +++ b/math/test-nan-const.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU 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 <string.h> diff --git a/math/test-nan-overflow.c b/math/test-nan-overflow.c index 43a22657a1..21c1b23f33 100644 --- a/math/test-nan-overflow.c +++ b/math/test-nan-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 <math.h> #include <stdio.h> diff --git a/math/test-nan-payload.c b/math/test-nan-payload.c index 6d3864d84d..86fd19a5b1 100644 --- a/math/test-nan-payload.c +++ b/math/test-nan-payload.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <float.h> #include <math.h> diff --git a/math/test-narrow-macros.c b/math/test-narrow-macros.c index 84497f936e..a55a83f8c0 100644 --- a/math/test-narrow-macros.c +++ b/math/test-narrow-macros.c @@ -14,7 +14,7 @@ You should have received a copy of the 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 code generating declarations of narrowing functions involves concatenations of fragments of function names that are not diff --git a/math/test-nearbyint-except-2.c b/math/test-nearbyint-except-2.c index 46d72813c2..d7530d02e2 100644 --- a/math/test-nearbyint-except-2.c +++ b/math/test-nearbyint-except-2.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU 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 <math.h> diff --git a/math/test-nearbyint-except.c b/math/test-nearbyint-except.c index 12775fd8eb..6aa408eb68 100644 --- a/math/test-nearbyint-except.c +++ b/math/test-nearbyint-except.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU 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 <math.h> diff --git a/math/test-powl.c b/math/test-powl.c index 5898359477..d87cff3753 100644 --- a/math/test-powl.c +++ b/math/test-powl.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU 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 <math.h> diff --git a/math/test-signgam-finite-c99.c b/math/test-signgam-finite-c99.c index 9be03a9edc..61e7e4b67c 100644 --- a/math/test-signgam-finite-c99.c +++ b/math/test-signgam-finite-c99.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #undef _LIBC #undef __LIBC_INTERNAL_MATH_INLINES diff --git a/math/test-signgam-finite.c b/math/test-signgam-finite.c index 5ec697c773..66ae30385a 100644 --- a/math/test-signgam-finite.c +++ b/math/test-signgam-finite.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU 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 <stdio.h> diff --git a/math/test-signgam-main.c b/math/test-signgam-main.c index 59f687485c..ee054581d4 100644 --- a/math/test-signgam-main.c +++ b/math/test-signgam-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/>. */ #undef _LIBC #undef __LIBC_INTERNAL_MATH_INLINES diff --git a/math/test-snan.c b/math/test-snan.c index dc96392015..20a738dcfa 100644 --- a/math/test-snan.c +++ b/math/test-snan.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 _GNU_SOURCE 1 #include <stdio.h> diff --git a/math/test-tgmath-int.c b/math/test-tgmath-int.c index 3ad75d02c1..4aeee3ae05 100644 --- a/math/test-tgmath-int.c +++ b/math/test-tgmath-int.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> #include <complex.h> diff --git a/math/test-tgmath-ret.c b/math/test-tgmath-ret.c index 7c4cabbb80..4565870d40 100644 --- a/math/test-tgmath-ret.c +++ b/math/test-tgmath-ret.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> #include <complex.h> diff --git a/math/test-tgmath.c b/math/test-tgmath.c index f8f1e5b56e..1aea3d08e5 100644 --- a/math/test-tgmath.c +++ b/math/test-tgmath.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/>. */ #ifndef HAVE_MAIN #undef __NO_MATH_INLINES diff --git a/math/test-tgmath2.c b/math/test-tgmath2.c index f62a6ff693..5f9fb4a061 100644 --- a/math/test-tgmath2.c +++ b/math/test-tgmath2.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/>. */ #ifndef HAVE_MAIN #undef __NO_MATH_INLINES diff --git a/math/tgmath.h b/math/tgmath.h index 0c58cc9326..bf9ba26abe 100644 --- a/math/tgmath.h +++ b/math/tgmath.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.22 Type-generic math <tgmath.h> diff --git a/math/tst-CMPLX2.c b/math/tst-CMPLX2.c index 34ee1785b0..7beef18aa4 100644 --- a/math/tst-CMPLX2.c +++ b/math/tst-CMPLX2.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ /* Adapted from gcc.dg/torture/builtin-complex-1.c test from GCC testsuite written by Joseph S. Myers. */ diff --git a/math/tst-definitions.c b/math/tst-definitions.c index 243e1c7cab..a0fcbca736 100644 --- a/math/tst-definitions.c +++ b/math/tst-definitions.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU 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 <math.h> diff --git a/math/w_acos_compat.c b/math/w_acos_compat.c index 14e4ff2902..1ad59ea8a7 100644 --- a/math/w_acos_compat.c +++ b/math/w_acos_compat.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU 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 <math.h> diff --git a/math/w_acos_template.c b/math/w_acos_template.c index 8777bb6a33..4d9c1a75e1 100644 --- a/math/w_acos_template.c +++ b/math/w_acos_template.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ /* Only build wrappers from the templates for the types that define the macro below. This macro is set in math-type-macros-<type>.h in sysdeps/generic diff --git a/math/w_acosf_compat.c b/math/w_acosf_compat.c index 72cea17a9a..30746d3e5e 100644 --- a/math/w_acosf_compat.c +++ b/math/w_acosf_compat.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU 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 <math.h> diff --git a/math/w_acosh_compat.c b/math/w_acosh_compat.c index f0c23945d7..a915f1ee75 100644 --- a/math/w_acosh_compat.c +++ b/math/w_acosh_compat.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU 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 <math_private.h> diff --git a/math/w_acosh_template.c b/math/w_acosh_template.c index e6735923ee..53e7ac0540 100644 --- a/math/w_acosh_template.c +++ b/math/w_acosh_template.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ /* Only build wrappers from the templates for the types that define the macro below. This macro is set in math-type-macros-<type>.h in sysdeps/generic diff --git a/math/w_acoshf_compat.c b/math/w_acoshf_compat.c index 594ff0d01f..ac929ffcb1 100644 --- a/math/w_acoshf_compat.c +++ b/math/w_acoshf_compat.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU 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 <math_private.h> diff --git a/math/w_acoshl_compat.c b/math/w_acoshl_compat.c index 31722c3875..ed7e7559b5 100644 --- a/math/w_acoshl_compat.c +++ b/math/w_acoshl_compat.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU 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 <math_private.h> diff --git a/math/w_acosl_compat.c b/math/w_acosl_compat.c index a0f53a3584..dbba2971e3 100644 --- a/math/w_acosl_compat.c +++ b/math/w_acosl_compat.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU 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 <math.h> diff --git a/math/w_asin_compat.c b/math/w_asin_compat.c index 82a1041e3a..0ffca2d8f5 100644 --- a/math/w_asin_compat.c +++ b/math/w_asin_compat.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU 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 <math.h> diff --git a/math/w_asin_template.c b/math/w_asin_template.c index 7e009b8e42..0dbd1b346f 100644 --- a/math/w_asin_template.c +++ b/math/w_asin_template.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ /* Only build wrappers from the templates for the types that define the macro below. This macro is set in math-type-macros-<type>.h in sysdeps/generic diff --git a/math/w_asinf_compat.c b/math/w_asinf_compat.c index 9f870971c4..5023a5d2f3 100644 --- a/math/w_asinf_compat.c +++ b/math/w_asinf_compat.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU 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 <math.h> diff --git a/math/w_asinl_compat.c b/math/w_asinl_compat.c index 8c46ceea39..24616e92cc 100644 --- a/math/w_asinl_compat.c +++ b/math/w_asinl_compat.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU 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 <math.h> diff --git a/math/w_atan2_compat.c b/math/w_atan2_compat.c index 87e65aa7e9..5692316b86 100644 --- a/math/w_atan2_compat.c +++ b/math/w_atan2_compat.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ /* * wrapper atan2(y,x) diff --git a/math/w_atan2_template.c b/math/w_atan2_template.c index dc5c046430..92d03f0f58 100644 --- a/math/w_atan2_template.c +++ b/math/w_atan2_template.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ /* Only build wrappers from the templates for the types that define the macro below. This macro is set in math-type-macros-<type>.h in sysdeps/generic diff --git a/math/w_atan2f_compat.c b/math/w_atan2f_compat.c index 2db4a20b35..71456d070d 100644 --- a/math/w_atan2f_compat.c +++ b/math/w_atan2f_compat.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ /* * wrapper atan2f(y,x) diff --git a/math/w_atan2l_compat.c b/math/w_atan2l_compat.c index 96f289e391..05c9095b17 100644 --- a/math/w_atan2l_compat.c +++ b/math/w_atan2l_compat.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ /* * wrapper atan2l(y,x) diff --git a/math/w_atanh_compat.c b/math/w_atanh_compat.c index 7ec714b058..c1d068dcdc 100644 --- a/math/w_atanh_compat.c +++ b/math/w_atanh_compat.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU 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 <math_private.h> diff --git a/math/w_atanh_template.c b/math/w_atanh_template.c index 642ef4dd74..b971ed80dc 100644 --- a/math/w_atanh_template.c +++ b/math/w_atanh_template.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ /* Only build wrappers from the templates for the types that define the macro below. This macro is set in math-type-macros-<type>.h in sysdeps/generic diff --git a/math/w_atanhf_compat.c b/math/w_atanhf_compat.c index b5a234f3cb..a67d6b9ebd 100644 --- a/math/w_atanhf_compat.c +++ b/math/w_atanhf_compat.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU 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 <math_private.h> diff --git a/math/w_atanhl_compat.c b/math/w_atanhl_compat.c index 6c90213285..e138ddc2cf 100644 --- a/math/w_atanhl_compat.c +++ b/math/w_atanhl_compat.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU 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 <math_private.h> diff --git a/math/w_cosh_template.c b/math/w_cosh_template.c index 6fcfb4d730..7aca49b6f2 100644 --- a/math/w_cosh_template.c +++ b/math/w_cosh_template.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ /* Only build wrappers from the templates for the types that define the macro below. This macro is set in math-type-macros-<type>.h in sysdeps/generic diff --git a/math/w_exp10_compat.c b/math/w_exp10_compat.c index fad8e7d430..7a2b8c5c49 100644 --- a/math/w_exp10_compat.c +++ b/math/w_exp10_compat.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ /* diff --git a/math/w_exp10_template.c b/math/w_exp10_template.c index b0d0cf6b80..34759fde3f 100644 --- a/math/w_exp10_template.c +++ b/math/w_exp10_template.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ /* Only build wrappers from the templates for the types that define the macro below. This macro is set in math-type-macros-<type>.h in sysdeps/generic diff --git a/math/w_exp10f_compat.c b/math/w_exp10f_compat.c index 13578b21cb..51bc994cd4 100644 --- a/math/w_exp10f_compat.c +++ b/math/w_exp10f_compat.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ /* diff --git a/math/w_exp10l_compat.c b/math/w_exp10l_compat.c index 2d015c6d87..acc3e25be3 100644 --- a/math/w_exp10l_compat.c +++ b/math/w_exp10l_compat.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ /* diff --git a/math/w_exp2_template.c b/math/w_exp2_template.c index b1bdecd9ac..cfa0eb6586 100644 --- a/math/w_exp2_template.c +++ b/math/w_exp2_template.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ /* Only build wrappers from the templates for the types that define the macro below. This macro is set in math-type-macros-<type>.h in sysdeps/generic diff --git a/math/w_exp_compat.c b/math/w_exp_compat.c index c87ba1e98d..9a3761d4b4 100644 --- a/math/w_exp_compat.c +++ b/math/w_exp_compat.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU 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 <math_private.h> diff --git a/math/w_exp_template.c b/math/w_exp_template.c index 6796959fc3..810d88e526 100644 --- a/math/w_exp_template.c +++ b/math/w_exp_template.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ /* Only build wrappers from the templates for the types that define the macro below. This macro is set in math-type-macros-<type>.h in sysdeps/generic diff --git a/math/w_expf_compat.c b/math/w_expf_compat.c index 7546830b39..181fc21d8b 100644 --- a/math/w_expf_compat.c +++ b/math/w_expf_compat.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU 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 <math_private.h> diff --git a/math/w_fmod_compat.c b/math/w_fmod_compat.c index 0da2e314e2..19691fb73c 100644 --- a/math/w_fmod_compat.c +++ b/math/w_fmod_compat.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU 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 <math_private.h> diff --git a/math/w_fmod_template.c b/math/w_fmod_template.c index 100a1f90e6..0c424571b7 100644 --- a/math/w_fmod_template.c +++ b/math/w_fmod_template.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ /* Only build wrappers from the templates for the types that define the macro below. This macro is set in math-type-macros-<type>.h in sysdeps/generic diff --git a/math/w_fmodf_compat.c b/math/w_fmodf_compat.c index 1b5126fade..2f7cf547f6 100644 --- a/math/w_fmodf_compat.c +++ b/math/w_fmodf_compat.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU 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 <math_private.h> diff --git a/math/w_fmodl_compat.c b/math/w_fmodl_compat.c index 43c3e1ec9b..278c3ff384 100644 --- a/math/w_fmodl_compat.c +++ b/math/w_fmodl_compat.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU 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 <math_private.h> diff --git a/math/w_hypot_template.c b/math/w_hypot_template.c index 061fee8264..0e7bd79649 100644 --- a/math/w_hypot_template.c +++ b/math/w_hypot_template.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ /* Only build wrappers from the templates for the types that define the macro below. This macro is set in math-type-macros-<type>.h in sysdeps/generic diff --git a/math/w_ilogb_template.c b/math/w_ilogb_template.c index b34eadac0f..a658dbbc2b 100644 --- a/math/w_ilogb_template.c +++ b/math/w_ilogb_template.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU 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 <errno.h> diff --git a/math/w_j0_compat.c b/math/w_j0_compat.c index b74dd12a52..fd0e348f68 100644 --- a/math/w_j0_compat.c +++ b/math/w_j0_compat.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU 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 <math.h> diff --git a/math/w_j0_template.c b/math/w_j0_template.c index 391d9bf1e2..48615d2e09 100644 --- a/math/w_j0_template.c +++ b/math/w_j0_template.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ /* Only build wrappers from the templates for the types that define the macro below. This macro is set in math-type-macros-<type>.h in sysdeps/generic diff --git a/math/w_j0f_compat.c b/math/w_j0f_compat.c index fb54fb34dd..90d1c3a137 100644 --- a/math/w_j0f_compat.c +++ b/math/w_j0f_compat.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU 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 <math.h> diff --git a/math/w_j0l_compat.c b/math/w_j0l_compat.c index 76e7383f52..5bbf55cc37 100644 --- a/math/w_j0l_compat.c +++ b/math/w_j0l_compat.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU 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 <math.h> diff --git a/math/w_j1_compat.c b/math/w_j1_compat.c index 8e6e54fed6..6e088edb1e 100644 --- a/math/w_j1_compat.c +++ b/math/w_j1_compat.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU 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 <math.h> diff --git a/math/w_j1_template.c b/math/w_j1_template.c index 18ffe770a9..138d0df17f 100644 --- a/math/w_j1_template.c +++ b/math/w_j1_template.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ /* Only build wrappers from the templates for the types that define the macro below. This macro is set in math-type-macros-<type>.h in sysdeps/generic diff --git a/math/w_j1f_compat.c b/math/w_j1f_compat.c index 671c6feea6..74f999687f 100644 --- a/math/w_j1f_compat.c +++ b/math/w_j1f_compat.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU 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 <math.h> diff --git a/math/w_j1l_compat.c b/math/w_j1l_compat.c index ee87a35bf7..9e1a20c25c 100644 --- a/math/w_j1l_compat.c +++ b/math/w_j1l_compat.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU 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 <math.h> diff --git a/math/w_jn_compat.c b/math/w_jn_compat.c index 11851a262c..8bf51a81d8 100644 --- a/math/w_jn_compat.c +++ b/math/w_jn_compat.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU 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 <math.h> diff --git a/math/w_jn_template.c b/math/w_jn_template.c index af447f37a6..5638e9310c 100644 --- a/math/w_jn_template.c +++ b/math/w_jn_template.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ /* Only build wrappers from the templates for the types that define the macro below. This macro is set in math-type-macros-<type>.h in sysdeps/generic diff --git a/math/w_jnf_compat.c b/math/w_jnf_compat.c index 04c853aea5..0145e2d585 100644 --- a/math/w_jnf_compat.c +++ b/math/w_jnf_compat.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU 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 <math.h> diff --git a/math/w_lgamma_r_template.c b/math/w_lgamma_r_template.c index c002ae81ef..88ed284048 100644 --- a/math/w_lgamma_r_template.c +++ b/math/w_lgamma_r_template.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ /* Only build wrappers from the templates for the types that define the macro below. This macro is set in math-type-macros-<type>.h in sysdeps/generic diff --git a/math/w_lgamma_template.c b/math/w_lgamma_template.c index 89b3680197..44a7f928f3 100644 --- a/math/w_lgamma_template.c +++ b/math/w_lgamma_template.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ /* Only build wrappers from the templates for the types that define the macro below. This macro is set in math-type-macros-<type>.h in sysdeps/generic diff --git a/math/w_llogb_template.c b/math/w_llogb_template.c index a34b15a9ab..494a07eec0 100644 --- a/math/w_llogb_template.c +++ b/math/w_llogb_template.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU 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 <errno.h> diff --git a/math/w_log10_compat.c b/math/w_log10_compat.c index 7e23303539..117b4360f9 100644 --- a/math/w_log10_compat.c +++ b/math/w_log10_compat.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU 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 <math.h> diff --git a/math/w_log10_template.c b/math/w_log10_template.c index 88f083c4fe..d0fd62d593 100644 --- a/math/w_log10_template.c +++ b/math/w_log10_template.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ /* Only build wrappers from the templates for the types that define the macro below. This macro is set in math-type-macros-<type>.h in sysdeps/generic diff --git a/math/w_log10f_compat.c b/math/w_log10f_compat.c index 37e2c359e1..268e92d0f7 100644 --- a/math/w_log10f_compat.c +++ b/math/w_log10f_compat.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU 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 <math.h> diff --git a/math/w_log10l_compat.c b/math/w_log10l_compat.c index d0f17b8d03..5b9b091e7e 100644 --- a/math/w_log10l_compat.c +++ b/math/w_log10l_compat.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU 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 <math.h> diff --git a/math/w_log1p_template.c b/math/w_log1p_template.c index 0c582d8951..707b322f7f 100644 --- a/math/w_log1p_template.c +++ b/math/w_log1p_template.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU 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/math/w_log2_compat.c b/math/w_log2_compat.c index 73be1d310c..f6a9e2e010 100644 --- a/math/w_log2_compat.c +++ b/math/w_log2_compat.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU 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 <math.h> diff --git a/math/w_log2_template.c b/math/w_log2_template.c index 3d4eb5965c..aa6b3fb563 100644 --- a/math/w_log2_template.c +++ b/math/w_log2_template.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ /* Only build wrappers from the templates for the types that define the macro below. This macro is set in math-type-macros-<type>.h in sysdeps/generic diff --git a/math/w_log2f_compat.c b/math/w_log2f_compat.c index 464a10cbd2..8b97fee109 100644 --- a/math/w_log2f_compat.c +++ b/math/w_log2f_compat.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU 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 <math.h> diff --git a/math/w_log2l_compat.c b/math/w_log2l_compat.c index b502b35442..cf1d13c9ce 100644 --- a/math/w_log2l_compat.c +++ b/math/w_log2l_compat.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU 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 <math.h> diff --git a/math/w_log_compat.c b/math/w_log_compat.c index 8d02f720c3..cf70f566b5 100644 --- a/math/w_log_compat.c +++ b/math/w_log_compat.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU 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 <math.h> diff --git a/math/w_log_template.c b/math/w_log_template.c index 42a84683aa..a2bf3d84bd 100644 --- a/math/w_log_template.c +++ b/math/w_log_template.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ /* Only build wrappers from the templates for the types that define the macro below. This macro is set in math-type-macros-<type>.h in sysdeps/generic diff --git a/math/w_logf_compat.c b/math/w_logf_compat.c index fdd3cb4450..21b040ffa6 100644 --- a/math/w_logf_compat.c +++ b/math/w_logf_compat.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU 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 <math.h> diff --git a/math/w_logl_compat.c b/math/w_logl_compat.c index 28b5b0f50d..c161f097e6 100644 --- a/math/w_logl_compat.c +++ b/math/w_logl_compat.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU 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 <math.h> diff --git a/math/w_pow_compat.c b/math/w_pow_compat.c index 7e84256d1d..615a6ce0c5 100644 --- a/math/w_pow_compat.c +++ b/math/w_pow_compat.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU 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 <math_private.h> diff --git a/math/w_pow_template.c b/math/w_pow_template.c index 5f9201306c..0a2fa64dc0 100644 --- a/math/w_pow_template.c +++ b/math/w_pow_template.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ /* Only build wrappers from the templates for the types that define the macro below. This macro is set in math-type-macros-<type>.h in sysdeps/generic diff --git a/math/w_powf_compat.c b/math/w_powf_compat.c index 40ab213e10..ba63e966ad 100644 --- a/math/w_powf_compat.c +++ b/math/w_powf_compat.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU 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 <math_private.h> diff --git a/math/w_powl_compat.c b/math/w_powl_compat.c index ea6720501a..4f9ca33db5 100644 --- a/math/w_powl_compat.c +++ b/math/w_powl_compat.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU 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 <math_private.h> diff --git a/math/w_remainder_compat.c b/math/w_remainder_compat.c index 8a695d9bf2..cef5da3646 100644 --- a/math/w_remainder_compat.c +++ b/math/w_remainder_compat.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU 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 <math_private.h> diff --git a/math/w_remainder_template.c b/math/w_remainder_template.c index c128f9979b..5624146919 100644 --- a/math/w_remainder_template.c +++ b/math/w_remainder_template.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ /* Only build wrappers from the templates for the types that define the macro below. This macro is set in math-type-macros-<type>.h in sysdeps/generic diff --git a/math/w_remainderf_compat.c b/math/w_remainderf_compat.c index 029b3a8eba..f9912a81ec 100644 --- a/math/w_remainderf_compat.c +++ b/math/w_remainderf_compat.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU 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 <math_private.h> diff --git a/math/w_remainderl_compat.c b/math/w_remainderl_compat.c index 118be4b98a..6c5e736a56 100644 --- a/math/w_remainderl_compat.c +++ b/math/w_remainderl_compat.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU 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 <math_private.h> diff --git a/math/w_scalb_compat.c b/math/w_scalb_compat.c index dc1d8fc656..bc3c9d6a09 100644 --- a/math/w_scalb_compat.c +++ b/math/w_scalb_compat.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU 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/math/w_scalbf_compat.c b/math/w_scalbf_compat.c index 014165d9f3..98511daaee 100644 --- a/math/w_scalbf_compat.c +++ b/math/w_scalbf_compat.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU 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/math/w_scalbl_compat.c b/math/w_scalbl_compat.c index 2373cdf686..dc5d4ad5b2 100644 --- a/math/w_scalbl_compat.c +++ b/math/w_scalbl_compat.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU 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/math/w_scalbln_template.c b/math/w_scalbln_template.c index 0630aa52d0..ff47dfae2a 100644 --- a/math/w_scalbln_template.c +++ b/math/w_scalbln_template.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU 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/math/w_sinh_template.c b/math/w_sinh_template.c index 93615cd1e2..3437e1d652 100644 --- a/math/w_sinh_template.c +++ b/math/w_sinh_template.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ /* Only build wrappers from the templates for the types that define the macro below. This macro is set in math-type-macros-<type>.h in sysdeps/generic diff --git a/math/w_sqrt_compat.c b/math/w_sqrt_compat.c index cc5ba4b77d..f582757a31 100644 --- a/math/w_sqrt_compat.c +++ b/math/w_sqrt_compat.c @@ -14,7 +14,7 @@ You should have received a copy of the 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_MATH_REDIRECT #include <math.h> diff --git a/math/w_sqrt_template.c b/math/w_sqrt_template.c index d2f4c3aae2..b3beba21f0 100644 --- a/math/w_sqrt_template.c +++ b/math/w_sqrt_template.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ /* Only build wrappers from the templates for the types that define the macro below. This macro is set in math-type-macros-<type>.h in sysdeps/generic diff --git a/math/w_sqrtf_compat.c b/math/w_sqrtf_compat.c index 6328f41193..b774381555 100644 --- a/math/w_sqrtf_compat.c +++ b/math/w_sqrtf_compat.c @@ -14,7 +14,7 @@ You should have received a copy of the 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_MATH_REDIRECT #include <math.h> diff --git a/math/w_sqrtl_compat.c b/math/w_sqrtl_compat.c index 0cdde776cf..f76d8eeb4e 100644 --- a/math/w_sqrtl_compat.c +++ b/math/w_sqrtl_compat.c @@ -14,7 +14,7 @@ You should have received a copy of the 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_MATH_REDIRECT #include <math.h> diff --git a/math/w_tgamma_template.c b/math/w_tgamma_template.c index cd2c7996d1..aa842b1c86 100644 --- a/math/w_tgamma_template.c +++ b/math/w_tgamma_template.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ /* Only build wrappers from the templates for the types that define the macro below. This macro is set in math-type-macros-<type>.h in sysdeps/generic |