about summary refs log tree commit diff
path: root/math
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2022-01-01 10:54:23 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2022-01-01 11:40:24 -0800
commit581c785bf31bc74430320c7856bbfa3875d025fe (patch)
treebf80527b52a15bc7c28e7df94082cabdadffedf8 /math
parentedb5ab841a049c8a8267ebc4d537eec690952daa (diff)
downloadglibc-581c785bf31bc74430320c7856bbfa3875d025fe.tar.gz
glibc-581c785bf31bc74430320c7856bbfa3875d025fe.tar.xz
glibc-581c785bf31bc74430320c7856bbfa3875d025fe.zip
Update copyright dates with scripts/update-copyrights
I used these shell commands:

../glibc/scripts/update-copyrights $PWD/../gnulib/build-aux/update-copyright
(cd ../glibc && git commit -am"[this commit message]")

and then ignored the output, which consisted lines saying "FOO: warning:
copyright statement not found" for each of 7061 files FOO.

I then removed trailing white space from math/tgmath.h,
support/tst-support-open-dev-null-range.c, and
sysdeps/x86_64/multiarch/strlen-vec.S, to work around the following
obscure pre-commit check failure diagnostics from Savannah.  I don't
know why I run into these diagnostics whereas others evidently do not.

remote: *** 912-#endif
remote: *** 913:
remote: *** 914-
remote: *** error: lines with trailing whitespace found
...
remote: *** error: sysdeps/unix/sysv/linux/statx_cp.c: trailing lines
Diffstat (limited to 'math')
-rw-r--r--math/Makefile2
-rw-r--r--math/atest-exp.c2
-rw-r--r--math/atest-exp2.c2
-rw-r--r--math/atest-sincos.c2
-rw-r--r--math/auto-libm-test-in2
-rw-r--r--math/basic-test.c2
-rw-r--r--math/bits/cmathcalls.h2
-rw-r--r--math/bits/mathcalls-helper-functions.h2
-rw-r--r--math/bits/mathcalls-narrow.h2
-rw-r--r--math/bits/mathcalls.h2
-rw-r--r--math/cabs_template.c2
-rw-r--r--math/carg_template.c2
-rw-r--r--math/cimag_template.c2
-rw-r--r--math/complex.h2
-rw-r--r--math/conj_template.c2
-rw-r--r--math/creal_template.c2
-rw-r--r--math/divtc3.c2
-rw-r--r--math/e_exp10.c2
-rw-r--r--math/e_exp10l.c2
-rw-r--r--math/e_exp2_template.c2
-rw-r--r--math/e_scalb_template.c2
-rw-r--r--math/fclrexcpt.c2
-rw-r--r--math/fedisblxcpt.c2
-rw-r--r--math/feenablxcpt.c2
-rw-r--r--math/fegetenv.c2
-rw-r--r--math/fegetexcept.c2
-rw-r--r--math/fegetmode.c2
-rw-r--r--math/fegetround.c2
-rw-r--r--math/feholdexcpt.c2
-rw-r--r--math/fenv.h2
-rw-r--r--math/fesetenv.c2
-rw-r--r--math/fesetexcept.c2
-rw-r--r--math/fesetmode.c2
-rw-r--r--math/fesetround.c2
-rw-r--r--math/fetestexceptflag.c2
-rw-r--r--math/feupdateenv.c2
-rw-r--r--math/fgetexcptflg.c2
-rw-r--r--math/finclude/math-vector-fortran.h2
-rw-r--r--math/fpu_control.c2
-rw-r--r--math/fraiseexcpt.c2
-rw-r--r--math/fromfp.h2
-rw-r--r--math/fsetexcptflg.c2
-rw-r--r--math/ftestexcept.c2
-rw-r--r--math/gen-auto-libm-tests.c2
-rwxr-xr-xmath/gen-fromfp-tests.py2
-rwxr-xr-xmath/gen-libm-test.py2
-rwxr-xr-xmath/gen-tgmath-tests.py2
-rw-r--r--math/k_casinh_template.c2
-rw-r--r--math/lgamma-compat.h2
-rw-r--r--math/libm-test-acos.inc2
-rw-r--r--math/libm-test-acosh.inc2
-rw-r--r--math/libm-test-asin.inc2
-rw-r--r--math/libm-test-asinh.inc2
-rw-r--r--math/libm-test-atan.inc2
-rw-r--r--math/libm-test-atan2.inc2
-rw-r--r--math/libm-test-atanh.inc2
-rw-r--r--math/libm-test-cabs.inc2
-rw-r--r--math/libm-test-cacos.inc2
-rw-r--r--math/libm-test-cacosh.inc2
-rw-r--r--math/libm-test-canonicalize.inc2
-rw-r--r--math/libm-test-carg.inc2
-rw-r--r--math/libm-test-casin.inc2
-rw-r--r--math/libm-test-casinh.inc2
-rw-r--r--math/libm-test-catan.inc2
-rw-r--r--math/libm-test-catanh.inc2
-rw-r--r--math/libm-test-cbrt.inc2
-rw-r--r--math/libm-test-ccos.inc2
-rw-r--r--math/libm-test-ccosh.inc2
-rw-r--r--math/libm-test-ceil.inc2
-rw-r--r--math/libm-test-cexp.inc2
-rw-r--r--math/libm-test-cimag.inc2
-rw-r--r--math/libm-test-clog.inc2
-rw-r--r--math/libm-test-clog10.inc2
-rw-r--r--math/libm-test-compat_totalorder.inc2
-rw-r--r--math/libm-test-compat_totalordermag.inc2
-rw-r--r--math/libm-test-conj.inc2
-rw-r--r--math/libm-test-copysign.inc2
-rw-r--r--math/libm-test-cos.inc2
-rw-r--r--math/libm-test-cosh.inc2
-rw-r--r--math/libm-test-cpow.inc2
-rw-r--r--math/libm-test-cproj.inc2
-rw-r--r--math/libm-test-creal.inc2
-rw-r--r--math/libm-test-csin.inc2
-rw-r--r--math/libm-test-csinh.inc2
-rw-r--r--math/libm-test-csqrt.inc2
-rw-r--r--math/libm-test-ctan.inc2
-rw-r--r--math/libm-test-ctanh.inc2
-rw-r--r--math/libm-test-driver.c2
-rw-r--r--math/libm-test-erf.inc2
-rw-r--r--math/libm-test-erfc.inc2
-rw-r--r--math/libm-test-exp.inc2
-rw-r--r--math/libm-test-exp10.inc2
-rw-r--r--math/libm-test-exp2.inc2
-rw-r--r--math/libm-test-expm1.inc2
-rw-r--r--math/libm-test-fabs.inc2
-rw-r--r--math/libm-test-fdim.inc2
-rw-r--r--math/libm-test-floor.inc2
-rw-r--r--math/libm-test-fma.inc2
-rw-r--r--math/libm-test-fmax.inc2
-rw-r--r--math/libm-test-fmaximum.inc2
-rw-r--r--math/libm-test-fmaximum_mag.inc2
-rw-r--r--math/libm-test-fmaximum_mag_num.inc2
-rw-r--r--math/libm-test-fmaximum_num.inc2
-rw-r--r--math/libm-test-fmaxmag.inc2
-rw-r--r--math/libm-test-fmin.inc2
-rw-r--r--math/libm-test-fminimum.inc2
-rw-r--r--math/libm-test-fminimum_mag.inc2
-rw-r--r--math/libm-test-fminimum_mag_num.inc2
-rw-r--r--math/libm-test-fminimum_num.inc2
-rw-r--r--math/libm-test-fminmag.inc2
-rw-r--r--math/libm-test-fmod.inc2
-rw-r--r--math/libm-test-fpclassify.inc2
-rw-r--r--math/libm-test-frexp.inc2
-rw-r--r--math/libm-test-fromfp.inc2
-rw-r--r--math/libm-test-fromfpx.inc2
-rw-r--r--math/libm-test-getpayload.inc2
-rw-r--r--math/libm-test-hypot.inc2
-rw-r--r--math/libm-test-ilogb.inc2
-rw-r--r--math/libm-test-iscanonical.inc2
-rw-r--r--math/libm-test-iseqsig.inc2
-rw-r--r--math/libm-test-isfinite.inc2
-rw-r--r--math/libm-test-isgreater.inc2
-rw-r--r--math/libm-test-isgreaterequal.inc2
-rw-r--r--math/libm-test-isinf.inc2
-rw-r--r--math/libm-test-isless.inc2
-rw-r--r--math/libm-test-islessequal.inc2
-rw-r--r--math/libm-test-islessgreater.inc2
-rw-r--r--math/libm-test-isnan.inc2
-rw-r--r--math/libm-test-isnormal.inc2
-rw-r--r--math/libm-test-issignaling.inc2
-rw-r--r--math/libm-test-issubnormal.inc2
-rw-r--r--math/libm-test-isunordered.inc2
-rw-r--r--math/libm-test-iszero.inc2
-rw-r--r--math/libm-test-j0.inc2
-rw-r--r--math/libm-test-j1.inc2
-rw-r--r--math/libm-test-jn.inc2
-rw-r--r--math/libm-test-lgamma.inc2
-rw-r--r--math/libm-test-llogb.inc2
-rw-r--r--math/libm-test-llrint.inc2
-rw-r--r--math/libm-test-llround.inc2
-rw-r--r--math/libm-test-log.inc2
-rw-r--r--math/libm-test-log10.inc2
-rw-r--r--math/libm-test-log1p.inc2
-rw-r--r--math/libm-test-log2.inc2
-rw-r--r--math/libm-test-logb.inc2
-rw-r--r--math/libm-test-lrint.inc2
-rw-r--r--math/libm-test-lround.inc2
-rw-r--r--math/libm-test-modf.inc2
-rw-r--r--math/libm-test-narrow-add.inc2
-rw-r--r--math/libm-test-narrow-div.inc2
-rw-r--r--math/libm-test-narrow-fma.inc2
-rw-r--r--math/libm-test-narrow-mul.inc2
-rw-r--r--math/libm-test-narrow-sqrt.inc2
-rw-r--r--math/libm-test-narrow-sub.inc2
-rw-r--r--math/libm-test-nearbyint.inc2
-rw-r--r--math/libm-test-nextafter.inc2
-rw-r--r--math/libm-test-nextdown.inc2
-rw-r--r--math/libm-test-nexttoward.inc2
-rw-r--r--math/libm-test-nextup.inc2
-rw-r--r--math/libm-test-pow.inc2
-rw-r--r--math/libm-test-remainder.inc2
-rw-r--r--math/libm-test-remquo.inc2
-rw-r--r--math/libm-test-rint.inc2
-rw-r--r--math/libm-test-round.inc2
-rw-r--r--math/libm-test-roundeven.inc2
-rw-r--r--math/libm-test-scalb.inc2
-rw-r--r--math/libm-test-scalbln.inc2
-rw-r--r--math/libm-test-scalbn.inc2
-rw-r--r--math/libm-test-setpayload.inc2
-rw-r--r--math/libm-test-setpayloadsig.inc2
-rw-r--r--math/libm-test-signbit.inc2
-rw-r--r--math/libm-test-significand.inc2
-rw-r--r--math/libm-test-sin.inc2
-rw-r--r--math/libm-test-sincos.inc2
-rw-r--r--math/libm-test-sinh.inc2
-rw-r--r--math/libm-test-sqrt.inc2
-rw-r--r--math/libm-test-support.c2
-rw-r--r--math/libm-test-support.h2
-rw-r--r--math/libm-test-tan.inc2
-rw-r--r--math/libm-test-tanh.inc2
-rw-r--r--math/libm-test-tgamma.inc2
-rw-r--r--math/libm-test-totalorder.inc2
-rw-r--r--math/libm-test-totalordermag.inc2
-rw-r--r--math/libm-test-trunc.inc2
-rw-r--r--math/libm-test-ufromfp.inc2
-rw-r--r--math/libm-test-ufromfpx.inc2
-rw-r--r--math/libm-test-y0.inc2
-rw-r--r--math/libm-test-y1.inc2
-rw-r--r--math/libm-test-yn.inc2
-rw-r--r--math/math-narrow.h2
-rw-r--r--math/math-svid-compat.h2
-rw-r--r--math/math-underflow.h2
-rw-r--r--math/math.h2
-rw-r--r--math/mul_split.h2
-rw-r--r--math/mul_splitl.h2
-rw-r--r--math/multc3.c2
-rw-r--r--math/s_cacos_template.c2
-rw-r--r--math/s_cacosh_template.c2
-rw-r--r--math/s_canonicalize_template.c2
-rw-r--r--math/s_casin_template.c2
-rw-r--r--math/s_casinh_template.c2
-rw-r--r--math/s_catan_template.c2
-rw-r--r--math/s_catanh_template.c2
-rw-r--r--math/s_ccos_template.c2
-rw-r--r--math/s_ccosh_template.c2
-rw-r--r--math/s_cexp_template.c2
-rw-r--r--math/s_clog10_template.c2
-rw-r--r--math/s_clog_template.c2
-rw-r--r--math/s_cpow_template.c2
-rw-r--r--math/s_cproj_template.c2
-rw-r--r--math/s_csin_template.c2
-rw-r--r--math/s_csinh_template.c2
-rw-r--r--math/s_csqrt_template.c2
-rw-r--r--math/s_ctan_template.c2
-rw-r--r--math/s_ctanh_template.c2
-rw-r--r--math/s_fdim_template.c2
-rw-r--r--math/s_fma.c2
-rw-r--r--math/s_fmaf.c2
-rw-r--r--math/s_fmal.c2
-rw-r--r--math/s_fmax_template.c2
-rw-r--r--math/s_fmaximum_mag_num_template.c2
-rw-r--r--math/s_fmaximum_mag_template.c2
-rw-r--r--math/s_fmaximum_num_template.c2
-rw-r--r--math/s_fmaximum_template.c2
-rw-r--r--math/s_fmaxmag_template.c2
-rw-r--r--math/s_fmin_template.c2
-rw-r--r--math/s_fminimum_mag_num_template.c2
-rw-r--r--math/s_fminimum_mag_template.c2
-rw-r--r--math/s_fminimum_num_template.c2
-rw-r--r--math/s_fminimum_template.c2
-rw-r--r--math/s_fminmag_template.c2
-rw-r--r--math/s_iseqsig_template.c2
-rw-r--r--math/s_nan_template.c2
-rw-r--r--math/s_nextdown_template.c2
-rw-r--r--math/s_significand_template.c2
-rw-r--r--math/setfpucw.c2
-rw-r--r--math/test-arg-double.h2
-rw-r--r--math/test-arg-float128.h2
-rw-r--r--math/test-arg-float32x.h2
-rw-r--r--math/test-arg-float64.h2
-rw-r--r--math/test-arg-float64x.h2
-rw-r--r--math/test-arg-ldouble.h2
-rw-r--r--math/test-double-vlen2.h2
-rw-r--r--math/test-double-vlen4.h2
-rw-r--r--math/test-double-vlen8.h2
-rw-r--r--math/test-double.h2
-rw-r--r--math/test-fe-snans-always-signal.c2
-rw-r--r--math/test-femode-traps.c2
-rw-r--r--math/test-femode.c2
-rw-r--r--math/test-fenv-clear-main.c2
-rw-r--r--math/test-fenv-preserve.c2
-rw-r--r--math/test-fenv-return.c2
-rw-r--r--math/test-fenv-tls.c2
-rw-r--r--math/test-fenv.c2
-rw-r--r--math/test-fesetexcept-traps.c2
-rw-r--r--math/test-fesetexcept.c2
-rw-r--r--math/test-fetestexceptflag.c2
-rw-r--r--math/test-fexcept-traps.c2
-rw-r--r--math/test-fexcept.c2
-rw-r--r--math/test-float-vlen16.h2
-rw-r--r--math/test-float-vlen4.h2
-rw-r--r--math/test-float-vlen8.h2
-rw-r--r--math/test-float.h2
-rw-r--r--math/test-float128.h2
-rw-r--r--math/test-float32.h2
-rw-r--r--math/test-float32x.h2
-rw-r--r--math/test-float64.h2
-rw-r--r--math/test-float64x.h2
-rw-r--r--math/test-flt-eval-method.c2
-rw-r--r--math/test-fp-ilogb-constants.c2
-rw-r--r--math/test-fp-llogb-constants.c2
-rw-r--r--math/test-fpucw-ieee.c2
-rw-r--r--math/test-fpucw.c2
-rw-r--r--math/test-ibm128.h2
-rw-r--r--math/test-iseqsig-excess-precision.c2
-rw-r--r--math/test-iszero-excess-precision.c2
-rw-r--r--math/test-ldouble.h2
-rw-r--r--math/test-math-cxx11.cc2
-rw-r--r--math/test-math-errno.h2
-rw-r--r--math/test-math-exceptions.h2
-rw-r--r--math/test-math-floatn.h2
-rw-r--r--math/test-math-iscanonical.cc2
-rw-r--r--math/test-math-iseqsig.cc2
-rw-r--r--math/test-math-isinff.cc2
-rw-r--r--math/test-math-issignaling.cc2
-rw-r--r--math/test-math-iszero.cc2
-rw-r--r--math/test-math-narrow.h2
-rw-r--r--math/test-math-scalar.h2
-rw-r--r--math/test-math-vector.h2
-rw-r--r--math/test-matherr-2.c2
-rw-r--r--math/test-matherr-3.c2
-rw-r--r--math/test-matherr.c2
-rw-r--r--math/test-misc.c2
-rw-r--r--math/test-nan-const.c2
-rw-r--r--math/test-nan-overflow.c2
-rw-r--r--math/test-nan-payload.c2
-rw-r--r--math/test-narrow-macros.c2
-rw-r--r--math/test-nearbyint-except-2.c2
-rw-r--r--math/test-nearbyint-except.c2
-rw-r--r--math/test-powl.c2
-rw-r--r--math/test-signgam-main.c2
-rw-r--r--math/test-snan.c2
-rw-r--r--math/test-tgmath-int.c2
-rw-r--r--math/test-tgmath-ret.c2
-rw-r--r--math/test-tgmath.c2
-rw-r--r--math/test-tgmath2.c2
-rw-r--r--math/tgmath.h4
-rw-r--r--math/tst-CMPLX2.c2
-rw-r--r--math/tst-definitions.c2
-rw-r--r--math/w_acos_compat.c2
-rw-r--r--math/w_acos_template.c2
-rw-r--r--math/w_acosf_compat.c2
-rw-r--r--math/w_acosh_compat.c2
-rw-r--r--math/w_acosh_template.c2
-rw-r--r--math/w_acoshf_compat.c2
-rw-r--r--math/w_acoshl_compat.c2
-rw-r--r--math/w_acosl_compat.c2
-rw-r--r--math/w_asin_compat.c2
-rw-r--r--math/w_asin_template.c2
-rw-r--r--math/w_asinf_compat.c2
-rw-r--r--math/w_asinl_compat.c2
-rw-r--r--math/w_atan2_compat.c2
-rw-r--r--math/w_atan2_template.c2
-rw-r--r--math/w_atan2f_compat.c2
-rw-r--r--math/w_atan2l_compat.c2
-rw-r--r--math/w_atanh_compat.c2
-rw-r--r--math/w_atanh_template.c2
-rw-r--r--math/w_atanhf_compat.c2
-rw-r--r--math/w_atanhl_compat.c2
-rw-r--r--math/w_cosh_template.c2
-rw-r--r--math/w_exp10_compat.c2
-rw-r--r--math/w_exp10_template.c2
-rw-r--r--math/w_exp10f_compat.c2
-rw-r--r--math/w_exp10l_compat.c2
-rw-r--r--math/w_exp2_template.c2
-rw-r--r--math/w_exp_compat.c2
-rw-r--r--math/w_exp_template.c2
-rw-r--r--math/w_expf_compat.c2
-rw-r--r--math/w_fmod_compat.c2
-rw-r--r--math/w_fmod_template.c2
-rw-r--r--math/w_fmodf_compat.c2
-rw-r--r--math/w_fmodl_compat.c2
-rw-r--r--math/w_hypot_template.c2
-rw-r--r--math/w_ilogb_template.c2
-rw-r--r--math/w_j0_compat.c2
-rw-r--r--math/w_j0_template.c2
-rw-r--r--math/w_j0f_compat.c2
-rw-r--r--math/w_j0l_compat.c2
-rw-r--r--math/w_j1_compat.c2
-rw-r--r--math/w_j1_template.c2
-rw-r--r--math/w_j1f_compat.c2
-rw-r--r--math/w_j1l_compat.c2
-rw-r--r--math/w_jn_compat.c2
-rw-r--r--math/w_jn_template.c2
-rw-r--r--math/w_jnf_compat.c2
-rw-r--r--math/w_lgamma_r_template.c2
-rw-r--r--math/w_lgamma_template.c2
-rw-r--r--math/w_llogb_template.c2
-rw-r--r--math/w_log10_compat.c2
-rw-r--r--math/w_log10_template.c2
-rw-r--r--math/w_log10f_compat.c2
-rw-r--r--math/w_log10l_compat.c2
-rw-r--r--math/w_log1p_template.c2
-rw-r--r--math/w_log2_compat.c2
-rw-r--r--math/w_log2_template.c2
-rw-r--r--math/w_log2f_compat.c2
-rw-r--r--math/w_log2l_compat.c2
-rw-r--r--math/w_log_compat.c2
-rw-r--r--math/w_log_template.c2
-rw-r--r--math/w_logf_compat.c2
-rw-r--r--math/w_logl_compat.c2
-rw-r--r--math/w_pow_compat.c2
-rw-r--r--math/w_pow_template.c2
-rw-r--r--math/w_powf_compat.c2
-rw-r--r--math/w_powl_compat.c2
-rw-r--r--math/w_remainder_compat.c2
-rw-r--r--math/w_remainder_template.c2
-rw-r--r--math/w_remainderf_compat.c2
-rw-r--r--math/w_remainderl_compat.c2
-rw-r--r--math/w_scalb_compat.c2
-rw-r--r--math/w_scalb_template.c2
-rw-r--r--math/w_scalbf_compat.c2
-rw-r--r--math/w_scalbl_compat.c2
-rw-r--r--math/w_scalbln_template.c2
-rw-r--r--math/w_sinh_template.c2
-rw-r--r--math/w_sqrt_compat.c2
-rw-r--r--math/w_sqrt_template.c2
-rw-r--r--math/w_sqrtf_compat.c2
-rw-r--r--math/w_sqrtl_compat.c2
-rw-r--r--math/w_tgamma_template.c2
390 files changed, 391 insertions, 391 deletions
diff --git a/math/Makefile b/math/Makefile
index e19f4ec343..7dae2313ba 100644
--- a/math/Makefile
+++ b/math/Makefile
@@ -1,4 +1,4 @@
-# Copyright (C) 1996-2021 Free Software Foundation, Inc.
+# Copyright (C) 1996-2022 Free Software Foundation, Inc.
 # This file is part of the GNU C Library.
 
 # The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/atest-exp.c b/math/atest-exp.c
