aboutsummaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorAllan McRae <allan@archlinux.org>2014-01-01 21:03:15 +1000
committerAllan McRae <allan@archlinux.org>2014-01-01 22:00:23 +1000
commitd4697bc93dc27a7bbf275ce7dd351bb1bfcf28de (patch)
tree387a69ccb4ae826de2e17a74e2adb35f0d7e2308 /math
parent0d547fcba7f54d499380f83791cfc1c1e4ef1870 (diff)
downloadglibc-d4697bc93dc27a7bbf275ce7dd351bb1bfcf28de.tar.xz
glibc-d4697bc93dc27a7bbf275ce7dd351bb1bfcf28de.zip
Update copyright notices with scripts/update-copyrights
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/math-finite.h2
-rw-r--r--math/bits/mathcalls.h2
-rw-r--r--math/cabs.c2
-rw-r--r--math/cabsf.c2
-rw-r--r--math/cabsl.c2
-rw-r--r--math/carg.c2
-rw-r--r--math/cargf.c2
-rw-r--r--math/cargl.c2
-rw-r--r--math/cimag.c2
-rw-r--r--math/cimagf.c2
-rw-r--r--math/cimagl.c2
-rw-r--r--math/complex.h2
-rw-r--r--math/conj.c2
-rw-r--r--math/conjf.c2
-rw-r--r--math/conjl.c2
-rw-r--r--math/creal.c2
-rw-r--r--math/crealf.c2
-rw-r--r--math/creall.c2
-rw-r--r--math/divtc3.c2
-rw-r--r--math/e_exp10.c2
-rw-r--r--math/e_exp10f.c2
-rw-r--r--math/e_exp10l.c2
-rw-r--r--math/e_exp2l.c2
-rw-r--r--math/e_scalb.c2
-rw-r--r--math/e_scalbf.c2
-rw-r--r--math/e_scalbl.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/fegetround.c2
-rw-r--r--math/feholdexcpt.c2
-rw-r--r--math/fenv.h2
-rw-r--r--math/fesetenv.c2
-rw-r--r--math/fesetround.c2
-rw-r--r--math/feupdateenv.c2
-rw-r--r--math/fgetexcptflg.c2
-rw-r--r--math/fpu_control.c2
-rw-r--r--math/fraiseexcpt.c2
-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-libm-test.pl2
-rw-r--r--math/k_casinh.c2
-rw-r--r--math/k_casinhf.c2
-rw-r--r--math/k_casinhl.c2
-rw-r--r--math/libm-test.inc2
-rw-r--r--math/math.h2
-rw-r--r--math/multc3.c2
-rw-r--r--math/s_cacos.c2
-rw-r--r--math/s_cacosf.c2
-rw-r--r--math/s_cacosh.c2
-rw-r--r--math/s_cacoshf.c2
-rw-r--r--math/s_cacoshl.c2
-rw-r--r--math/s_cacosl.c2
-rw-r--r--math/s_casin.c2
-rw-r--r--math/s_casinf.c2
-rw-r--r--math/s_casinh.c2
-rw-r--r--math/s_casinhf.c2
-rw-r--r--math/s_casinhl.c2
-rw-r--r--math/s_casinl.c2
-rw-r--r--math/s_catan.c2
-rw-r--r--math/s_catanf.c2
-rw-r--r--math/s_catanh.c2
-rw-r--r--math/s_catanhf.c2
-rw-r--r--math/s_catanhl.c2
-rw-r--r--math/s_catanl.c2
-rw-r--r--math/s_ccos.c2
-rw-r--r--math/s_ccosf.c2
-rw-r--r--math/s_ccosh.c2
-rw-r--r--math/s_ccoshf.c2
-rw-r--r--math/s_ccoshl.c2
-rw-r--r--math/s_ccosl.c2
-rw-r--r--math/s_cexp.c2
-rw-r--r--math/s_cexpf.c2
-rw-r--r--math/s_cexpl.c2
-rw-r--r--math/s_clog.c2
-rw-r--r--math/s_clog10.c2
-rw-r--r--math/s_clog10f.c2
-rw-r--r--math/s_clog10l.c2
-rw-r--r--math/s_clogf.c2
-rw-r--r--math/s_clogl.c2
-rw-r--r--math/s_cpow.c2
-rw-r--r--math/s_cpowf.c2
-rw-r--r--math/s_cpowl.c2
-rw-r--r--math/s_cproj.c2
-rw-r--r--math/s_cprojf.c2
-rw-r--r--math/s_cprojl.c2
-rw-r--r--math/s_csin.c2
-rw-r--r--math/s_csinf.c2
-rw-r--r--math/s_csinh.c2
-rw-r--r--math/s_csinhf.c2
-rw-r--r--math/s_csinhl.c2
-rw-r--r--math/s_csinl.c2