diff options
Diffstat (limited to 'math')
380 files changed, 381 insertions, 381 deletions
diff --git a/math/Makefile b/math/Makefile index 247e31d..4c7e77e 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 2017bd0..b3d73ae 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 1e44b00..fc3d3a6 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 15ee7a3..809c3cf 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 4f6821f..b004abf 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 650ee28..f45a68a 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 57bd32d..b6c12bf 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 4b92cac..8f7b786 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 edb9f8f..e4a347e 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 4703b28..7216826 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 d48e399..cdf6f39 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 0c2a64c..ae7d5de 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 1412fc1..5de8446 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 f3e1d84..ab9ada6 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 6cfa11a..2964e78 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 509171f..4b3aeea 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 a91a415..3262687 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 d578005..665c5d1 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 24408f7..92a2882 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 775a014..cd0ec36 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 3f69dc9..8d8730d 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 e332800..66a8bf2 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 5782fc9..4c3194f 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 00ad3f9..1f7119c 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 3d827d0..7b866e8 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 64adb7b..67d590e 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 a796b9b..e516b34 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 4231cc3..557a5dd 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 4267229..81c2f10 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 3592eff..69d1f2d 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 5e7471e..e05ef26 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 fa6514f..ae225b5 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 bcd6ef3..455860b 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 bd8e12b..5f520a9 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 62ab1ee..89b51df 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 aac7bae..db0bb50 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 cec0369..ccddc34 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 367fea0..a609532 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 945d1f7..1ecd15e 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 505e92b..40d9c51 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 7c1e095..f4f4c0f 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 e2896cb..08a11cf 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 17b95bd..9335884 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 7ee092e..a511ae3 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 f0f0dcd..db5f080 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 d7b992e..e642122 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 e56f52b..f15af29 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 6f9067d..57f8477 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 4574215..81d82ce 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 1c09844..ffd92e3 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 f5fa5b7..111661e 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 d727818..c365511 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 e4521d3..6f04f30 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 3ad45d9..e27fb48 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 a49d235..b491fd8 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 9bb51d8..e92da2d 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 03bb67a..174aff4 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 ad93c96..99ce0cd 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 a86fc65..5d3660d 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 e9160fe..edacff6 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 b287829..2953d21 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 2acbd22..bc17f9b 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 9f6c18f..c02c9f5 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 6a18df3..f17901f 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 cbfbcc3..a1d7181 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 9248225..4dbdd25 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 bcea372..a3e3807 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 f8378aa..da1fb25 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 6928377..330a393 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 9334856..049bbbd 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 323ac1c..902cf20 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 1476a8c..8caa9fd 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 f0a34a7..58ae43c 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 8aaf8aa..9b8ed06 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 40aa5a0..6d9486e 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 eeb5dc1..aff5803 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 313e947..5af74c8 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 5cbe879..9e8eb5c 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 ddf01a3..595fb8b 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 2c81aac..fb3c808 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 3d771f4..80e6a96 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 f307918..f1af609 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 29a6508..a188505 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 419a0a8..fe6a810 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 325ac40..ec55092 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 743914d..33a2190 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 440d60b..bc5a903 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 bf2df35..c5c3db2 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 d3b2a2c..126bcc0 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 68aaa6f..3cb8272 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 d9b9b38..d247294 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 13ed373..19c2c43 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 7333f08..bdafa50 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 4f885ba..5ef286d 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 7218df9..8a474f7 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 9850119..a34a454 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 4498d37..8536cfe 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 22d8d04..6c97f25 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 95d5294..3eaca99 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 815629e..c8d1763 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 0e0e479..ddd1b70 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 7bc3268..8a62e07 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 88b2e87..77551ad 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 fe627e2..05a4cc8 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 57fd4bd..0d338d2 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 6f2cf98..c0b0da2 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 9f93f79..cd2cfed 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 d0c6832..c2be1dc 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 6a92d68..0e55753 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 f724016..119f8ba 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 d93c256..5a0f385 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 ea02124..dd8edfc 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 291f36e..70afa22 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 75642f6..0d93fa3 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 1cdd28a..63a1c8d 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 1f91a25..3f9b0a6 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 4679521..60435df 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 f352277..9e89baf 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 4a84e0b..9908b4e 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 061efce..323b384 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 c466903..efc2c70 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 5eceffa..7f35faf 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 c3f1887..2423ac2 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 284a959..e63fa92 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 56bef52..aebb185 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 39da11f..d7e190c 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 46583ed..795c0d5 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 900cc24..aa7c51f 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 b3acc41..ccab750 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 6c243fe..c855359 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 dfcd1a6..1969287 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 29280aa..26f58548 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 fad66c2..7946a8a 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 1423cc7..4894c88 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 d3d5ef7..50197eb 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 3f3a4a1..1f3db58 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 c67e0ec..e47fddf 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 cbf1746..d3156c5 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 ce8f0be..1c6909c 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 9f26711..27b9347 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 7d7e58a..a864816 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 97fce1f..2f9ccef 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 152034c..868309d 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 6ef257b..fb5b049 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 dae4d8f..22e0477 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 9710606..43fe947 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 d517e5d..2f9ce93 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 87986b1..26fabe1 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 ec8c820..af9b0bb 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 bceb8dc..4bfbfef 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 b591d84..db96dc2 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 fa82139..e49354b 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 21c7252..c28f8ec 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 08afd7e..0a6e3bf 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 92dea2a..c979728 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 9755093..4305bc5 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 6ff0c1e..58fb69f 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 f8ba170..11a3800 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 f86906c..39d5aa3 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 1fc4fa6..2224ea1 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 e3acd35..3d781b0 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 8b0dfbe..a86e539 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 f54003d..1190a46 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 25b40ed..808a015 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 975f1bd..7d5222a 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 73d0f61..26d67cf 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 74c9baa..f0bff18 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 e3f1cd8..9d7adaf 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 b694397..156aca5 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 5f986da..9ba6734 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 2b8d5a3..de367fe 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 5051d2b..263e4e4 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 a4c559d..02e1d56 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 c799286..5a84aa4 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 9f3216b..03b957a 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 78de2c7..9bd9625 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 eb62407..903ac9a 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 8c54560..69b1a80 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 b0ace4e..68b33fe 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 2762636..dcf740b 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 0d7d1d9..d2cd548 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 3288371..26fddda 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 d03ba34..999c539 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 fd79984..2c50bfe 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 dba163f..233e907 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 e738d36..4997937 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 f001b4b..8f8402e 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 9688e8d..1058b5d 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 4614494..03c3d62 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 d707e5f..c680433 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 9cb08be..e9cb590 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 838bd65..81a74a7 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 a47e969..540f2b5 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 be81b06..f87c95f 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 bdbff86..9995786 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 dc5b7df..5dbb989 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 a9f02e3..eeab6d4 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 0b92dad..aaa2489 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 c1c74ae..6cc895b 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 6a11f68..8a8a735 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 aa7f07a..1adee58 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 25029c3..7fadc98 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 8a17730..7d82efb 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 abec0b2..2c0b18d 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 38dd44c..7bb75fc 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 fa3741a..d7caeaa 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 bfc48b7..5462987 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 7888a97..b87c95b 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 f26eacd..2805042 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 e3a5318..05b71c3 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 5768fbc..bc88be0 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 b50d727..c76a821 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 69568c6..098c1e5 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 ec95cd4..1ebe4cc 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 84c8ee1..259e280 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 ce3d363..8f1b3d4 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 0bd75d0..73f7d92 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 f56ea5c..0f1fc3a 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 f4cd42a..3a27099 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 8aca6f9..7318b28 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 33f05ac..f65c3c6 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 03c8e62..11801c9 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 5b699c3..4f5815a 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 3a9d9a8..fa7c9c5 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 2cdb0bf..6be7dd0 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 29a91b4..9c9eabb 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 e3462c0..4fc4cbe 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 a5bbad6..c006f13 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 6258902..c302eaa 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 3829a17..15af0a3 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 00e8d64..d80a991 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 5e5352f..48debdc 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 68560f6..29d060e 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 f598b6a..0e1719b 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 470a1e4..1430604 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 bcce60f..e8c0998 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 4ad5288..fcceff1 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 46b763f..a2bb816 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 c7b14d6..688b6d9 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 fe0cc43..3d1f127 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 589922a..2b25598 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 badffff..756e79d 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 2052e46..c5ffd10 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 468773f..97d9a93 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 795b7cd..68e4c68 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 14524a3..59b65fa 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 ffe8100..4afa4d1 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 0807536..8a6fd61 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 b50c96d..4a6e395 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 4c8f8c7..f788d54 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 286479b..10b1fad 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 47d1dfb..358fb6e 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 2c5d024..becc2f0 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 f080940..0910958 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 b0e9f05..1a080c3 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 03558b7..60a4289 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 668390b..e6d2b9c 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 ef0c054..18d9059 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 0bd7764..7e0e283 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 4c08a6e..ff2cd10 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 1d13445..81e975e 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 e3e0a77..e157681 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 57610f6..539064f 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 c609074..b515125 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 a41169e..ca4aca7 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 e3c8e0a..1123127 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 7f3f694..03e0fbc 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 b51cf52..367f3a4 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 7008a8e..6254d8d 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 e5b2dd7..d29b1ce 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 b563265..df21a7f 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 c7d7c66..115df89 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 ebc0f85..7bd6a82 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 6691265..8b26599 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 e3456aa..0ef88f5 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 7332997..8f8f60c 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 5621d01..b84ff7c 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 b211dde..9ce66b0 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 2e6a185..e0393b4 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 94b6926..cd95607 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 01c876a..da8bc14 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 76ac115..7edf93d 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 e2176df..c94233c 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 43a2265..21c1b23 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 6d3864d..86fd19a 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 84497f9..a55a83f 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 46d7281..d7530d0 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 12775fd8..6aa408e 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 5898359..d87cff3 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 9be03a9..61e7e4b 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 5ec697c..66ae303 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 59f6874..ee05458 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 dc96392..20a738d 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 3ad75d0..4aeee3a 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 7c4cabb..4565870 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 f8f1e5b..1aea3d0 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 f62a6ff..5f9fb4a 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 0c58cc9..bf9ba26 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 34ee178..7beef18 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 243e1c7..a0fcbca 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 14e4ff2..1ad59ea 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 8777bb6..4d9c1a7 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 72cea17..30746d3 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 f0c2394..a915f1e 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 e673592..53e7ac0 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 594ff0d..ac929ff 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 31722c3..ed7e755 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 a0f53a3..dbba297 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 82a1041..0ffca2d 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 7e009b8..0dbd1b3 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 9f87097..5023a5d 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 8c46cee..24616e9 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 87e65aa..5692316 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 dc5c046..92d03f0 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 2db4a20..71456d0 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 96f289e..05c9095 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 7ec714b..c1d068d 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 642ef4d..b971ed8 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 b5a234f..a67d6b9 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 6c90213..e138ddc 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 6fcfb4d..7aca49b 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 fad8e7d..7a2b8c5 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 b0d0cf6..34759fd 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 13578b2..51bc994 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 2d015c6..acc3e25 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 b1bdecd..cfa0eb6 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 c87ba1e..9a3761d 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 6796959..810d88e 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 7546830..181fc21 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 0da2e31..19691fb 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 100a1f9..0c42457 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 1b5126f..2f7cf54 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 43c3e1e..278c3ff 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 061fee8..0e7bd79 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 b34eada..a658dbb 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 b74dd12..fd0e348 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 391d9bf..48615d2 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 fb54fb3..90d1c3a 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 76e7383..5bbf55c 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 8e6e54f..6e088ed 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 18ffe77..138d0df 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 671c6fe..74f9996 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 ee87a35..9e1a20c 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 11851a2..8bf51a8 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 af447f3..5638e93 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 04c853a..0145e2d 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 c002ae8..88ed284 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 89b3680..44a7f92 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 a34b15a..494a07e 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 7e23303..117b436 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 88f083c..d0fd62d 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 37e2c35..268e92d 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 d0f17b8..5b9b091 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 0c582d8..707b322 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 73be1d3..f6a9e2e 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 3d4eb59..aa6b3fb 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 464a10c..8b97fee 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 b502b35..cf1d13c 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 8d02f72..cf70f56 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 42a8468..a2bf3d8 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 fdd3cb4..21b040f 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 28b5b0f..c161f09 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 7e84256..615a6ce 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 5f92013..0a2fa64 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 40ab213..ba63e96 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 ea67205..4f9ca33 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 8a695d9..cef5da3 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 c128f99..5624146 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 029b3a8..f9912a8 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 118be4b..6c5e736 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 dc1d8fc..bc3c9d6 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 014165d..98511da 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 2373cdf..dc5d4ad 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 0630aa5..ff47dfa 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 93615cd..3437e1d 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 cc5ba4b..f582757 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 d2f4c3a..b3beba2 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 6328f41..b774381 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 0cdde77..f76d8ee 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 cd2c799..aa842b1 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 |