index 9ec4cd526b..5d2446c4d9 100644
--- a/math/atest-exp.c
+++ b/math/atest-exp.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1997-2021 Free Software Foundation, Inc.
+/* Copyright (C) 1997-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/atest-exp2.c b/math/atest-exp2.c
index 2d7111f8f9..55b912a856 100644
--- a/math/atest-exp2.c
+++ b/math/atest-exp2.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1997-2021 Free Software Foundation, Inc.
+/* Copyright (C) 1997-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/atest-sincos.c b/math/atest-sincos.c
index 02c277165b..d8af0cc0dc 100644
--- a/math/atest-sincos.c
+++ b/math/atest-sincos.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1997-2021 Free Software Foundation, Inc.
+/* Copyright (C) 1997-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/auto-libm-test-in b/math/auto-libm-test-in
index 664beca900..966201c090 100644
--- a/math/auto-libm-test-in
+++ b/math/auto-libm-test-in
@@ -1,5 +1,5 @@
 # libm test inputs for gen-auto-libm-tests.c.
-# Copyright (C) 1997-2021 Free Software Foundation, Inc.
+# Copyright (C) 1997-2022 Free Software Foundation, Inc.
 # This file is part of the GNU C Library.
 #
 # The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/basic-test.c b/math/basic-test.c
index e3e5942815..2f4692500e 100644
--- a/math/basic-test.c
+++ b/math/basic-test.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1999-2021 Free Software Foundation, Inc.
+/* Copyright (C) 1999-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/bits/cmathcalls.h b/math/bits/cmathcalls.h
index 20a65b5a0a..47af67ab6c 100644
--- a/math/bits/cmathcalls.h
+++ b/math/bits/cmathcalls.h
@@ -1,6 +1,6 @@
 /* Prototype declarations for complex math functions;
    helper file for <complex.h>.
-   Copyright (C) 1997-2021 Free Software Foundation, Inc.
+   Copyright (C) 1997-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/bits/mathcalls-helper-functions.h b/math/bits/mathcalls-helper-functions.h
index 3c44c7874c..932fd117ba 100644
--- a/math/bits/mathcalls-helper-functions.h
+++ b/math/bits/mathcalls-helper-functions.h
@@ -1,5 +1,5 @@
 /* Prototype declarations for math classification macros helpers.
-   Copyright (C) 2017-2021 Free Software Foundation, Inc.
+   Copyright (C) 2017-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/bits/mathcalls-narrow.h b/math/bits/mathcalls-narrow.h
index b6a4ed010c..1b192435b9 100644
--- a/math/bits/mathcalls-narrow.h
+++ b/math/bits/mathcalls-narrow.h
@@ -1,5 +1,5 @@
 /* Declare functions returning a narrower type.
-   Copyright (C) 2018-2021 Free Software Foundation, Inc.
+   Copyright (C) 2018-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/bits/mathcalls.h b/math/bits/mathcalls.h
index 999ae4d703..63912ec276 100644
--- a/math/bits/mathcalls.h
+++ b/math/bits/mathcalls.h
@@ -1,5 +1,5 @@
 /* Prototype declarations for math functions; helper file for <math.h>.
-   Copyright (C) 1996-2021 Free Software Foundation, Inc.
+   Copyright (C) 1996-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/cabs_template.c b/math/cabs_template.c
index 07b45a2f31..c35e66c4ee 100644
--- a/math/cabs_template.c
+++ b/math/cabs_template.c
@@ -1,5 +1,5 @@
 /* Return the complex absolute value of complex float type.
-   Copyright (C) 1997-2021 Free Software Foundation, Inc.
+   Copyright (C) 1997-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/carg_template.c b/math/carg_template.c
index ad301c04e5..f08038718d 100644
--- a/math/carg_template.c
+++ b/math/carg_template.c
@@ -1,5 +1,5 @@
 /* Compute argument of complex float type.
-   Copyright (C) 1997-2021 Free Software Foundation, Inc.
+   Copyright (C) 1997-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/cimag_template.c b/math/cimag_template.c
index c3d7a74977..f8c13d280c 100644
--- a/math/cimag_template.c
+++ b/math/cimag_template.c
@@ -1,5 +1,5 @@
 /* Return imaginary part of complex float type.
-   Copyright (C) 1997-2021 Free Software Foundation, Inc.
+   Copyright (C) 1997-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/complex.h b/math/complex.h
index 66989af0f9..5948fa849e 100644
--- a/math/complex.h
+++ b/math/complex.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 1997-2021 Free Software Foundation, Inc.
+/* Copyright (C) 1997-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/conj_template.c b/math/conj_template.c
index 5001a32230..3ee696e004 100644
--- a/math/conj_template.c
+++ b/math/conj_template.c
@@ -1,5 +1,5 @@
 /* Return complex conjugate of complex float type.
-   Copyright (C) 1997-2021 Free Software Foundation, Inc.
+   Copyright (C) 1997-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/creal_template.c b/math/creal_template.c
index eec0c5ecbb..0167fa1aef 100644
--- a/math/creal_template.c
+++ b/math/creal_template.c
@@ -1,5 +1,5 @@
 /* Return real part of complex float type.
-   Copyright (C) 1997-2021 Free Software Foundation, Inc.
+   Copyright (C) 1997-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/divtc3.c b/math/divtc3.c
index 061b207f2e..ffaa5acf7c 100644
--- a/math/divtc3.c
+++ b/math/divtc3.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2005-2021 Free Software Foundation, Inc.
+/* Copyright (C) 2005-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/e_exp10.c b/math/e_exp10.c
index 12fac96120..14c4928b19 100644
--- a/math/e_exp10.c
+++ b/math/e_exp10.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1998-2021 Free Software Foundation, Inc.
+/* Copyright (C) 1998-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/e_exp10l.c b/math/e_exp10l.c
index 4fd8115f09..511828995d 100644
--- a/math/e_exp10l.c
+++ b/math/e_exp10l.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1998-2021 Free Software Foundation, Inc.
+/* Copyright (C) 1998-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/e_exp2_template.c b/math/e_exp2_template.c
index 1d115f4b7a..04f6d3a253 100644
--- a/math/e_exp2_template.c
+++ b/math/e_exp2_template.c
@@ -1,5 +1,5 @@
 /* Compute 2^x.
-   Copyright (C) 2012-2021 Free Software Foundation, Inc.
+   Copyright (C) 2012-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/e_scalb_template.c b/math/e_scalb_template.c
index 25f81dae7d..2dde1edd2e 100644
--- a/math/e_scalb_template.c
+++ b/math/e_scalb_template.c
@@ -1,6 +1,6 @@
 /* Multiply by integral power of radix.
 
-   Copyright (C) 2011-2021 Free Software Foundation, Inc.
+   Copyright (C) 2011-2022 Free Software Foundation, Inc.
 
    This file is part of the GNU C Library.
 
diff --git a/math/fclrexcpt.c b/math/fclrexcpt.c
index c5044a1d18..32fee2c51c 100644
--- a/math/fclrexcpt.c
+++ b/math/fclrexcpt.c
@@ -1,5 +1,5 @@
 /* Clear given exceptions in current floating-point environment.
-   Copyright (C) 1997-2021 Free Software Foundation, Inc.
+   Copyright (C) 1997-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/fedisblxcpt.c b/math/fedisblxcpt.c
index 98927b25ff..d9c8f32e32 100644
--- a/math/fedisblxcpt.c
+++ b/math/fedisblxcpt.c
@@ -1,5 +1,5 @@
 /* Disable floating-point exceptions.
-   Copyright (C) 1999-2021 Free Software Foundation, Inc.
+   Copyright (C) 1999-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/feenablxcpt.c b/math/feenablxcpt.c
index 812e3ad301..bd0ba7d89d 100644
--- a/math/feenablxcpt.c
+++ b/math/feenablxcpt.c
@@ -1,5 +1,5 @@
 /* Enable floating-point exceptions.
-   Copyright (C) 1999-2021 Free Software Foundation, Inc.
+   Copyright (C) 1999-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/fegetenv.c b/math/fegetenv.c
index 301d0ecf3d..348e885761 100644
--- a/math/fegetenv.c
+++ b/math/fegetenv.c
@@ -1,5 +1,5 @@
 /* Store current floating-point environment.
-   Copyright (C) 1997-2021 Free Software Foundation, Inc.
+   Copyright (C) 1997-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/fegetexcept.c b/math/fegetexcept.c
index c1202271b3..52a59e0888 100644
--- a/math/fegetexcept.c
+++ b/math/fegetexcept.c
@@ -1,5 +1,5 @@
 /* Get floating-point exceptions.
-   Copyright (C) 1999-2021 Free Software Foundation, Inc.
+   Copyright (C) 1999-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/fegetmode.c b/math/fegetmode.c
index e3eb31edcd..39b32ae0cc 100644
--- a/math/fegetmode.c
+++ b/math/fegetmode.c
@@ -1,5 +1,5 @@
 /* Store current floating-point control modes.
-   Copyright (C) 2016-2021 Free Software Foundation, Inc.
+   Copyright (C) 2016-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/fegetround.c b/math/fegetround.c
index b207df1122..331bcab0e7 100644
--- a/math/fegetround.c
+++ b/math/fegetround.c
@@ -1,5 +1,5 @@
 /* Return current rounding direction.
-   Copyright (C) 1997-2021 Free Software Foundation, Inc.
+   Copyright (C) 1997-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/feholdexcpt.c b/math/feholdexcpt.c
index 5cb2c9c147..6b1a522ac9 100644
--- a/math/feholdexcpt.c
+++ b/math/feholdexcpt.c
@@ -1,5 +1,5 @@
 /* Store current floating-point environment and clear exceptions.
-   Copyright (C) 1997-2021 Free Software Foundation, Inc.
+   Copyright (C) 1997-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/fenv.h b/math/fenv.h
index feeacfc2f4..992e9fbd41 100644
--- a/math/fenv.h
+++ b/math/fenv.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 1997-2021 Free Software Foundation, Inc.
+/* Copyright (C) 1997-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/fesetenv.c b/math/fesetenv.c
index c63336ab7d..d354e8872e 100644
--- a/math/fesetenv.c
+++ b/math/fesetenv.c
@@ -1,5 +1,5 @@
 /* Install given floating-point environment.
-   Copyright (C) 1997-2021 Free Software Foundation, Inc.
+   Copyright (C) 1997-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/fesetexcept.c b/math/fesetexcept.c
index 6f27a200f0..158c6f12b4 100644
--- a/math/fesetexcept.c
+++ b/math/fesetexcept.c
@@ -1,5 +1,5 @@
 /* Set given exception flags.
-   Copyright (C) 2016-2021 Free Software Foundation, Inc.
+   Copyright (C) 2016-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/fesetmode.c b/math/fesetmode.c
index eaa1bd66ab..af17f481bd 100644
--- a/math/fesetmode.c
+++ b/math/fesetmode.c
@@ -1,5 +1,5 @@
 /* Install given floating-point control modes.
-   Copyright (C) 2016-2021 Free Software Foundation, Inc.
+   Copyright (C) 2016-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/fesetround.c b/math/fesetround.c
index e32e512cd8..1252dc02ce 100644
--- a/math/fesetround.c
+++ b/math/fesetround.c
@@ -1,5 +1,5 @@
 /* Set current rounding direction.
-   Copyright (C) 1997-2021 Free Software Foundation, Inc.
+   Copyright (C) 1997-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/fetestexceptflag.c b/math/fetestexceptflag.c
index 78a391e42a..905c51cb76 100644
--- a/math/fetestexceptflag.c
+++ b/math/fetestexceptflag.c
@@ -1,5 +1,5 @@
 /* Test exception in saved exception state.
-   Copyright (C) 2016-2021 Free Software Foundation, Inc.
+   Copyright (C) 2016-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/feupdateenv.c b/math/feupdateenv.c
index 624b0c8f05..6f1b3a409b 100644
--- a/math/feupdateenv.c
+++ b/math/feupdateenv.c
@@ -1,5 +1,5 @@
 /* Install given floating-point environment and raise exceptions.
-   Copyright (C) 1997-2021 Free Software Foundation, Inc.
+   Copyright (C) 1997-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/fgetexcptflg.c b/math/fgetexcptflg.c
index d987a50906..d4d7329dcf 100644
--- a/math/fgetexcptflg.c
+++ b/math/fgetexcptflg.c
@@ -1,5 +1,5 @@
 /* Store current representation for exceptions.
-   Copyright (C) 1997-2021 Free Software Foundation, Inc.
+   Copyright (C) 1997-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/finclude/math-vector-fortran.h b/math/finclude/math-vector-fortran.h
index 1e5d6994dc..235ebab5bd 100644
--- a/math/finclude/math-vector-fortran.h
+++ b/math/finclude/math-vector-fortran.h
@@ -1,5 +1,5 @@
 ! Platform-specific declarations of SIMD math functions for Fortran. -*- f90 -*-
-!   Copyright (C) 2019-2021 Free Software Foundation, Inc.
+!   Copyright (C) 2019-2022 Free Software Foundation, Inc.
 !   This file is part of the GNU C Library.
 !
 !   The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/fpu_control.c b/math/fpu_control.c
index 2a4792bacf..c80ca34911 100644
--- a/math/fpu_control.c
+++ b/math/fpu_control.c
@@ -1,5 +1,5 @@
 /* Default FPU control word initialization.
-   Copyright (C) 1996-2021 Free Software Foundation, Inc.
+   Copyright (C) 1996-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/fraiseexcpt.c b/math/fraiseexcpt.c
index 5e31c2491e..733fac9e03 100644
--- a/math/fraiseexcpt.c
+++ b/math/fraiseexcpt.c
@@ -1,5 +1,5 @@
 /* Raise given exceptions.
-   Copyright (C) 1997-2021 Free Software Foundation, Inc.
+   Copyright (C) 1997-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/fromfp.h b/math/fromfp.h
index c78aa099c9..9dac2e7ce0 100644
--- a/math/fromfp.h
+++ b/math/fromfp.h
@@ -1,5 +1,5 @@
 /* Round to integer type.  Common helper functions.
-   Copyright (C) 2016-2021 Free Software Foundation, Inc.
+   Copyright (C) 2016-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/fsetexcptflg.c b/math/fsetexcptflg.c
index 0b98cbce28..204ce56d9f 100644
--- a/math/fsetexcptflg.c
+++ b/math/fsetexcptflg.c
@@ -1,5 +1,5 @@
 /* Set floating-point environment exception handling.
-   Copyright (C) 1997-2021 Free Software Foundation, Inc.
+   Copyright (C) 1997-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/ftestexcept.c b/math/ftestexcept.c
index 5fab8ebcf4..b0cdc5285c 100644
--- a/math/ftestexcept.c
+++ b/math/ftestexcept.c
@@ -1,5 +1,5 @@
 /* Test exception in current environment.
-   Copyright (C) 1997-2021 Free Software Foundation, Inc.
+   Copyright (C) 1997-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/gen-auto-libm-tests.c b/math/gen-auto-libm-tests.c
index 95e05635d3..ed47346137 100644
--- a/math/gen-auto-libm-tests.c
+++ b/math/gen-auto-libm-tests.c
@@ -1,5 +1,5 @@
 /* Generate expected output for libm tests with MPFR and MPC.
-   Copyright (C) 2013-2021 Free Software Foundation, Inc.
+   Copyright (C) 2013-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/gen-fromfp-tests.py b/math/gen-fromfp-tests.py
index 95e942c739..18b0ae7f23 100755
--- a/math/gen-fromfp-tests.py
+++ b/math/gen-fromfp-tests.py
@@ -1,6 +1,6 @@
 #!/usr/bin/python3
 # Expand test inputs for fromfp functions into text to edit into libm-test.inc.
-# Copyright (C) 2016-2021 Free Software Foundation, Inc.
+# Copyright (C) 2016-2022 Free Software Foundation, Inc.
 # This file is part of the GNU C Library.
 #
 # The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/gen-libm-test.py b/math/gen-libm-test.py
index e849d84f34..af5d735cf8 100755
--- a/math/gen-libm-test.py
+++ b/math/gen-libm-test.py
@@ -1,6 +1,6 @@
 #!/usr/bin/python3
 # Generate tests for libm functions.
-# Copyright (C) 2018-2021 Free Software Foundation, Inc.
+# Copyright (C) 2018-2022 Free Software Foundation, Inc.
 # This file is part of the GNU C Library.
 #
 # The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/gen-tgmath-tests.py b/math/gen-tgmath-tests.py
index 53d5a54767..c841db6000 100755
--- a/math/gen-tgmath-tests.py
+++ b/math/gen-tgmath-tests.py
@@ -1,6 +1,6 @@
 #!/usr/bin/python3
 # Generate tests for <tgmath.h> macros.
-# Copyright (C) 2017-2021 Free Software Foundation, Inc.
+# Copyright (C) 2017-2022 Free Software Foundation, Inc.
 # This file is part of the GNU C Library.
 #
 # The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/k_casinh_template.c b/math/k_casinh_template.c
index d6ea6556b9..98980dc393 100644
--- a/math/k_casinh_template.c
+++ b/math/k_casinh_template.c
@@ -1,7 +1,7 @@
 /* Return arc hyperbolic sine for a complex float type, with the
    imaginary part of the result possibly adjusted for use in
    computing other functions.
-   Copyright (C) 1997-2021 Free Software Foundation, Inc.
+   Copyright (C) 1997-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/lgamma-compat.h b/math/lgamma-compat.h
index 24a64f8a1b..72010ec20f 100644
--- a/math/lgamma-compat.h
+++ b/math/lgamma-compat.h
@@ -1,5 +1,5 @@
 /* ABI compatibility for lgamma functions.
-   Copyright (C) 2015-2021 Free Software Foundation, Inc.
+   Copyright (C) 2015-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/libm-test-acos.inc b/math/libm-test-acos.inc
index bfe87e5196..8e953849f5 100644
--- a/math/libm-test-acos.inc
+++ b/math/libm-test-acos.inc
@@ -1,5 +1,5 @@
 /* Test acos.
-   Copyright (C) 1997-2021 Free Software Foundation, Inc.
+   Copyright (C) 1997-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/libm-test-acosh.inc b/math/libm-test-acosh.inc
index 4fea1befe4..fe223baf2c 100644
--- a/math/libm-test-acosh.inc
+++ b/math/libm-test-acosh.inc
@@ -1,5 +1,5 @@
 /* Test acosh.
-   Copyright (C) 1997-2021 Free Software Foundation, Inc.
+   Copyright (C) 1997-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/libm-test-asin.inc b/math/libm-test-asin.inc
index 3075fb3aa5..d7ee90bf35 100644
--- a/math/libm-test-asin.inc
+++ b/math/libm-test-asin.inc
@@ -1,5 +1,5 @@
 /* Test asin.
-   Copyright (C) 1997-2021 Free Software Foundation, Inc.
+   Copyright (C) 1997-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/libm-test-asinh.inc b/math/libm-test-asinh.inc
index b913e57b24..a12391f752 100644
--- a/math/libm-test-asinh.inc
+++ b/math/libm-test-asinh.inc
@@ -1,5 +1,5 @@
 /* Test asinh.
-   Copyright (C) 1997-2021 Free Software Foundation, Inc.
+   Copyright (C) 1997-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/libm-test-atan.inc b/math/libm-test-atan.inc
index a1baf1617d..b34c689dd2 100644
--- a/math/libm-test-atan.inc
+++ b/math/libm-test-atan.inc
@@ -1,5 +1,5 @@
 /* Test atan.
-   Copyright (C) 1997-2021 Free Software Foundation, Inc.
+   Copyright (C) 1997-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/libm-test-atan2.inc b/math/libm-test-atan2.inc
index b441585b34..b91f023e56 100644
--- a/math/libm-test-atan2.inc
+++ b/math/libm-test-atan2.inc
@@ -1,5 +1,5 @@
 /* Test atan2.
-   Copyright (C) 1997-2021 Free Software Foundation, Inc.
+   Copyright (C) 1997-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/libm-test-atanh.inc b/math/libm-test-atanh.inc
index a2d36f68c4..95d287e744 100644
--- a/math/libm-test-atanh.inc
+++ b/math/libm-test-atanh.inc
@@ -1,5 +1,5 @@
 /* Test atanh.
-   Copyright (C) 1997-2021 Free Software Foundation, Inc.
+   Copyright (C) 1997-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/libm-test-cabs.inc b/math/libm-test-cabs.inc
index e50879048b..7da8554735 100644
--- a/math/libm-test-cabs.inc
+++ b/math/libm-test-cabs.inc
@@ -1,5 +1,5 @@
 /* Test cabs.
-   Copyright (C) 1997-2021 Free Software Foundation, Inc.
+   Copyright (C) 1997-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/libm-test-cacos.inc b/math/libm-test-cacos.inc
index 847f076576..7ac971f34b 100644
--- a/math/libm-test-cacos.inc
+++ b/math/libm-test-cacos.inc
@@ -1,5 +1,5 @@
 /* Test cacos.
-   Copyright (C) 1997-2021 Free Software Foundation, Inc.
+   Copyright (C) 1997-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/libm-test-cacosh.inc b/math/libm-test-cacosh.inc
index 9d8a1c3cff..a7d13f5e0b 100644
--- a/math/libm-test-cacosh.inc
+++ b/math/libm-test-cacosh.inc
@@ -1,5 +1,5 @@
 /* Test cacosh.
-   Copyright (C) 1997-2021 Free Software Foundation, Inc.
+   Copyright (C) 1997-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/libm-test-canonicalize.inc b/math/libm-test-canonicalize.inc
index cddf30a0f5..3f44077c02 100644
--- a/math/libm-test-canonicalize.inc
+++ b/math/libm-test-canonicalize.inc
@@ -1,5 +1,5 @@
 /* Test canonicalize.
-   Copyright (C) 1997-2021 Free Software Foundation, Inc.
+   Copyright (C) 1997-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/libm-test-carg.inc b/math/libm-test-carg.inc
index 26741d6df5..2c5a615ea7 100644
--- a/math/libm-test-carg.inc
+++ b/math/libm-test-carg.inc
@@ -1,5 +1,5 @@
 /* Test carg.
-   Copyright (C) 1997-2021 Free Software Foundation, Inc.
+   Copyright (C) 1997-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/libm-test-casin.inc b/math/libm-test-casin.inc
index f508009a7b..61f9bff3de 100644
--- a/math/libm-test-casin.inc
+++ b/math/libm-test-casin.inc
@@ -1,5 +1,5 @@
 /* Test casin.
-   Copyright (C) 1997-2021 Free Software Foundation, Inc.
+   Copyright (C) 1997-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/libm-test-casinh.inc b/math/libm-test-casinh.inc
index 3687318927..a17e682ad1 100644
--- a/math/libm-test-casinh.inc
+++ b/math/libm-test-casinh.inc
@@ -1,5 +1,5 @@
 /* Test casinh.
-   Copyright (C) 1997-2021 Free Software Foundation, Inc.
+   Copyright (C) 1997-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/libm-test-catan.inc b/math/libm-test-catan.inc
index 58a1e594b6..e41bb4e134 100644
--- a/math/libm-test-catan.inc
+++ b/math/libm-test-catan.inc
@@ -1,5 +1,5 @@
 /* Test catan.
-   Copyright (C) 1997-2021 Free Software Foundation, Inc.
+   Copyright (C) 1997-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/libm-test-catanh.inc b/math/libm-test-catanh.inc
index ec802d8da2..e7880a2fb0 100644
--- a/math/libm-test-catanh.inc
+++ b/math/libm-test-catanh.inc
@@ -1,5 +1,5 @@
 /* Test catanh.
-   Copyright (C) 1997-2021 Free Software Foundation, Inc.
+   Copyright (C) 1997-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/libm-test-cbrt.inc b/math/libm-test-cbrt.inc
index 77d6e9f279..c9a8e6f243 100644
--- a/math/libm-test-cbrt.inc
+++ b/math/libm-test-cbrt.inc
@@ -1,5 +1,5 @@
 /* Test cbrt.
-   Copyright (C) 1997-2021 Free Software Foundation, Inc.
+   Copyright (C) 1997-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/libm-test-ccos.inc b/math/libm-test-ccos.inc
index a83e1d00d6..3bc21849fb 100644
--- a/math/libm-test-ccos.inc
+++ b/math/libm-test-ccos.inc
@@ -1,5 +1,5 @@
 /* Test ccos.
-   Copyright (C) 1997-2021 Free Software Foundation, Inc.
+   Copyright (C) 1997-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/libm-test-ccosh.inc b/math/libm-test-ccosh.inc
index 81718c2c86..0e902853b5 100644
--- a/math/libm-test-ccosh.inc
+++ b/math/libm-test-ccosh.inc
@@ -1,5 +1,5 @@
 /* Test ccosh.
-   Copyright (C) 1997-2021 Free Software Foundation, Inc.
+   Copyright (C) 1997-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/libm-test-ceil.inc b/math/libm-test-ceil.inc
index 9fd45c4e42..71f32a1866 100644
--- a/math/libm-test-ceil.inc
+++ b/math/libm-test-ceil.inc
@@ -1,5 +1,5 @@
 /* Test ceil.
-   Copyright (C) 1997-2021 Free Software Foundation, Inc.
+   Copyright (C) 1997-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/libm-test-cexp.inc b/math/libm-test-cexp.inc
index e33c997d4d..9a18c3aab3 100644
--- a/math/libm-test-cexp.inc
+++ b/math/libm-test-cexp.inc
@@ -1,5 +1,5 @@
 /* Test cexp.
-   Copyright (C) 1997-2021 Free Software Foundation, Inc.
+   Copyright (C) 1997-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/libm-test-cimag.inc b/math/libm-test-cimag.inc
index 3beb3cda19..163ca563a5 100644
--- a/math/libm-test-cimag.inc
+++ b/math/libm-test-cimag.inc
@@ -1,5 +1,5 @@
 /* Test cimag.
-   Copyright (C) 1997-2021 Free Software Foundation, Inc.
+   Copyright (C) 1997-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/libm-test-clog.inc b/math/libm-test-clog.inc
index 777c07d5d6..c2445ecc57 100644
--- a/math/libm-test-clog.inc
+++ b/math/libm-test-clog.inc
@@ -1,5 +1,5 @@
 /* Test clog.
-   Copyright (C) 1997-2021 Free Software Foundation, Inc.
+   Copyright (C) 1997-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/libm-test-clog10.inc b/math/libm-test-clog10.inc
index 76a7ac160e..28bcf206e5 100644
--- a/math/libm-test-clog10.inc
+++ b/math/libm-test-clog10.inc
@@ -1,5 +1,5 @@
 /* Test clog10.
-   Copyright (C) 1997-2021 Free Software Foundation, Inc.
+   Copyright (C) 1997-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/libm-test-compat_totalorder.inc b/math/libm-test-compat_totalorder.inc
index 28e132ba75..778021cb14 100644
--- a/math/libm-test-compat_totalorder.inc
+++ b/math/libm-test-compat_totalorder.inc
@@ -1,5 +1,5 @@
 /* Test totalorder compat symbol.
-   Copyright (C) 2019-2021 Free Software Foundation, Inc.
+   Copyright (C) 2019-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/libm-test-compat_totalordermag.inc b/math/libm-test-compat_totalordermag.inc
index 7ef5d894e9..f2ede191a8 100644
--- a/math/libm-test-compat_totalordermag.inc
+++ b/math/libm-test-compat_totalordermag.inc
@@ -1,5 +1,5 @@
 /* Test totalordermag compat symbol.
-   Copyright (C) 2019-2021 Free Software Foundation, Inc.
+   Copyright (C) 2019-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/libm-test-conj.inc b/math/libm-test-conj.inc
index 9dd84e761f..aa626004be 100644
--- a/math/libm-test-conj.inc
+++ b/math/libm-test-conj.inc
@@ -1,5 +1,5 @@
 /* Test conj.
-   Copyright (C) 1997-2021 Free Software Foundation, Inc.
+   Copyright (C) 1997-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/libm-test-copysign.inc b/math/libm-test-copysign.inc
index f26224e5e6..19d2d62901 100644
--- a/math/libm-test-copysign.inc
+++ b/math/libm-test-copysign.inc
@@ -1,5 +1,5 @@
 /* Test copysign.
-   Copyright (C) 1997-2021 Free Software Foundation, Inc.
+   Copyright (C) 1997-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/libm-test-cos.inc b/math/libm-test-cos.inc
index ee887856a0..7841262a43 100644
--- a/math/libm-test-cos.inc
+++ b/math/libm-test-cos.inc
@@ -1,5 +1,5 @@
 /* Test cos.
-   Copyright (C) 1997-2021 Free Software Foundation, Inc.
+   Copyright (C) 1997-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/libm-test-cosh.inc b/math/libm-test-cosh.inc
index 297b6e73ac..92b545ccf6 100644
--- a/math/libm-test-cosh.inc
+++ b/math/libm-test-cosh.inc
@@ -1,5 +1,5 @@
 /* Test cosh.
-   Copyright (C) 1997-2021 Free Software Foundation, Inc.
+   Copyright (C) 1997-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/libm-test-cpow.inc b/math/libm-test-cpow.inc
index bd9145ad43..4116048295 100644
--- a/math/libm-test-cpow.inc
+++ b/math/libm-test-cpow.inc
@@ -1,5 +1,5 @@
 /* Test cpow.
-   Copyright (C) 1997-2021 Free Software Foundation, Inc.
+   Copyright (C) 1997-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/libm-test-cproj.inc b/math/libm-test-cproj.inc
index ecf18aeba6..81087fda41 100644
--- a/math/libm-test-cproj.inc
+++ b/math/libm-test-cproj.inc
@@ -1,5 +1,5 @@
 /* Test cproj.
-   Copyright (C) 1997-2021 Free Software Foundation, Inc.
+   Copyright (C) 1997-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/libm-test-creal.inc b/math/libm-test-creal.inc
index 4e0e8f0c22..a2e1a3a838 100644
--- a/math/libm-test-creal.inc
+++ b/math/libm-test-creal.inc
@@ -1,5 +1,5 @@
 /* Test creal.
-   Copyright (C) 1997-2021 Free Software Foundation, Inc.
+   Copyright (C) 1997-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/libm-test-csin.inc b/math/libm-test-csin.inc
index 741a2adabe..b3e09e1a35 100644
--- a/math/libm-test-csin.inc
+++ b/math/libm-test-csin.inc
@@ -1,5 +1,5 @@
 /* Test csin.
-   Copyright (C) 1997-2021 Free Software Foundation, Inc.
+   Copyright (C) 1997-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/libm-test-csinh.inc b/math/libm-test-csinh.inc
index 0ccf78324b..c9a4a81c55 100644
--- a/math/libm-test-csinh.inc
+++ b/math/libm-test-csinh.inc
@@ -1,5 +1,5 @@
 /* Test csinh.
-   Copyright (C) 1997-2021 Free Software Foundation, Inc.
+   Copyright (C) 1997-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/libm-test-csqrt.inc b/math/libm-test-csqrt.inc
index f4f0618555..65544733a6 100644
--- a/math/libm-test-csqrt.inc
+++ b/math/libm-test-csqrt.inc
@@ -1,5 +1,5 @@
 /* Test csqrt.
-   Copyright (C) 1997-2021 Free Software Foundation, Inc.
+   Copyright (C) 1997-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/libm-test-ctan.inc b/math/libm-test-ctan.inc
index 459987900a..06699b67d4 100644
--- a/math/libm-test-ctan.inc
+++ b/math/libm-test-ctan.inc
@@ -1,5 +1,5 @@
 /* Test ctan.
-   Copyright (C) 1997-2021 Free Software Foundation, Inc.
+   Copyright (C) 1997-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/libm-test-ctanh.inc b/math/libm-test-ctanh.inc
index e3caf73dab..18379de41b 100644
--- a/math/libm-test-ctanh.inc
+++ b/math/libm-test-ctanh.inc
@@ -1,5 +1,5 @@
 /* Test ctanh.
-   Copyright (C) 1997-2021 Free Software Foundation, Inc.
+   Copyright (C) 1997-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/libm-test-driver.c b/math/libm-test-driver.c
index e122f94f7c..950c3e9395 100644
--- a/math/libm-test-driver.c
+++ b/math/libm-test-driver.c
@@ -1,5 +1,5 @@
 /* Support code for testing libm functions (driver).
-   Copyright (C) 1997-2021 Free Software Foundation, Inc.
+   Copyright (C) 1997-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/libm-test-erf.inc b/math/libm-test-erf.inc
index 85e3617f4c..ec19151a1d 100644
--- a/math/libm-test-erf.inc
+++ b/math/libm-test-erf.inc
@@ -1,5 +1,5 @@
 /* Test erf.
-   Copyright (C) 1997-2021 Free Software Foundation, Inc.
+   Copyright (C) 1997-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/libm-test-erfc.inc b/math/libm-test-erfc.inc
index fa627a3479..3bef74c5ae 100644
--- a/math/libm-test-erfc.inc
+++ b/math/libm-test-erfc.inc
@@ -1,5 +1,5 @@
 /* Test erfc.
-   Copyright (C) 1997-2021 Free Software Foundation, Inc.
+   Copyright (C) 1997-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/libm-test-exp.inc b/math/libm-test-exp.inc
index 22f202853b..c87f377a0f 100644
--- a/math/libm-test-exp.inc
+++ b/math/libm-test-exp.inc
@@ -1,5 +1,5 @@
 /* Test exp.
-   Copyright (C) 1997-2021 Free Software Foundation, Inc.
+   Copyright (C) 1997-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/libm-test-exp10.inc b/math/libm-test-exp10.inc
index 2c95a7103d..86e9442f90 100644
--- a/math/libm-test-exp10.inc
+++ b/math/libm-test-exp10.inc
@@ -1,5 +1,5 @@
 /* Test exp10.
-   Copyright (C) 1997-2021 Free Software Foundation, Inc.
+   Copyright (C) 1997-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/libm-test-exp2.inc b/math/libm-test-exp2.inc
index e3ffdb32a8..605682224d 100644
--- a/math/libm-test-exp2.inc
+++ b/math/libm-test-exp2.inc
@@ -1,5 +1,5 @@
 /* Test exp2.
-   Copyright (C) 1997-2021 Free Software Foundation, Inc.
+   Copyright (C) 1997-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/libm-test-expm1.inc b/math/libm-test-expm1.inc
index bfe506e527..1d80fdc8cf 100644
--- a/math/libm-test-expm1.inc
+++ b/math/libm-test-expm1.inc
@@ -1,5 +1,5 @@
 /* Test expm1.
-   Copyright (C) 1997-2021 Free Software Foundation, Inc.
+   Copyright (C) 1997-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/libm-test-fabs.inc b/math/libm-test-fabs.inc
index 492514e0cd..50dceee70a 100644
--- a/math/libm-test-fabs.inc
+++ b/math/libm-test-fabs.inc
@@ -1,5 +1,5 @@
 /* Test fabs.
-   Copyright (C) 1997-2021 Free Software Foundation, Inc.
+   Copyright (C) 1997-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/libm-test-fdim.inc b/math/libm-test-fdim.inc
index 91da343cb2..99350f63a8 100644
--- a/math/libm-test-fdim.inc
+++ b/math/libm-test-fdim.inc
@@ -1,5 +1,5 @@
 /* Test fdim.
-   Copyright (C) 1997-2021 Free Software Foundation, Inc.
+   Copyright (C) 1997-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/libm-test-floor.inc b/math/libm-test-floor.inc
index e9f231ba63..295e3f472d 100644
--- a/math/libm-test-floor.inc
+++ b/math/libm-test-floor.inc
@@ -1,5 +1,5 @@
 /* Test floor.
-   Copyright (C) 1997-2021 Free Software Foundation, Inc.
+   Copyright (C) 1997-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/libm-test-fma.inc b/math/libm-test-fma.inc
index ff607ddd92..0a70c942a0 100644
--- a/math/libm-test-fma.inc
+++ b/math/libm-test-fma.inc
@@ -1,5 +1,5 @@
 /* Test fma.
-   Copyright (C) 1997-2021 Free Software Foundation, Inc.
+   Copyright (C) 1997-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/libm-test-fmax.inc b/math/libm-test-fmax.inc
index ca86427ba8..e68e8f340d 100644
--- a/math/libm-test-fmax.inc
+++ b/math/libm-test-fmax.inc
@@ -1,5 +1,5 @@
 /* Test fmax.
-   Copyright (C) 1997-2021 Free Software Foundation, Inc.
+   Copyright (C) 1997-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/libm-test-fmaximum.inc b/math/libm-test-fmaximum.inc
index 72e12c4dfa..992c41d83c 100644
--- a/math/libm-test-fmaximum.inc
+++ b/math/libm-test-fmaximum.inc
@@ -1,5 +1,5 @@
 /* Test fmaximum.
-   Copyright (C) 1997-2021 Free Software Foundation, Inc.
+   Copyright (C) 1997-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/libm-test-fmaximum_mag.inc b/math/libm-test-fmaximum_mag.inc
index 556188fada..6fd59534b8 100644
--- a/math/libm-test-fmaximum_mag.inc
+++ b/math/libm-test-fmaximum_mag.inc
@@ -1,5 +1,5 @@
 /* Test fmaximum_mag.
-   Copyright (C) 1997-2021 Free Software Foundation, Inc.
+   Copyright (C) 1997-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/libm-test-fmaximum_mag_num.inc b/math/libm-test-fmaximum_mag_num.inc
index 75cc46484a..d8efca37af 100644
--- a/math/libm-test-fmaximum_mag_num.inc
+++ b/math/libm-test-fmaximum_mag_num.inc
@@ -1,5 +1,5 @@
 /* Test fmaximum_mag_num.
-   Copyright (C) 1997-2021 Free Software Foundation, Inc.
+   Copyright (C) 1997-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/libm-test-fmaximum_num.inc b/math/libm-test-fmaximum_num.inc
index 948be9ada2..ecc4a027e9 100644
--- a/math/libm-test-fmaximum_num.inc
+++ b/math/libm-test-fmaximum_num.inc
@@ -1,5 +1,5 @@
 /* Test fmaximum_num.
-   Copyright (C) 1997-2021 Free Software Foundation, Inc.
+   Copyright (C) 1997-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/libm-test-fmaxmag.inc b/math/libm-test-fmaxmag.inc
index 8cf7309233..f137908f76 100644
--- a/math/libm-test-fmaxmag.inc
+++ b/math/libm-test-fmaxmag.inc
@@ -1,5 +1,5 @@
 /* Test fmaxmag.
-   Copyright (C) 1997-2021 Free Software Foundation, Inc.
+   Copyright (C) 1997-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/libm-test-fmin.inc b/math/libm-test-fmin.inc
index 88f3c9c3ea..511f49600e 100644
--- a/math/libm-test-fmin.inc
+++ b/math/libm-test-fmin.inc
@@ -1,5 +1,5 @@
 /* Test fmin.
-   Copyright (C) 1997-2021 Free Software Foundation, Inc.
+   Copyright (C) 1997-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/libm-test-fminimum.inc b/math/libm-test-fminimum.inc
index ff37fb115e..d1e1d3ace2 100644
--- a/math/libm-test-fminimum.inc
+++ b/math/libm-test-fminimum.inc
@@ -1,5 +1,5 @@
 /* Test fminimum.
-   Copyright (C) 1997-2021 Free Software Foundation, Inc.
+   Copyright (C) 1997-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/libm-test-fminimum_mag.inc b/math/libm-test-fminimum_mag.inc
index b3e85b38ef..8c25deb484 100644
--- a/math/libm-test-fminimum_mag.inc
+++ b/math/libm-test-fminimum_mag.inc
@@ -1,5 +1,5 @@
 /* Test fminimum_mag.
-   Copyright (C) 1997-2021 Free Software Foundation, Inc.
+   Copyright (C) 1997-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/libm-test-fminimum_mag_num.inc b/math/libm-test-fminimum_mag_num.inc
index f9e824c4cd..b0e346fb03 100644
--- a/math/libm-test-fminimum_mag_num.inc
+++ b/math/libm-test-fminimum_mag_num.inc
@@ -1,5 +1,5 @@
 /* Test fminimum_mag_num.
-   Copyright (C) 1997-2021 Free Software Foundation, Inc.
+   Copyright (C) 1997-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/libm-test-fminimum_num.inc b/math/libm-test-fminimum_num.inc
index 74c4df234c..93d30cdc18 100644
--- a/math/libm-test-fminimum_num.inc
+++ b/math/libm-test-fminimum_num.inc
@@ -1,5 +1,5 @@
 /* Test fminimum_num.
-   Copyright (C) 1997-2021 Free Software Foundation, Inc.
+   Copyright (C) 1997-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/libm-test-fminmag.inc b/math/libm-test-fminmag.inc
index 72444f7019..a681d449d3 100644
--- a/math/libm-test-fminmag.inc
+++ b/math/libm-test-fminmag.inc
@@ -1,5 +1,5 @@
 /* Test fminmag.
-   Copyright (C) 1997-2021 Free Software Foundation, Inc.
+   Copyright (C) 1997-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/libm-test-fmod.inc b/math/libm-test-fmod.inc
index c0826ec85c..0d56ecd1b0 100644
--- a/math/libm-test-fmod.inc
+++ b/math/libm-test-fmod.inc
@@ -1,5 +1,5 @@
 /* Test fmod.
-   Copyright (C) 1997-2021 Free Software Foundation, Inc.
+   Copyright (C) 1997-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/libm-test-fpclassify.inc b/math/libm-test-fpclassify.inc
index 1e30479473..f805ad5e23 100644
--- a/math/libm-test-fpclassify.inc
+++ b/math/libm-test-fpclassify.inc
@@ -1,5 +1,5 @@
 /* Test fpclassify.
-   Copyright (C) 1997-2021 Free Software Foundation, Inc.
+   Copyright (C) 1997-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/libm-test-frexp.inc b/math/libm-test-frexp.inc
index f748d2e68d..3ee7dbabeb 100644
--- a/math/libm-test-frexp.inc
+++ b/math/libm-test-frexp.inc
@@ -1,5 +1,5 @@
 /* Test frexp.
-   Copyright (C) 1997-2021 Free Software Foundation, Inc.
+   Copyright (C) 1997-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/libm-test-fromfp.inc b/math/libm-test-fromfp.inc
index 46e4353ef2..1a7e4a4997 100644
--- a/math/libm-test-fromfp.inc
+++ b/math/libm-test-fromfp.inc
@@ -1,5 +1,5 @@
 /* Test fromfp.
-   Copyright (C) 1997-2021 Free Software Foundation, Inc.
+   Copyright (C) 1997-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/libm-test-fromfpx.inc b/math/libm-test-fromfpx.inc
index 87d2a808c3..c93fcff99f 100644
--- a/math/libm-test-fromfpx.inc
+++ b/math/libm-test-fromfpx.inc
@@ -1,5 +1,5 @@
 /* Test fromfpx.
-   Copyright (C) 1997-2021 Free Software Foundation, Inc.
+   Copyright (C) 1997-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/libm-test-getpayload.inc b/math/libm-test-getpayload.inc
index f0c74ab817..bc3562c301 100644
--- a/math/libm-test-getpayload.inc
+++ b/math/libm-test-getpayload.inc
@@ -1,5 +1,5 @@
 /* Test getpayload.
-   Copyright (C) 1997-2021 Free Software Foundation, Inc.
+   Copyright (C) 1997-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/libm-test-hypot.inc b/math/libm-test-hypot.inc
index 74712512a7..6cab2d91f2 100644
--- a/math/libm-test-hypot.inc
+++ b/math/libm-test-hypot.inc
@@ -1,5 +1,5 @@
 /* Test hypot.
-   Copyright (C) 1997-2021 Free Software Foundation, Inc.
+   Copyright (C) 1997-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/libm-test-ilogb.inc b/math/libm-test-ilogb.inc
index f7b28b6632..9f05b7518d 100644
--- a/math/libm-test-ilogb.inc
+++ b/math/libm-test-ilogb.inc
@@ -1,5 +1,5 @@
 /* Test ilogb.
-   Copyright (C) 1997-2021 Free Software Foundation, Inc.
+   Copyright (C) 1997-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/libm-test-iscanonical.inc b/math/libm-test-iscanonical.inc
index 0c57a1cb22..423a0abce6 100644
--- a/math/libm-test-iscanonical.inc
+++ b/math/libm-test-iscanonical.inc
@@ -1,5 +1,5 @@
 /* Test iscanonical.
-   Copyright (C) 1997-2021 Free Software Foundation, Inc.
+   Copyright (C) 1997-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/libm-test-iseqsig.inc b/math/libm-test-iseqsig.inc
index 9d8c3301f5..493b685fd9 100644
--- a/math/libm-test-iseqsig.inc
+++ b/math/libm-test-iseqsig.inc
@@ -1,5 +1,5 @@
 /* Test iseqsig.
-   Copyright (C) 1997-2021 Free Software Foundation, Inc.
+   Copyright (C) 1997-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/libm-test-isfinite.inc b/math/libm-test-isfinite.inc
index be4b275042..37a4ca4298 100644
--- a/math/libm-test-isfinite.inc
+++ b/math/libm-test-isfinite.inc
@@ -1,5 +1,5 @@
 /* Test isfinite.
-   Copyright (C) 1997-2021 Free Software Foundation, Inc.
+   Copyright (C) 1997-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/libm-test-isgreater.inc b/math/libm-test-isgreater.inc
index ae5a305b6d..26de39aaf6 100644
--- a/math/libm-test-isgreater.inc
+++ b/math/libm-test-isgreater.inc
@@ -1,5 +1,5 @@
 /* Test isgreater.
-   Copyright (C) 1997-2021 Free Software Foundation, Inc.
+   Copyright (C) 1997-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/libm-test-isgreaterequal.inc b/math/libm-test-isgreaterequal.inc
index ea7d73f8dd..232316b897 100644
--- a/math/libm-test-isgreaterequal.inc
+++ b/math/libm-test-isgreaterequal.inc
@@ -1,5 +1,5 @@
 /* Test isgreaterequal.
-   Copyright (C) 1997-2021 Free Software Foundation, Inc.
+   Copyright (C) 1997-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/libm-test-isinf.inc b/math/libm-test-isinf.inc
index 7eeb33c211..26548729e9 100644
--- a/math/libm-test-isinf.inc
+++ b/math/libm-test-isinf.inc
@@ -1,5 +1,5 @@
 /* Test isinf.
-   Copyright (C) 1997-2021 Free Software Foundation, Inc.
+   Copyright (C) 1997-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/libm-test-isless.inc b/math/libm-test-isless.inc
index 74b3486051..1e29425a1f 100644
--- a/math/libm-test-isless.inc
+++ b/math/libm-test-isless.inc
@@ -1,5 +1,5 @@
 /* Test isless.
-   Copyright (C) 1997-2021 Free Software Foundation, Inc.
+   Copyright (C) 1997-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/libm-test-islessequal.inc b/math/libm-test-islessequal.inc
index 2a957f2511..5bb3a9a006 100644
--- a/math/libm-test-islessequal.inc
+++ b/math/libm-test-islessequal.inc
@@ -1,5 +1,5 @@
 /* Test islessequal.
-   Copyright (C) 1997-2021 Free Software Foundation, Inc.
+   Copyright (C) 1997-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/libm-test-islessgreater.inc b/math/libm-test-islessgreater.inc
index 23a7cf9870..485027d00f 100644
--- a/math/libm-test-islessgreater.inc
+++ b/math/libm-test-islessgreater.inc
@@ -1,5 +1,5 @@
 /* Test islessgreater.
-   Copyright (C) 1997-2021 Free Software Foundation, Inc.
+   Copyright (C) 1997-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/libm-test-isnan.inc b/math/libm-test-isnan.inc
index c78143da37..026b61c216 100644
--- a/math/libm-test-isnan.inc
+++ b/math/libm-test-isnan.inc
@@ -1,5 +1,5 @@
 /* Test isnan.
-   Copyright (C) 1997-2021 Free Software Foundation, Inc.
+   Copyright (C) 1997-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/libm-test-isnormal.inc b/math/libm-test-isnormal.inc
index 7e7bf42e97..e1e8a3b270 100644
--- a/math/libm-test-isnormal.inc
+++ b/math/libm-test-isnormal.inc
@@ -1,5 +1,5 @@
 /* Test isnormal.
-   Copyright (C) 1997-2021 Free Software Foundation, Inc.
+   Copyright (C) 1997-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/libm-test-issignaling.inc b/math/libm-test-issignaling.inc
index 3e27474f77..b95eec0603 100644
--- a/math/libm-test-issignaling.inc
+++ b/math/libm-test-issignaling.inc
@@ -1,5 +1,5 @@
 /* Test issignaling.
-   Copyright (C) 1997-2021 Free Software Foundation, Inc.
+   Copyright (C) 1997-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/libm-test-issubnormal.inc b/math/libm-test-issubnormal.inc
index 85efda63ca..38564f2bcc 100644
--- a/math/libm-test-issubnormal.inc
+++ b/math/libm-test-issubnormal.inc
@@ -1,5 +1,5 @@
 /* Test issubnormal.
-   Copyright (C) 1997-2021 Free Software Foundation, Inc.
+   Copyright (C) 1997-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/libm-test-isunordered.inc b/math/libm-test-isunordered.inc
index 6a6adaad92..858f675525 100644
--- a/math/libm-test-isunordered.inc
+++ b/math/libm-test-isunordered.inc
@@ -1,5 +1,5 @@
 /* Test isunordered.
-   Copyright (C) 1997-2021 Free Software Foundation, Inc.
+   Copyright (C) 1997-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/libm-test-iszero.inc b/math/libm-test-iszero.inc
index d2f7e30347..cfd3d1fecb 100644
--- a/math/libm-test-iszero.inc
+++ b/math/libm-test-iszero.inc
@@ -1,5 +1,5 @@
 /* Test iszero.
-   Copyright (C) 1997-2021 Free Software Foundation, Inc.
+   Copyright (C) 1997-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/libm-test-j0.inc b/math/libm-test-j0.inc
index 07b1d00e16..86f1bb99d9 100644
--- a/math/libm-test-j0.inc
+++ b/math/libm-test-j0.inc
@@ -1,5 +1,5 @@
 /* Test j0.
-   Copyright (C) 1997-2021 Free Software Foundation, Inc.
+   Copyright (C) 1997-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/libm-test-j1.inc b/math/libm-test-j1.inc
index 8eb33e9fa4..54de72c589 100644
--- a/math/libm-test-j1.inc
+++ b/math/libm-test-j1.inc
@@ -1,5 +1,5 @@
 /* Test j1.
-   Copyright (C) 1997-2021 Free Software Foundation, Inc.
+   Copyright (C) 1997-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/libm-test-jn.inc b/math/libm-test-jn.inc
index 8ecba36e3f..b9fe554b3b 100644
--- a/math/libm-test-jn.inc
+++ b/math/libm-test-jn.inc
@@ -1,5 +1,5 @@
 /* Test jn.
-   Copyright (C) 1997-2021 Free Software Foundation, Inc.
+   Copyright (C) 1997-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/libm-test-lgamma.inc b/math/libm-test-lgamma.inc
index 750eeaf6cc..557518200b 100644
--- a/math/libm-test-lgamma.inc
+++ b/math/libm-test-lgamma.inc
@@ -1,5 +1,5 @@
 /* Test lgamma.
-   Copyright (C) 1997-2021 Free Software Foundation, Inc.
+   Copyright (C) 1997-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/libm-test-llogb.inc b/math/libm-test-llogb.inc
index a0e445a31d..c0cce07fb4 100644
--- a/math/libm-test-llogb.inc
+++ b/math/libm-test-llogb.inc
@@ -1,5 +1,5 @@
 /* Test llogb.
-   Copyright (C) 1997-2021 Free Software Foundation, Inc.
+   Copyright (C) 1997-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/libm-test-llrint.inc b/math/libm-test-llrint.inc
index 3c0e135343..f934601e71 100644
--- a/math/libm-test-llrint.inc
+++ b/math/libm-test-llrint.inc
@@ -1,5 +1,5 @@
 /* Test llrint.
-   Copyright (C) 1997-2021 Free Software Foundation, Inc.
+   Copyright (C) 1997-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/libm-test-llround.inc b/math/libm-test-llround.inc
index 038ab12076..0b0f9639c4 100644
--- a/math/libm-test-llround.inc
+++ b/math/libm-test-llround.inc
@@ -1,5 +1,5 @@
 /* Test llround.
-   Copyright (C) 1997-2021 Free Software Foundation, Inc.
+   Copyright (C) 1997-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/libm-test-log.inc b/math/libm-test-log.inc
index b867fd809d..9db157fb1b 100644
--- a/math/libm-test-log.inc
+++ b/math/libm-test-log.inc
@@ -1,5 +1,5 @@
 /* Test log.
-   Copyright (C) 1997-2021 Free Software Foundation, Inc.
+   Copyright (C) 1997-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/libm-test-log10.inc b/math/libm-test-log10.inc
index 821e0ef7ae..8c4727bb04 100644
--- a/math/libm-test-log10.inc
+++ b/math/libm-test-log10.inc
@@ -1,5 +1,5 @@
 /* Test log10.
-   Copyright (C) 1997-2021 Free Software Foundation, Inc.
+   Copyright (C) 1997-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/libm-test-log1p.inc b/math/libm-test-log1p.inc
index c0c73b6efe..d623fdd5b5 100644
--- a/math/libm-test-log1p.inc
+++ b/math/libm-test-log1p.inc
@@ -1,5 +1,5 @@
 /* Test log1p.
-   Copyright (C) 1997-2021 Free Software Foundation, Inc.
+   Copyright (C) 1997-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/libm-test-log2.inc b/math/libm-test-log2.inc
index c787933559..b97ad1c95c 100644
--- a/math/libm-test-log2.inc
+++ b/math/libm-test-log2.inc
@@ -1,5 +1,5 @@
 /* Test log2.
-   Copyright (C) 1997-2021 Free Software Foundation, Inc.
+   Copyright (C) 1997-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/libm-test-logb.inc b/math/libm-test-logb.inc
index ad46f21736..fd8583600e 100644
--- a/math/libm-test-logb.inc
+++ b/math/libm-test-logb.inc
@@ -1,5 +1,5 @@
 /* Test logb.
-   Copyright (C) 1997-2021 Free Software Foundation, Inc.
+   Copyright (C) 1997-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/libm-test-lrint.inc b/math/libm-test-lrint.inc
index 2e4b6080ba..8e99dbb15d 100644
--- a/math/libm-test-lrint.inc
+++ b/math/libm-test-lrint.inc
@@ -1,5 +1,5 @@
 /* Test lrint.
-   Copyright (C) 1997-2021 Free Software Foundation, Inc.
+   Copyright (C) 1997-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/libm-test-lround.inc b/math/libm-test-lround.inc
index 999b7199f1..20efc7dce9 100644
--- a/math/libm-test-lround.inc
+++ b/math/libm-test-lround.inc
@@ -1,5 +1,5 @@
 /* Test lround.
-   Copyright (C) 1997-2021 Free Software Foundation, Inc.
+   Copyright (C) 1997-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/libm-test-modf.inc b/math/libm-test-modf.inc
index ba150b47a9..7dd905098e 100644
--- a/math/libm-test-modf.inc
+++ b/math/libm-test-modf.inc
@@ -1,5 +1,5 @@
 /* Test modf.
-   Copyright (C) 1997-2021 Free Software Foundation, Inc.
+   Copyright (C) 1997-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/libm-test-narrow-add.inc b/math/libm-test-narrow-add.inc
index 5978f663ff..8eae2d2055 100644
--- a/math/libm-test-narrow-add.inc
+++ b/math/libm-test-narrow-add.inc
@@ -1,5 +1,5 @@
 /* Test narrowing add.
-   Copyright (C) 2018-2021 Free Software Foundation, Inc.
+   Copyright (C) 2018-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/libm-test-narrow-div.inc b/math/libm-test-narrow-div.inc
index edeb702624..3c9827891f 100644
--- a/math/libm-test-narrow-div.inc
+++ b/math/libm-test-narrow-div.inc
@@ -1,5 +1,5 @@
 /* Test narrowing divide.
-   Copyright (C) 2018-2021 Free Software Foundation, Inc.
+   Copyright (C) 2018-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/libm-test-narrow-fma.inc b/math/libm-test-narrow-fma.inc
index 9b34c04c9d..3e1368274a 100644
--- a/math/libm-test-narrow-fma.inc
+++ b/math/libm-test-narrow-fma.inc
@@ -1,5 +1,5 @@
 /* Test narrowing fma.
-   Copyright (C) 1997-2021 Free Software Foundation, Inc.
+   Copyright (C) 1997-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/libm-test-narrow-mul.inc b/math/libm-test-narrow-mul.inc
index 9a472ac084..2d70225b6e 100644
--- a/math/libm-test-narrow-mul.inc
+++ b/math/libm-test-narrow-mul.inc
@@ -1,5 +1,5 @@
 /* Test narrowing multiply.
-   Copyright (C) 2018-2021 Free Software Foundation, Inc.
+   Copyright (C) 2018-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/libm-test-narrow-sqrt.inc b/math/libm-test-narrow-sqrt.inc
index 7bf8c43ed9..01d2af4450 100644
--- a/math/libm-test-narrow-sqrt.inc
+++ b/math/libm-test-narrow-sqrt.inc
@@ -1,5 +1,5 @@
 /* Test narrowing sqrt.
-   Copyright (C) 1997-2021 Free Software Foundation, Inc.
+   Copyright (C) 1997-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/libm-test-narrow-sub.inc b/math/libm-test-narrow-sub.inc
index 7320a0b837..049ecf9d98 100644
--- a/math/libm-test-narrow-sub.inc
+++ b/math/libm-test-narrow-sub.inc
@@ -1,5 +1,5 @@
 /* Test narrowing subtract.
-   Copyright (C) 2018-2021 Free Software Foundation, Inc.
+   Copyright (C) 2018-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/libm-test-nearbyint.inc b/math/libm-test-nearbyint.inc
index 45daa932ee..2bcfd8511c 100644
--- a/math/libm-test-nearbyint.inc
+++ b/math/libm-test-nearbyint.inc
@@ -1,5 +1,5 @@
 /* Test nearbyint.
-   Copyright (C) 1997-2021 Free Software Foundation, Inc.
+   Copyright (C) 1997-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/libm-test-nextafter.inc b/math/libm-test-nextafter.inc
index afec5f9a84..7cc6b452f2 100644
--- a/math/libm-test-nextafter.inc
+++ b/math/libm-test-nextafter.inc
@@ -1,5 +1,5 @@
 /* Test nextafter.
-   Copyright (C) 1997-2021 Free Software Foundation, Inc.
+   Copyright (C) 1997-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/libm-test-nextdown.inc b/math/libm-test-nextdown.inc
index fba07b3af2..8766584ea3 100644
--- a/math/libm-test-nextdown.inc
+++ b/math/libm-test-nextdown.inc
@@ -1,5 +1,5 @@
 /* Test nextdown.
-   Copyright (C) 1997-2021 Free Software Foundation, Inc.
+   Copyright (C) 1997-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/libm-test-nexttoward.inc b/math/libm-test-nexttoward.inc
index 23bf2d1c2a..ea75db8fa8 100644
--- a/math/libm-test-nexttoward.inc
+++ b/math/libm-test-nexttoward.inc
@@ -1,5 +1,5 @@
 /* Test nexttoward.
-   Copyright (C) 1997-2021 Free Software Foundation, Inc.
+   Copyright (C) 1997-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/libm-test-nextup.inc b/math/libm-test-nextup.inc
index 23d0473bdc..adb24980fa 100644
--- a/math/libm-test-nextup.inc
+++ b/math/libm-test-nextup.inc
@@ -1,5 +1,5 @@
 /* Test nextup.
-   Copyright (C) 1997-2021 Free Software Foundation, Inc.
+   Copyright (C) 1997-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/libm-test-pow.inc b/math/libm-test-pow.inc
index 46d18a25fe..2739db843d 100644
--- a/math/libm-test-pow.inc
+++ b/math/libm-test-pow.inc
@@ -1,5 +1,5 @@
 /* Test pow.
-   Copyright (C) 1997-2021 Free Software Foundation, Inc.
+   Copyright (C) 1997-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/libm-test-remainder.inc b/math/libm-test-remainder.inc
index 96cbff4111..04756d38e0 100644
--- a/math/libm-test-remainder.inc
+++ b/math/libm-test-remainder.inc
@@ -1,5 +1,5 @@
 /* Test remainder.
-   Copyright (C) 1997-2021 Free Software Foundation, Inc.
+   Copyright (C) 1997-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/libm-test-remquo.inc b/math/libm-test-remquo.inc
index 83b3f3b072..489f6f2d84 100644
--- a/math/libm-test-remquo.inc
+++ b/math/libm-test-remquo.inc
@@ -1,5 +1,5 @@
 /* Test remquo.
-   Copyright (C) 1997-2021 Free Software Foundation, Inc.
+   Copyright (C) 1997-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/libm-test-rint.inc b/math/libm-test-rint.inc
index 29dd922e12..e3636fefea 100644
--- a/math/libm-test-rint.inc
+++ b/math/libm-test-rint.inc
@@ -1,5 +1,5 @@
 /* Test rint.
-   Copyright (C) 1997-2021 Free Software Foundation, Inc.
+   Copyright (C) 1997-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/libm-test-round.inc b/math/libm-test-round.inc
index 9cc3f47f7e..bc146dbc19 100644
--- a/math/libm-test-round.inc
+++ b/math/libm-test-round.inc
@@ -1,5 +1,5 @@
 /* Test round.
-   Copyright (C) 1997-2021 Free Software Foundation, Inc.
+   Copyright (C) 1997-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/libm-test-roundeven.inc b/math/libm-test-roundeven.inc
index 3272aaab1d..35d3214d00 100644
--- a/math/libm-test-roundeven.inc
+++ b/math/libm-test-roundeven.inc
@@ -1,5 +1,5 @@
 /* Test roundeven.
-   Copyright (C) 1997-2021 Free Software Foundation, Inc.
+   Copyright (C) 1997-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/libm-test-scalb.inc b/math/libm-test-scalb.inc
index 73a4e63942..be1dcf4ef9 100644
--- a/math/libm-test-scalb.inc
+++ b/math/libm-test-scalb.inc
@@ -1,5 +1,5 @@
 /* Test scalb.
-   Copyright (C) 1997-2021 Free Software Foundation, Inc.
+   Copyright (C) 1997-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/libm-test-scalbln.inc b/math/libm-test-scalbln.inc
index a14bb4c698..d55e184954 100644
--- a/math/libm-test-scalbln.inc
+++ b/math/libm-test-scalbln.inc
@@ -1,5 +1,5 @@
 /* Test scalbln.
-   Copyright (C) 1997-2021 Free Software Foundation, Inc.
+   Copyright (C) 1997-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/libm-test-scalbn.inc b/math/libm-test-scalbn.inc
index c27e9905af..d07f4f776c 100644
--- a/math/libm-test-scalbn.inc
+++ b/math/libm-test-scalbn.inc
@@ -1,5 +1,5 @@
 /* Test scalbn.
-   Copyright (C) 1997-2021 Free Software Foundation, Inc.
+   Copyright (C) 1997-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/libm-test-setpayload.inc b/math/libm-test-setpayload.inc
index f587bf705a..b1ba7f241e 100644
--- a/math/libm-test-setpayload.inc
+++ b/math/libm-test-setpayload.inc
@@ -1,5 +1,5 @@
 /* Test setpayload.
-   Copyright (C) 1997-2021 Free Software Foundation, Inc.
+   Copyright (C) 1997-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/libm-test-setpayloadsig.inc b/math/libm-test-setpayloadsig.inc
index 6bc52823f1..7b6eec64c3 100644
--- a/math/libm-test-setpayloadsig.inc
+++ b/math/libm-test-setpayloadsig.inc
@@ -1,5 +1,5 @@
 /* Test setpayloadsig.
-   Copyright (C) 1997-2021 Free Software Foundation, Inc.
+   Copyright (C) 1997-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/libm-test-signbit.inc b/math/libm-test-signbit.inc
index 99cec308bd..bf7d8055cb 100644
--- a/math/libm-test-signbit.inc
+++ b/math/libm-test-signbit.inc
@@ -1,5 +1,5 @@
 /* Test signbit.
-   Copyright (C) 1997-2021 Free Software Foundation, Inc.
+   Copyright (C) 1997-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/libm-test-significand.inc b/math/libm-test-significand.inc
index e264499f4a..f42c59c8be 100644
--- a/math/libm-test-significand.inc
+++ b/math/libm-test-significand.inc
@@ -1,5 +1,5 @@
 /* Test significand.
-   Copyright (C) 1997-2021 Free Software Foundation, Inc.
+   Copyright (C) 1997-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/libm-test-sin.inc b/math/libm-test-sin.inc
index 4d661a18fb..66f1b8dfea 100644
--- a/math/libm-test-sin.inc
+++ b/math/libm-test-sin.inc
@@ -1,5 +1,5 @@
 /* Test sin.
-   Copyright (C) 1997-2021 Free Software Foundation, Inc.
+   Copyright (C) 1997-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/libm-test-sincos.inc b/math/libm-test-sincos.inc
index 7cbbf4c491..0b08dfc7bf 100644
--- a/math/libm-test-sincos.inc
+++ b/math/libm-test-sincos.inc
@@ -1,5 +1,5 @@
 /* Test sincos.
-   Copyright (C) 1997-2021 Free Software Foundation, Inc.
+   Copyright (C) 1997-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/libm-test-sinh.inc b/math/libm-test-sinh.inc
index 6a89389872..825c7ac37e 100644
--- a/math/libm-test-sinh.inc
+++ b/math/libm-test-sinh.inc
@@ -1,5 +1,5 @@
 /* Test sinh.
-   Copyright (C) 1997-2021 Free Software Foundation, Inc.
+   Copyright (C) 1997-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/libm-test-sqrt.inc b/math/libm-test-sqrt.inc
index f5b8cea633..d57f401777 100644
--- a/math/libm-test-sqrt.inc
+++ b/math/libm-test-sqrt.inc
@@ -1,5 +1,5 @@
 /* Test sqrt.
-   Copyright (C) 1997-2021 Free Software Foundation, Inc.
+   Copyright (C) 1997-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/libm-test-support.c b/math/libm-test-support.c
index 9b4cb2ee7d..52dfde712c 100644
--- a/math/libm-test-support.c
+++ b/math/libm-test-support.c
@@ -1,5 +1,5 @@
 /* Support code for testing libm functions (compiled once per type).
-   Copyright (C) 1997-2021 Free Software Foundation, Inc.
+   Copyright (C) 1997-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/libm-test-support.h b/math/libm-test-support.h
index ba67001454..47fd50a3be 100644
--- a/math/libm-test-support.h
+++ b/math/libm-test-support.h
@@ -1,5 +1,5 @@
 /* Support code for testing libm functions (common declarations).
-   Copyright (C) 1997-2021 Free Software Foundation, Inc.
+   Copyright (C) 1997-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/libm-test-tan.inc b/math/libm-test-tan.inc
index ca450bdf42..64232b0695 100644
--- a/math/libm-test-tan.inc
+++ b/math/libm-test-tan.inc
@@ -1,5 +1,5 @@
 /* Test tan.
-   Copyright (C) 1997-2021 Free Software Foundation, Inc.
+   Copyright (C) 1997-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/libm-test-tanh.inc b/math/libm-test-tanh.inc
index c9e6ff2ca3..4484630c32 100644
--- a/math/libm-test-tanh.inc
+++ b/math/libm-test-tanh.inc
@@ -1,5 +1,5 @@
 /* Test tanh.
-   Copyright (C) 1997-2021 Free Software Foundation, Inc.
+   Copyright (C) 1997-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/libm-test-tgamma.inc b/math/libm-test-tgamma.inc
index 06aef50187..f42cd6ad93 100644
--- a/math/libm-test-tgamma.inc
+++ b/math/libm-test-tgamma.inc
@@ -1,5 +1,5 @@
 /* Test tgamma.
-   Copyright (C) 1997-2021 Free Software Foundation, Inc.
+   Copyright (C) 1997-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/libm-test-totalorder.inc b/math/libm-test-totalorder.inc
index 4cd638345e..df25b3632d 100644
--- a/math/libm-test-totalorder.inc
+++ b/math/libm-test-totalorder.inc
@@ -1,5 +1,5 @@
 /* Test totalorder.
-   Copyright (C) 1997-2021 Free Software Foundation, Inc.
+   Copyright (C) 1997-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/libm-test-totalordermag.inc b/math/libm-test-totalordermag.inc
index ee19d56705..8b206a595a 100644
--- a/math/libm-test-totalordermag.inc
+++ b/math/libm-test-totalordermag.inc
@@ -1,5 +1,5 @@
 /* Test totalordermag.
-   Copyright (C) 1997-2021 Free Software Foundation, Inc.
+   Copyright (C) 1997-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/libm-test-trunc.inc b/math/libm-test-trunc.inc
index 6c698ca809..9e12c77c8f 100644
--- a/math/libm-test-trunc.inc
+++ b/math/libm-test-trunc.inc
@@ -1,5 +1,5 @@
 /* Test trunc.
-   Copyright (C) 1997-2021 Free Software Foundation, Inc.
+   Copyright (C) 1997-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/libm-test-ufromfp.inc b/math/libm-test-ufromfp.inc
index 807b03ccc9..0274e7e48a 100644
--- a/math/libm-test-ufromfp.inc
+++ b/math/libm-test-ufromfp.inc
@@ -1,5 +1,5 @@
 /* Test ufromfp.
-   Copyright (C) 1997-2021 Free Software Foundation, Inc.
+   Copyright (C) 1997-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/libm-test-ufromfpx.inc b/math/libm-test-ufromfpx.inc
index 8b0f48c5a5..38d28e8860 100644
--- a/math/libm-test-ufromfpx.inc
+++ b/math/libm-test-ufromfpx.inc
@@ -1,5 +1,5 @@
 /* Test ufromfpx.
-   Copyright (C) 1997-2021 Free Software Foundation, Inc.
+   Copyright (C) 1997-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/libm-test-y0.inc b/math/libm-test-y0.inc
index 7a54242699..b8c3025626 100644
--- a/math/libm-test-y0.inc
+++ b/math/libm-test-y0.inc
@@ -1,5 +1,5 @@
 /* Test y0.
-   Copyright (C) 1997-2021 Free Software Foundation, Inc.
+   Copyright (C) 1997-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/libm-test-y1.inc b/math/libm-test-y1.inc
index 497d09c5d5..77106bf253 100644
--- a/math/libm-test-y1.inc
+++ b/math/libm-test-y1.inc
@@ -1,5 +1,5 @@
 /* Test y1.
-   Copyright (C) 1997-2021 Free Software Foundation, Inc.
+   Copyright (C) 1997-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/libm-test-yn.inc b/math/libm-test-yn.inc
index 865f76d61c..2a46f904ae 100644
--- a/math/libm-test-yn.inc
+++ b/math/libm-test-yn.inc
@@ -1,5 +1,5 @@
 /* Test yn.
-   Copyright (C) 1997-2021 Free Software Foundation, Inc.
+   Copyright (C) 1997-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/math-narrow.h b/math/math-narrow.h
index fee00f12df..28d77d5aeb 100644
--- a/math/math-narrow.h
+++ b/math/math-narrow.h
@@ -1,5 +1,5 @@
 /* Helper macros for functions returning a narrower type.
-   Copyright (C) 2018-2021 Free Software Foundation, Inc.
+   Copyright (C) 2018-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/math-svid-compat.h b/math/math-svid-compat.h
index 876cadde40..b9a18ab192 100644
--- a/math/math-svid-compat.h
+++ b/math/math-svid-compat.h
@@ -1,5 +1,5 @@
 /* Declarations for SVID math error handling compatibility.
-   Copyright (C) 1991-2021 Free Software Foundation, Inc.
+   Copyright (C) 1991-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/math-underflow.h b/math/math-underflow.h
index 322c59b288..c9d363ddd1 100644
--- a/math/math-underflow.h
+++ b/math/math-underflow.h
@@ -1,5 +1,5 @@
 /* Check for underflow and force underflow exceptions.
-   Copyright (C) 2015-2021 Free Software Foundation, Inc.
+   Copyright (C) 2015-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/math.h b/math/math.h
index 404d24dae6..7bd56c9648 100644
--- a/math/math.h
+++ b/math/math.h
@@ -1,5 +1,5 @@
 /* Declarations for math functions.
-   Copyright (C) 1991-2021 Free Software Foundation, Inc.
+   Copyright (C) 1991-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/mul_split.h b/math/mul_split.h
index af614fb8b4..e3a75f35f7 100644
--- a/math/mul_split.h
+++ b/math/mul_split.h
@@ -1,5 +1,5 @@
 /* Compute full X * Y for double type.
-   Copyright (C) 2013-2021 Free Software Foundation, Inc.
+   Copyright (C) 2013-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/mul_splitl.h b/math/mul_splitl.h
index 0c25dece19..a42aed6557 100644
--- a/math/mul_splitl.h
+++ b/math/mul_splitl.h
@@ -1,5 +1,5 @@
 /* Compute full X * Y for long double type.
-   Copyright (C) 2013-2021 Free Software Foundation, Inc.
+   Copyright (C) 2013-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/multc3.c b/math/multc3.c
index 8f6ab282f2..9bee4ab51c 100644
--- a/math/multc3.c
+++ b/math/multc3.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2005-2021 Free Software Foundation, Inc.
+/* Copyright (C) 2005-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/s_cacos_template.c b/math/s_cacos_template.c
index 8c014ecf29..644330f0f8 100644
--- a/math/s_cacos_template.c
+++ b/math/s_cacos_template.c
@@ -1,5 +1,5 @@
 /* Return cosine of a complex type.
-   Copyright (C) 1997-2021 Free Software Foundation, Inc.
+   Copyright (C) 1997-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/s_cacosh_template.c b/math/s_cacosh_template.c
index bcaf586ed2..210c9cb7f9 100644
--- a/math/s_cacosh_template.c
+++ b/math/s_cacosh_template.c
@@ -1,5 +1,5 @@
 /* Return arc hyperbolic cosine for a complex type.
-   Copyright (C) 1997-2021 Free Software Foundation, Inc.
+   Copyright (C) 1997-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/s_canonicalize_template.c b/math/s_canonicalize_template.c
index 517e7b4fc0..a8525ca4e7 100644
--- a/math/s_canonicalize_template.c
+++ b/math/s_canonicalize_template.c
@@ -1,5 +1,5 @@
 /* Canonicalize floating-point representation.
-   Copyright (C) 2016-2021 Free Software Foundation, Inc.
+   Copyright (C) 2016-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/s_casin_template.c b/math/s_casin_template.c
index 6968fb9f9b..cbedc7b941 100644
--- a/math/s_casin_template.c
+++ b/math/s_casin_template.c
@@ -1,5 +1,5 @@
 /* Return arc sine of a complex float type.
-   Copyright (C) 1997-2021 Free Software Foundation, Inc.
+   Copyright (C) 1997-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/s_casinh_template.c b/math/s_casinh_template.c
index 8702c817de..be06a225ba 100644
--- a/math/s_casinh_template.c
+++ b/math/s_casinh_template.c
@@ -1,5 +1,5 @@
 /* Return arc hyperbolic sine for a complex float type.
-   Copyright (C) 1997-2021 Free Software Foundation, Inc.
+   Copyright (C) 1997-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/s_catan_template.c b/math/s_catan_template.c
index b9f8277511..be3459cb4f 100644
--- a/math/s_catan_template.c
+++ b/math/s_catan_template.c
@@ -1,5 +1,5 @@
 /* Return arc tangent of complex float type.
-   Copyright (C) 1997-2021 Free Software Foundation, Inc.
+   Copyright (C) 1997-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/s_catanh_template.c b/math/s_catanh_template.c
index 63c14731ba..59c8e36d21 100644
--- a/math/s_catanh_template.c
+++ b/math/s_catanh_template.c
@@ -1,5 +1,5 @@
 /* Return arc hyperbolic tangent for a complex float type.
-   Copyright (C) 1997-2021 Free Software Foundation, Inc.
+   Copyright (C) 1997-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/s_ccos_template.c b/math/s_ccos_template.c
index bf7aa9fb83..7b5ec4b61b 100644
--- a/math/s_ccos_template.c
+++ b/math/s_ccos_template.c
@@ -1,5 +1,5 @@
 /* Return cosine of complex float type.
-   Copyright (C) 1997-2021 Free Software Foundation, Inc.
+   Copyright (C) 1997-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/s_ccosh_template.c b/math/s_ccosh_template.c
index ad3a1298f4..944cbe503c 100644
--- a/math/s_ccosh_template.c
+++ b/math/s_ccosh_template.c
@@ -1,5 +1,5 @@
 /* Complex cosine hyperbolic function for float types.
-   Copyright (C) 1997-2021 Free Software Foundation, Inc.
+   Copyright (C) 1997-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/s_cexp_template.c b/math/s_cexp_template.c
index c5be98e718..ceb91c92d5 100644
--- a/math/s_cexp_template.c
+++ b/math/s_cexp_template.c
@@ -1,5 +1,5 @@
 /* Return value of complex exponential function for a float type.
-   Copyright (C) 1997-2021 Free Software Foundation, Inc.
+   Copyright (C) 1997-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/s_clog10_template.c b/math/s_clog10_template.c
index 77b714a6c0..f5a0873ad3 100644
--- a/math/s_clog10_template.c
+++ b/math/s_clog10_template.c
@@ -1,5 +1,5 @@
 /* Compute complex base 10 logarithm.
-   Copyright (C) 1997-2021 Free Software Foundation, Inc.
+   Copyright (C) 1997-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/s_clog_template.c b/math/s_clog_template.c
index 0f6360cdc8..3b25bc9021 100644
--- a/math/s_clog_template.c
+++ b/math/s_clog_template.c
@@ -1,5 +1,5 @@
 /* Compute complex natural logarithm.
-   Copyright (C) 1997-2021 Free Software Foundation, Inc.
+   Copyright (C) 1997-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/s_cpow_template.c b/math/s_cpow_template.c
index 11852735a0..4a1619f963 100644
--- a/math/s_cpow_template.c
+++ b/math/s_cpow_template.c
@@ -1,5 +1,5 @@
 /* Complex power of float type.
-   Copyright (C) 1997-2021 Free Software Foundation, Inc.
+   Copyright (C) 1997-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/s_cproj_template.c b/math/s_cproj_template.c
index 1ec47aece2..e3a2bc2041 100644
--- a/math/s_cproj_template.c
+++ b/math/s_cproj_template.c
@@ -1,5 +1,5 @@
 /* Compute projection of complex float type value to Riemann sphere.
-   Copyright (C) 1997-2021 Free Software Foundation, Inc.
+   Copyright (C) 1997-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/s_csin_template.c b/math/s_csin_template.c
index 6bee183022..6394ae6ed4 100644
--- a/math/s_csin_template.c
+++ b/math/s_csin_template.c
@@ -1,5 +1,5 @@
 /* Complex sine function for float types.
-   Copyright (C) 1997-2021 Free Software Foundation, Inc.
+   Copyright (C) 1997-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/s_csinh_template.c b/math/s_csinh_template.c
index 679e76b134..47cc1d1e58 100644
--- a/math/s_csinh_template.c
+++ b/math/s_csinh_template.c
@@ -1,5 +1,5 @@
 /* Complex sine hyperbole function for float types.
-   Copyright (C) 1997-2021 Free Software Foundation, Inc.
+   Copyright (C) 1997-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/s_csqrt_template.c b/math/s_csqrt_template.c
index af80d5af3c..602cf4ca2d 100644
--- a/math/s_csqrt_template.c
+++ b/math/s_csqrt_template.c
@@ -1,5 +1,5 @@
 /* Complex square root of a float type.
-   Copyright (C) 1997-2021 Free Software Foundation, Inc.
+   Copyright (C) 1997-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/s_ctan_template.c b/math/s_ctan_template.c
index aabdcd57c1..ce29c7c2ed 100644
--- a/math/s_ctan_template.c
+++ b/math/s_ctan_template.c
@@ -1,5 +1,5 @@
 /* Complex tangent function for a complex float type.
-   Copyright (C) 1997-2021 Free Software Foundation, Inc.
+   Copyright (C) 1997-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/s_ctanh_template.c b/math/s_ctanh_template.c
index b9fca82714..882442d7b1 100644
--- a/math/s_ctanh_template.c
+++ b/math/s_ctanh_template.c
@@ -1,5 +1,5 @@
 /* Complex hyperbolic tangent for float types.
-   Copyright (C) 1997-2021 Free Software Foundation, Inc.
+   Copyright (C) 1997-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/s_fdim_template.c b/math/s_fdim_template.c
index 09fdf3360c..377094c23c 100644
--- a/math/s_fdim_template.c
+++ b/math/s_fdim_template.c
@@ -1,5 +1,5 @@
 /* Return positive difference between arguments.
-   Copyright (C) 1997-2021 Free Software Foundation, Inc.
+   Copyright (C) 1997-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/s_fma.c b/math/s_fma.c
index 33ec7d1300..00d6f077bd 100644
--- a/math/s_fma.c
+++ b/math/s_fma.c
@@ -1,5 +1,5 @@
 /* Compute x * y + z as ternary operation.
-   Copyright (C) 1997-2021 Free Software Foundation, Inc.
+   Copyright (C) 1997-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/s_fmaf.c b/math/s_fmaf.c
index f1ba0a0c49..6626babffb 100644
--- a/math/s_fmaf.c
+++ b/math/s_fmaf.c
@@ -1,5 +1,5 @@
 /* Compute x * y + z as ternary operation.
-   Copyright (C) 1997-2021 Free Software Foundation, Inc.
+   Copyright (C) 1997-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/s_fmal.c b/math/s_fmal.c
index bac664ab4a..a58271630f 100644
--- a/math/s_fmal.c
+++ b/math/s_fmal.c
@@ -1,5 +1,5 @@
 /* Compute x * y + z as ternary operation.
-   Copyright (C) 1997-2021 Free Software Foundation, Inc.
+   Copyright (C) 1997-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/s_fmax_template.c b/math/s_fmax_template.c
index 4a88266e71..b900d9e511 100644
--- a/math/s_fmax_template.c
+++ b/math/s_fmax_template.c
@@ -1,5 +1,5 @@
 /* Return maximum numeric value of X and Y.
-   Copyright (C) 1997-2021 Free Software Foundation, Inc.
+   Copyright (C) 1997-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/s_fmaximum_mag_num_template.c b/math/s_fmaximum_mag_num_template.c
index 5c9cef21fd..744efa59ce 100644
--- a/math/s_fmaximum_mag_num_template.c
+++ b/math/s_fmaximum_mag_num_template.c
@@ -1,5 +1,5 @@
 /* Return number with maximum magnitude.
-   Copyright (C) 2016-2021 Free Software Foundation, Inc.
+   Copyright (C) 2016-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/s_fmaximum_mag_template.c b/math/s_fmaximum_mag_template.c
index 7e9a020344..9f66dd55a3 100644
--- a/math/s_fmaximum_mag_template.c
+++ b/math/s_fmaximum_mag_template.c
@@ -1,5 +1,5 @@
 /* Return value with maximum magnitude.
-   Copyright (C) 2016-2021 Free Software Foundation, Inc.
+   Copyright (C) 2016-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/s_fmaximum_num_template.c b/math/s_fmaximum_num_template.c
index ce0042fd5c..4f5f7e3765 100644
--- a/math/s_fmaximum_num_template.c
+++ b/math/s_fmaximum_num_template.c
@@ -1,5 +1,5 @@
 /* Return maximum number of X and Y.
-   Copyright (C) 1997-2021 Free Software Foundation, Inc.
+   Copyright (C) 1997-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/s_fmaximum_template.c b/math/s_fmaximum_template.c
index e49c5d3c0f..26541c4382 100644
--- a/math/s_fmaximum_template.c
+++ b/math/s_fmaximum_template.c
@@ -1,5 +1,5 @@
 /* Return maximum of X and Y.
-   Copyright (C) 1997-2021 Free Software Foundation, Inc.
+   Copyright (C) 1997-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/s_fmaxmag_template.c b/math/s_fmaxmag_template.c
index 6e5c5594ef..b6984570ce 100644
--- a/math/s_fmaxmag_template.c
+++ b/math/s_fmaxmag_template.c
@@ -1,5 +1,5 @@
 /* Return value with maximum magnitude.
-   Copyright (C) 2016-2021 Free Software Foundation, Inc.
+   Copyright (C) 2016-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/s_fmin_template.c b/math/s_fmin_template.c
index 5fc47193b7..91a25f1254 100644
--- a/math/s_fmin_template.c
+++ b/math/s_fmin_template.c
@@ -1,5 +1,5 @@
 /* Return minimum numeric value of X and Y.
-   Copyright (C) 1997-2021 Free Software Foundation, Inc.
+   Copyright (C) 1997-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/s_fminimum_mag_num_template.c b/math/s_fminimum_mag_num_template.c
index f2dc3821ba..d1b0af318e 100644
--- a/math/s_fminimum_mag_num_template.c
+++ b/math/s_fminimum_mag_num_template.c
@@ -1,5 +1,5 @@
 /* Return number with minimum magnitude.
-   Copyright (C) 2016-2021 Free Software Foundation, Inc.
+   Copyright (C) 2016-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/s_fminimum_mag_template.c b/math/s_fminimum_mag_template.c
index 4a35596ba1..3d19b1d4f5 100644
--- a/math/s_fminimum_mag_template.c
+++ b/math/s_fminimum_mag_template.c
@@ -1,5 +1,5 @@
 /* Return value with minimum magnitude.
-   Copyright (C) 2016-2021 Free Software Foundation, Inc.
+   Copyright (C) 2016-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/s_fminimum_num_template.c b/math/s_fminimum_num_template.c
index cdc245da32..472087f397 100644
--- a/math/s_fminimum_num_template.c
+++ b/math/s_fminimum_num_template.c
@@ -1,5 +1,5 @@
 /* Return minimum number of X and Y.
-   Copyright (C) 1997-2021 Free Software Foundation, Inc.
+   Copyright (C) 1997-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/s_fminimum_template.c b/math/s_fminimum_template.c
index 9da7beb674..b8816f403b 100644
--- a/math/s_fminimum_template.c
+++ b/math/s_fminimum_template.c
@@ -1,5 +1,5 @@
 /* Return minimum of X and Y.
-   Copyright (C) 1997-2021 Free Software Foundation, Inc.
+   Copyright (C) 1997-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/s_fminmag_template.c b/math/s_fminmag_template.c
index 3bd9ca7768..de1616375c 100644
--- a/math/s_fminmag_template.c
+++ b/math/s_fminmag_template.c
@@ -1,5 +1,5 @@
 /* Return value with minimum magnitude.
-   Copyright (C) 2016-2021 Free Software Foundation, Inc.
+   Copyright (C) 2016-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/s_iseqsig_template.c b/math/s_iseqsig_template.c
index 7eb378a2e5..c3ca3e112d 100644
--- a/math/s_iseqsig_template.c
+++ b/math/s_iseqsig_template.c
@@ -1,5 +1,5 @@
 /* Test whether X == Y.
-   Copyright (C) 2016-2021 Free Software Foundation, Inc.
+   Copyright (C) 2016-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/s_nan_template.c b/math/s_nan_template.c
index b3e55c7a56..beeae3f29c 100644
--- a/math/s_nan_template.c
+++ b/math/s_nan_template.c
@@ -1,5 +1,5 @@
 /* Return quiet nan.
-   Copyright (C) 1997-2021 Free Software Foundation, Inc.
+   Copyright (C) 1997-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/s_nextdown_template.c b/math/s_nextdown_template.c
index 95acad2b86..c80a67650a 100644
--- a/math/s_nextdown_template.c
+++ b/math/s_nextdown_template.c
@@ -1,5 +1,5 @@
 /* Return the greatest floating-point number less than X.
-   Copyright (C) 2016-2021 Free Software Foundation, Inc.
+   Copyright (C) 2016-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/s_significand_template.c b/math/s_significand_template.c
index 98d3466c5c..0b341e2573 100644
--- a/math/s_significand_template.c
+++ b/math/s_significand_template.c
@@ -1,5 +1,5 @@
 /* Return the mantissa of a floating-point number.
-   Copyright (C) 2018-2021 Free Software Foundation, Inc.
+   Copyright (C) 2018-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/setfpucw.c b/math/setfpucw.c
index 84436de349..bd638e12fe 100644
--- a/math/setfpucw.c
+++ b/math/setfpucw.c
@@ -1,5 +1,5 @@
 /* Set the FPU control word.
-   Copyright (C) 1996-2021 Free Software Foundation, Inc.
+   Copyright (C) 1996-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/test-arg-double.h b/math/test-arg-double.h
index a967345580..aaee86df2d 100644
--- a/math/test-arg-double.h
+++ b/math/test-arg-double.h
@@ -1,6 +1,6 @@
 /* Common definitions for libm tests for double arguments to narrowing
    functions.
-   Copyright (C) 2018-2021 Free Software Foundation, Inc.
+   Copyright (C) 2018-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/test-arg-float128.h b/math/test-arg-float128.h
index 0497887264..486ffe563b 100644
--- a/math/test-arg-float128.h
+++ b/math/test-arg-float128.h
@@ -1,6 +1,6 @@
 /* Common definitions for libm tests for _Float128 arguments to
    narrowing functions.
-   Copyright (C) 2018-2021 Free Software Foundation, Inc.
+   Copyright (C) 2018-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/test-arg-float32x.h b/math/test-arg-float32x.h
index 475488ac56..5183c847af 100644
--- a/math/test-arg-float32x.h
+++ b/math/test-arg-float32x.h
@@ -1,6 +1,6 @@
 /* Common definitions for libm tests for _Float32x arguments to
    narrowing functions.
-   Copyright (C) 2018-2021 Free Software Foundation, Inc.
+   Copyright (C) 2018-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/test-arg-float64.h b/math/test-arg-float64.h
index 0fd1d9a320..311738f20b 100644
--- a/math/test-arg-float64.h
+++ b/math/test-arg-float64.h
@@ -1,6 +1,6 @@
 /* Common definitions for libm tests for _Float64 arguments to
    narrowing functions.
-   Copyright (C) 2018-2021 Free Software Foundation, Inc.
+   Copyright (C) 2018-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/test-arg-float64x.h b/math/test-arg-float64x.h
index f4973e09da..034cadd3e6 100644
--- a/math/test-arg-float64x.h
+++ b/math/test-arg-float64x.h
@@ -1,6 +1,6 @@
 /* Common definitions for libm tests for _Float64x arguments to
    narrowing functions.
-   Copyright (C) 2018-2021 Free Software Foundation, Inc.
+   Copyright (C) 2018-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/test-arg-ldouble.h b/math/test-arg-ldouble.h
index adf9b41766..dc02f11c78 100644
--- a/math/test-arg-ldouble.h
+++ b/math/test-arg-ldouble.h
@@ -1,6 +1,6 @@
 /* Common definitions for libm tests for long double arguments to
    narrowing functions.
-   Copyright (C) 2018-2021 Free Software Foundation, Inc.
+   Copyright (C) 2018-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/test-double-vlen2.h b/math/test-double-vlen2.h
index 44304275ec..34fc082112 100644
--- a/math/test-double-vlen2.h
+++ b/math/test-double-vlen2.h
@@ -1,5 +1,5 @@
 /* Definitions for double vector tests with vector length 2.
-   Copyright (C) 2014-2021 Free Software Foundation, Inc.
+   Copyright (C) 2014-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/test-double-vlen4.h b/math/test-double-vlen4.h
index 4811a68eca..c80d1993c8 100644
--- a/math/test-double-vlen4.h
+++ b/math/test-double-vlen4.h
@@ -1,5 +1,5 @@
 /* Definitions for double vector tests with vector length 4.
-   Copyright (C) 2014-2021 Free Software Foundation, Inc.
+   Copyright (C) 2014-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/test-double-vlen8.h b/math/test-double-vlen8.h
index b13ba4c3d0..c9f2ebffb2 100644
--- a/math/test-double-vlen8.h
+++ b/math/test-double-vlen8.h
@@ -1,5 +1,5 @@
 /* Definitions for double vector tests with vector length 8.
-   Copyright (C) 2014-2021 Free Software Foundation, Inc.
+   Copyright (C) 2014-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/test-double.h b/math/test-double.h
index 2e12955cfb..43c1763367 100644
--- a/math/test-double.h
+++ b/math/test-double.h
@@ -1,5 +1,5 @@
 /* Common definitions for libm tests for double.
-   Copyright (C) 1997-2021 Free Software Foundation, Inc.
+   Copyright (C) 1997-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/test-fe-snans-always-signal.c b/math/test-fe-snans-always-signal.c
index 44cb9ed336..5e1c102981 100644
--- a/math/test-fe-snans-always-signal.c
+++ b/math/test-fe-snans-always-signal.c
@@ -1,5 +1,5 @@
 /* Test FE_SNANS_ALWAYS_SIGNAL definition.
-   Copyright (C) 2016-2021 Free Software Foundation, Inc.
+   Copyright (C) 2016-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/test-femode-traps.c b/math/test-femode-traps.c
index 42161edc19..575606ce70 100644
--- a/math/test-femode-traps.c
+++ b/math/test-femode-traps.c
@@ -1,5 +1,5 @@
 /* Test femode_t functions: test handling of exception traps.
-   Copyright (C) 2016-2021 Free Software Foundation, Inc.
+   Copyright (C) 2016-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/test-femode.c b/math/test-femode.c
index 49c7f54e1a..ef0726e942 100644
--- a/math/test-femode.c
+++ b/math/test-femode.c
@@ -1,5 +1,5 @@
 /* Test femode_t functions.
-   Copyright (C) 2016-2021 Free Software Foundation, Inc.
+   Copyright (C) 2016-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/test-fenv-clear-main.c b/math/test-fenv-clear-main.c
index 1de26f82b6..53a6ec441e 100644
--- a/math/test-fenv-clear-main.c
+++ b/math/test-fenv-clear-main.c
@@ -1,6 +1,6 @@
 /* Test fesetenv (FE_DFL_ENV) and fesetenv (FE_NOMASK_ENV) clear
    exceptions (bug 19181).
-   Copyright (C) 2015-2021 Free Software Foundation, Inc.
+   Copyright (C) 2015-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/test-fenv-preserve.c b/math/test-fenv-preserve.c
index 1be1a0c291..f7d017beea 100644
--- a/math/test-fenv-preserve.c
+++ b/math/test-fenv-preserve.c
@@ -1,5 +1,5 @@
 /* Test fegetenv preserves exception mask (bug 16198).
-   Copyright (C) 2014-2021 Free Software Foundation, Inc.
+   Copyright (C) 2014-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/test-fenv-return.c b/math/test-fenv-return.c
index 23f8b2e35f..df781576b3 100644
--- a/math/test-fenv-return.c
+++ b/math/test-fenv-return.c
@@ -1,5 +1,5 @@
 /* Test return value when setting FE_NOMASK_ENV (BZ16918, BZ17009).
-   Copyright (C) 2014-2021 Free Software Foundation, Inc.
+   Copyright (C) 2014-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/test-fenv-tls.c b/math/test-fenv-tls.c
index 2aa0738f5c..e3b0898840 100644
--- a/math/test-fenv-tls.c
+++ b/math/test-fenv-tls.c
@@ -1,5 +1,5 @@
 /* Test floating-point environment is thread-local.
-   Copyright (C) 2013-2021 Free Software Foundation, Inc.
+   Copyright (C) 2013-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/test-fenv.c b/math/test-fenv.c
index 073e233c13..77718dfef7 100644
--- a/math/test-fenv.c
+++ b/math/test-fenv.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1997-2021 Free Software Foundation, Inc.
+/* Copyright (C) 1997-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/test-fesetexcept-traps.c b/math/test-fesetexcept-traps.c
index 0541f34a78..b1e30e77fa 100644
--- a/math/test-fesetexcept-traps.c
+++ b/math/test-fesetexcept-traps.c
@@ -1,5 +1,5 @@
 /* Test fesetexcept: exception traps enabled.
-   Copyright (C) 2016-2021 Free Software Foundation, Inc.
+   Copyright (C) 2016-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/test-fesetexcept.c b/math/test-fesetexcept.c
index 42e243052e..24b48994e5 100644
--- a/math/test-fesetexcept.c
+++ b/math/test-fesetexcept.c
@@ -1,5 +1,5 @@
 /* Test fesetexcept.
-   Copyright (C) 2016-2021 Free Software Foundation, Inc.
+   Copyright (C) 2016-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/test-fetestexceptflag.c b/math/test-fetestexceptflag.c
index 410b185d89..f451cbf27c 100644
--- a/math/test-fetestexceptflag.c
+++ b/math/test-fetestexceptflag.c
@@ -1,5 +1,5 @@
 /* Test fetestexceptflag.
-   Copyright (C) 2016-2021 Free Software Foundation, Inc.
+   Copyright (C) 2016-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/test-fexcept-traps.c b/math/test-fexcept-traps.c
index 18bab0b688..d1f9f364e5 100644
--- a/math/test-fexcept-traps.c
+++ b/math/test-fexcept-traps.c
@@ -1,5 +1,5 @@
 /* Test fegetexceptflag and fesetexceptflag: exception traps enabled.
-   Copyright (C) 2016-2021 Free Software Foundation, Inc.
+   Copyright (C) 2016-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/test-fexcept.c b/math/test-fexcept.c
index c55f4b46aa..645f258a51 100644
--- a/math/test-fexcept.c
+++ b/math/test-fexcept.c
@@ -1,5 +1,5 @@
 /* Test fegetexceptflag and fesetexceptflag.
-   Copyright (C) 2016-2021 Free Software Foundation, Inc.
+   Copyright (C) 2016-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/test-float-vlen16.h b/math/test-float-vlen16.h
index 8298f075a3..eec87dd263 100644
--- a/math/test-float-vlen16.h
+++ b/math/test-float-vlen16.h
@@ -1,5 +1,5 @@
 /* Definitions for float vector tests with vector length 16.
-   Copyright (C) 2014-2021 Free Software Foundation, Inc.
+   Copyright (C) 2014-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/test-float-vlen4.h b/math/test-float-vlen4.h
index 235c46ccfc..71a91233c0 100644
--- a/math/test-float-vlen4.h
+++ b/math/test-float-vlen4.h
@@ -1,5 +1,5 @@
 /* Definitions for float vector tests with vector length 4.
-   Copyright (C) 2014-2021 Free Software Foundation, Inc.
+   Copyright (C) 2014-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/test-float-vlen8.h b/math/test-float-vlen8.h
index fe0a6b7211..c669483c0e 100644
--- a/math/test-float-vlen8.h
+++ b/math/test-float-vlen8.h
@@ -1,5 +1,5 @@
 /* Definitions for float vector tests with vector length 8.
-   Copyright (C) 2014-2021 Free Software Foundation, Inc.
+   Copyright (C) 2014-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/test-float.h b/math/test-float.h
index b846cb6dc4..c01329f59c 100644
--- a/math/test-float.h
+++ b/math/test-float.h
@@ -1,5 +1,5 @@
 /* Common definitions for libm tests for float.
-   Copyright (C) 1997-2021 Free Software Foundation, Inc.
+   Copyright (C) 1997-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/test-float128.h b/math/test-float128.h
index ea95a79e5a..260c7eef59 100644
--- a/math/test-float128.h
+++ b/math/test-float128.h
@@ -1,6 +1,6 @@
 /* Common definitions for libm tests for _Float128.
 
-   Copyright (C) 2017-2021 Free Software Foundation, Inc.
+   Copyright (C) 2017-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/test-float32.h b/math/test-float32.h
index 713fd5772b..4bc3264fee 100644
--- a/math/test-float32.h
+++ b/math/test-float32.h
@@ -1,6 +1,6 @@
 /* Common definitions for libm tests for _Float32.
 
-   Copyright (C) 2017-2021 Free Software Foundation, Inc.
+   Copyright (C) 2017-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/test-float32x.h b/math/test-float32x.h
index 8185e89704..43fe491b80 100644
--- a/math/test-float32x.h
+++ b/math/test-float32x.h
@@ -1,6 +1,6 @@
 /* Common definitions for libm tests for _Float32x.
 
-   Copyright (C) 2017-2021 Free Software Foundation, Inc.
+   Copyright (C) 2017-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/test-float64.h b/math/test-float64.h
index 3257e20322..93c8b663b6 100644
--- a/math/test-float64.h
+++ b/math/test-float64.h
@@ -1,6 +1,6 @@
 /* Common definitions for libm tests for _Float64.
 
-   Copyright (C) 2017-2021 Free Software Foundation, Inc.
+   Copyright (C) 2017-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/test-float64x.h b/math/test-float64x.h
index 578323b809..9187f8b6a7 100644
--- a/math/test-float64x.h
+++ b/math/test-float64x.h
@@ -1,6 +1,6 @@
 /* Common definitions for libm tests for _Float64x.
 
-   Copyright (C) 2017-2021 Free Software Foundation, Inc.
+   Copyright (C) 2017-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/test-flt-eval-method.c b/math/test-flt-eval-method.c
index 444b49fbff..b792efbdfe 100644
--- a/math/test-flt-eval-method.c
+++ b/math/test-flt-eval-method.c
@@ -1,5 +1,5 @@
 /* Test evaluation method typedefs match FLT_EVAL_METHOD.
-   Copyright (C) 2016-2021 Free Software Foundation, Inc.
+   Copyright (C) 2016-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/test-fp-ilogb-constants.c b/math/test-fp-ilogb-constants.c
index fc7cddcc3e..5b71d3370b 100644
--- a/math/test-fp-ilogb-constants.c
+++ b/math/test-fp-ilogb-constants.c
@@ -1,5 +1,5 @@
 /* Test requirements on FP_ILOGB* constants.
-   Copyright (C) 2016-2021 Free Software Foundation, Inc.
+   Copyright (C) 2016-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/test-fp-llogb-constants.c b/math/test-fp-llogb-constants.c
index 74bf32a8a9..eedc40f6e0 100644
--- a/math/test-fp-llogb-constants.c
+++ b/math/test-fp-llogb-constants.c
@@ -1,5 +1,5 @@
 /* Test requirements on FP_LLOGB* constants.
-   Copyright (C) 2016-2021 Free Software Foundation, Inc.
+   Copyright (C) 2016-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/test-fpucw-ieee.c b/math/test-fpucw-ieee.c
index d13df08077..9c60311c15 100644
--- a/math/test-fpucw-ieee.c
+++ b/math/test-fpucw-ieee.c
@@ -1,5 +1,5 @@
 /* FPU control word overridden initialization test.
-   Copyright (C) 2013-2021 Free Software Foundation, Inc.
+   Copyright (C) 2013-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/test-fpucw.c b/math/test-fpucw.c
index 81c824f0e5..30f6012329 100644
--- a/math/test-fpucw.c
+++ b/math/test-fpucw.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2000-2021 Free Software Foundation, Inc.
+/* Copyright (C) 2000-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/test-ibm128.h b/math/test-ibm128.h
index c8a2d753bf..ca5ccd667f 100644
--- a/math/test-ibm128.h
+++ b/math/test-ibm128.h
@@ -1,5 +1,5 @@
 /* Common definitions for libm tests for ibm long double.
-   Copyright (C) 2020-2021 Free Software Foundation, Inc.
+   Copyright (C) 2020-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/test-iseqsig-excess-precision.c b/math/test-iseqsig-excess-precision.c
index 1fd3f8cc32..f74c11276f 100644
--- a/math/test-iseqsig-excess-precision.c
+++ b/math/test-iseqsig-excess-precision.c
@@ -1,5 +1,5 @@
 /* Test iseqsig with excess precision.
-   Copyright (C) 2016-2021 Free Software Foundation, Inc.
+   Copyright (C) 2016-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/test-iszero-excess-precision.c b/math/test-iszero-excess-precision.c
index a88f63d214..e2207e968e 100644
--- a/math/test-iszero-excess-precision.c
+++ b/math/test-iszero-excess-precision.c
@@ -1,5 +1,5 @@
 /* Test iszero with excess precision.
-   Copyright (C) 2016-2021 Free Software Foundation, Inc.
+   Copyright (C) 2016-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/test-ldouble.h b/math/test-ldouble.h
index 6037782292..6d0d96b3cb 100644
--- a/math/test-ldouble.h
+++ b/math/test-ldouble.h
@@ -1,5 +1,5 @@
 /* Common definitions for libm tests for long double.
-   Copyright (C) 1997-2021 Free Software Foundation, Inc.
+   Copyright (C) 1997-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/test-math-cxx11.cc b/math/test-math-cxx11.cc
index 32a0a359d4..bee8843dc8 100644
--- a/math/test-math-cxx11.cc
+++ b/math/test-math-cxx11.cc
@@ -1,5 +1,5 @@
 /* Test C99 math functions are available in C++11 without _GNU_SOURCE.
-   Copyright (C) 2017-2021 Free Software Foundation, Inc.
+   Copyright (C) 2017-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/test-math-errno.h b/math/test-math-errno.h
index 1ec9a5a917..3c887771ce 100644
--- a/math/test-math-errno.h
+++ b/math/test-math-errno.h
@@ -1,5 +1,5 @@
 /* Common definitions for libm tests for functions setting errno.
-   Copyright (C) 2015-2021 Free Software Foundation, Inc.
+   Copyright (C) 2015-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/test-math-exceptions.h b/math/test-math-exceptions.h
index 89bf4757f3..86c2b3d51e 100644
--- a/math/test-math-exceptions.h
+++ b/math/test-math-exceptions.h
@@ -1,5 +1,5 @@
 /* Common definitions for libm tests for exceptions.
-   Copyright (C) 1997-2021 Free Software Foundation, Inc.
+   Copyright (C) 1997-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/test-math-floatn.h b/math/test-math-floatn.h
index f0fe65018d..0ea20bf434 100644
--- a/math/test-math-floatn.h
+++ b/math/test-math-floatn.h
@@ -1,5 +1,5 @@
 /* Common definitions for libm tests for TS 18661-3 derived types.
-   Copyright (C) 2017-2021 Free Software Foundation, Inc.
+   Copyright (C) 2017-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/test-math-iscanonical.cc b/math/test-math-iscanonical.cc
index 74d8f16a51..b39c5db768 100644
--- a/math/test-math-iscanonical.cc
+++ b/math/test-math-iscanonical.cc
@@ -1,5 +1,5 @@
 /* Test for the C++ implementation of iscanonical.
-   Copyright (C) 2017-2021 Free Software Foundation, Inc.
+   Copyright (C) 2017-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/test-math-iseqsig.cc b/math/test-math-iseqsig.cc
index ec8d56de8c..59a84d57bd 100644
--- a/math/test-math-iseqsig.cc
+++ b/math/test-math-iseqsig.cc
@@ -1,5 +1,5 @@
 /* Test for the C++ implementation of iseqsig.
-   Copyright (C) 2017-2021 Free Software Foundation, Inc.
+   Copyright (C) 2017-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/test-math-isinff.cc b/math/test-math-isinff.cc
index 6458f8fbe7..005e29d936 100644
--- a/math/test-math-isinff.cc
+++ b/math/test-math-isinff.cc
@@ -1,5 +1,5 @@
 /* Test for bug 19439.
-   Copyright (C) 2016-2021 Free Software Foundation, Inc.
+   Copyright (C) 2016-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/test-math-issignaling.cc b/math/test-math-issignaling.cc
index 0e10be47a5..7a201e6f3c 100644
--- a/math/test-math-issignaling.cc
+++ b/math/test-math-issignaling.cc
@@ -1,5 +1,5 @@
 /* Test for the C++ implementation of issignaling.
-   Copyright (C) 2017-2021 Free Software Foundation, Inc.
+   Copyright (C) 2017-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/test-math-iszero.cc b/math/test-math-iszero.cc
index 876d4dec8b..59e219745a 100644
--- a/math/test-math-iszero.cc
+++ b/math/test-math-iszero.cc
@@ -1,5 +1,5 @@
 /* Test for the C++ implementation of iszero.
-   Copyright (C) 2016-2021 Free Software Foundation, Inc.
+   Copyright (C) 2016-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/test-math-narrow.h b/math/test-math-narrow.h
index 1067c923e3..a190236887 100644
--- a/math/test-math-narrow.h
+++ b/math/test-math-narrow.h
@@ -1,5 +1,5 @@
 /* Common definitions for libm tests for narrowing scalar functions.
-   Copyright (C) 2018-2021 Free Software Foundation, Inc.
+   Copyright (C) 2018-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/test-math-scalar.h b/math/test-math-scalar.h
index 274aea8d36..341aa60de5 100644
--- a/math/test-math-scalar.h
+++ b/math/test-math-scalar.h
@@ -1,5 +1,5 @@
 /* Common definitions for libm tests for scalar (non-narrowing) functions.
-   Copyright (C) 1997-2021 Free Software Foundation, Inc.
+   Copyright (C) 1997-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/test-math-vector.h b/math/test-math-vector.h
index 65ce0c375b..72c328601d 100644
--- a/math/test-math-vector.h
+++ b/math/test-math-vector.h
@@ -1,5 +1,5 @@
 /* Common definitions for libm tests for vector functions.
-   Copyright (C) 2014-2021 Free Software Foundation, Inc.
+   Copyright (C) 2014-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/test-matherr-2.c b/math/test-matherr-2.c
index b6b145f943..f8d88543e7 100644
--- a/math/test-matherr-2.c
+++ b/math/test-matherr-2.c
@@ -1,5 +1,5 @@
 /* Test matherr (compat symbols, binary defines own _LIB_VERSION).
-   Copyright (C) 1997-2021 Free Software Foundation, Inc.
+   Copyright (C) 1997-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/test-matherr-3.c b/math/test-matherr-3.c
index e852d4bbb4..63d68c3104 100644
--- a/math/test-matherr-3.c
+++ b/math/test-matherr-3.c
@@ -1,5 +1,5 @@
 /* Test matherr not supported for new binaries.
-   Copyright (C) 1997-2021 Free Software Foundation, Inc.
+   Copyright (C) 1997-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/test-matherr.c b/math/test-matherr.c
index aed396e420..b865c2cabd 100644
--- a/math/test-matherr.c
+++ b/math/test-matherr.c
@@ -1,5 +1,5 @@
 /* Test matherr (compat symbols, binary modifies library's _LIB_VERSION).
-   Copyright (C) 1997-2021 Free Software Foundation, Inc.
+   Copyright (C) 1997-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/test-misc.c b/math/test-misc.c
index cad800374c..5d21a85ee4 100644
--- a/math/test-misc.c
+++ b/math/test-misc.c
@@ -1,5 +1,5 @@
 /* Miscellaneous tests which don't fit anywhere else.
-   Copyright (C) 2000-2021 Free Software Foundation, Inc.
+   Copyright (C) 2000-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/test-nan-const.c b/math/test-nan-const.c
index 44e4507810..dcaaee3062 100644
--- a/math/test-nan-const.c
+++ b/math/test-nan-const.c
@@ -1,5 +1,5 @@
 /* Test nan functions do not have const attribute.  Bug 23277.
-   Copyright (C) 2018-2021 Free Software Foundation, Inc.
+   Copyright (C) 2018-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/test-nan-overflow.c b/math/test-nan-overflow.c
index a185823bb0..61b31d4ed5 100644
--- a/math/test-nan-overflow.c
+++ b/math/test-nan-overflow.c
@@ -1,5 +1,5 @@
 /* Test nan functions stack overflow (bug 16962).
-   Copyright (C) 2015-2021 Free Software Foundation, Inc.
+   Copyright (C) 2015-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/test-nan-payload.c b/math/test-nan-payload.c
index 88fd727e63..7e30e0b730 100644
--- a/math/test-nan-payload.c
+++ b/math/test-nan-payload.c
@@ -1,5 +1,5 @@
 /* Test nan functions payload handling (bug 16961).
-   Copyright (C) 2015-2021 Free Software Foundation, Inc.
+   Copyright (C) 2015-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/test-narrow-macros.c b/math/test-narrow-macros.c
index 6d8f7e4d7b..bcb0c35582 100644
--- a/math/test-narrow-macros.c
+++ b/math/test-narrow-macros.c
@@ -1,5 +1,5 @@
 /* Test code declaring narrowing functions does not conflict with user macros.
-   Copyright (C) 2018-2021 Free Software Foundation, Inc.
+   Copyright (C) 2018-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/test-nearbyint-except-2.c b/math/test-nearbyint-except-2.c
index 576b112a44..e6d949b559 100644
--- a/math/test-nearbyint-except-2.c
+++ b/math/test-nearbyint-except-2.c
@@ -1,5 +1,5 @@
 /* Test nearbyint functions do not disable exception traps (bug 19228).
-   Copyright (C) 2015-2021 Free Software Foundation, Inc.
+   Copyright (C) 2015-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/test-nearbyint-except.c b/math/test-nearbyint-except.c
index bab3c8e646..feccf27022 100644
--- a/math/test-nearbyint-except.c
+++ b/math/test-nearbyint-except.c
@@ -1,5 +1,5 @@
 /* Test nearbyint functions do not clear exceptions (bug 15491).
-   Copyright (C) 2015-2021 Free Software Foundation, Inc.
+   Copyright (C) 2015-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/test-powl.c b/math/test-powl.c
index eccaf853c7..7406ebcffa 100644
--- a/math/test-powl.c
+++ b/math/test-powl.c
@@ -1,5 +1,5 @@
 /* Test for powl
-   Copyright (C) 2011-2021 Free Software Foundation, Inc.
+   Copyright (C) 2011-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/test-signgam-main.c b/math/test-signgam-main.c
index ba1b62a11e..bff1347d1f 100644
--- a/math/test-signgam-main.c
+++ b/math/test-signgam-main.c
@@ -1,5 +1,5 @@
 /* Test lgamma functions do not set signgam for ISO C.
-   Copyright (C) 2015-2021 Free Software Foundation, Inc.
+   Copyright (C) 2015-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/test-snan.c b/math/test-snan.c
index 8008baff96..4d7bd54ade 100644
--- a/math/test-snan.c
+++ b/math/test-snan.c
@@ -1,5 +1,5 @@
 /* Test signaling NaNs in issignaling, isnan, isinf, and similar functions.
-   Copyright (C) 2008-2021 Free Software Foundation, Inc.
+   Copyright (C) 2008-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/test-tgmath-int.c b/math/test-tgmath-int.c
index 2384eaac83..97ca0f1cba 100644
--- a/math/test-tgmath-int.c
+++ b/math/test-tgmath-int.c
@@ -1,5 +1,5 @@
 /* Test compilation of tgmath macros.
-   Copyright (C) 2005-2021 Free Software Foundation, Inc.
+   Copyright (C) 2005-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/test-tgmath-ret.c b/math/test-tgmath-ret.c
index 5d43140b11..8c1cce37bd 100644
--- a/math/test-tgmath-ret.c
+++ b/math/test-tgmath-ret.c
@@ -1,5 +1,5 @@
 /* Test compilation of tgmath macros.
-   Copyright (C) 2003-2021 Free Software Foundation, Inc.
+   Copyright (C) 2003-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/test-tgmath.c b/math/test-tgmath.c
index 678a174bca..4bbc29019c 100644
--- a/math/test-tgmath.c
+++ b/math/test-tgmath.c
@@ -1,5 +1,5 @@
 /* Test compilation of tgmath macros.
-   Copyright (C) 2001-2021 Free Software Foundation, Inc.
+   Copyright (C) 2001-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/test-tgmath2.c b/math/test-tgmath2.c
index 88b180d06b..d758231a89 100644
--- a/math/test-tgmath2.c
+++ b/math/test-tgmath2.c
@@ -1,5 +1,5 @@
 /* Test compilation of tgmath macros.
-   Copyright (C) 2007-2021 Free Software Foundation, Inc.
+   Copyright (C) 2007-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/tgmath.h b/math/tgmath.h
index 13c7022275..a50c218a52 100644
--- a/math/tgmath.h
+++ b/math/tgmath.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 1997-2021 Free Software Foundation, Inc.
+/* Copyright (C) 1997-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
@@ -910,7 +910,7 @@
 /* Return minimum numeric value from X and Y.  */
 # define fmin(Val1, Val2) __TGMATH_BINARY_REAL_ONLY (Val1, Val2, fmin)
 #endif
