From 5a82c74822d3272df2f5929133680478c0cfb4bd Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Fri, 6 Sep 2019 22:40:42 -0700 Subject: Prefer https to http for gnu.org and fsf.org URLs Also, change sources.redhat.com to sourceware.org. This patch was automatically generated by running the following shell script, which uses GNU sed, and which avoids modifying files imported from upstream: sed -ri ' s,(http|ftp)(://(.*\.)?(gnu|fsf|sourceware)\.org($|[^.]|\.[^a-z])),https\2,g s,(http|ftp)(://(.*\.)?)sources\.redhat\.com($|[^.]|\.[^a-z]),https\2sourceware.org\4,g ' \ $(find $(git ls-files) -prune -type f \ ! -name '*.po' \ ! -name 'ChangeLog*' \ ! -path COPYING ! -path COPYING.LIB \ ! -path manual/fdl-1.3.texi ! -path manual/lgpl-2.1.texi \ ! -path manual/texinfo.tex ! -path scripts/config.guess \ ! -path scripts/config.sub ! -path scripts/install-sh \ ! -path scripts/mkinstalldirs ! -path scripts/move-if-change \ ! -path INSTALL ! -path locale/programs/charmap-kw.h \ ! -path po/libc.pot ! -path sysdeps/gnu/errlist.c \ ! '(' -name configure \ -execdir test -f configure.ac -o -f configure.in ';' ')' \ ! '(' -name preconfigure \ -execdir test -f preconfigure.ac ';' ')' \ -print) and then by running 'make dist-prepare' to regenerate files built from the altered files, and then executing the following to cleanup: chmod a+x sysdeps/unix/sysv/linux/riscv/configure # Omit irrelevant whitespace and comment-only changes, # perhaps from a slightly-different Autoconf version. git checkout -f \ sysdeps/csky/configure \ sysdeps/hppa/configure \ sysdeps/riscv/configure \ sysdeps/unix/sysv/linux/csky/configure # Omit changes that caused a pre-commit check to fail like this: # remote: *** error: sysdeps/powerpc/powerpc64/ppc-mcount.S: trailing lines git checkout -f \ sysdeps/powerpc/powerpc64/ppc-mcount.S \ sysdeps/unix/sysv/linux/s390/s390-64/syscall.S # Omit change that caused a pre-commit check to fail like this: # remote: *** error: sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: last line does not end in newline git checkout -f sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S --- math/Makefile | 4 ++-- math/atest-exp.c | 2 +- math/atest-exp2.c | 2 +- math/atest-sincos.c | 2 +- math/auto-libm-test-in | 2 +- math/basic-test.c | 2 +- math/bits/cmathcalls.h | 2 +- math/bits/mathcalls-helper-functions.h | 2 +- math/bits/mathcalls-narrow.h | 2 +- math/bits/mathcalls.h | 2 +- math/cabs_template.c | 2 +- math/carg_template.c | 2 +- math/cimag_template.c | 2 +- math/complex.h | 2 +- math/conj_template.c | 2 +- math/creal_template.c | 2 +- math/divtc3.c | 2 +- math/e_exp10.c | 2 +- math/e_exp10f.c | 2 +- math/e_exp10l.c | 2 +- math/e_exp2_template.c | 2 +- math/e_scalb.c | 2 +- math/e_scalbf.c | 2 +- math/e_scalbl.c | 2 +- math/fclrexcpt.c | 2 +- math/fedisblxcpt.c | 2 +- math/feenablxcpt.c | 2 +- math/fegetenv.c | 2 +- math/fegetexcept.c | 2 +- math/fegetmode.c | 2 +- math/fegetround.c | 2 +- math/feholdexcpt.c | 2 +- math/fenv.h | 2 +- math/fesetenv.c | 2 +- math/fesetexcept.c | 2 +- math/fesetmode.c | 2 +- math/fesetround.c | 2 +- math/fetestexceptflag.c | 2 +- math/feupdateenv.c | 2 +- math/fgetexcptflg.c | 2 +- math/finclude/math-vector-fortran.h | 2 +- math/fpu_control.c | 2 +- math/fraiseexcpt.c | 2 +- math/fromfp.h | 2 +- math/fsetexcptflg.c | 2 +- math/ftestexcept.c | 2 +- math/gen-auto-libm-tests.c | 2 +- math/gen-fromfp-tests.py | 2 +- math/gen-libm-test.py | 2 +- math/gen-tgmath-tests.py | 2 +- math/k_casinh_template.c | 2 +- math/lgamma-compat.h | 2 +- math/libm-test-acos.inc | 2 +- math/libm-test-acosh.inc | 2 +- math/libm-test-asin.inc | 2 +- math/libm-test-asinh.inc | 2 +- math/libm-test-atan.inc | 2 +- math/libm-test-atan2.inc | 2 +- math/libm-test-atanh.inc | 2 +- math/libm-test-cabs.inc | 2 +- math/libm-test-cacos.inc | 2 +- math/libm-test-cacosh.inc | 2 +- math/libm-test-canonicalize.inc | 2 +- math/libm-test-carg.inc | 2 +- math/libm-test-casin.inc | 2 +- math/libm-test-casinh.inc | 2 +- math/libm-test-catan.inc | 2 +- math/libm-test-catanh.inc | 2 +- math/libm-test-cbrt.inc | 2 +- math/libm-test-ccos.inc | 2 +- math/libm-test-ccosh.inc | 2 +- math/libm-test-ceil.inc | 2 +- math/libm-test-cexp.inc | 2 +- math/libm-test-cimag.inc | 2 +- math/libm-test-clog.inc | 2 +- math/libm-test-clog10.inc | 2 +- math/libm-test-compat_totalorder.inc | 2 +- math/libm-test-compat_totalordermag.inc | 2 +- math/libm-test-conj.inc | 2 +- math/libm-test-copysign.inc | 2 +- math/libm-test-cos.inc | 2 +- math/libm-test-cosh.inc | 2 +- math/libm-test-cpow.inc | 2 +- math/libm-test-cproj.inc | 2 +- math/libm-test-creal.inc | 2 +- math/libm-test-csin.inc | 2 +- math/libm-test-csinh.inc | 2 +- math/libm-test-csqrt.inc | 2 +- math/libm-test-ctan.inc | 2 +- math/libm-test-ctanh.inc | 2 +- math/libm-test-driver.c | 2 +- math/libm-test-erf.inc | 2 +- math/libm-test-erfc.inc | 2 +- math/libm-test-exp.inc | 2 +- math/libm-test-exp10.inc | 2 +- math/libm-test-exp2.inc | 2 +- math/libm-test-expm1.inc | 2 +- math/libm-test-fabs.inc | 2 +- math/libm-test-fdim.inc | 2 +- math/libm-test-floor.inc | 2 +- math/libm-test-fma.inc | 2 +- math/libm-test-fmax.inc | 2 +- math/libm-test-fmaxmag.inc | 2 +- math/libm-test-fmin.inc | 2 +- math/libm-test-fminmag.inc | 2 +- math/libm-test-fmod.inc | 2 +- math/libm-test-fpclassify.inc | 2 +- math/libm-test-frexp.inc | 2 +- math/libm-test-fromfp.inc | 2 +- math/libm-test-fromfpx.inc | 2 +- math/libm-test-getpayload.inc | 2 +- math/libm-test-hypot.inc | 2 +- math/libm-test-ilogb.inc | 2 +- math/libm-test-iscanonical.inc | 2 +- math/libm-test-iseqsig.inc | 2 +- math/libm-test-isfinite.inc | 2 +- math/libm-test-isgreater.inc | 2 +- math/libm-test-isgreaterequal.inc | 2 +- math/libm-test-isinf.inc | 2 +- math/libm-test-isless.inc | 2 +- math/libm-test-islessequal.inc | 2 +- math/libm-test-islessgreater.inc | 2 +- math/libm-test-isnan.inc | 2 +- math/libm-test-isnormal.inc | 2 +- math/libm-test-issignaling.inc | 2 +- math/libm-test-issubnormal.inc | 2 +- math/libm-test-isunordered.inc | 2 +- math/libm-test-iszero.inc | 2 +- math/libm-test-j0.inc | 2 +- math/libm-test-j1.inc | 2 +- math/libm-test-jn.inc | 2 +- math/libm-test-lgamma.inc | 2 +- math/libm-test-llogb.inc | 2 +- math/libm-test-llrint.inc | 2 +- math/libm-test-llround.inc | 2 +- math/libm-test-log.inc | 2 +- math/libm-test-log10.inc | 2 +- math/libm-test-log1p.inc | 2 +- math/libm-test-log2.inc | 2 +- math/libm-test-logb.inc | 2 +- math/libm-test-lrint.inc | 2 +- math/libm-test-lround.inc | 2 +- math/libm-test-modf.inc | 2 +- math/libm-test-narrow-add.inc | 2 +- math/libm-test-narrow-div.inc | 2 +- math/libm-test-narrow-mul.inc | 2 +- math/libm-test-narrow-sub.inc | 2 +- math/libm-test-nearbyint.inc | 2 +- math/libm-test-nextafter.inc | 2 +- math/libm-test-nextdown.inc | 2 +- math/libm-test-nexttoward.inc | 2 +- math/libm-test-nextup.inc | 2 +- math/libm-test-pow.inc | 2 +- math/libm-test-remainder.inc | 2 +- math/libm-test-remquo.inc | 2 +- math/libm-test-rint.inc | 2 +- math/libm-test-round.inc | 2 +- math/libm-test-roundeven.inc | 2 +- math/libm-test-scalb.inc | 2 +- math/libm-test-scalbln.inc | 2 +- math/libm-test-scalbn.inc | 2 +- math/libm-test-setpayload.inc | 2 +- math/libm-test-setpayloadsig.inc | 2 +- math/libm-test-signbit.inc | 2 +- math/libm-test-significand.inc | 2 +- math/libm-test-sin.inc | 2 +- math/libm-test-sincos.inc | 2 +- math/libm-test-sinh.inc | 2 +- math/libm-test-sqrt.inc | 2 +- math/libm-test-support.c | 2 +- math/libm-test-support.h | 2 +- math/libm-test-tan.inc | 2 +- math/libm-test-tanh.inc | 2 +- math/libm-test-tgamma.inc | 2 +- math/libm-test-totalorder.inc | 2 +- math/libm-test-totalordermag.inc | 2 +- math/libm-test-trunc.inc | 2 +- math/libm-test-ufromfp.inc | 2 +- math/libm-test-ufromfpx.inc | 2 +- math/libm-test-y0.inc | 2 +- math/libm-test-y1.inc | 2 +- math/libm-test-yn.inc | 2 +- math/math-narrow.h | 2 +- math/math-svid-compat.h | 2 +- math/math-underflow.h | 2 +- math/math.h | 2 +- math/mul_split.h | 2 +- math/mul_splitl.h | 2 +- math/multc3.c | 2 +- math/s_cacos_template.c | 2 +- math/s_cacosh_template.c | 2 +- math/s_canonicalize_template.c | 2 +- math/s_casin_template.c | 2 +- math/s_casinh_template.c | 2 +- math/s_catan_template.c | 2 +- math/s_catanh_template.c | 2 +- math/s_ccos_template.c | 2 +- math/s_ccosh_template.c | 2 +- math/s_cexp_template.c | 2 +- math/s_clog10_template.c | 2 +- math/s_clog_template.c | 2 +- math/s_cpow_template.c | 2 +- math/s_cproj_template.c | 2 +- math/s_csin_template.c | 2 +- math/s_csinh_template.c | 2 +- math/s_csqrt_template.c | 2 +- math/s_ctan_template.c | 2 +- math/s_ctanh_template.c | 2 +- math/s_fdim_template.c | 2 +- math/s_fma.c | 2 +- math/s_fmaf.c | 2 +- math/s_fmal.c | 2 +- math/s_fmax_template.c | 2 +- math/s_fmaxmag_template.c | 2 +- math/s_fmin_template.c | 2 +- math/s_fminmag_template.c | 2 +- math/s_iseqsig_template.c | 2 +- math/s_nan_template.c | 2 +- math/s_nextdown_template.c | 2 +- math/s_significand_template.c | 2 +- math/setfpucw.c | 2 +- math/test-arg-double.h | 2 +- math/test-arg-float128.h | 2 +- math/test-arg-float32x.h | 2 +- math/test-arg-float64.h | 2 +- math/test-arg-float64x.h | 2 +- math/test-arg-ldouble.h | 2 +- math/test-double-vlen2.h | 2 +- math/test-double-vlen4.h | 2 +- math/test-double-vlen8.h | 2 +- math/test-double.h | 2 +- math/test-fe-snans-always-signal.c | 2 +- math/test-femode-traps.c | 2 +- math/test-femode.c | 2 +- math/test-fenv-clear-main.c | 2 +- math/test-fenv-preserve.c | 2 +- math/test-fenv-return.c | 2 +- math/test-fenv-tls.c | 2 +- math/test-fenv.c | 2 +- math/test-fenvinline.c | 2 +- math/test-fesetexcept-traps.c | 2 +- math/test-fesetexcept.c | 2 +- math/test-fetestexceptflag.c | 2 +- math/test-fexcept-traps.c | 2 +- math/test-fexcept.c | 2 +- math/test-finite-macros.c | 2 +- math/test-float-vlen16.h | 2 +- math/test-float-vlen4.h | 2 +- math/test-float-vlen8.h | 2 +- math/test-float.h | 2 +- math/test-float128.h | 2 +- math/test-float32.h | 2 +- math/test-float32x.h | 2 +- math/test-float64.h | 2 +- math/test-float64x.h | 2 +- math/test-flt-eval-method.c | 2 +- math/test-fp-ilogb-constants.c | 2 +- math/test-fp-llogb-constants.c | 2 +- math/test-fpucw-ieee.c | 2 +- math/test-fpucw.c | 2 +- math/test-iseqsig-excess-precision.c | 2 +- math/test-iszero-excess-precision.c | 2 +- math/test-ldouble.h | 2 +- math/test-math-cxx11.cc | 2 +- math/test-math-errno.h | 2 +- math/test-math-finite.h | 2 +- math/test-math-floatn.h | 2 +- math/test-math-inline.h | 2 +- math/test-math-iscanonical.cc | 2 +- math/test-math-iseqsig.cc | 2 +- math/test-math-isinff.cc | 2 +- math/test-math-issignaling.cc | 2 +- math/test-math-iszero.cc | 2 +- math/test-math-narrow.h | 2 +- math/test-math-no-finite.h | 2 +- math/test-math-no-inline.h | 2 +- math/test-math-scalar.h | 2 +- math/test-math-vector.h | 2 +- math/test-matherr-2.c | 2 +- math/test-matherr-3.c | 2 +- math/test-matherr.c | 2 +- math/test-misc.c | 2 +- math/test-nan-const.c | 2 +- math/test-nan-overflow.c | 2 +- math/test-nan-payload.c | 2 +- math/test-narrow-macros.c | 2 +- math/test-nearbyint-except-2.c | 2 +- math/test-nearbyint-except.c | 2 +- math/test-powl.c | 2 +- math/test-signgam-finite-c99.c | 2 +- math/test-signgam-finite.c | 2 +- math/test-signgam-main.c | 2 +- math/test-snan.c | 2 +- math/test-tgmath-int.c | 2 +- math/test-tgmath-ret.c | 2 +- math/test-tgmath.c | 2 +- math/test-tgmath2.c | 2 +- math/tgmath.h | 2 +- math/tst-CMPLX2.c | 2 +- math/tst-definitions.c | 2 +- math/w_acos_compat.c | 2 +- math/w_acos_template.c | 2 +- math/w_acosf_compat.c | 2 +- math/w_acosh_compat.c | 2 +- math/w_acosh_template.c | 2 +- math/w_acoshf_compat.c | 2 +- math/w_acoshl_compat.c | 2 +- math/w_acosl_compat.c | 2 +- math/w_asin_compat.c | 2 +- math/w_asin_template.c | 2 +- math/w_asinf_compat.c | 2 +- math/w_asinl_compat.c | 2 +- math/w_atan2_compat.c | 2 +- math/w_atan2_template.c | 2 +- math/w_atan2f_compat.c | 2 +- math/w_atan2l_compat.c | 2 +- math/w_atanh_compat.c | 2 +- math/w_atanh_template.c | 2 +- math/w_atanhf_compat.c | 2 +- math/w_atanhl_compat.c | 2 +- math/w_cosh_template.c | 2 +- math/w_exp10_compat.c | 2 +- math/w_exp10_template.c | 2 +- math/w_exp10f_compat.c | 2 +- math/w_exp10l_compat.c | 2 +- math/w_exp2_template.c | 2 +- math/w_exp_compat.c | 2 +- math/w_exp_template.c | 2 +- math/w_expf_compat.c | 2 +- math/w_fmod_compat.c | 2 +- math/w_fmod_template.c | 2 +- math/w_fmodf_compat.c | 2 +- math/w_fmodl_compat.c | 2 +- math/w_hypot_template.c | 2 +- math/w_ilogb_template.c | 2 +- math/w_j0_compat.c | 2 +- math/w_j0_template.c | 2 +- math/w_j0f_compat.c | 2 +- math/w_j0l_compat.c | 2 +- math/w_j1_compat.c | 2 +- math/w_j1_template.c | 2 +- math/w_j1f_compat.c | 2 +- math/w_j1l_compat.c | 2 +- math/w_jn_compat.c | 2 +- math/w_jn_template.c | 2 +- math/w_jnf_compat.c | 2 +- math/w_lgamma_r_template.c | 2 +- math/w_lgamma_template.c | 2 +- math/w_llogb_template.c | 2 +- math/w_log10_compat.c | 2 +- math/w_log10_template.c | 2 +- math/w_log10f_compat.c | 2 +- math/w_log10l_compat.c | 2 +- math/w_log1p_template.c | 2 +- math/w_log2_compat.c | 2 +- math/w_log2_template.c | 2 +- math/w_log2f_compat.c | 2 +- math/w_log2l_compat.c | 2 +- math/w_log_compat.c | 2 +- math/w_log_template.c | 2 +- math/w_logf_compat.c | 2 +- math/w_logl_compat.c | 2 +- math/w_pow_compat.c | 2 +- math/w_pow_template.c | 2 +- math/w_powf_compat.c | 2 +- math/w_powl_compat.c | 2 +- math/w_remainder_compat.c | 2 +- math/w_remainder_template.c | 2 +- math/w_remainderf_compat.c | 2 +- math/w_remainderl_compat.c | 2 +- math/w_scalb_compat.c | 2 +- math/w_scalbf_compat.c | 2 +- math/w_scalbl_compat.c | 2 +- math/w_scalbln_template.c | 2 +- math/w_sinh_template.c | 2 +- math/w_sqrt_compat.c | 2 +- math/w_sqrt_template.c | 2 +- math/w_sqrtf_compat.c | 2 +- math/w_sqrtl_compat.c | 2 +- math/w_tgamma_template.c | 2 +- 380 files changed, 381 insertions(+), 381 deletions(-) (limited to 'math') diff --git a/math/Makefile b/math/Makefile index 247e31d7b9..4c7e77e8a7 100644 --- a/math/Makefile +++ b/math/Makefile @@ -13,7 +13,7 @@ # You should have received a copy of the GNU Lesser General Public # License along with the GNU C Library; if not, see -# . +# . # Makefile for the math library. @@ -424,7 +424,7 @@ libm-test-inline-cflags = $(libm-test-fast-math-cflags) CFLAGS-test-tgmath.c += -fno-builtin # The following testcase uses very long lines (>3 million), so it may take a # while to compile it. See: http://llvm.org/bugs/show_bug.cgi?id=14106 and -# http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54402 +# https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54402 CFLAGS-test-tgmath2.c += -fno-builtin CFLAGS-test-tgmath-ret.c += -fno-builtin CFLAGS-test-powl.c += -fno-builtin diff --git a/math/atest-exp.c b/math/atest-exp.c index 2017bd0cf4..b3d73aec4f 100644 --- a/math/atest-exp.c +++ b/math/atest-exp.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ #include #include diff --git a/math/atest-exp2.c b/math/atest-exp2.c index 1e44b0031a..fc3d3a669e 100644 --- a/math/atest-exp2.c +++ b/math/atest-exp2.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ #include #include diff --git a/math/atest-sincos.c b/math/atest-sincos.c index 15ee7a353b..809c3cfdcd 100644 --- a/math/atest-sincos.c +++ b/math/atest-sincos.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ #include #include diff --git a/math/auto-libm-test-in b/math/auto-libm-test-in index 4f6821fe1f..b004abfc32 100644 --- a/math/auto-libm-test-in +++ b/math/auto-libm-test-in @@ -14,7 +14,7 @@ # # You should have received a copy of the GNU Lesser General Public # License along with the GNU C Library; if not, see -# . */ +# . */ acos 0 acos -0 diff --git a/math/basic-test.c b/math/basic-test.c index 650ee28957..f45a68af4f 100644 --- a/math/basic-test.c +++ b/math/basic-test.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ #include #include diff --git a/math/bits/cmathcalls.h b/math/bits/cmathcalls.h index 57bd32de3b..b6c12bfca6 100644 --- a/math/bits/cmathcalls.h +++ b/math/bits/cmathcalls.h @@ -15,7 +15,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ /* NOTE: Because of the special way this file is used by , this file must NOT be protected from multiple inclusion as header files diff --git a/math/bits/mathcalls-helper-functions.h b/math/bits/mathcalls-helper-functions.h index 4b92cacafd..8f7b786f91 100644 --- a/math/bits/mathcalls-helper-functions.h +++ b/math/bits/mathcalls-helper-functions.h @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ /* Classify given number. */ diff --git a/math/bits/mathcalls-narrow.h b/math/bits/mathcalls-narrow.h index edb9f8f73b..e4a347e238 100644 --- a/math/bits/mathcalls-narrow.h +++ b/math/bits/mathcalls-narrow.h @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ #ifndef _MATH_H # error "Never include directly; include instead." diff --git a/math/bits/mathcalls.h b/math/bits/mathcalls.h index 4703b28fee..7216826b0e 100644 --- a/math/bits/mathcalls.h +++ b/math/bits/mathcalls.h @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ /* NOTE: Because of the special way this file is used by , this file must NOT be protected from multiple inclusion as header files diff --git a/math/cabs_template.c b/math/cabs_template.c index d48e39974e..cdf6f398b7 100644 --- a/math/cabs_template.c +++ b/math/cabs_template.c @@ -15,7 +15,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ #include #include diff --git a/math/carg_template.c b/math/carg_template.c index 0c2a64c580..ae7d5de1da 100644 --- a/math/carg_template.c +++ b/math/carg_template.c @@ -15,7 +15,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ #include #include diff --git a/math/cimag_template.c b/math/cimag_template.c index 1412fc14d5..5de844665c 100644 --- a/math/cimag_template.c +++ b/math/cimag_template.c @@ -15,7 +15,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ #include diff --git a/math/complex.h b/math/complex.h index f3e1d846f8..ab9ada6b13 100644 --- a/math/complex.h +++ b/math/complex.h @@ -13,7 +13,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ /* * ISO C99: 7.3 Complex arithmetic diff --git a/math/conj_template.c b/math/conj_template.c index 6cfa11a0dc..2964e78fbb 100644 --- a/math/conj_template.c +++ b/math/conj_template.c @@ -15,7 +15,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ #include diff --git a/math/creal_template.c b/math/creal_template.c index 509171f25f..4b3aeea12e 100644 --- a/math/creal_template.c +++ b/math/creal_template.c @@ -15,7 +15,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ #include diff --git a/math/divtc3.c b/math/divtc3.c index a91a415d22..3262687206 100644 --- a/math/divtc3.c +++ b/math/divtc3.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ #include #include diff --git a/math/e_exp10.c b/math/e_exp10.c index d578005d8a..665c5d11fc 100644 --- a/math/e_exp10.c +++ b/math/e_exp10.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ #include #include diff --git a/math/e_exp10f.c b/math/e_exp10f.c index 24408f7007..92a28824a6 100644 --- a/math/e_exp10f.c +++ b/math/e_exp10f.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ #include #include diff --git a/math/e_exp10l.c b/math/e_exp10l.c index 775a014063..cd0ec36622 100644 --- a/math/e_exp10l.c +++ b/math/e_exp10l.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ #include #include diff --git a/math/e_exp2_template.c b/math/e_exp2_template.c index 3f69dc9006..8d8730d2f4 100644 --- a/math/e_exp2_template.c +++ b/math/e_exp2_template.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ #include #include diff --git a/math/e_scalb.c b/math/e_scalb.c index e332800854..66a8bf2f5a 100644 --- a/math/e_scalb.c +++ b/math/e_scalb.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ #include #include diff --git a/math/e_scalbf.c b/math/e_scalbf.c index 5782fc9db6..4c3194f18a 100644 --- a/math/e_scalbf.c +++ b/math/e_scalbf.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ #include #include diff --git a/math/e_scalbl.c b/math/e_scalbl.c index 00ad3f9f55..1f7119ca9b 100644 --- a/math/e_scalbl.c +++ b/math/e_scalbl.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ #include #include diff --git a/math/fclrexcpt.c b/math/fclrexcpt.c index 3d827d0b89..7b866e8a48 100644 --- a/math/fclrexcpt.c +++ b/math/fclrexcpt.c @@ -15,7 +15,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ #include #include diff --git a/math/fedisblxcpt.c b/math/fedisblxcpt.c index 64adb7be3a..67d590e8c0 100644 --- a/math/fedisblxcpt.c +++ b/math/fedisblxcpt.c @@ -15,7 +15,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ #include diff --git a/math/feenablxcpt.c b/math/feenablxcpt.c index a796b9b44f..e516b34e79 100644 --- a/math/feenablxcpt.c +++ b/math/feenablxcpt.c @@ -15,7 +15,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ #include diff --git a/math/fegetenv.c b/math/fegetenv.c index 4231cc3cdb..557a5ddfc9 100644 --- a/math/fegetenv.c +++ b/math/fegetenv.c @@ -15,7 +15,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ #include #include diff --git a/math/fegetexcept.c b/math/fegetexcept.c index 4267229308..81c2f10465 100644 --- a/math/fegetexcept.c +++ b/math/fegetexcept.c @@ -15,7 +15,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ #include diff --git a/math/fegetmode.c b/math/fegetmode.c index 3592eff2b2..69d1f2da51 100644 --- a/math/fegetmode.c +++ b/math/fegetmode.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ #include diff --git a/math/fegetround.c b/math/fegetround.c index 5e7471efd5..e05ef26af2 100644 --- a/math/fegetround.c +++ b/math/fegetround.c @@ -15,7 +15,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ #include diff --git a/math/feholdexcpt.c b/math/feholdexcpt.c index fa6514f0f4..ae225b500e 100644 --- a/math/feholdexcpt.c +++ b/math/feholdexcpt.c @@ -15,7 +15,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ #include diff --git a/math/fenv.h b/math/fenv.h index bcd6ef32ac..455860b88b 100644 --- a/math/fenv.h +++ b/math/fenv.h @@ -13,7 +13,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ /* * ISO C99 7.6: Floating-point environment diff --git a/math/fesetenv.c b/math/fesetenv.c index bd8e12bb8e..5f520a938e 100644 --- a/math/fesetenv.c +++ b/math/fesetenv.c @@ -15,7 +15,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ #include #include diff --git a/math/fesetexcept.c b/math/fesetexcept.c index 62ab1eef6e..89b51dfa93 100644 --- a/math/fesetexcept.c +++ b/math/fesetexcept.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ #include diff --git a/math/fesetmode.c b/math/fesetmode.c index aac7bae608..db0bb50dba 100644 --- a/math/fesetmode.c +++ b/math/fesetmode.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ #include diff --git a/math/fesetround.c b/math/fesetround.c index cec0369487..ccddc34119 100644 --- a/math/fesetround.c +++ b/math/fesetround.c @@ -15,7 +15,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ #include diff --git a/math/fetestexceptflag.c b/math/fetestexceptflag.c index 367fea0fcd..a6095323f8 100644 --- a/math/fetestexceptflag.c +++ b/math/fetestexceptflag.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ #include diff --git a/math/feupdateenv.c b/math/feupdateenv.c index 945d1f7a91..1ecd15e2d6 100644 --- a/math/feupdateenv.c +++ b/math/feupdateenv.c @@ -15,7 +15,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ #include #include diff --git a/math/fgetexcptflg.c b/math/fgetexcptflg.c index 505e92b624..40d9c51396 100644 --- a/math/fgetexcptflg.c +++ b/math/fgetexcptflg.c @@ -15,7 +15,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ #include #include diff --git a/math/finclude/math-vector-fortran.h b/math/finclude/math-vector-fortran.h index 7c1e095094..f4f4c0f6e4 100644 --- a/math/finclude/math-vector-fortran.h +++ b/math/finclude/math-vector-fortran.h @@ -14,6 +14,6 @@ ! ! You should have received a copy of the GNU Lesser General Public ! License along with the GNU C Library; if not, see -! . +! . ! No SIMD math functions are available for this platform. diff --git a/math/fpu_control.c b/math/fpu_control.c index e2896cbdaf..08a11cf285 100644 --- a/math/fpu_control.c +++ b/math/fpu_control.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ #include #include diff --git a/math/fraiseexcpt.c b/math/fraiseexcpt.c index 17b95bd695..9335884441 100644 --- a/math/fraiseexcpt.c +++ b/math/fraiseexcpt.c @@ -15,7 +15,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ #include #include diff --git a/math/fromfp.h b/math/fromfp.h index 7ee092e4ed..a511ae391b 100644 --- a/math/fromfp.h +++ b/math/fromfp.h @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ #include #include diff --git a/math/fsetexcptflg.c b/math/fsetexcptflg.c index f0f0dcd701..db5f080584 100644 --- a/math/fsetexcptflg.c +++ b/math/fsetexcptflg.c @@ -15,7 +15,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ #include #include diff --git a/math/ftestexcept.c b/math/ftestexcept.c index d7b992e2dc..e642122a99 100644 --- a/math/ftestexcept.c +++ b/math/ftestexcept.c @@ -15,7 +15,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ #include diff --git a/math/gen-auto-libm-tests.c b/math/gen-auto-libm-tests.c index e56f52b6b4..f15af29a4e 100644 --- a/math/gen-auto-libm-tests.c +++ b/math/gen-auto-libm-tests.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ /* Compile this program as: diff --git a/math/gen-fromfp-tests.py b/math/gen-fromfp-tests.py index 6f9067dfed..57f8477899 100755 --- a/math/gen-fromfp-tests.py +++ b/math/gen-fromfp-tests.py @@ -15,7 +15,7 @@ # # You should have received a copy of the GNU Lesser General Public # License along with the GNU C Library; if not, see -# . +# . # Take test inputs on stdin, in format: # diff --git a/math/gen-libm-test.py b/math/gen-libm-test.py index 4574215fec..81d82ceb12 100755 --- a/math/gen-libm-test.py +++ b/math/gen-libm-test.py @@ -15,7 +15,7 @@ # # You should have received a copy of the GNU Lesser General Public # License along with the GNU C Library; if not, see -# . +# . import argparse from collections import defaultdict diff --git a/math/gen-tgmath-tests.py b/math/gen-tgmath-tests.py index 1c098440f4..ffd92e3ef9 100755 --- a/math/gen-tgmath-tests.py +++ b/math/gen-tgmath-tests.py @@ -15,7 +15,7 @@ # # You should have received a copy of the GNU Lesser General Public # License along with the GNU C Library; if not, see -# . +# . # As glibc does not support decimal floating point, the types to # consider for generic parameters are standard and binary diff --git a/math/k_casinh_template.c b/math/k_casinh_template.c index f5fa5b7291..111661e25a 100644 --- a/math/k_casinh_template.c +++ b/math/k_casinh_template.c @@ -16,7 +16,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ #include #include diff --git a/math/lgamma-compat.h b/math/lgamma-compat.h index d72781853b..c3655116ae 100644 --- a/math/lgamma-compat.h +++ b/math/lgamma-compat.h @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ #ifndef LGAMMA_COMPAT_H #define LGAMMA_COMPAT_H 1 diff --git a/math/libm-test-acos.inc b/math/libm-test-acos.inc index e4521d39bd..6f04f304c4 100644 --- a/math/libm-test-acos.inc +++ b/math/libm-test-acos.inc @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ #include "libm-test-driver.c" diff --git a/math/libm-test-acosh.inc b/math/libm-test-acosh.inc index 3ad45d9dea..e27fb48652 100644 --- a/math/libm-test-acosh.inc +++ b/math/libm-test-acosh.inc @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ #include "libm-test-driver.c" diff --git a/math/libm-test-asin.inc b/math/libm-test-asin.inc index a49d2355da..b491fd8cde 100644 --- a/math/libm-test-asin.inc +++ b/math/libm-test-asin.inc @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ #include "libm-test-driver.c" diff --git a/math/libm-test-asinh.inc b/math/libm-test-asinh.inc index 9bb51d8ac9..e92da2d32e 100644 --- a/math/libm-test-asinh.inc +++ b/math/libm-test-asinh.inc @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ #include "libm-test-driver.c" diff --git a/math/libm-test-atan.inc b/math/libm-test-atan.inc index 03bb67a961..174aff4d86 100644 --- a/math/libm-test-atan.inc +++ b/math/libm-test-atan.inc @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ #include "libm-test-driver.c" diff --git a/math/libm-test-atan2.inc b/math/libm-test-atan2.inc index ad93c96388..99ce0cd05d 100644 --- a/math/libm-test-atan2.inc +++ b/math/libm-test-atan2.inc @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ #include "libm-test-driver.c" diff --git a/math/libm-test-atanh.inc b/math/libm-test-atanh.inc index a86fc6539a..5d3660d7ff 100644 --- a/math/libm-test-atanh.inc +++ b/math/libm-test-atanh.inc @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ #include "libm-test-driver.c" diff --git a/math/libm-test-cabs.inc b/math/libm-test-cabs.inc index e9160fe559..edacff6d39 100644 --- a/math/libm-test-cabs.inc +++ b/math/libm-test-cabs.inc @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ #include "libm-test-driver.c" diff --git a/math/libm-test-cacos.inc b/math/libm-test-cacos.inc index b2878296c5..2953d21324 100644 --- a/math/libm-test-cacos.inc +++ b/math/libm-test-cacos.inc @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ #include "libm-test-driver.c" diff --git a/math/libm-test-cacosh.inc b/math/libm-test-cacosh.inc index 2acbd22ad1..bc17f9b95b 100644 --- a/math/libm-test-cacosh.inc +++ b/math/libm-test-cacosh.inc @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ #include "libm-test-driver.c" diff --git a/math/libm-test-canonicalize.inc b/math/libm-test-canonicalize.inc index 9f6c18f1f4..c02c9f5054 100644 --- a/math/libm-test-canonicalize.inc +++ b/math/libm-test-canonicalize.inc @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ #include "libm-test-driver.c" diff --git a/math/libm-test-carg.inc b/math/libm-test-carg.inc index 6a18df376b..f17901ff20 100644 --- a/math/libm-test-carg.inc +++ b/math/libm-test-carg.inc @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ #include "libm-test-driver.c" diff --git a/math/libm-test-casin.inc b/math/libm-test-casin.inc index cbfbcc30d7..a1d7181873 100644 --- a/math/libm-test-casin.inc +++ b/math/libm-test-casin.inc @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ #include "libm-test-driver.c" diff --git a/math/libm-test-casinh.inc b/math/libm-test-casinh.inc index 924822565b..4dbdd25fed 100644 --- a/math/libm-test-casinh.inc +++ b/math/libm-test-casinh.inc @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ #include "libm-test-driver.c" diff --git a/math/libm-test-catan.inc b/math/libm-test-catan.inc index bcea37255d..a3e380756f 100644 --- a/math/libm-test-catan.inc +++ b/math/libm-test-catan.inc @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ #include "libm-test-driver.c" diff --git a/math/libm-test-catanh.inc b/math/libm-test-catanh.inc index f8378aa858..da1fb251c8 100644 --- a/math/libm-test-catanh.inc +++ b/math/libm-test-catanh.inc @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ #include "libm-test-driver.c" diff --git a/math/libm-test-cbrt.inc b/math/libm-test-cbrt.inc index 6928377a87..330a393de0 100644 --- a/math/libm-test-cbrt.inc +++ b/math/libm-test-cbrt.inc @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ #include "libm-test-driver.c" diff --git a/math/libm-test-ccos.inc b/math/libm-test-ccos.inc index 9334856473..049bbbdc34 100644 --- a/math/libm-test-ccos.inc +++ b/math/libm-test-ccos.inc @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ #include "libm-test-driver.c" diff --git a/math/libm-test-ccosh.inc b/math/libm-test-ccosh.inc index 323ac1c73f..902cf20ff8 100644 --- a/math/libm-test-ccosh.inc +++ b/math/libm-test-ccosh.inc @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ #include "libm-test-driver.c" diff --git a/math/libm-test-ceil.inc b/math/libm-test-ceil.inc index 1476a8caf2..8caa9fd8d8 100644 --- a/math/libm-test-ceil.inc +++ b/math/libm-test-ceil.inc @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ #include "libm-test-driver.c" diff --git a/math/libm-test-cexp.inc b/math/libm-test-cexp.inc index f0a34a7f66..58ae43c97c 100644 --- a/math/libm-test-cexp.inc +++ b/math/libm-test-cexp.inc @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ #include "libm-test-driver.c" diff --git a/math/libm-test-cimag.inc b/math/libm-test-cimag.inc index 8aaf8aa759..9b8ed06359 100644 --- a/math/libm-test-cimag.inc +++ b/math/libm-test-cimag.inc @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ #include "libm-test-driver.c" diff --git a/math/libm-test-clog.inc b/math/libm-test-clog.inc index 40aa5a07c2..6d9486ed37 100644 --- a/math/libm-test-clog.inc +++ b/math/libm-test-clog.inc @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ #include "libm-test-driver.c" diff --git a/math/libm-test-clog10.inc b/math/libm-test-clog10.inc index eeb5dc16d1..aff58030d0 100644 --- a/math/libm-test-clog10.inc +++ b/math/libm-test-clog10.inc @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ #include "libm-test-driver.c" diff --git a/math/libm-test-compat_totalorder.inc b/math/libm-test-compat_totalorder.inc index 313e9475c9..5af74c8115 100644 --- a/math/libm-test-compat_totalorder.inc +++ b/math/libm-test-compat_totalorder.inc @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ #include #include diff --git a/math/libm-test-compat_totalordermag.inc b/math/libm-test-compat_totalordermag.inc index 5cbe8797a3..9e8eb5c651 100644 --- a/math/libm-test-compat_totalordermag.inc +++ b/math/libm-test-compat_totalordermag.inc @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ #include #include diff --git a/math/libm-test-conj.inc b/math/libm-test-conj.inc index ddf01a373f..595fb8bf94 100644 --- a/math/libm-test-conj.inc +++ b/math/libm-test-conj.inc @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ #include "libm-test-driver.c" diff --git a/math/libm-test-copysign.inc b/math/libm-test-copysign.inc index 2c81aac4ae..fb3c808c37 100644 --- a/math/libm-test-copysign.inc +++ b/math/libm-test-copysign.inc @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ #include "libm-test-driver.c" diff --git a/math/libm-test-cos.inc b/math/libm-test-cos.inc index 3d771f4afb..80e6a963a8 100644 --- a/math/libm-test-cos.inc +++ b/math/libm-test-cos.inc @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ #include "libm-test-driver.c" diff --git a/math/libm-test-cosh.inc b/math/libm-test-cosh.inc index f3079186eb..f1af609c85 100644 --- a/math/libm-test-cosh.inc +++ b/math/libm-test-cosh.inc @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ #include "libm-test-driver.c" diff --git a/math/libm-test-cpow.inc b/math/libm-test-cpow.inc index 29a6508725..a1885050ac 100644 --- a/math/libm-test-cpow.inc +++ b/math/libm-test-cpow.inc @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ #include "libm-test-driver.c" diff --git a/math/libm-test-cproj.inc b/math/libm-test-cproj.inc index 419a0a8a12..fe6a810cd3 100644 --- a/math/libm-test-cproj.inc +++ b/math/libm-test-cproj.inc @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ #include "libm-test-driver.c" diff --git a/math/libm-test-creal.inc b/math/libm-test-creal.inc index 325ac40575..ec55092ff9 100644 --- a/math/libm-test-creal.inc +++ b/math/libm-test-creal.inc @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ #include "libm-test-driver.c" diff --git a/math/libm-test-csin.inc b/math/libm-test-csin.inc index 743914dcb1..33a2190ed2 100644 --- a/math/libm-test-csin.inc +++ b/math/libm-test-csin.inc @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ #include "libm-test-driver.c" diff --git a/math/libm-test-csinh.inc b/math/libm-test-csinh.inc index 440d60b60d..bc5a903552 100644 --- a/math/libm-test-csinh.inc +++ b/math/libm-test-csinh.inc @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ #include "libm-test-driver.c" diff --git a/math/libm-test-csqrt.inc b/math/libm-test-csqrt.inc index bf2df354a9..c5c3db2818 100644 --- a/math/libm-test-csqrt.inc +++ b/math/libm-test-csqrt.inc @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ #include "libm-test-driver.c" diff --git a/math/libm-test-ctan.inc b/math/libm-test-ctan.inc index d3b2a2c095..126bcc0876 100644 --- a/math/libm-test-ctan.inc +++ b/math/libm-test-ctan.inc @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ #include "libm-test-driver.c" diff --git a/math/libm-test-ctanh.inc b/math/libm-test-ctanh.inc index 68aaa6f4e3..3cb8272549 100644 --- a/math/libm-test-ctanh.inc +++ b/math/libm-test-ctanh.inc @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ #include "libm-test-driver.c" diff --git a/math/libm-test-driver.c b/math/libm-test-driver.c index d9b9b383ad..d247294a6b 100644 --- a/math/libm-test-driver.c +++ b/math/libm-test-driver.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ #include "libm-test-support.h" diff --git a/math/libm-test-erf.inc b/math/libm-test-erf.inc index 13ed3732a5..19c2c431f4 100644 --- a/math/libm-test-erf.inc +++ b/math/libm-test-erf.inc @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ #include "libm-test-driver.c" diff --git a/math/libm-test-erfc.inc b/math/libm-test-erfc.inc index 7333f083db..bdafa506d4 100644 --- a/math/libm-test-erfc.inc +++ b/math/libm-test-erfc.inc @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ #include "libm-test-driver.c" diff --git a/math/libm-test-exp.inc b/math/libm-test-exp.inc index 4f885bae32..5ef286d452 100644 --- a/math/libm-test-exp.inc +++ b/math/libm-test-exp.inc @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ #include "libm-test-driver.c" diff --git a/math/libm-test-exp10.inc b/math/libm-test-exp10.inc index 7218df9227..8a474f7118 100644 --- a/math/libm-test-exp10.inc +++ b/math/libm-test-exp10.inc @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ #include "libm-test-driver.c" diff --git a/math/libm-test-exp2.inc b/math/libm-test-exp2.inc index 9850119c3e..a34a454927 100644 --- a/math/libm-test-exp2.inc +++ b/math/libm-test-exp2.inc @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ #include "libm-test-driver.c" diff --git a/math/libm-test-expm1.inc b/math/libm-test-expm1.inc index 4498d3798b..8536cfe124 100644 --- a/math/libm-test-expm1.inc +++ b/math/libm-test-expm1.inc @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ #include "libm-test-driver.c" diff --git a/math/libm-test-fabs.inc b/math/libm-test-fabs.inc index 22d8d0499e..6c97f25b2e 100644 --- a/math/libm-test-fabs.inc +++ b/math/libm-test-fabs.inc @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ #include "libm-test-driver.c" diff --git a/math/libm-test-fdim.inc b/math/libm-test-fdim.inc index 95d52940f2..3eaca99b8c 100644 --- a/math/libm-test-fdim.inc +++ b/math/libm-test-fdim.inc @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ #include "libm-test-driver.c" diff --git a/math/libm-test-floor.inc b/math/libm-test-floor.inc index 815629e0ba..c8d17633ff 100644 --- a/math/libm-test-floor.inc +++ b/math/libm-test-floor.inc @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ #include "libm-test-driver.c" diff --git a/math/libm-test-fma.inc b/math/libm-test-fma.inc index 0e0e4794c7..ddd1b704f8 100644 --- a/math/libm-test-fma.inc +++ b/math/libm-test-fma.inc @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ #include "libm-test-driver.c" diff --git a/math/libm-test-fmax.inc b/math/libm-test-fmax.inc index 7bc3268bf1..8a62e07d41 100644 --- a/math/libm-test-fmax.inc +++ b/math/libm-test-fmax.inc @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ #include "libm-test-driver.c" diff --git a/math/libm-test-fmaxmag.inc b/math/libm-test-fmaxmag.inc index 88b2e8703c..77551ad19e 100644 --- a/math/libm-test-fmaxmag.inc +++ b/math/libm-test-fmaxmag.inc @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ #include "libm-test-driver.c" diff --git a/math/libm-test-fmin.inc b/math/libm-test-fmin.inc index fe627e261d..05a4cc879f 100644 --- a/math/libm-test-fmin.inc +++ b/math/libm-test-fmin.inc @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ #include "libm-test-driver.c" diff --git a/math/libm-test-fminmag.inc b/math/libm-test-fminmag.inc index 57fd4bd294..0d338d29e8 100644 --- a/math/libm-test-fminmag.inc +++ b/math/libm-test-fminmag.inc @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ #include "libm-test-driver.c" diff --git a/math/libm-test-fmod.inc b/math/libm-test-fmod.inc index 6f2cf980cb..c0b0da2696 100644 --- a/math/libm-test-fmod.inc +++ b/math/libm-test-fmod.inc @@ -14,7 +14,7 @@ You should have received a copy of the GNU