-  
+
 
 /* Multiply-add function computed as a ternary operation.  */
 #define fma(Val1, Val2, Val3) \
diff --git a/math/tst-CMPLX2.c b/math/tst-CMPLX2.c
index bcd78ae3e4..ad629e187e 100644
--- a/math/tst-CMPLX2.c
+++ b/math/tst-CMPLX2.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2012-2021 Free Software Foundation, Inc.
+/* Copyright (C) 2012-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/tst-definitions.c b/math/tst-definitions.c
index 249177ca9a..fa36dbaf6a 100644
--- a/math/tst-definitions.c
+++ b/math/tst-definitions.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2000-2021 Free Software Foundation, Inc.
+/* Copyright (C) 2000-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/w_acos_compat.c b/math/w_acos_compat.c
index 3bc0b35f43..2317403099 100644
--- a/math/w_acos_compat.c
+++ b/math/w_acos_compat.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2011-2021 Free Software Foundation, Inc.
+/* Copyright (C) 2011-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/w_acos_template.c b/math/w_acos_template.c
index bd327a5ac0..3852cee7e6 100644
--- a/math/w_acos_template.c
+++ b/math/w_acos_template.c
@@ -1,5 +1,5 @@
 /* Wrapper to set errno for acos.
-   Copyright (C) 2017-2021 Free Software Foundation, Inc.
+   Copyright (C) 2017-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/w_acosf_compat.c b/math/w_acosf_compat.c
index 3e950a168b..16344f546c 100644
--- a/math/w_acosf_compat.c
+++ b/math/w_acosf_compat.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2011-2021 Free Software Foundation, Inc.
+/* Copyright (C) 2011-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/w_acosh_compat.c b/math/w_acosh_compat.c
index 8e6a2d79ea..81e66dc6bb 100644
--- a/math/w_acosh_compat.c
+++ b/math/w_acosh_compat.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2011-2021 Free Software Foundation, Inc.
+/* Copyright (C) 2011-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/w_acosh_template.c b/math/w_acosh_template.c
index 562a149383..22ad0c6fe0 100644
--- a/math/w_acosh_template.c
+++ b/math/w_acosh_template.c
@@ -1,5 +1,5 @@
 /* Wrapper to set errno for acosh.
-   Copyright (C) 2017-2021 Free Software Foundation, Inc.
+   Copyright (C) 2017-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/w_acoshf_compat.c b/math/w_acoshf_compat.c
index ffb53f2477..0a63f89621 100644
--- a/math/w_acoshf_compat.c
+++ b/math/w_acoshf_compat.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2011-2021 Free Software Foundation, Inc.
+/* Copyright (C) 2011-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/w_acoshl_compat.c b/math/w_acoshl_compat.c
index 5f6cbeba99..6d31e1fadb 100644
--- a/math/w_acoshl_compat.c
+++ b/math/w_acoshl_compat.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2011-2021 Free Software Foundation, Inc.
+/* Copyright (C) 2011-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/w_acosl_compat.c b/math/w_acosl_compat.c
index 48148db18a..684ec0db81 100644
--- a/math/w_acosl_compat.c
+++ b/math/w_acosl_compat.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2011-2021 Free Software Foundation, Inc.
+/* Copyright (C) 2011-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/w_asin_compat.c b/math/w_asin_compat.c
index a35fb92ea9..772be36bdc 100644
--- a/math/w_asin_compat.c
+++ b/math/w_asin_compat.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2011-2021 Free Software Foundation, Inc.
+/* Copyright (C) 2011-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/w_asin_template.c b/math/w_asin_template.c
index b6c185e985..a8ea57482d 100644
--- a/math/w_asin_template.c
+++ b/math/w_asin_template.c
@@ -1,5 +1,5 @@
 /* Wrapper to set errno for asin.
-   Copyright (C) 2017-2021 Free Software Foundation, Inc.
+   Copyright (C) 2017-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/w_asinf_compat.c b/math/w_asinf_compat.c
index b0d813b57c..5b97de1d34 100644
--- a/math/w_asinf_compat.c
+++ b/math/w_asinf_compat.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2011-2021 Free Software Foundation, Inc.
+/* Copyright (C) 2011-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/w_asinl_compat.c b/math/w_asinl_compat.c
index 95af69ff4c..760641fadc 100644
--- a/math/w_asinl_compat.c
+++ b/math/w_asinl_compat.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2011-2021 Free Software Foundation, Inc.
+/* Copyright (C) 2011-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/w_atan2_compat.c b/math/w_atan2_compat.c
index 9d3b7a2043..367703ac8f 100644
--- a/math/w_atan2_compat.c
+++ b/math/w_atan2_compat.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2011-2021 Free Software Foundation, Inc.
+/* Copyright (C) 2011-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/w_atan2_template.c b/math/w_atan2_template.c
index dd4dc483fb..eae47be742 100644
--- a/math/w_atan2_template.c
+++ b/math/w_atan2_template.c
@@ -1,5 +1,5 @@
 /* Wrapper to set errno for atan2.
-   Copyright (C) 2017-2021 Free Software Foundation, Inc.
+   Copyright (C) 2017-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/w_atan2f_compat.c b/math/w_atan2f_compat.c
index a1c6702ccb..5a3684c603 100644
--- a/math/w_atan2f_compat.c
+++ b/math/w_atan2f_compat.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2011-2021 Free Software Foundation, Inc.
+/* Copyright (C) 2011-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/w_atan2l_compat.c b/math/w_atan2l_compat.c
index faf7f8066c..0eb0f7b180 100644
--- a/math/w_atan2l_compat.c
+++ b/math/w_atan2l_compat.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2011-2021 Free Software Foundation, Inc.
+/* Copyright (C) 2011-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/w_atanh_compat.c b/math/w_atanh_compat.c
index 16420c3a7c..a6b41b43c8 100644
--- a/math/w_atanh_compat.c
+++ b/math/w_atanh_compat.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2011-2021 Free Software Foundation, Inc.
+/* Copyright (C) 2011-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/w_atanh_template.c b/math/w_atanh_template.c
index f24fc2b814..317b949d50 100644
--- a/math/w_atanh_template.c
+++ b/math/w_atanh_template.c
@@ -1,5 +1,5 @@
 /* Wrapper to set errno for atanh.
-   Copyright (C) 2017-2021 Free Software Foundation, Inc.
+   Copyright (C) 2017-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/w_atanhf_compat.c b/math/w_atanhf_compat.c
index a64e2ac5e5..55933a58bf 100644
--- a/math/w_atanhf_compat.c
+++ b/math/w_atanhf_compat.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2011-2021 Free Software Foundation, Inc.
+/* Copyright (C) 2011-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/w_atanhl_compat.c b/math/w_atanhl_compat.c
index cdfe63872e..95a31dbb41 100644
--- a/math/w_atanhl_compat.c
+++ b/math/w_atanhl_compat.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2011-2021 Free Software Foundation, Inc.
+/* Copyright (C) 2011-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/w_cosh_template.c b/math/w_cosh_template.c
index 18bd216007..f0716e3908 100644
--- a/math/w_cosh_template.c
+++ b/math/w_cosh_template.c
@@ -1,5 +1,5 @@
 /* Wrapper to set errno for cosh.
-   Copyright (C) 2017-2021 Free Software Foundation, Inc.
+   Copyright (C) 2017-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/w_exp10_compat.c b/math/w_exp10_compat.c
index 448de3b4d3..fb84a99fdd 100644
--- a/math/w_exp10_compat.c
+++ b/math/w_exp10_compat.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2011-2021 Free Software Foundation, Inc.
+/* Copyright (C) 2011-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/w_exp10_template.c b/math/w_exp10_template.c
index d551cac405..266a9ad87f 100644
--- a/math/w_exp10_template.c
+++ b/math/w_exp10_template.c
@@ -1,5 +1,5 @@
 /* Wrapper to set errno for exp10.
-   Copyright (C) 2017-2021 Free Software Foundation, Inc.
+   Copyright (C) 2017-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/w_exp10f_compat.c b/math/w_exp10f_compat.c
index dd721455de..09cdda042c 100644
--- a/math/w_exp10f_compat.c
+++ b/math/w_exp10f_compat.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2011-2021 Free Software Foundation, Inc.
+/* Copyright (C) 2011-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/w_exp10l_compat.c b/math/w_exp10l_compat.c
index 1e442b7083..eedd159e65 100644
--- a/math/w_exp10l_compat.c
+++ b/math/w_exp10l_compat.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2011-2021 Free Software Foundation, Inc.
+/* Copyright (C) 2011-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/w_exp2_template.c b/math/w_exp2_template.c
index 8e7b33f7cf..ccf472fc00 100644
--- a/math/w_exp2_template.c
+++ b/math/w_exp2_template.c
@@ -1,5 +1,5 @@
 /* Wrapper to set errno for exp2.
-   Copyright (C) 2017-2021 Free Software Foundation, Inc.
+   Copyright (C) 2017-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/w_exp_compat.c b/math/w_exp_compat.c
index 7799875779..3fb23ea7db 100644
--- a/math/w_exp_compat.c
+++ b/math/w_exp_compat.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2011-2021 Free Software Foundation, Inc.
+/* Copyright (C) 2011-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/w_exp_template.c b/math/w_exp_template.c
index 7435781b76..06f6d8cebf 100644
--- a/math/w_exp_template.c
+++ b/math/w_exp_template.c
@@ -1,5 +1,5 @@
 /* Wrapper to set errno for exp.
-   Copyright (C) 2017-2021 Free Software Foundation, Inc.
+   Copyright (C) 2017-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/w_expf_compat.c b/math/w_expf_compat.c
index 3e110ec50c..05b76ab34c 100644
--- a/math/w_expf_compat.c
+++ b/math/w_expf_compat.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2011-2021 Free Software Foundation, Inc.
+/* Copyright (C) 2011-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/w_fmod_compat.c b/math/w_fmod_compat.c
index 5e8eec9f99..f373d16aca 100644
--- a/math/w_fmod_compat.c
+++ b/math/w_fmod_compat.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2011-2021 Free Software Foundation, Inc.
+/* Copyright (C) 2011-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/w_fmod_template.c b/math/w_fmod_template.c
index a472c60afd..7e21cbadd9 100644
--- a/math/w_fmod_template.c
+++ b/math/w_fmod_template.c
@@ -1,5 +1,5 @@
 /* Wrapper to set errno for fmod.
-   Copyright (C) 2017-2021 Free Software Foundation, Inc.
+   Copyright (C) 2017-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/w_fmodf_compat.c b/math/w_fmodf_compat.c
index 816522be78..bb7e3561dc 100644
--- a/math/w_fmodf_compat.c
+++ b/math/w_fmodf_compat.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2011-2021 Free Software Foundation, Inc.
+/* Copyright (C) 2011-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/w_fmodl_compat.c b/math/w_fmodl_compat.c
index fc38732179..d87281882e 100644
--- a/math/w_fmodl_compat.c
+++ b/math/w_fmodl_compat.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2011-2021 Free Software Foundation, Inc.
+/* Copyright (C) 2011-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/w_hypot_template.c b/math/w_hypot_template.c
index 8d452bbd08..c051195b43 100644
--- a/math/w_hypot_template.c
+++ b/math/w_hypot_template.c
@@ -1,5 +1,5 @@
 /* Wrapper to set errno for hypot.
-   Copyright (C) 2017-2021 Free Software Foundation, Inc.
+   Copyright (C) 2017-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/w_ilogb_template.c b/math/w_ilogb_template.c
index 90e5525adc..b3f768032f 100644
--- a/math/w_ilogb_template.c
+++ b/math/w_ilogb_template.c
@@ -1,5 +1,5 @@
 /* Wrapper to set errno for ilogb.
-   Copyright (C) 2012-2021 Free Software Foundation, Inc.
+   Copyright (C) 2012-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/w_j0_compat.c b/math/w_j0_compat.c
index 469e51bd89..438a48bc8f 100644
--- a/math/w_j0_compat.c
+++ b/math/w_j0_compat.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2011-2021 Free Software Foundation, Inc.
+/* Copyright (C) 2011-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/w_j0_template.c b/math/w_j0_template.c
index 8e72772884..38b43f1ed2 100644
--- a/math/w_j0_template.c
+++ b/math/w_j0_template.c
@@ -1,5 +1,5 @@
 /* Wrapper to set errno for j0 and y0.
-   Copyright (C) 2017-2021 Free Software Foundation, Inc.
+   Copyright (C) 2017-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/w_j0f_compat.c b/math/w_j0f_compat.c
index 3257533596..ec3afd9fb6 100644
--- a/math/w_j0f_compat.c
+++ b/math/w_j0f_compat.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2011-2021 Free Software Foundation, Inc.
+/* Copyright (C) 2011-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/w_j0l_compat.c b/math/w_j0l_compat.c
index b4b6936d01..de09f34e30 100644
--- a/math/w_j0l_compat.c
+++ b/math/w_j0l_compat.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2011-2021 Free Software Foundation, Inc.
+/* Copyright (C) 2011-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/w_j1_compat.c b/math/w_j1_compat.c
index e00fdfb865..dd84fdf750 100644
--- a/math/w_j1_compat.c
+++ b/math/w_j1_compat.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2011-2021 Free Software Foundation, Inc.
+/* Copyright (C) 2011-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/w_j1_template.c b/math/w_j1_template.c
index d4a895a524..a76c93ea49 100644
--- a/math/w_j1_template.c
+++ b/math/w_j1_template.c
@@ -1,5 +1,5 @@
 /* Wrapper to set errno for j1 and y1.
-   Copyright (C) 2017-2021 Free Software Foundation, Inc.
+   Copyright (C) 2017-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/w_j1f_compat.c b/math/w_j1f_compat.c
index 025ed3ab46..be0b11f395 100644
--- a/math/w_j1f_compat.c
+++ b/math/w_j1f_compat.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2011-2021 Free Software Foundation, Inc.
+/* Copyright (C) 2011-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/w_j1l_compat.c b/math/w_j1l_compat.c
index af0a4631c6..903d6cbbb5 100644
--- a/math/w_j1l_compat.c
+++ b/math/w_j1l_compat.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2011-2021 Free Software Foundation, Inc.
+/* Copyright (C) 2011-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/w_jn_compat.c b/math/w_jn_compat.c
index cc4f8ddf6c..d95e14e6fb 100644
--- a/math/w_jn_compat.c
+++ b/math/w_jn_compat.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2011-2021 Free Software Foundation, Inc.
+/* Copyright (C) 2011-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/w_jn_template.c b/math/w_jn_template.c
index 7cf40eb6bb..3cbdd1082b 100644
--- a/math/w_jn_template.c
+++ b/math/w_jn_template.c
@@ -1,5 +1,5 @@
 /* Wrapper to set errno for jn and yn.
-   Copyright (C) 2017-2021 Free Software Foundation, Inc.
+   Copyright (C) 2017-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/w_jnf_compat.c b/math/w_jnf_compat.c
index ee9e80c494..2f09dcf079 100644
--- a/math/w_jnf_compat.c
+++ b/math/w_jnf_compat.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2011-2021 Free Software Foundation, Inc.
+/* Copyright (C) 2011-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/w_lgamma_r_template.c b/math/w_lgamma_r_template.c
index 04b22864e0..ed54db7b05 100644
--- a/math/w_lgamma_r_template.c
+++ b/math/w_lgamma_r_template.c
@@ -1,5 +1,5 @@
 /* Wrapper to set errno for lgamma_r.
-   Copyright (C) 2017-2021 Free Software Foundation, Inc.
+   Copyright (C) 2017-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/w_lgamma_template.c b/math/w_lgamma_template.c
index 8a1ec961bc..90e5e264a1 100644
--- a/math/w_lgamma_template.c
+++ b/math/w_lgamma_template.c
@@ -1,5 +1,5 @@
 /* Wrapper to set errno for lgamma.
-   Copyright (C) 2017-2021 Free Software Foundation, Inc.
+   Copyright (C) 2017-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/w_llogb_template.c b/math/w_llogb_template.c
index 286067b0d5..95d1f7dd0a 100644
--- a/math/w_llogb_template.c
+++ b/math/w_llogb_template.c
@@ -1,5 +1,5 @@
 /* Wrapper to implement llogb in terms of ilogb.
-   Copyright (C) 2012-2021 Free Software Foundation, Inc.
+   Copyright (C) 2012-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/w_log10_compat.c b/math/w_log10_compat.c
index 09e9096634..a21eb2ac81 100644
--- a/math/w_log10_compat.c
+++ b/math/w_log10_compat.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2011-2021 Free Software Foundation, Inc.
+/* Copyright (C) 2011-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/w_log10_template.c b/math/w_log10_template.c
index a5b42c8dc7..3d7ee5f9d1 100644
--- a/math/w_log10_template.c
+++ b/math/w_log10_template.c
@@ -1,5 +1,5 @@
 /* Wrapper to set errno for log10.
-   Copyright (C) 2017-2021 Free Software Foundation, Inc.
+   Copyright (C) 2017-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/w_log10f_compat.c b/math/w_log10f_compat.c
index 30f72bd0e7..f9244a1e41 100644
--- a/math/w_log10f_compat.c
+++ b/math/w_log10f_compat.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2011-2021 Free Software Foundation, Inc.
+/* Copyright (C) 2011-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/w_log10l_compat.c b/math/w_log10l_compat.c
index 7311621b00..0a669ce463 100644
--- a/math/w_log10l_compat.c
+++ b/math/w_log10l_compat.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2011-2021 Free Software Foundation, Inc.
+/* Copyright (C) 2011-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/w_log1p_template.c b/math/w_log1p_template.c
index a5c3053e8c..5cb2dc540e 100644
--- a/math/w_log1p_template.c
+++ b/math/w_log1p_template.c
@@ -1,5 +1,5 @@
 /* Wrapper for __log1p that handles setting errno.
-   Copyright (C) 2015-2021 Free Software Foundation, Inc.
+   Copyright (C) 2015-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/w_log2_compat.c b/math/w_log2_compat.c
index b1ea4965d6..798edbc0e3 100644
--- a/math/w_log2_compat.c
+++ b/math/w_log2_compat.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2011-2021 Free Software Foundation, Inc.
+/* Copyright (C) 2011-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/w_log2_template.c b/math/w_log2_template.c
index d7b71e125a..9e43b604bd 100644
--- a/math/w_log2_template.c
+++ b/math/w_log2_template.c
@@ -1,5 +1,5 @@
 /* Wrapper to set errno for log2.
-   Copyright (C) 2017-2021 Free Software Foundation, Inc.
+   Copyright (C) 2017-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/w_log2f_compat.c b/math/w_log2f_compat.c
index bacad68c9a..cd77171711 100644
--- a/math/w_log2f_compat.c
+++ b/math/w_log2f_compat.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2011-2021 Free Software Foundation, Inc.
+/* Copyright (C) 2011-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/w_log2l_compat.c b/math/w_log2l_compat.c
index c60f0cc162..4d1e9cfd4b 100644
--- a/math/w_log2l_compat.c
+++ b/math/w_log2l_compat.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2011-2021 Free Software Foundation, Inc.
+/* Copyright (C) 2011-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/w_log_compat.c b/math/w_log_compat.c
index aea41e5b79..df5e9e3533 100644
--- a/math/w_log_compat.c
+++ b/math/w_log_compat.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2011-2021 Free Software Foundation, Inc.
+/* Copyright (C) 2011-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/w_log_template.c b/math/w_log_template.c
index d7320726da..2693362342 100644
--- a/math/w_log_template.c
+++ b/math/w_log_template.c
@@ -1,5 +1,5 @@
 /* Wrapper to set errno for log.
-   Copyright (C) 2017-2021 Free Software Foundation, Inc.
+   Copyright (C) 2017-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/w_logf_compat.c b/math/w_logf_compat.c
index 37bc9dd3ce..3c3c4b56df 100644
--- a/math/w_logf_compat.c
+++ b/math/w_logf_compat.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2011-2021 Free Software Foundation, Inc.
+/* Copyright (C) 2011-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/w_logl_compat.c b/math/w_logl_compat.c
index a53bbe56f1..ec338045c6 100644
--- a/math/w_logl_compat.c
+++ b/math/w_logl_compat.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2011-2021 Free Software Foundation, Inc.
+/* Copyright (C) 2011-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/w_pow_compat.c b/math/w_pow_compat.c
index 15e15cf2c2..3db5560b6e 100644
--- a/math/w_pow_compat.c
+++ b/math/w_pow_compat.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2011-2021 Free Software Foundation, Inc.
+/* Copyright (C) 2011-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/w_pow_template.c b/math/w_pow_template.c
index cf29dd3075..c6c17dab7b 100644
--- a/math/w_pow_template.c
+++ b/math/w_pow_template.c
@@ -1,5 +1,5 @@
 /* Wrapper to set errno for pow.
-   Copyright (C) 2017-2021 Free Software Foundation, Inc.
+   Copyright (C) 2017-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/w_powf_compat.c b/math/w_powf_compat.c
index 555c98b12d..5b85eb144a 100644
--- a/math/w_powf_compat.c
+++ b/math/w_powf_compat.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2011-2021 Free Software Foundation, Inc.
+/* Copyright (C) 2011-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/w_powl_compat.c b/math/w_powl_compat.c
index 5316162b32..39d8ab421b 100644
--- a/math/w_powl_compat.c
+++ b/math/w_powl_compat.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2011-2021 Free Software Foundation, Inc.
+/* Copyright (C) 2011-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/w_remainder_compat.c b/math/w_remainder_compat.c
index ea6d4ac736..8bd649b211 100644
--- a/math/w_remainder_compat.c
+++ b/math/w_remainder_compat.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2011-2021 Free Software Foundation, Inc.
+/* Copyright (C) 2011-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/w_remainder_template.c b/math/w_remainder_template.c
index a79d5151d0..b874176683 100644
--- a/math/w_remainder_template.c
+++ b/math/w_remainder_template.c
@@ -1,5 +1,5 @@
 /* Wrapper to set errno for remainder.
-   Copyright (C) 2017-2021 Free Software Foundation, Inc.
+   Copyright (C) 2017-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/w_remainderf_compat.c b/math/w_remainderf_compat.c
index 25e772990a..877d8d53bd 100644
--- a/math/w_remainderf_compat.c
+++ b/math/w_remainderf_compat.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2011-2021 Free Software Foundation, Inc.
+/* Copyright (C) 2011-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/w_remainderl_compat.c b/math/w_remainderl_compat.c
index 653c1299ee..6d0be70931 100644
--- a/math/w_remainderl_compat.c
+++ b/math/w_remainderl_compat.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2011-2021 Free Software Foundation, Inc.
+/* Copyright (C) 2011-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/w_scalb_compat.c b/math/w_scalb_compat.c
index 39a316d542..558c5d9d00 100644
--- a/math/w_scalb_compat.c
+++ b/math/w_scalb_compat.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2011-2021 Free Software Foundation, Inc.
+/* Copyright (C) 2011-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/w_scalb_template.c b/math/w_scalb_template.c
index 1d01a827e1..58c3988263 100644
--- a/math/w_scalb_template.c
+++ b/math/w_scalb_template.c
@@ -1,5 +1,5 @@
 /* Wrapper to set errno for scalb.
-   Copyright (C) 2020-2021 Free Software Foundation, Inc.
+   Copyright (C) 2020-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/w_scalbf_compat.c b/math/w_scalbf_compat.c
index 0cf4a33944..26e7a68f90 100644
--- a/math/w_scalbf_compat.c
+++ b/math/w_scalbf_compat.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2011-2021 Free Software Foundation, Inc.
+/* Copyright (C) 2011-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/w_scalbl_compat.c b/math/w_scalbl_compat.c
index 9acb4333c9..3aded0f400 100644
--- a/math/w_scalbl_compat.c
+++ b/math/w_scalbl_compat.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2011-2021 Free Software Foundation, Inc.
+/* Copyright (C) 2011-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/w_scalbln_template.c b/math/w_scalbln_template.c
index 099e0501fb..fedc605a26 100644
--- a/math/w_scalbln_template.c
+++ b/math/w_scalbln_template.c
@@ -1,5 +1,5 @@
 /* Wrapper for __scalbln handles setting errno.
-   Copyright (C) 2014-2021 Free Software Foundation, Inc.
+   Copyright (C) 2014-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/w_sinh_template.c b/math/w_sinh_template.c
index 527964983c..861a5f6664 100644
--- a/math/w_sinh_template.c
+++ b/math/w_sinh_template.c
@@ -1,5 +1,5 @@
 /* Wrapper to set errno for sinh.
-   Copyright (C) 2017-2021 Free Software Foundation, Inc.
+   Copyright (C) 2017-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/w_sqrt_compat.c b/math/w_sqrt_compat.c
index f35882086d..a8b05e0014 100644
--- a/math/w_sqrt_compat.c
+++ b/math/w_sqrt_compat.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2011-2021 Free Software Foundation, Inc.
+/* Copyright (C) 2011-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/w_sqrt_template.c b/math/w_sqrt_template.c
index 8c53d5108e..6ca9ae1474 100644
--- a/math/w_sqrt_template.c
+++ b/math/w_sqrt_template.c
@@ -1,5 +1,5 @@
 /* Wrapper to set errno for sqrt.
-   Copyright (C) 2017-2021 Free Software Foundation, Inc.
+   Copyright (C) 2017-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/w_sqrtf_compat.c b/math/w_sqrtf_compat.c
index 350e7b4ec0..6b4263c0f9 100644
--- a/math/w_sqrtf_compat.c
+++ b/math/w_sqrtf_compat.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2011-2021 Free Software Foundation, Inc.
+/* Copyright (C) 2011-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/w_sqrtl_compat.c b/math/w_sqrtl_compat.c
index ec041e7361..1e196d5989 100644
--- a/math/w_sqrtl_compat.c
+++ b/math/w_sqrtl_compat.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2011-2021 Free Software Foundation, Inc.
+/* Copyright (C) 2011-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/math/w_tgamma_template.c b/math/w_tgamma_template.c
index 9413e10178..b41a5612d0 100644
--- a/math/w_tgamma_template.c
+++ b/math/w_tgamma_template.c
@@ -1,5 +1,5 @@
 /* Wrapper to set errno for tgamma.
-   Copyright (C) 2017-2021 Free Software Foundation, Inc.
+   Copyright (C) 2017-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or