summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2016-01-01 02:15:38 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2016-01-01 02:15:38 +0000
commit92b04966016e3a8acce4f6ed5ffe1be59af2d516 (patch)
tree353502c19975bdd9c2e8ad2f39587f96558c76b1
parent1fd7563a41e80b045cb0d4c6f7b86ef52087e6d8 (diff)
downloadmpfr-92b04966016e3a8acce4f6ed5ffe1be59af2d516.tar.gz
Copyright notice update: added 2016 with
perl -pi -e 's/ (\d{4}-)?(2015)(?= Free Software)/ " ".($1||"$2-").($2+1)/e' **/*(^/) under zsh (the m4 and tools/mbench directories were not modified). Removed 2015 from the example in the doc/README.dev file. git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@9779 280ebfd0-de03-0410-8827-d642c229c3f4
-rw-r--r--BUGS2
-rw-r--r--INSTALL2
-rw-r--r--Makefile.am2
-rw-r--r--NEWS2
-rw-r--r--README2
-rw-r--r--TODO2
-rw-r--r--acinclude.m42
-rw-r--r--configure.ac2
-rw-r--r--doc/FAQ.html2
-rw-r--r--doc/Makefile.am2
-rw-r--r--doc/README.dev4
-rw-r--r--doc/faq.xsl2
-rw-r--r--doc/mpfr.texi2
-rw-r--r--examples/divworst.c2
-rw-r--r--examples/rndo-add.c2
-rw-r--r--examples/sample.c2
-rw-r--r--examples/version.c2
-rw-r--r--src/Makefile.am2
-rw-r--r--src/abort_prec_max.c2
-rw-r--r--src/acos.c2
-rw-r--r--src/acosh.c2
-rw-r--r--src/add.c2
-rw-r--r--src/add1.c2
-rw-r--r--src/add1sp.c2
-rw-r--r--src/add_d.c2
-rw-r--r--src/add_ui.c2
-rw-r--r--src/agm.c2
-rw-r--r--src/ai.c2
-rw-r--r--src/amd/amdfam10/mparam.h2
-rw-r--r--src/amd/athlon/mparam.h2
-rw-r--r--src/amd/k8/mparam.h2
-rw-r--r--src/arm/mparam.h2
-rw-r--r--src/asin.c2
-rw-r--r--src/asinh.c2
-rw-r--r--src/atan.c2
-rw-r--r--src/atan2.c2
-rw-r--r--src/atanh.c2
-rw-r--r--src/bernoulli.c2
-rw-r--r--src/buildopt.c2
-rw-r--r--src/cache.c2
-rw-r--r--src/cbrt.c2
-rw-r--r--src/check.c2
-rw-r--r--src/clear.c2
-rw-r--r--src/clears.c2
-rw-r--r--src/cmp.c2
-rw-r--r--src/cmp2.c2
-rw-r--r--src/cmp_abs.c2
-rw-r--r--src/cmp_d.c2
-rw-r--r--src/cmp_ld.c2
-rw-r--r--src/cmp_si.c2
-rw-r--r--src/cmp_ui.c2
-rw-r--r--src/comparisons.c2
-rw-r--r--src/const_catalan.c2
-rw-r--r--src/const_euler.c2
-rw-r--r--src/const_log2.c2
-rw-r--r--src/const_pi.c2
-rw-r--r--src/constant.c2
-rw-r--r--src/copysign.c2
-rw-r--r--src/cos.c2
-rw-r--r--src/cosh.c2
-rw-r--r--src/cot.c2
-rw-r--r--src/coth.c2
-rw-r--r--src/csc.c2
-rw-r--r--src/csch.c2
-rw-r--r--src/d_div.c2
-rw-r--r--src/d_sub.c2
-rw-r--r--src/digamma.c2
-rw-r--r--src/dim.c2
-rw-r--r--src/div.c2
-rw-r--r--src/div_2exp.c2
-rw-r--r--src/div_2si.c2
-rw-r--r--src/div_2ui.c2
-rw-r--r--src/div_d.c2
-rw-r--r--src/div_ui.c2
-rw-r--r--src/dump.c2
-rw-r--r--src/eint.c2
-rw-r--r--src/eq.c2
-rw-r--r--src/erandom.c2
-rw-r--r--src/erf.c2
-rw-r--r--src/erfc.c2
-rw-r--r--src/exceptions.c2
-rw-r--r--src/exp.c2
-rw-r--r--src/exp10.c2
-rw-r--r--src/exp2.c2
-rw-r--r--src/exp3.c2
-rw-r--r--src/exp_2.c2
-rw-r--r--src/expm1.c2
-rw-r--r--src/extract.c2
-rw-r--r--src/factorial.c2
-rw-r--r--src/fits_intmax.c2
-rw-r--r--src/fits_s.h2
-rw-r--r--src/fits_sint.c2
-rw-r--r--src/fits_slong.c2
-rw-r--r--src/fits_sshort.c2
-rw-r--r--src/fits_u.h2
-rw-r--r--src/fits_uint.c2
-rw-r--r--src/fits_uintmax.c2
-rw-r--r--src/fits_ulong.c2
-rw-r--r--src/fits_ushort.c2
-rw-r--r--src/fma.c2
-rw-r--r--src/fms.c2
-rw-r--r--src/fpif.c2
-rw-r--r--src/frac.c2
-rw-r--r--src/free_cache.c2
-rw-r--r--src/frexp.c2
-rw-r--r--src/gamma.c2
-rw-r--r--src/gammaonethird.c2
-rw-r--r--src/gen_inverse.h2
-rw-r--r--src/generic/coverage/mparam.h2
-rw-r--r--src/generic/mparam.h2
-rw-r--r--src/get_d.c2
-rw-r--r--src/get_d64.c2
-rw-r--r--src/get_exp.c2
-rw-r--r--src/get_f.c2
-rw-r--r--src/get_float128.c2
-rw-r--r--src/get_flt.c2
-rw-r--r--src/get_ld.c2
-rw-r--r--src/get_si.c2
-rw-r--r--src/get_sj.c2
-rw-r--r--src/get_str.c2
-rw-r--r--src/get_ui.c2
-rw-r--r--src/get_uj.c2
-rw-r--r--src/get_z.c2
-rw-r--r--src/get_z_exp.c2
-rw-r--r--src/gmp_op.c2
-rw-r--r--src/grandom.c2
-rw-r--r--src/hppa/mparam.h2
-rw-r--r--src/hypot.c2
-rw-r--r--src/ia64/mparam.h2
-rw-r--r--src/ieee_floats.h2
-rw-r--r--src/init.c2
-rw-r--r--src/init2.c2
-rw-r--r--src/inits.c2
-rw-r--r--src/inits2.c2
-rw-r--r--src/inp_str.c2
-rw-r--r--src/int_ceil_log2.c2
-rw-r--r--src/isinf.c2
-rw-r--r--src/isinteger.c2
-rw-r--r--src/isnan.c2
-rw-r--r--src/isnum.c2
-rw-r--r--src/isqrt.c2
-rw-r--r--src/isregular.c2
-rw-r--r--src/iszero.c2
-rw-r--r--src/jn.c2
-rw-r--r--src/jyn_asympt.c2
-rw-r--r--src/li2.c2
-rw-r--r--src/lngamma.c2
-rw-r--r--src/log.c2
-rw-r--r--src/log10.c2
-rw-r--r--src/log1p.c2
-rw-r--r--src/log2.c2
-rw-r--r--src/logging.c2
-rw-r--r--src/min_prec.c2
-rw-r--r--src/minmax.c2
-rw-r--r--src/mips/mparam.h2
-rw-r--r--src/modf.c2
-rw-r--r--src/mp_clz_tab.c2
-rw-r--r--src/mparam_h.in2
-rw-r--r--src/mpf2mpfr.h2
-rw-r--r--src/mpfr-cvers.h2
-rw-r--r--src/mpfr-gmp.c2
-rw-r--r--src/mpfr-gmp.h2
-rw-r--r--src/mpfr-impl.h2
-rw-r--r--src/mpfr-intmax.h2
-rw-r--r--src/mpfr-longlong.h2
-rw-r--r--src/mpfr-mini-gmp.c2
-rw-r--r--src/mpfr-mini-gmp.h2
-rw-r--r--src/mpfr-sassert.h2
-rw-r--r--src/mpfr-thread.h2
-rw-r--r--src/mpfr.h2
-rw-r--r--src/mpn_exp.c2
-rw-r--r--src/mul.c2
-rw-r--r--src/mul_2exp.c2
-rw-r--r--src/mul_2si.c2
-rw-r--r--src/mul_2ui.c2
-rw-r--r--src/mul_d.c2
-rw-r--r--src/mul_ui.c2
-rw-r--r--src/mulders.c2
-rw-r--r--src/neg.c2
-rw-r--r--src/next.c2
-rw-r--r--src/nrandom.c2
-rw-r--r--src/out_str.c2
-rw-r--r--src/pow.c2
-rw-r--r--src/pow_si.c2
-rw-r--r--src/pow_ui.c2
-rw-r--r--src/pow_z.c2
-rw-r--r--src/powerof2.c2
-rw-r--r--src/powerpc32/mparam.h2
-rw-r--r--src/powerpc64/mparam.h2
-rw-r--r--src/print_raw.c2
-rw-r--r--src/print_rnd_mode.c2
-rw-r--r--src/printf.c2
-rw-r--r--src/random_deviate.c2
-rw-r--r--src/random_deviate.h2
-rw-r--r--src/rec_sqrt.c2
-rw-r--r--src/reldiff.c2
-rw-r--r--src/rem1.c2
-rw-r--r--src/rint.c2
-rw-r--r--src/rndna.c2
-rw-r--r--src/root.c2
-rw-r--r--src/round_near_x.c2
-rw-r--r--src/round_p.c2
-rw-r--r--src/round_prec.c2
-rw-r--r--src/round_raw_generic.c2
-rw-r--r--src/scale2.c2
-rw-r--r--src/sec.c2
-rw-r--r--src/sech.c2
-rw-r--r--src/set.c2
-rw-r--r--src/set_d.c2
-rw-r--r--src/set_d64.c2
-rw-r--r--src/set_dfl_prec.c2
-rw-r--r--src/set_exp.c2
-rw-r--r--src/set_f.c2
-rw-r--r--src/set_float128.c2
-rw-r--r--src/set_flt.c2
-rw-r--r--src/set_inf.c2
-rw-r--r--src/set_ld.c2
-rw-r--r--src/set_nan.c2
-rw-r--r--src/set_prc_raw.c2
-rw-r--r--src/set_prec.c2
-rw-r--r--src/set_q.c2
-rw-r--r--src/set_rnd.c2
-rw-r--r--src/set_si.c2
-rw-r--r--src/set_si_2exp.c2
-rw-r--r--src/set_sj.c2
-rw-r--r--src/set_str.c2
-rw-r--r--src/set_str_raw.c2
-rw-r--r--src/set_ui.c2
-rw-r--r--src/set_ui_2exp.c2
-rw-r--r--src/set_uj.c2
-rw-r--r--src/set_z.c2
-rw-r--r--src/set_z_exp.c2
-rw-r--r--src/set_zero.c2
-rw-r--r--src/setmax.c2
-rw-r--r--src/setmin.c2
-rw-r--r--src/setsign.c2
-rw-r--r--src/sgn.c2
-rw-r--r--src/si_op.c2
-rw-r--r--src/signbit.c2
-rw-r--r--src/sin.c2
-rw-r--r--src/sin_cos.c2
-rw-r--r--src/sinh.c2
-rw-r--r--src/sinh_cosh.c2
-rw-r--r--src/sparc64/mparam.h2
-rw-r--r--src/sqr.c2
-rw-r--r--src/sqrt.c2
-rw-r--r--src/sqrt_ui.c2
-rw-r--r--src/stack_interface.c2
-rw-r--r--src/strtofr.c2
-rw-r--r--src/sub.c2
-rw-r--r--src/sub1.c2
-rw-r--r--src/sub1sp.c2
-rw-r--r--src/sub_d.c2
-rw-r--r--src/sub_ui.c2
-rw-r--r--src/subnormal.c2
-rw-r--r--src/sum.c2
-rw-r--r--src/swap.c2
-rw-r--r--src/tan.c2
-rw-r--r--src/tanh.c2
-rw-r--r--src/uceil_exp2.c2
-rw-r--r--src/uceil_log2.c2
-rw-r--r--src/ufloor_log2.c2
-rw-r--r--src/ui_div.c2
-rw-r--r--src/ui_pow.c2
-rw-r--r--src/ui_pow_ui.c2
-rw-r--r--src/ui_sub.c2
-rw-r--r--src/urandom.c2
-rw-r--r--src/urandomb.c2
-rw-r--r--src/vasprintf.c2
-rw-r--r--src/version.c2
-rw-r--r--src/volatile.c2
-rw-r--r--src/x86/core2/mparam.h2
-rw-r--r--src/x86/mparam.h2
-rw-r--r--src/x86_64/core2/mparam.h2
-rw-r--r--src/x86_64/corei5/mparam.h2
-rw-r--r--src/x86_64/pentium4/mparam.h2
-rw-r--r--src/yn.c2
-rw-r--r--src/zeta.c2
-rw-r--r--src/zeta_ui.c2
-rw-r--r--tests/Makefile.am2
-rw-r--r--tests/cmp_str.c2
-rw-r--r--tests/data/digamma2
-rw-r--r--tests/data/li22
-rw-r--r--tests/memory.c2
-rw-r--r--tests/mpf_compat.c2
-rw-r--r--tests/mpf_compat.h2
-rw-r--r--tests/mpfr-test.h2
-rw-r--r--tests/mpfr_compat.c2
-rw-r--r--tests/random2.c2
-rw-r--r--tests/reuse.c2
-rw-r--r--tests/rnd_mode.c2
-rw-r--r--tests/tabort_defalloc1.c2
-rw-r--r--tests/tabort_defalloc2.c2
-rw-r--r--tests/tabort_prec_max.c2
-rw-r--r--tests/tabs.c2
-rw-r--r--tests/tacos.c2
-rw-r--r--tests/tacosh.c2
-rw-r--r--tests/tadd.c2
-rw-r--r--tests/tadd1sp.c2
-rw-r--r--tests/tadd_d.c2
-rw-r--r--tests/tadd_ui.c2
-rw-r--r--tests/tagm.c2
-rw-r--r--tests/tai.c2
-rw-r--r--tests/talloc.c2
-rw-r--r--tests/tasin.c2
-rw-r--r--tests/tasinh.c2
-rw-r--r--tests/tassert.c2
-rw-r--r--tests/tatan.c2
-rw-r--r--tests/tatanh.c2
-rw-r--r--tests/taway.c2
-rw-r--r--tests/tbuildopt.c2
-rw-r--r--tests/tcan_round.c2
-rw-r--r--tests/tcbrt.c2
-rw-r--r--tests/tcheck.c2
-rw-r--r--tests/tcmp.c2
-rw-r--r--tests/tcmp2.c2
-rw-r--r--tests/tcmp_d.c2
-rw-r--r--tests/tcmp_ld.c2
-rw-r--r--tests/tcmp_ui.c2
-rw-r--r--tests/tcmpabs.c2
-rw-r--r--tests/tcomparisons.c2
-rw-r--r--tests/tconst_catalan.c2
-rw-r--r--tests/tconst_euler.c2
-rw-r--r--tests/tconst_log2.c2
-rw-r--r--tests/tconst_pi.c2
-rw-r--r--tests/tcopysign.c2
-rw-r--r--tests/tcos.c2
-rw-r--r--tests/tcosh.c2
-rw-r--r--tests/tcot.c2
-rw-r--r--tests/tcoth.c2
-rw-r--r--tests/tcsc.c2
-rw-r--r--tests/tcsch.c2
-rw-r--r--tests/td_div.c2
-rw-r--r--tests/td_sub.c2
-rw-r--r--tests/tdigamma.c2
-rw-r--r--tests/tdim.c2
-rw-r--r--tests/tdiv.c2
-rw-r--r--tests/tdiv_d.c2
-rw-r--r--tests/tdiv_ui.c2
-rw-r--r--tests/teint.c2
-rw-r--r--tests/teq.c2
-rw-r--r--tests/terandom.c2
-rw-r--r--tests/terandom_chisq.c2
-rw-r--r--tests/terf.c2
-rw-r--r--tests/tests.c2
-rw-r--r--tests/texceptions.c2
-rw-r--r--tests/texp.c2
-rw-r--r--tests/texp10.c2
-rw-r--r--tests/texp2.c2
-rw-r--r--tests/texpm1.c2
-rw-r--r--tests/tfactorial.c2
-rw-r--r--tests/tfits.c2
-rw-r--r--tests/tfma.c2
-rw-r--r--tests/tfmod.c2
-rw-r--r--tests/tfms.c2
-rw-r--r--tests/tfpif.c2
-rw-r--r--tests/tfprintf.c2
-rw-r--r--tests/tfrac.c2
-rw-r--r--tests/tfrexp.c2
-rw-r--r--tests/tgamma.c2
-rw-r--r--tests/tgeneric.c2
-rw-r--r--tests/tgeneric_ui.c2
-rw-r--r--tests/tget_d.c2
-rw-r--r--tests/tget_d_2exp.c2
-rw-r--r--tests/tget_f.c2
-rw-r--r--tests/tget_flt.c2
-rw-r--r--tests/tget_ld_2exp.c2
-rw-r--r--tests/tget_set_d64.c2
-rw-r--r--tests/tget_sj.c2
-rw-r--r--tests/tget_str.c2
-rw-r--r--tests/tget_z.c2
-rw-r--r--tests/tgmpop.c2
-rw-r--r--tests/tgrandom.c2
-rw-r--r--tests/thyperbolic.c2
-rw-r--r--tests/thypot.c2
-rw-r--r--tests/tinits.c2
-rw-r--r--tests/tinp_str.c2
-rw-r--r--tests/tinternals.c2
-rw-r--r--tests/tisnan.c2
-rw-r--r--tests/tisqrt.c2
-rw-r--r--tests/tj0.c2
-rw-r--r--tests/tj1.c2
-rw-r--r--tests/tjn.c2
-rw-r--r--tests/tl2b.c2
-rw-r--r--tests/tlgamma.c2
-rw-r--r--tests/tli2.c2
-rw-r--r--tests/tlngamma.c2
-rw-r--r--tests/tlog.c2
-rw-r--r--tests/tlog10.c2
-rw-r--r--tests/tlog1p.c2
-rw-r--r--tests/tlog2.c2
-rw-r--r--tests/tmin_prec.c2
-rw-r--r--tests/tminmax.c2
-rw-r--r--tests/tmodf.c2
-rw-r--r--tests/tmul.c2
-rw-r--r--tests/tmul_2exp.c2
-rw-r--r--tests/tmul_d.c2
-rw-r--r--tests/tmul_ui.c2
-rw-r--r--tests/tnext.c2
-rw-r--r--tests/tnrandom.c2
-rw-r--r--tests/tnrandom_chisq.c2
-rw-r--r--tests/tout_str.c2
-rw-r--r--tests/toutimpl.c2
-rw-r--r--tests/tpow.c2
-rw-r--r--tests/tpow3.c2
-rw-r--r--tests/tpow_all.c2
-rw-r--r--tests/tpow_z.c2
-rw-r--r--tests/tprintf.c2
-rw-r--r--tests/trandom.c2
-rw-r--r--tests/trandom_deviate.c2
-rw-r--r--tests/trec_sqrt.c2
-rw-r--r--tests/tremquo.c2
-rw-r--r--tests/trint.c2
-rw-r--r--tests/trndna.c2
-rw-r--r--tests/troot.c2
-rw-r--r--tests/tround_prec.c2
-rw-r--r--tests/tsec.c2
-rw-r--r--tests/tsech.c2
-rw-r--r--tests/tset.c2
-rw-r--r--tests/tset_d.c2
-rw-r--r--tests/tset_exp.c2
-rw-r--r--tests/tset_f.c2
-rw-r--r--tests/tset_float128.c2
-rw-r--r--tests/tset_ld.c2
-rw-r--r--tests/tset_q.c2
-rw-r--r--tests/tset_si.c2
-rw-r--r--tests/tset_sj.c2
-rw-r--r--tests/tset_str.c2
-rw-r--r--tests/tset_z.c2
-rw-r--r--tests/tset_z_exp.c2
-rw-r--r--tests/tsgn.c2
-rw-r--r--tests/tsi_op.c2
-rw-r--r--tests/tsin.c2
-rw-r--r--tests/tsin_cos.c2
-rw-r--r--tests/tsinh.c2
-rw-r--r--tests/tsinh_cosh.c2
-rw-r--r--tests/tsprintf.c2
-rw-r--r--tests/tsqr.c2
-rw-r--r--tests/tsqrt.c2
-rw-r--r--tests/tsqrt_ui.c2
-rw-r--r--tests/tstckintc.c2
-rw-r--r--tests/tstdint.c2
-rw-r--r--tests/tstrtofr.c2
-rw-r--r--tests/tsub.c2
-rw-r--r--tests/tsub1sp.c2
-rw-r--r--tests/tsub_d.c2
-rw-r--r--tests/tsub_ui.c2
-rw-r--r--tests/tsubnormal.c2
-rw-r--r--tests/tsum.c2
-rw-r--r--tests/tswap.c2
-rw-r--r--tests/ttan.c2
-rw-r--r--tests/ttanh.c2
-rw-r--r--tests/ttrunc.c2
-rw-r--r--tests/tui_div.c2
-rw-r--r--tests/tui_pow.c2
-rw-r--r--tests/tui_sub.c2
-rw-r--r--tests/turandom.c2
-rw-r--r--tests/tvalist.c2
-rw-r--r--tests/tversion.c2
-rw-r--r--tests/ty0.c2
-rw-r--r--tests/ty1.c2
-rw-r--r--tests/tyn.c2
-rw-r--r--tests/tzeta.c2
-rw-r--r--tests/tzeta_ui.c2
-rw-r--r--tools/bench/Makefile.am2
-rw-r--r--tools/bench/benchtime.h2
-rw-r--r--tools/bench/mpfrbench.c2
-rwxr-xr-xtools/ck-copyright-notice2
-rwxr-xr-xtools/ck-mparam2
-rwxr-xr-xtools/ck-version-info2
-rwxr-xr-xtools/get_patches.sh2
-rw-r--r--tune/Makefile.am2
-rw-r--r--tune/bidimensional_sample.c2
-rw-r--r--tune/speed.c2
-rw-r--r--tune/tuneup.c2
475 files changed, 476 insertions, 476 deletions
diff --git a/BUGS b/BUGS
index 3728f0100..02accfa60 100644
--- a/BUGS
+++ b/BUGS
@@ -1,4 +1,4 @@
-Copyright 1999, 2001-2015 Free Software Foundation, Inc.
+Copyright 1999, 2001-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/INSTALL b/INSTALL
index e161fb2ff..458c05343 100644
--- a/INSTALL
+++ b/INSTALL
@@ -1,4 +1,4 @@
-Copyright 1999-2015 Free Software Foundation, Inc.
+Copyright 1999-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/Makefile.am b/Makefile.am
index d8f34690c..bbf35d31c 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,4 +1,4 @@
-# Copyright 2000-2015 Free Software Foundation, Inc.
+# Copyright 2000-2016 Free Software Foundation, Inc.
# This Makefile.am is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved.
diff --git a/NEWS b/NEWS
index cd298607f..f006866d1 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-Copyright 2000-2015 Free Software Foundation, Inc.
+Copyright 2000-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/README b/README
index 2f55a8cce..9b4d8b2c9 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-Copyright 2000-2015 Free Software Foundation, Inc.
+Copyright 2000-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/TODO b/TODO
index 830fd5e7f..5e9780b90 100644
--- a/TODO
+++ b/TODO
@@ -1,4 +1,4 @@
-Copyright 1999-2015 Free Software Foundation, Inc.
+Copyright 1999-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/acinclude.m4 b/acinclude.m4
index 778917c2d..429e46975 100644
--- a/acinclude.m4
+++ b/acinclude.m4
@@ -1,6 +1,6 @@
dnl MPFR specific autoconf macros
-dnl Copyright 2000, 2002-2015 Free Software Foundation, Inc.
+dnl Copyright 2000, 2002-2016 Free Software Foundation, Inc.
dnl Contributed by the AriC and Caramel projects, INRIA.
dnl
dnl This file is part of the GNU MPFR Library.
diff --git a/configure.ac b/configure.ac
index 54f652ea2..1292713e5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4,7 +4,7 @@ dnl WARNING! C code starting with # (preprocessor directives) must not
dnl be indented!
AC_COPYRIGHT([
-Copyright 1999-2015 Free Software Foundation, Inc.
+Copyright 1999-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/doc/FAQ.html b/doc/FAQ.html
index 0a4243710..1e52c74d9 100644
--- a/doc/FAQ.html
+++ b/doc/FAQ.html
@@ -2,7 +2,7 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<!--
-Copyright 2000-2015 Free Software Foundation, Inc.
+Copyright 2000-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/doc/Makefile.am b/doc/Makefile.am
index eb177e518..9ba17c55d 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -1,4 +1,4 @@
-# Copyright 2010-2015 Free Software Foundation, Inc.
+# Copyright 2010-2016 Free Software Foundation, Inc.
# This Makefile.am is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved.
diff --git a/doc/README.dev b/doc/README.dev
index fd4f47b40..5f0b32acb 100644
--- a/doc/README.dev
+++ b/doc/README.dev
@@ -1,4 +1,4 @@
-Copyright 2002-2015 Free Software Foundation, Inc.
+Copyright 2002-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
@@ -1088,7 +1088,7 @@ of the tests/Makefile.am file.
/* Test file for mpfr_func.
-Copyright 2015 Free Software Foundation, Inc.
+Copyright 2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/doc/faq.xsl b/doc/faq.xsl
index 6d2f9d867..f31108af0 100644
--- a/doc/faq.xsl
+++ b/doc/faq.xsl
@@ -23,7 +23,7 @@ the faq.html file on the MPFR web site. See the update-faq script.
<xsl:template match="/">
<xsl:text>&#10;</xsl:text>
<xsl:comment>
-Copyright 2000-2015 Free Software Foundation, Inc.
+Copyright 2000-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/doc/mpfr.texi b/doc/mpfr.texi
index 8c54c9d7d..922165a53 100644
--- a/doc/mpfr.texi
+++ b/doc/mpfr.texi
@@ -19,7 +19,7 @@
This manual documents how to install and use the Multiple Precision
Floating-Point Reliable Library, version @value{VERSION}.
-Copyright 1991, 1993-2015 Free Software Foundation, Inc.
+Copyright 1991, 1993-2016 Free Software Foundation, Inc.
Permission is granted to copy, distribute and/or modify this document under
the terms of the GNU Free Documentation License, Version 1.2 or any later
diff --git a/examples/divworst.c b/examples/divworst.c
index 47090957d..76a80bcf9 100644
--- a/examples/divworst.c
+++ b/examples/divworst.c
@@ -13,7 +13,7 @@
*/
/*
-Copyright 2009-2015 Free Software Foundation, Inc.
+Copyright 2009-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/examples/rndo-add.c b/examples/rndo-add.c
index fb76e9240..b199d0ea3 100644
--- a/examples/rndo-add.c
+++ b/examples/rndo-add.c
@@ -8,7 +8,7 @@
*/
/*
-Copyright 2009-2015 Free Software Foundation, Inc.
+Copyright 2009-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/examples/sample.c b/examples/sample.c
index 167dc6c3d..7fdb90c67 100644
--- a/examples/sample.c
+++ b/examples/sample.c
@@ -3,7 +3,7 @@
*/
/*
-Copyright 1999-2004, 2006-2015 Free Software Foundation, Inc.
+Copyright 1999-2004, 2006-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/examples/version.c b/examples/version.c
index db37b2ff3..ec5fff80a 100644
--- a/examples/version.c
+++ b/examples/version.c
@@ -3,7 +3,7 @@
*/
/*
-Copyright 2010-2015 Free Software Foundation, Inc.
+Copyright 2010-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/Makefile.am b/src/Makefile.am
index 78ab43c4a..a1e0b433b 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1,4 +1,4 @@
-# Copyright 2000-2015 Free Software Foundation, Inc.
+# Copyright 2000-2016 Free Software Foundation, Inc.
# This Makefile.am is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved.
diff --git a/src/abort_prec_max.c b/src/abort_prec_max.c
index f793e7369..3ab7a049d 100644
--- a/src/abort_prec_max.c
+++ b/src/abort_prec_max.c
@@ -1,6 +1,6 @@
/* mpfr_abort_prec_max -- Abort due to maximal precision overflow.
-Copyright 2005-2015 Free Software Foundation, Inc.
+Copyright 2005-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/acos.c b/src/acos.c
index 10f0820f5..631a13aa7 100644
--- a/src/acos.c
+++ b/src/acos.c
@@ -1,6 +1,6 @@
/* mpfr_acos -- arc-cosinus of a floating-point number
-Copyright 2001-2015 Free Software Foundation, Inc.
+Copyright 2001-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/acosh.c b/src/acosh.c
index 91a3f784f..3f285a970 100644
--- a/src/acosh.c
+++ b/src/acosh.c
@@ -1,6 +1,6 @@
/* mpfr_acosh -- inverse hyperbolic cosine
-Copyright 2001-2015 Free Software Foundation, Inc.
+Copyright 2001-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/add.c b/src/add.c
index deb0472cb..352798477 100644
--- a/src/add.c
+++ b/src/add.c
@@ -1,6 +1,6 @@
/* mpfr_add -- add two floating-point numbers
-Copyright 1999-2004, 2006-2015 Free Software Foundation, Inc.
+Copyright 1999-2004, 2006-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/add1.c b/src/add1.c
index 901c820d4..52dacfc38 100644
--- a/src/add1.c
+++ b/src/add1.c
@@ -1,6 +1,6 @@
/* mpfr_add1 -- internal function to perform a "real" addition
-Copyright 1999-2015 Free Software Foundation, Inc.
+Copyright 1999-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/add1sp.c b/src/add1sp.c
index a6c74ba23..a97ffc8e1 100644
--- a/src/add1sp.c
+++ b/src/add1sp.c
@@ -1,7 +1,7 @@
/* mpfr_add1sp -- internal function to perform a "real" addition
All the op must have the same precision
-Copyright 2004-2015 Free Software Foundation, Inc.
+Copyright 2004-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/add_d.c b/src/add_d.c
index 502d3e677..f41232128 100644
--- a/src/add_d.c
+++ b/src/add_d.c
@@ -1,7 +1,7 @@
/* mpfr_add_d -- add a multiple precision floating-point number
to a machine double precision float
-Copyright 2007-2015 Free Software Foundation, Inc.
+Copyright 2007-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/add_ui.c b/src/add_ui.c
index a17a6a96f..37df2bfc0 100644
--- a/src/add_ui.c
+++ b/src/add_ui.c
@@ -1,6 +1,6 @@
/* mpfr_add_ui -- add a floating-point number with a machine integer
-Copyright 2000-2004, 2006-2015 Free Software Foundation, Inc.
+Copyright 2000-2004, 2006-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/agm.c b/src/agm.c
index 9b62ab2a7..a153380f3 100644
--- a/src/agm.c
+++ b/src/agm.c
@@ -1,6 +1,6 @@
/* mpfr_agm -- arithmetic-geometric mean of two floating-point numbers
-Copyright 1999-2015 Free Software Foundation, Inc.
+Copyright 1999-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/ai.c b/src/ai.c
index 757700045..c9fc1c7f8 100644
--- a/src/ai.c
+++ b/src/ai.c
@@ -1,6 +1,6 @@
/* mpfr_ai -- Airy function Ai
-Copyright 2010-2015 Free Software Foundation, Inc.
+Copyright 2010-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/amd/amdfam10/mparam.h b/src/amd/amdfam10/mparam.h
index 4a3e407b2..43bc9164a 100644
--- a/src/amd/amdfam10/mparam.h
+++ b/src/amd/amdfam10/mparam.h
@@ -1,6 +1,6 @@
/* Various Thresholds of MPFR, not exported. -*- mode: C -*-
-Copyright 2005-2015 Free Software Foundation, Inc.
+Copyright 2005-2016 Free Software Foundation, Inc.
This file is part of the GNU MPFR Library.
diff --git a/src/amd/athlon/mparam.h b/src/amd/athlon/mparam.h
index 38236c4ab..39ef0992a 100644
--- a/src/amd/athlon/mparam.h
+++ b/src/amd/athlon/mparam.h
@@ -1,6 +1,6 @@
/* Various Thresholds of MPFR, not exported. -*- mode: C -*-
-Copyright 2005-2015 Free Software Foundation, Inc.
+Copyright 2005-2016 Free Software Foundation, Inc.
This file is part of the GNU MPFR Library.
diff --git a/src/amd/k8/mparam.h b/src/amd/k8/mparam.h
index 1f818869c..bd54b7f95 100644
--- a/src/amd/k8/mparam.h
+++ b/src/amd/k8/mparam.h
@@ -1,6 +1,6 @@
/* Various Thresholds of MPFR, not exported. -*- mode: C -*-
-Copyright 2005-2015 Free Software Foundation, Inc.
+Copyright 2005-2016 Free Software Foundation, Inc.
This file is part of the GNU MPFR Library.
diff --git a/src/arm/mparam.h b/src/arm/mparam.h
index 7b73c9a7d..592ef1895 100644
--- a/src/arm/mparam.h
+++ b/src/arm/mparam.h
@@ -1,6 +1,6 @@
/* Various Thresholds of MPFR, not exported. -*- mode: C -*-
-Copyright 2005-2015 Free Software Foundation, Inc.
+Copyright 2005-2016 Free Software Foundation, Inc.
This file is part of the GNU MPFR Library.
diff --git a/src/asin.c b/src/asin.c
index 6aae6812d..1d38ffb3b 100644
--- a/src/asin.c
+++ b/src/asin.c
@@ -1,6 +1,6 @@
/* mpfr_asin -- arc-sinus of a floating-point number
-Copyright 2001-2015 Free Software Foundation, Inc.
+Copyright 2001-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/asinh.c b/src/asinh.c
index 4877064e9..b9888fcb1 100644
--- a/src/asinh.c
+++ b/src/asinh.c
@@ -1,6 +1,6 @@
/* mpfr_asinh -- inverse hyperbolic sine
-Copyright 2001-2015 Free Software Foundation, Inc.
+Copyright 2001-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/atan.c b/src/atan.c
index f451eccd0..67ceb3b3b 100644
--- a/src/atan.c
+++ b/src/atan.c
@@ -1,6 +1,6 @@
/* mpfr_atan -- arc-tangent of a floating-point number
-Copyright 2001-2015 Free Software Foundation, Inc.
+Copyright 2001-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/atan2.c b/src/atan2.c
index 8899590ed..44cec6372 100644
--- a/src/atan2.c
+++ b/src/atan2.c
@@ -1,6 +1,6 @@
/* mpfr_atan2 -- arc-tan 2 of a floating-point number
-Copyright 2005-2015 Free Software Foundation, Inc.
+Copyright 2005-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/atanh.c b/src/atanh.c
index 5776c8e3a..4986e8b1a 100644
--- a/src/atanh.c
+++ b/src/atanh.c
@@ -1,6 +1,6 @@
/* mpfr_atanh -- Inverse Hyperbolic Tangente
-Copyright 2001-2015 Free Software Foundation, Inc.
+Copyright 2001-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/bernoulli.c b/src/bernoulli.c
index 448d4274e..c1056d743 100644
--- a/src/bernoulli.c
+++ b/src/bernoulli.c
@@ -1,6 +1,6 @@
/* bernoulli -- internal function to compute Bernoulli numbers.
-Copyright 2005-2015 Free Software Foundation, Inc.
+Copyright 2005-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/buildopt.c b/src/buildopt.c
index 7ddedc414..c3a280c1a 100644
--- a/src/buildopt.c
+++ b/src/buildopt.c
@@ -1,7 +1,7 @@
/* buildopt.c -- functions giving information about options used during the
mpfr library compilation
-Copyright 2009-2015 Free Software Foundation, Inc.
+Copyright 2009-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/cache.c b/src/cache.c
index 23063087a..9c8cfe8cf 100644
--- a/src/cache.c
+++ b/src/cache.c
@@ -1,6 +1,6 @@
/* mpfr_cache -- cache interface for multiple-precision constants in MPFR.
-Copyright 2004-2015 Free Software Foundation, Inc.
+Copyright 2004-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/cbrt.c b/src/cbrt.c
index d6858bc92..3745c410f 100644
--- a/src/cbrt.c
+++ b/src/cbrt.c
@@ -1,6 +1,6 @@
/* mpfr_cbrt -- cube root function.
-Copyright 2002-2015 Free Software Foundation, Inc.
+Copyright 2002-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/check.c b/src/check.c
index 2bdac85ab..ba7670003 100644
--- a/src/check.c
+++ b/src/check.c
@@ -1,6 +1,6 @@
/* mpfr_check -- Check if a floating-point number has not been corrupted.
-Copyright 2003-2004, 2006-2015 Free Software Foundation, Inc.
+Copyright 2003-2004, 2006-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/clear.c b/src/clear.c
index 090579c60..66d44cc59 100644
--- a/src/clear.c
+++ b/src/clear.c
@@ -1,6 +1,6 @@
/* mpfr_clear -- free the memory space allocated for a floating-point number
-Copyright 1999-2001, 2004-2015 Free Software Foundation, Inc.
+Copyright 1999-2001, 2004-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/clears.c b/src/clears.c
index dfa830b4d..8d8c9b807 100644
--- a/src/clears.c
+++ b/src/clears.c
@@ -1,7 +1,7 @@
/* mpfr_clears -- free the memory space allocated for several
floating-point numbers
-Copyright 2003-2004, 2006-2015 Free Software Foundation, Inc.
+Copyright 2003-2004, 2006-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/cmp.c b/src/cmp.c
index 5f24f136a..95862ac63 100644
--- a/src/cmp.c
+++ b/src/cmp.c
@@ -1,6 +1,6 @@
/* mpfr_cmp -- compare two floating-point numbers
-Copyright 1999, 2001, 2003-2015 Free Software Foundation, Inc.
+Copyright 1999, 2001, 2003-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/cmp2.c b/src/cmp2.c
index f0293d793..64fbe52f4 100644
--- a/src/cmp2.c
+++ b/src/cmp2.c
@@ -1,6 +1,6 @@
/* mpfr_cmp2 -- exponent shift when subtracting two numbers.
-Copyright 1999-2004, 2006-2015 Free Software Foundation, Inc.
+Copyright 1999-2004, 2006-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/cmp_abs.c b/src/cmp_abs.c
index c2e351a44..d860c91b6 100644
--- a/src/cmp_abs.c
+++ b/src/cmp_abs.c
@@ -1,6 +1,6 @@
/* mpfr_cmpabs -- compare the absolute values of two FP numbers
-Copyright 1999, 2001-2004, 2006-2015 Free Software Foundation, Inc.
+Copyright 1999, 2001-2004, 2006-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/cmp_d.c b/src/cmp_d.c
index 7ecf9c595..5045c0d7f 100644
--- a/src/cmp_d.c
+++ b/src/cmp_d.c
@@ -1,6 +1,6 @@
/* mpfr_cmp_d -- compare a floating-point number with a double
-Copyright 2003-2004, 2006-2015 Free Software Foundation, Inc.
+Copyright 2003-2004, 2006-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/cmp_ld.c b/src/cmp_ld.c
index dc8a48035..84bb66309 100644
--- a/src/cmp_ld.c
+++ b/src/cmp_ld.c
@@ -1,6 +1,6 @@
/* mpfr_cmp_d -- compare a floating-point number with a long double
-Copyright 2004, 2006-2015 Free Software Foundation, Inc.
+Copyright 2004, 2006-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/cmp_si.c b/src/cmp_si.c
index 9d432e13b..14a9bcd62 100644
--- a/src/cmp_si.c
+++ b/src/cmp_si.c
@@ -1,7 +1,7 @@
/* mpfr_cmp_si_2exp -- compare a floating-point number with a signed
machine integer multiplied by a power of 2
-Copyright 1999, 2001-2015 Free Software Foundation, Inc.
+Copyright 1999, 2001-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/cmp_ui.c b/src/cmp_ui.c
index 83bd3b81f..7ee2b1349 100644
--- a/src/cmp_ui.c
+++ b/src/cmp_ui.c
@@ -1,7 +1,7 @@
/* mpfr_cmp_ui_2exp -- compare a floating-point number with an unsigned
machine integer multiplied by a power of 2
-Copyright 1999, 2001-2004, 2006-2015 Free Software Foundation, Inc.
+Copyright 1999, 2001-2004, 2006-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/comparisons.c b/src/comparisons.c
index ca7fa90f4..65a4ce2e6 100644
--- a/src/comparisons.c
+++ b/src/comparisons.c
@@ -1,6 +1,6 @@
/* comparison predicates
-Copyright 2002-2004, 2006-2015 Free Software Foundation, Inc.
+Copyright 2002-2004, 2006-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/const_catalan.c b/src/const_catalan.c
index 6cdd98c90..f000d5e3f 100644
--- a/src/const_catalan.c
+++ b/src/const_catalan.c
@@ -1,6 +1,6 @@
/* mpfr_const_catalan -- compute Catalan's constant.
-Copyright 2005-2015 Free Software Foundation, Inc.
+Copyright 2005-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/const_euler.c b/src/const_euler.c
index 52015fec9..51b6a2c09 100644
--- a/src/const_euler.c
+++ b/src/const_euler.c
@@ -1,6 +1,6 @@
/* mpfr_const_euler -- Euler's constant
-Copyright 2001-2015 Free Software Foundation, Inc.
+Copyright 2001-2016 Free Software Foundation, Inc.
Contributed by Fredrik Johansson.
This file is part of the GNU MPFR Library.
diff --git a/src/const_log2.c b/src/const_log2.c
index 6255396b3..881df659b 100644
--- a/src/const_log2.c
+++ b/src/const_log2.c
@@ -1,6 +1,6 @@
/* mpfr_const_log2 -- compute natural logarithm of 2
-Copyright 1999, 2001-2015 Free Software Foundation, Inc.
+Copyright 1999, 2001-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/const_pi.c b/src/const_pi.c
index cc96dc4a3..7f10a245f 100644
--- a/src/const_pi.c
+++ b/src/const_pi.c
@@ -1,6 +1,6 @@
/* mpfr_const_pi -- compute Pi
-Copyright 1999-2015 Free Software Foundation, Inc.
+Copyright 1999-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/constant.c b/src/constant.c
index b88fabe90..c6897e618 100644
--- a/src/constant.c
+++ b/src/constant.c
@@ -1,6 +1,6 @@
/* MPFR internal constant FP numbers
-Copyright 2005-2015 Free Software Foundation, Inc.
+Copyright 2005-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/copysign.c b/src/copysign.c
index 96c181375..3f7f23de7 100644
--- a/src/copysign.c
+++ b/src/copysign.c
@@ -1,6 +1,6 @@
/* mpfr_copysign -- Produce a value with the magnitude of x and sign bit of y
-Copyright 2001-2004, 2006-2015 Free Software Foundation, Inc.
+Copyright 2001-2004, 2006-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/cos.c b/src/cos.c
index c9eac10a2..c27d568ef 100644
--- a/src/cos.c
+++ b/src/cos.c
@@ -1,6 +1,6 @@
/* mpfr_cos -- cosine of a floating-point number
-Copyright 2001-2015 Free Software Foundation, Inc.
+Copyright 2001-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/cosh.c b/src/cosh.c
index a63ebebd9..1ca738d92 100644
--- a/src/cosh.c
+++ b/src/cosh.c
@@ -1,6 +1,6 @@
/* mpfr_cosh -- hyperbolic cosine
-Copyright 2001-2002, 2004-2015 Free Software Foundation, Inc.
+Copyright 2001-2002, 2004-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/cot.c b/src/cot.c
index 0f99825a0..6eaf2dfa0 100644
--- a/src/cot.c
+++ b/src/cot.c
@@ -1,6 +1,6 @@
/* mpfr_cot - cotangent function.
-Copyright 2005-2015 Free Software Foundation, Inc.
+Copyright 2005-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/coth.c b/src/coth.c
index 3fb0a8e93..8568affa3 100644
--- a/src/coth.c
+++ b/src/coth.c
@@ -1,6 +1,6 @@
/* mpfr_coth - Hyperbolic cotangent function.
-Copyright 2005-2015 Free Software Foundation, Inc.
+Copyright 2005-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/csc.c b/src/csc.c
index c2f5397e1..f45a8126a 100644
--- a/src/csc.c
+++ b/src/csc.c
@@ -1,6 +1,6 @@
/* mpfr_csc - cosecant function.
-Copyright 2005-2015 Free Software Foundation, Inc.
+Copyright 2005-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/csch.c b/src/csch.c
index 3c10dee5d..23c832ebc 100644
--- a/src/csch.c
+++ b/src/csch.c
@@ -1,6 +1,6 @@
/* mpfr_csch - Hyperbolic cosecant function.
-Copyright 2005-2015 Free Software Foundation, Inc.
+Copyright 2005-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/d_div.c b/src/d_div.c
index af687eb3c..190a69b2a 100644
--- a/src/d_div.c
+++ b/src/d_div.c
@@ -1,7 +1,7 @@
/* mpfr_d_div -- divide a machine double precision float
by a multiple precision floating-point number
-Copyright 2007-2015 Free Software Foundation, Inc.
+Copyright 2007-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/d_sub.c b/src/d_sub.c
index 47534c134..22efc06a8 100644
--- a/src/d_sub.c
+++ b/src/d_sub.c
@@ -1,7 +1,7 @@
/* mpfr_d_sub -- subtract a multiple precision floating-point number
from a machine double precision float
-Copyright 2007-2015 Free Software Foundation, Inc.
+Copyright 2007-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/digamma.c b/src/digamma.c
index c6ea4656a..a83b1d34a 100644
--- a/src/digamma.c
+++ b/src/digamma.c
@@ -1,6 +1,6 @@
/* mpfr_digamma -- digamma function of a floating-point number
-Copyright 2009-2015 Free Software Foundation, Inc.
+Copyright 2009-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/dim.c b/src/dim.c
index 8a25cbbbb..b93c98c39 100644
--- a/src/dim.c
+++ b/src/dim.c
@@ -1,6 +1,6 @@
/* mpfr_dim -- positive difference
-Copyright 2001-2002, 2004, 2006-2015 Free Software Foundation, Inc.
+Copyright 2001-2002, 2004, 2006-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/div.c b/src/div.c
index 027e702f6..5f0655fcb 100644
--- a/src/div.c
+++ b/src/div.c
@@ -1,6 +1,6 @@
/* mpfr_div -- divide two floating-point numbers
-Copyright 1999, 2001-2015 Free Software Foundation, Inc.
+Copyright 1999, 2001-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/div_2exp.c b/src/div_2exp.c
index 909e79888..2180709d1 100644
--- a/src/div_2exp.c
+++ b/src/div_2exp.c
@@ -1,6 +1,6 @@
/* mpfr_div_2exp -- divide a floating-point number by a power of two
-Copyright 1999, 2001, 2004, 2006-2015 Free Software Foundation, Inc.
+Copyright 1999, 2001, 2004, 2006-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/div_2si.c b/src/div_2si.c
index 140713f92..217d40fd2 100644
--- a/src/div_2si.c
+++ b/src/div_2si.c
@@ -1,6 +1,6 @@
/* mpfr_div_2si -- divide a floating-point number by a power of two
-Copyright 1999, 2001-2015 Free Software Foundation, Inc.
+Copyright 1999, 2001-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/div_2ui.c b/src/div_2ui.c
index e548744d0..2ac4651e0 100644
--- a/src/div_2ui.c
+++ b/src/div_2ui.c
@@ -1,6 +1,6 @@
/* mpfr_div_2ui -- divide a floating-point number by a power of two
-Copyright 1999, 2001-2015 Free Software Foundation, Inc.
+Copyright 1999, 2001-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/div_d.c b/src/div_d.c
index c95f73684..b732f62b7 100644
--- a/src/div_d.c
+++ b/src/div_d.c
@@ -1,7 +1,7 @@
/* mpfr_div_d -- divide a multiple precision floating-point number
by a machine double precision float
-Copyright 2007-2015 Free Software Foundation, Inc.
+Copyright 2007-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/div_ui.c b/src/div_ui.c
index 9f630e6f3..e5767f458 100644
--- a/src/div_ui.c
+++ b/src/div_ui.c
@@ -1,6 +1,6 @@
/* mpfr_div_{ui,si} -- divide a floating-point number by a machine integer
-Copyright 1999-2015 Free Software Foundation, Inc.
+Copyright 1999-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/dump.c b/src/dump.c
index fb00f79b2..158887e90 100644
--- a/src/dump.c
+++ b/src/dump.c
@@ -1,6 +1,6 @@
/* mpfr_dump -- Dump a float to stdout.
-Copyright 1999, 2001, 2004, 2006-2015 Free Software Foundation, Inc.
+Copyright 1999, 2001, 2004, 2006-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/eint.c b/src/eint.c
index fed2bc485..a514fcef9 100644
--- a/src/eint.c
+++ b/src/eint.c
@@ -1,6 +1,6 @@
/* mpfr_eint, mpfr_eint1 -- the exponential integral
-Copyright 2005-2015 Free Software Foundation, Inc.
+Copyright 2005-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/eq.c b/src/eq.c
index c58110ca6..fe2115242 100644
--- a/src/eq.c
+++ b/src/eq.c
@@ -1,6 +1,6 @@
/* mpfr_eq -- Compare two floats up to a specified bit #.
-Copyright 1999, 2001, 2003-2004, 2006-2015 Free Software Foundation, Inc.
+Copyright 1999, 2001, 2003-2004, 2006-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/erandom.c b/src/erandom.c
index cca737948..69b6abe59 100644
--- a/src/erandom.c
+++ b/src/erandom.c
@@ -2,7 +2,7 @@
mean 1 and round it to the precision of rop according to the given rounding
mode.
-Copyright 2013-2015 Free Software Foundation, Inc.
+Copyright 2013-2016 Free Software Foundation, Inc.
Contributed by Charles Karney <charles@karney.com>, SRI International.
This file is part of the GNU MPFR Library.
diff --git a/src/erf.c b/src/erf.c
index b69062685..cc65bef65 100644
--- a/src/erf.c
+++ b/src/erf.c
@@ -1,6 +1,6 @@
/* mpfr_erf -- error function of a floating-point number
-Copyright 2001, 2003-2015 Free Software Foundation, Inc.
+Copyright 2001, 2003-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/erfc.c b/src/erfc.c
index ecf54baf1..9543b2ac2 100644
--- a/src/erfc.c
+++ b/src/erfc.c
@@ -1,6 +1,6 @@
/* mpfr_erfc -- The Complementary Error Function of a floating-point number
-Copyright 2005-2015 Free Software Foundation, Inc.
+Copyright 2005-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/exceptions.c b/src/exceptions.c
index 1ca3f062a..e8c910ed6 100644
--- a/src/exceptions.c
+++ b/src/exceptions.c
@@ -1,6 +1,6 @@
/* Exception flags and utilities. Constructors and destructors (debug).
-Copyright 2001-2015 Free Software Foundation, Inc.
+Copyright 2001-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/exp.c b/src/exp.c
index 67b3c531d..3982f4c79 100644
--- a/src/exp.c
+++ b/src/exp.c
@@ -1,6 +1,6 @@
/* mpfr_exp -- exponential of a floating-point number
-Copyright 1999-2015 Free Software Foundation, Inc.
+Copyright 1999-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/exp10.c b/src/exp10.c
index 49b9bc8a0..b7aa16d5b 100644
--- a/src/exp10.c
+++ b/src/exp10.c
@@ -1,6 +1,6 @@
/* mpfr_exp10 -- power of 10 function 10^y
-Copyright 2003-2004, 2006-2015 Free Software Foundation, Inc.
+Copyright 2003-2004, 2006-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/exp2.c b/src/exp2.c
index 35e985d08..20f434eaa 100644
--- a/src/exp2.c
+++ b/src/exp2.c
@@ -1,6 +1,6 @@
/* mpfr_exp2 -- power of 2 function 2^y
-Copyright 2001-2015 Free Software Foundation, Inc.
+Copyright 2001-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/exp3.c b/src/exp3.c
index 73bf4cc4c..3b5f83bcf 100644
--- a/src/exp3.c
+++ b/src/exp3.c
@@ -1,6 +1,6 @@
/* mpfr_exp -- exponential of a floating-point number
-Copyright 1999, 2001-2015 Free Software Foundation, Inc.
+Copyright 1999, 2001-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/exp_2.c b/src/exp_2.c
index 884b82793..8cdfff024 100644
--- a/src/exp_2.c
+++ b/src/exp_2.c
@@ -1,7 +1,7 @@
/* mpfr_exp_2 -- exponential of a floating-point number
using algorithms in O(n^(1/2)*M(n)) and O(n^(1/3)*M(n))
-Copyright 1999-2015 Free Software Foundation, Inc.
+Copyright 1999-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/expm1.c b/src/expm1.c
index b0638a6b7..458b19d5d 100644
--- a/src/expm1.c
+++ b/src/expm1.c
@@ -1,6 +1,6 @@
/* mpfr_expm1 -- Compute exp(x)-1
-Copyright 2001-2015 Free Software Foundation, Inc.
+Copyright 2001-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/extract.c b/src/extract.c
index 53a03aae8..9a073dc79 100644
--- a/src/extract.c
+++ b/src/extract.c
@@ -1,6 +1,6 @@
/* mpfr_extract -- bit-extraction function for the binary splitting algorithm
-Copyright 2000-2002, 2004-2015 Free Software Foundation, Inc.
+Copyright 2000-2002, 2004-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/factorial.c b/src/factorial.c
index 2c41a959a..31fd5bffd 100644
--- a/src/factorial.c
+++ b/src/factorial.c
@@ -1,6 +1,6 @@
/* mpfr_fac_ui -- factorial of a nonnegative integer
-Copyright 2001, 2004-2015 Free Software Foundation, Inc.
+Copyright 2001, 2004-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/fits_intmax.c b/src/fits_intmax.c
index e3c6d6d56..8f41b7f4c 100644
--- a/src/fits_intmax.c
+++ b/src/fits_intmax.c
@@ -1,6 +1,6 @@
/* mpfr_fits_intmax_p -- test whether an mpfr fits an intmax_t.
-Copyright 2004, 2006-2015 Free Software Foundation, Inc.
+Copyright 2004, 2006-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/fits_s.h b/src/fits_s.h
index b93d7a0db..924ddd742 100644
--- a/src/fits_s.h
+++ b/src/fits_s.h
@@ -1,6 +1,6 @@
/* mpfr_fits_*_p -- test whether an mpfr fits a C signed type.
-Copyright 2003-2015 Free Software Foundation, Inc.
+Copyright 2003-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/fits_sint.c b/src/fits_sint.c
index 5c32fd304..e5f047f32 100644
--- a/src/fits_sint.c
+++ b/src/fits_sint.c
@@ -1,6 +1,6 @@
/* mpfr_fits_sint_p -- test whether an mpfr fits an int.
-Copyright 2003, 2006-2015 Free Software Foundation, Inc.
+Copyright 2003, 2006-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/fits_slong.c b/src/fits_slong.c
index 2f5170020..c665e4518 100644
--- a/src/fits_slong.c
+++ b/src/fits_slong.c
@@ -1,6 +1,6 @@
/* mpfr_fits_slong_p -- test whether an mpfr fits a long.
-Copyright 2003, 2006-2015 Free Software Foundation, Inc.
+Copyright 2003, 2006-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/fits_sshort.c b/src/fits_sshort.c
index d7cdd0b6a..4211cd5bb 100644
--- a/src/fits_sshort.c
+++ b/src/fits_sshort.c
@@ -1,6 +1,6 @@
/* mpfr_fits_sshort_p -- test whether an mpfr fits a short.
-Copyright 2003, 2006-2015 Free Software Foundation, Inc.
+Copyright 2003, 2006-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/fits_u.h b/src/fits_u.h
index 3446b21a6..a2571a73b 100644
--- a/src/fits_u.h
+++ b/src/fits_u.h
@@ -1,6 +1,6 @@
/* mpfr_fits_*_p -- test whether an mpfr fits a C unsigned type.
-Copyright 2003-2015 Free Software Foundation, Inc.
+Copyright 2003-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/fits_uint.c b/src/fits_uint.c
index d62f9d21c..37298b8bd 100644
--- a/src/fits_uint.c
+++ b/src/fits_uint.c
@@ -1,6 +1,6 @@
/* mpfr_fits_uint_p -- test whether an mpfr fits an unsigned int.
-Copyright 2003, 2006-2015 Free Software Foundation, Inc.
+Copyright 2003, 2006-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/fits_uintmax.c b/src/fits_uintmax.c
index fc51d91c5..c4edb939b 100644
--- a/src/fits_uintmax.c
+++ b/src/fits_uintmax.c
@@ -1,6 +1,6 @@
/* mpfr_fits_uintmax_p -- test whether an mpfr fits an uintmax_t.
-Copyright 2004, 2006-2015 Free Software Foundation, Inc.
+Copyright 2004, 2006-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/fits_ulong.c b/src/fits_ulong.c
index bbd2a3a1e..b1ac94db1 100644
--- a/src/fits_ulong.c
+++ b/src/fits_ulong.c
@@ -1,6 +1,6 @@
/* mpfr_fits_ulong_p -- test whether an mpfr fits an unsigned long.
-Copyright 2003, 2006-2015 Free Software Foundation, Inc.
+Copyright 2003, 2006-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/fits_ushort.c b/src/fits_ushort.c
index d4b389d63..66c3e9c9c 100644
--- a/src/fits_ushort.c
+++ b/src/fits_ushort.c
@@ -1,6 +1,6 @@
/* mpfr_fits_ushort_p -- test whether an mpfr fits an unsigned short.
-Copyright 2003, 2006-2015 Free Software Foundation, Inc.
+Copyright 2003, 2006-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/fma.c b/src/fma.c
index 33272125a..f6c2702b4 100644
--- a/src/fma.c
+++ b/src/fma.c
@@ -1,6 +1,6 @@
/* mpfr_fma -- Floating multiply-add
-Copyright 2001-2002, 2004, 2006-2015 Free Software Foundation, Inc.
+Copyright 2001-2002, 2004, 2006-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/fms.c b/src/fms.c
index 1890d9ac7..8887be82e 100644
--- a/src/fms.c
+++ b/src/fms.c
@@ -1,6 +1,6 @@
/* mpfr_fms -- Floating multiply-subtract
-Copyright 2001-2002, 2004, 2006-2015 Free Software Foundation, Inc.
+Copyright 2001-2002, 2004, 2006-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/fpif.c b/src/fpif.c
index 4b725d1be..6dfa9e850 100644
--- a/src/fpif.c
+++ b/src/fpif.c
@@ -1,7 +1,7 @@
/* mpfr_fpif -- Binary export & import of MPFR numbers
(floating-point interchange format)
-Copyright 2012-2015 Free Software Foundation, Inc.
+Copyright 2012-2016 Free Software Foundation, Inc.
Contributed by Olivier Demengeon.
This file is part of the GNU MPFR Library.
diff --git a/src/frac.c b/src/frac.c
index 3c64d9e85..9971f2400 100644
--- a/src/frac.c
+++ b/src/frac.c
@@ -1,6 +1,6 @@
/* mpfr_frac -- Fractional part of a floating-point number.
-Copyright 2002-2004, 2006-2015 Free Software Foundation, Inc.
+Copyright 2002-2004, 2006-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/free_cache.c b/src/free_cache.c
index 1ed0e0675..8304fd5b5 100644
--- a/src/free_cache.c
+++ b/src/free_cache.c
@@ -1,6 +1,6 @@
/* mpfr_free_cache - Free the cache used by MPFR for internal consts.
-Copyright 2004-2015 Free Software Foundation, Inc.
+Copyright 2004-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/frexp.c b/src/frexp.c
index 69b79752a..c2e92aff7 100644
--- a/src/frexp.c
+++ b/src/frexp.c
@@ -1,6 +1,6 @@
/* mpfr_frexp -- convert to integral and fractional parts
-Copyright 2011-2015 Free Software Foundation, Inc.
+Copyright 2011-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/gamma.c b/src/gamma.c
index 87d624cdd..f084a8c69 100644
--- a/src/gamma.c
+++ b/src/gamma.c
@@ -1,6 +1,6 @@
/* mpfr_gamma -- gamma function
-Copyright 2001-2015 Free Software Foundation, Inc.
+Copyright 2001-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/gammaonethird.c b/src/gammaonethird.c
index 255e3fbbe..422fbc456 100644
--- a/src/gammaonethird.c
+++ b/src/gammaonethird.c
@@ -1,6 +1,6 @@
/* Functions for evaluating Gamma(1/3) and Gamma(2/3). Used by mpfr_ai.
-Copyright 2010-2015 Free Software Foundation, Inc.
+Copyright 2010-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/gen_inverse.h b/src/gen_inverse.h
index 643cdb063..d4b658332 100644
--- a/src/gen_inverse.h
+++ b/src/gen_inverse.h
@@ -1,6 +1,6 @@
/* generic inverse of a function.
-Copyright 2005-2015 Free Software Foundation, Inc.
+Copyright 2005-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/generic/coverage/mparam.h b/src/generic/coverage/mparam.h
index c4e2dd9f2..bb05d763c 100644
--- a/src/generic/coverage/mparam.h
+++ b/src/generic/coverage/mparam.h
@@ -1,6 +1,6 @@
/* Various Thresholds of MPFR, not exported. -*- mode: C -*-
-Copyright 2005-2015 Free Software Foundation, Inc.
+Copyright 2005-2016 Free Software Foundation, Inc.
This file is part of the GNU MPFR Library.
diff --git a/src/generic/mparam.h b/src/generic/mparam.h
index b850e6508..20cde126f 100644
--- a/src/generic/mparam.h
+++ b/src/generic/mparam.h
@@ -1,6 +1,6 @@
/* Various Thresholds of MPFR, not exported. -*- mode: C -*-
-Copyright 2005-2015 Free Software Foundation, Inc.
+Copyright 2005-2016 Free Software Foundation, Inc.
This file is part of the GNU MPFR Library.
diff --git a/src/get_d.c b/src/get_d.c
index e4098264a..e43399ac0 100644
--- a/src/get_d.c
+++ b/src/get_d.c
@@ -1,7 +1,7 @@
/* mpfr_get_d, mpfr_get_d_2exp -- convert a multiple precision floating-point
number to a machine double precision float
-Copyright 1999-2015 Free Software Foundation, Inc.
+Copyright 1999-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/get_d64.c b/src/get_d64.c
index 85e6fa19c..24c2af6e9 100644
--- a/src/get_d64.c
+++ b/src/get_d64.c
@@ -5,7 +5,7 @@ See https://gcc.gnu.org/ml/gcc/2006-06/msg00691.html,
https://gcc.gnu.org/onlinedocs/gcc/Decimal-Float.html,
and TR 24732 <http://www.open-std.org/jtc1/sc22/wg14/www/projects#24732>.
-Copyright 2006-2015 Free Software Foundation, Inc.
+Copyright 2006-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/get_exp.c b/src/get_exp.c
index 9e177687b..bf081d0aa 100644
--- a/src/get_exp.c
+++ b/src/get_exp.c
@@ -1,6 +1,6 @@
/* mpfr_get_exp - get the exponent of a floating-point number
-Copyright 2002-2004, 2006-2015 Free Software Foundation, Inc.
+Copyright 2002-2004, 2006-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/get_f.c b/src/get_f.c
index c181cec57..2df824f73 100644
--- a/src/get_f.c
+++ b/src/get_f.c
@@ -1,6 +1,6 @@
/* mpfr_get_f -- convert a MPFR number to a GNU MPF number
-Copyright 2005-2015 Free Software Foundation, Inc.
+Copyright 2005-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/get_float128.c b/src/get_float128.c
index 5df734c67..690f7ecb0 100644
--- a/src/get_float128.c
+++ b/src/get_float128.c
@@ -1,7 +1,7 @@
/* mpfr_get_float128 -- convert a multiple precision floating-point
number to a __float128 number
-Copyright 2012-2015 Free Software Foundation, Inc.
+Copyright 2012-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/get_flt.c b/src/get_flt.c
index 0fb66c32d..4074f4eba 100644
--- a/src/get_flt.c
+++ b/src/get_flt.c
@@ -1,6 +1,6 @@
/* mpfr_get_flt -- convert a mpfr_t to a machine single precision float
-Copyright 2009-2015 Free Software Foundation, Inc.
+Copyright 2009-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/get_ld.c b/src/get_ld.c
index af3c2a1fb..03a4f2dbd 100644
--- a/src/get_ld.c
+++ b/src/get_ld.c
@@ -1,7 +1,7 @@
/* mpfr_get_ld, mpfr_get_ld_2exp -- convert a multiple precision floating-point
number to a machine long double
-Copyright 2002-2015 Free Software Foundation, Inc.
+Copyright 2002-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/get_si.c b/src/get_si.c
index 2cd212277..214a3de9c 100644
--- a/src/get_si.c
+++ b/src/get_si.c
@@ -1,6 +1,6 @@
/* mpfr_get_si -- convert a floating-point number to a signed long.
-Copyright 2003-2015 Free Software Foundation, Inc.
+Copyright 2003-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/get_sj.c b/src/get_sj.c
index d71794bd8..8af53ed5e 100644
--- a/src/get_sj.c
+++ b/src/get_sj.c
@@ -1,6 +1,6 @@
/* mpfr_get_sj -- convert a MPFR number to a huge machine signed integer
-Copyright 2004, 2006-2015 Free Software Foundation, Inc.
+Copyright 2004, 2006-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/get_str.c b/src/get_str.c
index a66b295d1..10cf6b753 100644
--- a/src/get_str.c
+++ b/src/get_str.c
@@ -1,6 +1,6 @@
/* mpfr_get_str -- output a floating-point number to a string
-Copyright 1999-2015 Free Software Foundation, Inc.
+Copyright 1999-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/get_ui.c b/src/get_ui.c
index 6c4d9843e..59d960522 100644
--- a/src/get_ui.c
+++ b/src/get_ui.c
@@ -1,6 +1,6 @@
/* mpfr_get_ui -- convert a floating-point number to an unsigned long.
-Copyright 2003-2004, 2006-2015 Free Software Foundation, Inc.
+Copyright 2003-2004, 2006-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/get_uj.c b/src/get_uj.c
index 6bc59e126..17f8cb4d4 100644
--- a/src/get_uj.c
+++ b/src/get_uj.c
@@ -1,6 +1,6 @@
/* mpfr_get_uj -- convert a MPFR number to a huge machine unsigned integer
-Copyright 2004, 2006-2015 Free Software Foundation, Inc.
+Copyright 2004, 2006-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/get_z.c b/src/get_z.c
index 4eb64d62c..e414592f8 100644
--- a/src/get_z.c
+++ b/src/get_z.c
@@ -1,7 +1,7 @@
/* mpfr_get_z -- get a multiple-precision integer from
a floating-point number
-Copyright 2004, 2006-2015 Free Software Foundation, Inc.
+Copyright 2004, 2006-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/get_z_exp.c b/src/get_z_exp.c
index a712d6f7f..d926def4f 100644
--- a/src/get_z_exp.c
+++ b/src/get_z_exp.c
@@ -1,7 +1,7 @@
/* mpfr_get_z_2exp -- get a multiple-precision integer and an exponent
from a floating-point number
-Copyright 2000-2015 Free Software Foundation, Inc.
+Copyright 2000-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/gmp_op.c b/src/gmp_op.c
index 10625f9c9..192388914 100644
--- a/src/gmp_op.c
+++ b/src/gmp_op.c
@@ -1,6 +1,6 @@
/* Implementations of operations between mpfr and mpz/mpq data
-Copyright 2001, 2003-2015 Free Software Foundation, Inc.
+Copyright 2001, 2003-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/grandom.c b/src/grandom.c
index c92a47693..be08474f8 100644
--- a/src/grandom.c
+++ b/src/grandom.c
@@ -3,7 +3,7 @@
distribution and round it to the precision of rop1, rop2 according
to the given rounding mode.
-Copyright 2011-2015 Free Software Foundation, Inc.
+Copyright 2011-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/hppa/mparam.h b/src/hppa/mparam.h
index fdde75904..1d7856169 100644
--- a/src/hppa/mparam.h
+++ b/src/hppa/mparam.h
@@ -1,6 +1,6 @@
/* Various Thresholds of MPFR, not exported. -*- mode: C -*-
-Copyright 2005-2015 Free Software Foundation, Inc.
+Copyright 2005-2016 Free Software Foundation, Inc.
This file is part of the GNU MPFR Library.
diff --git a/src/hypot.c b/src/hypot.c
index da494e31d..36a28c71e 100644
--- a/src/hypot.c
+++ b/src/hypot.c
@@ -1,6 +1,6 @@
/* mpfr_hypot -- Euclidean distance
-Copyright 2001-2015 Free Software Foundation, Inc.
+Copyright 2001-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/ia64/mparam.h b/src/ia64/mparam.h
index 4297632db..e7649bb29 100644
--- a/src/ia64/mparam.h
+++ b/src/ia64/mparam.h
@@ -1,6 +1,6 @@
/* Various Thresholds of MPFR, not exported. -*- mode: C -*-
-Copyright 2005-2015 Free Software Foundation, Inc.
+Copyright 2005-2016 Free Software Foundation, Inc.
This file is part of the GNU MPFR Library.
diff --git a/src/ieee_floats.h b/src/ieee_floats.h
index 0cb44926a..7867bf17c 100644
--- a/src/ieee_floats.h
+++ b/src/ieee_floats.h
@@ -1,6 +1,6 @@
/* auxiliary data to generate special IEEE floats (NaN, +Inf, -Inf)
-Copyright 1999-2015 Free Software Foundation, Inc.
+Copyright 1999-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/init.c b/src/init.c
index 23fa0f30d..e92cec2a9 100644
--- a/src/init.c
+++ b/src/init.c
@@ -1,6 +1,6 @@
/* mpfr_init -- initialize a floating-point number
-Copyright 1999, 2001-2002, 2004, 2006-2015 Free Software Foundation, Inc.
+Copyright 1999, 2001-2002, 2004, 2006-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/init2.c b/src/init2.c
index db752140f..f10c76546 100644
--- a/src/init2.c
+++ b/src/init2.c
@@ -1,6 +1,6 @@
/* mpfr_init2 -- initialize a floating-point number with given precision
-Copyright 2001-2015 Free Software Foundation, Inc.
+Copyright 2001-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/inits.c b/src/inits.c
index 8b761b842..d0d6c160f 100644
--- a/src/inits.c
+++ b/src/inits.c
@@ -1,6 +1,6 @@
/* mpfr_inits -- initialize several floating-point numbers
-Copyright 2003-2004, 2006-2015 Free Software Foundation, Inc.
+Copyright 2003-2004, 2006-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/inits2.c b/src/inits2.c
index 9e5af2b84..3882dc65d 100644
--- a/src/inits2.c
+++ b/src/inits2.c
@@ -1,7 +1,7 @@
/* mpfr_inits2 -- initialize several floating-point numbers with given
precision
-Copyright 2003-2004, 2006-2015 Free Software Foundation, Inc.
+Copyright 2003-2004, 2006-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/inp_str.c b/src/inp_str.c
index c46276f07..7897a5e88 100644
--- a/src/inp_str.c
+++ b/src/inp_str.c
@@ -1,7 +1,7 @@
/* mpfr_inp_str -- input a number in base BASE from stdio stream STREAM
and store the result in ROP
-Copyright 1999, 2001-2002, 2004, 2006-2015 Free Software Foundation, Inc.
+Copyright 1999, 2001-2002, 2004, 2006-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/int_ceil_log2.c b/src/int_ceil_log2.c
index 13610570c..8a2cb1e72 100644
--- a/src/int_ceil_log2.c
+++ b/src/int_ceil_log2.c
@@ -1,6 +1,6 @@
/* __gmpfr_int_ceil_log2 -- Integer ceil of log2(x)
-Copyright 2004-2015 Free Software Foundation, Inc.
+Copyright 2004-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/isinf.c b/src/isinf.c
index ee588e9c9..c2be4f8fe 100644
--- a/src/isinf.c
+++ b/src/isinf.c
@@ -1,6 +1,6 @@
/* mpfr_inf_p -- check for infinities
-Copyright 2000-2001, 2004, 2006-2015 Free Software Foundation, Inc.
+Copyright 2000-2001, 2004, 2006-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/isinteger.c b/src/isinteger.c
index 335babff4..5de444aa2 100644
--- a/src/isinteger.c
+++ b/src/isinteger.c
@@ -1,6 +1,6 @@
/* mpfr_integer_p -- test if a mpfr variable is integer.
-Copyright 2001-2004, 2006-2015 Free Software Foundation, Inc.
+Copyright 2001-2004, 2006-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/isnan.c b/src/isnan.c
index e125ff9a1..c80830a53 100644
--- a/src/isnan.c
+++ b/src/isnan.c
@@ -1,6 +1,6 @@
/* mpfr_nan_p -- check for NaN
-Copyright 2000-2001, 2004, 2006-2015 Free Software Foundation, Inc.
+Copyright 2000-2001, 2004, 2006-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/isnum.c b/src/isnum.c
index 35ba820f2..14f033875 100644
--- a/src/isnum.c
+++ b/src/isnum.c
@@ -1,6 +1,6 @@
/* mpfr_number_p -- check for ordinary numbers
-Copyright 2000-2002, 2004, 2006-2015 Free Software Foundation, Inc.
+Copyright 2000-2002, 2004, 2006-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/isqrt.c b/src/isqrt.c
index 86910e8a5..ade99b4fd 100644
--- a/src/isqrt.c
+++ b/src/isqrt.c
@@ -1,6 +1,6 @@
/* __gmpfr_isqrt && __gmpfr_cuberoot -- Integer square root and cube root
-Copyright 2004-2015 Free Software Foundation, Inc.
+Copyright 2004-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/isregular.c b/src/isregular.c
index d45a7c325..8f70a2ffd 100644
--- a/src/isregular.c
+++ b/src/isregular.c
@@ -1,6 +1,6 @@
/* mpfr_regular_p -- check for regular number (neither NaN, Inf or zero)
-Copyright 2009-2015 Free Software Foundation, Inc.
+Copyright 2009-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/iszero.c b/src/iszero.c
index 2e9f3b5be..77d6be952 100644
--- a/src/iszero.c
+++ b/src/iszero.c
@@ -1,6 +1,6 @@
/* mpfr_zero_p -- check for zero
-Copyright 2004, 2006-2015 Free Software Foundation, Inc.
+Copyright 2004, 2006-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/jn.c b/src/jn.c
index 7d82bc57b..181e5d55e 100644
--- a/src/jn.c
+++ b/src/jn.c
@@ -1,7 +1,7 @@
/* mpfr_j0, mpfr_j1, mpfr_jn -- Bessel functions of 1st kind, integer order.
http://www.opengroup.org/onlinepubs/009695399/functions/j0.html
-Copyright 2007-2015 Free Software Foundation, Inc.
+Copyright 2007-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/jyn_asympt.c b/src/jyn_asympt.c
index b630c9bf2..89f684689 100644
--- a/src/jyn_asympt.c
+++ b/src/jyn_asympt.c
@@ -1,6 +1,6 @@
/* mpfr_jn_asympt, mpfr_yn_asympt -- shared code for mpfr_jn and mpfr_yn
-Copyright 2007-2015 Free Software Foundation, Inc.
+Copyright 2007-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/li2.c b/src/li2.c
index 8846dbf2a..1e9bdcb76 100644
--- a/src/li2.c
+++ b/src/li2.c
@@ -1,6 +1,6 @@
/* mpfr_li2 -- Dilogarithm.
-Copyright 2007-2015 Free Software Foundation, Inc.
+Copyright 2007-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/lngamma.c b/src/lngamma.c
index 0038fb8ad..9316e38bc 100644
--- a/src/lngamma.c
+++ b/src/lngamma.c
@@ -1,6 +1,6 @@
/* mpfr_lngamma -- lngamma function
-Copyright 2005-2015 Free Software Foundation, Inc.
+Copyright 2005-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/log.c b/src/log.c
index 598d3ec13..8e83843d3 100644
--- a/src/log.c
+++ b/src/log.c
@@ -1,6 +1,6 @@
/* mpfr_log -- natural logarithm of a floating-point number
-Copyright 1999-2015 Free Software Foundation, Inc.
+Copyright 1999-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/log10.c b/src/log10.c
index de45c3c06..135d79fd4 100644
--- a/src/log10.c
+++ b/src/log10.c
@@ -1,6 +1,6 @@
/* mpfr_log10 -- logarithm in base 10.
-Copyright 2001-2015 Free Software Foundation, Inc.
+Copyright 2001-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/log1p.c b/src/log1p.c
index 35956149f..de1456583 100644
--- a/src/log1p.c
+++ b/src/log1p.c
@@ -1,6 +1,6 @@
/* mpfr_log1p -- Compute log(1+x)
-Copyright 2001-2015 Free Software Foundation, Inc.
+Copyright 2001-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/log2.c b/src/log2.c
index 6e63e60eb..8332610bb 100644
--- a/src/log2.c
+++ b/src/log2.c
@@ -1,6 +1,6 @@
/* mpfr_log2 -- log base 2
-Copyright 2001-2015 Free Software Foundation, Inc.
+Copyright 2001-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/logging.c b/src/logging.c
index cd886739d..af3844cfd 100644
--- a/src/logging.c
+++ b/src/logging.c
@@ -1,6 +1,6 @@
/* MPFR Logging functions.
-Copyright 2005-2015 Free Software Foundation, Inc.
+Copyright 2005-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/min_prec.c b/src/min_prec.c
index c5e227559..92cd3dff8 100644
--- a/src/min_prec.c
+++ b/src/min_prec.c
@@ -1,6 +1,6 @@
/* mpfr_min_prec -- minimal size in bits to hold the mantissa
-Copyright 2009-2015 Free Software Foundation, Inc.
+Copyright 2009-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/minmax.c b/src/minmax.c
index c9dee653f..4aa035e7f 100644
--- a/src/minmax.c
+++ b/src/minmax.c
@@ -1,6 +1,6 @@
/* mpfr_min -- min and max of x, y
-Copyright 2001, 2003-2004, 2006-2015 Free Software Foundation, Inc.
+Copyright 2001, 2003-2004, 2006-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/mips/mparam.h b/src/mips/mparam.h
index 32c4050ac..23c40797d 100644
--- a/src/mips/mparam.h
+++ b/src/mips/mparam.h
@@ -1,6 +1,6 @@
/* Various Thresholds of MPFR, not exported. -*- mode: C -*-
-Copyright 2005-2015 Free Software Foundation, Inc.
+Copyright 2005-2016 Free Software Foundation, Inc.
This file is part of the GNU MPFR Library.
diff --git a/src/modf.c b/src/modf.c
index e74ce168c..2cb1df6af 100644
--- a/src/modf.c
+++ b/src/modf.c
@@ -1,6 +1,6 @@
/* mpfr_modf -- Integral and fractional part.
-Copyright 2007-2015 Free Software Foundation, Inc.
+Copyright 2007-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/mp_clz_tab.c b/src/mp_clz_tab.c
index b63373880..fdaa432db 100644
--- a/src/mp_clz_tab.c
+++ b/src/mp_clz_tab.c
@@ -3,7 +3,7 @@
THE CONTENTS OF THIS FILE ARE FOR INTERNAL USE AND MAY CHANGE
INCOMPATIBLY OR DISAPPEAR IN A FUTURE GNU MPFR RELEASE.
-Copyright 1991, 1993-1994, 1996-1997, 2000-2001, 2004, 2006-2015 Free Software Foundation, Inc.
+Copyright 1991, 1993-1994, 1996-1997, 2000-2001, 2004, 2006-2016 Free Software Foundation, Inc.
This file is part of the GNU MPFR Library.
It has been copied and adapted from the GNU MP Library.
diff --git a/src/mparam_h.in b/src/mparam_h.in
index 841b8e2d7..e23911791 100644
--- a/src/mparam_h.in
+++ b/src/mparam_h.in
@@ -1,6 +1,6 @@
/* Various Thresholds of MPFR, not exported. -*- mode: C -*-
-Copyright 2005-2015 Free Software Foundation, Inc.
+Copyright 2005-2016 Free Software Foundation, Inc.
This file is part of the GNU MPFR Library.
diff --git a/src/mpf2mpfr.h b/src/mpf2mpfr.h
index 2b0d123a6..ada63386a 100644
--- a/src/mpf2mpfr.h
+++ b/src/mpf2mpfr.h
@@ -1,6 +1,6 @@
/* mpf2mpfr.h -- Compatibility include file with mpf.
-Copyright 1999-2002, 2004-2015 Free Software Foundation, Inc.
+Copyright 1999-2002, 2004-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/mpfr-cvers.h b/src/mpfr-cvers.h
index d1e4d57d0..5f7a00008 100644
--- a/src/mpfr-cvers.h
+++ b/src/mpfr-cvers.h
@@ -1,6 +1,6 @@
/* Utilities for MPFR developers, not exported.
-Copyright 1999-2015 Free Software Foundation, Inc.
+Copyright 1999-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/mpfr-gmp.c b/src/mpfr-gmp.c
index 0c8b85219..558f56cfa 100644
--- a/src/mpfr-gmp.c
+++ b/src/mpfr-gmp.c
@@ -1,7 +1,7 @@
/* mpfr_gmp -- Limited gmp-impl emulator
Modified version of the GMP files.
-Copyright 2004-2015 Free Software Foundation, Inc.
+Copyright 2004-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/mpfr-gmp.h b/src/mpfr-gmp.h
index 304b9705d..7cb7d0df0 100644
--- a/src/mpfr-gmp.h
+++ b/src/mpfr-gmp.h
@@ -1,6 +1,6 @@
/* Uniform Interface to GMP.
-Copyright 2004-2015 Free Software Foundation, Inc.
+Copyright 2004-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/mpfr-impl.h b/src/mpfr-impl.h
index d2b3de6d3..998ca7a4a 100644
--- a/src/mpfr-impl.h
+++ b/src/mpfr-impl.h
@@ -1,6 +1,6 @@
/* Utilities for MPFR developers, not exported.
-Copyright 1999-2015 Free Software Foundation, Inc.
+Copyright 1999-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/mpfr-intmax.h b/src/mpfr-intmax.h
index 04842668f..d3411ffc3 100644
--- a/src/mpfr-intmax.h
+++ b/src/mpfr-intmax.h
@@ -1,6 +1,6 @@
/* MPFR internal header related to intmax_t.
-Copyright 2004-2015 Free Software Foundation, Inc.
+Copyright 2004-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/mpfr-longlong.h b/src/mpfr-longlong.h
index 4a3926b90..35d419c73 100644
--- a/src/mpfr-longlong.h
+++ b/src/mpfr-longlong.h
@@ -1,7 +1,7 @@
/* longlong.h -- definitions for mixed size 32/64 bit arithmetic.
Copyright 1991, 1992, 1993, 1994, 1996, 1997, 1999, 2000, 2001, 2002, 2003,
-2004, 2005, 2007, 2008, 2009, 2010, 2011, 2012, 2013-2015 Free Software Foundation, Inc.
+2004, 2005, 2007, 2008, 2009, 2010, 2011, 2012, 2013-2016 Free Software Foundation, Inc.
This file is free software; you can redistribute it and/or modify it under the
terms of the GNU Lesser General Public License as published by the Free
diff --git a/src/mpfr-mini-gmp.c b/src/mpfr-mini-gmp.c
index e7e319832..385769d6f 100644
--- a/src/mpfr-mini-gmp.c
+++ b/src/mpfr-mini-gmp.c
@@ -1,6 +1,6 @@
/* mpfr-mini-gmp.c -- Interface functions for mini-gmp.
-Copyright 2014-2015 Free Software Foundation, Inc.
+Copyright 2014-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/mpfr-mini-gmp.h b/src/mpfr-mini-gmp.h
index 7b1b1b994..c03e1826d 100644
--- a/src/mpfr-mini-gmp.h
+++ b/src/mpfr-mini-gmp.h
@@ -1,6 +1,6 @@
/* mpfr-mini-gmp.h -- Interface header for mini-gmp.
-Copyright 2014-2015 Free Software Foundation, Inc.
+Copyright 2014-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/mpfr-sassert.h b/src/mpfr-sassert.h
index 672226e8d..683e6310e 100644
--- a/src/mpfr-sassert.h
+++ b/src/mpfr-sassert.h
@@ -1,6 +1,6 @@
/* MPFR internal header related to Static Assertions
-Copyright 2012-2015 Free Software Foundation, Inc.
+Copyright 2012-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/mpfr-thread.h b/src/mpfr-thread.h
index fb69c826f..0ce23d3f5 100644
--- a/src/mpfr-thread.h
+++ b/src/mpfr-thread.h
@@ -1,6 +1,6 @@
/* MPFR internal header related to thread-local variables.
-Copyright 2005-2015 Free Software Foundation, Inc.
+Copyright 2005-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/mpfr.h b/src/mpfr.h
index b3acb929a..8059b87ea 100644
--- a/src/mpfr.h
+++ b/src/mpfr.h
@@ -1,6 +1,6 @@
/* mpfr.h -- Include file for mpfr.
-Copyright 1999-2015 Free Software Foundation, Inc.
+Copyright 1999-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/mpn_exp.c b/src/mpn_exp.c
index 33d9968a9..52d7cecc6 100644
--- a/src/mpn_exp.c
+++ b/src/mpn_exp.c
@@ -1,6 +1,6 @@
/* mpfr_mpn_exp -- auxiliary function for mpfr_get_str and mpfr_set_str
-Copyright 1999-2015 Free Software Foundation, Inc.
+Copyright 1999-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/mul.c b/src/mul.c
index 22253c15b..c1a0260af 100644
--- a/src/mul.c
+++ b/src/mul.c
@@ -1,6 +1,6 @@
/* mpfr_mul -- multiply two floating-point numbers
-Copyright 1999-2015 Free Software Foundation, Inc.
+Copyright 1999-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/mul_2exp.c b/src/mul_2exp.c
index 0e816801c..2541ec936 100644
--- a/src/mul_2exp.c
+++ b/src/mul_2exp.c
@@ -1,6 +1,6 @@
/* mpfr_mul_2exp -- multiply a floating-point number by a power of two
-Copyright 1999, 2001, 2004, 2006-2015 Free Software Foundation, Inc.
+Copyright 1999, 2001, 2004, 2006-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/mul_2si.c b/src/mul_2si.c
index bc5e47934..0dbf83759 100644
--- a/src/mul_2si.c
+++ b/src/mul_2si.c
@@ -1,6 +1,6 @@
/* mpfr_mul_2si -- multiply a floating-point number by a power of two
-Copyright 1999, 2001-2015 Free Software Foundation, Inc.
+Copyright 1999, 2001-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/mul_2ui.c b/src/mul_2ui.c
index cf7966c82..1b7216c5d 100644
--- a/src/mul_2ui.c
+++ b/src/mul_2ui.c
@@ -1,6 +1,6 @@
/* mpfr_mul_2ui -- multiply a floating-point number by a power of two
-Copyright 1999, 2001-2015 Free Software Foundation, Inc.
+Copyright 1999, 2001-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/mul_d.c b/src/mul_d.c
index 1c12a02c0..ecbe0ab01 100644
--- a/src/mul_d.c
+++ b/src/mul_d.c
@@ -1,7 +1,7 @@
/* mpfr_mul_d -- multiply a multiple precision floating-point number
by a machine double precision float
-Copyright 2007-2015 Free Software Foundation, Inc.
+Copyright 2007-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/mul_ui.c b/src/mul_ui.c
index 57dbe5c00..0a172dff7 100644
--- a/src/mul_ui.c
+++ b/src/mul_ui.c
@@ -1,7 +1,7 @@
/* mpfr_mul_ui -- multiply a floating-point number by a machine integer
mpfr_mul_si -- multiply a floating-point number by a machine integer
-Copyright 1999-2015 Free Software Foundation, Inc.
+Copyright 1999-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/mulders.c b/src/mulders.c
index bd0cb27fc..68eb6a600 100644
--- a/src/mulders.c
+++ b/src/mulders.c
@@ -1,6 +1,6 @@
/* Mulders' short product, square and division.
-Copyright 2005-2015 Free Software Foundation, Inc.
+Copyright 2005-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/neg.c b/src/neg.c
index 030d4c79a..72b77259b 100644
--- a/src/neg.c
+++ b/src/neg.c
@@ -1,6 +1,6 @@
/* mpfr_neg -- change the sign of a floating-point number
-Copyright 1999-2001, 2004, 2006-2015 Free Software Foundation, Inc.
+Copyright 1999-2001, 2004, 2006-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/next.c b/src/next.c
index dcfd771d9..f4f5abb28 100644
--- a/src/next.c
+++ b/src/next.c
@@ -1,7 +1,7 @@
/* mpfr_nextabove, mpfr_nextbelow, mpfr_nexttoward -- next representable
floating-point number
-Copyright 1999, 2001-2015 Free Software Foundation, Inc.
+Copyright 1999, 2001-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/nrandom.c b/src/nrandom.c
index 447fe72d1..b08029aac 100644
--- a/src/nrandom.c
+++ b/src/nrandom.c
@@ -2,7 +2,7 @@
and variance 1 and round it to the precision of rop according to the given
rounding mode.
-Copyright 2013-2015 Free Software Foundation, Inc.
+Copyright 2013-2016 Free Software Foundation, Inc.
Contributed by Charles Karney <charles@karney.com>, SRI International.
This file is part of the GNU MPFR Library.
diff --git a/src/out_str.c b/src/out_str.c
index 046eb79f2..914a59e0a 100644
--- a/src/out_str.c
+++ b/src/out_str.c
@@ -1,6 +1,6 @@
/* mpfr_out_str -- output a floating-point number to a stream
-Copyright 1999, 2001-2002, 2004, 2006-2015 Free Software Foundation, Inc.
+Copyright 1999, 2001-2002, 2004, 2006-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/pow.c b/src/pow.c
index 186aee734..82c226154 100644
--- a/src/pow.c
+++ b/src/pow.c
@@ -1,6 +1,6 @@
/* mpfr_pow -- power function x^y
-Copyright 2001-2015 Free Software Foundation, Inc.
+Copyright 2001-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/pow_si.c b/src/pow_si.c
index 62d4ff5c3..c89734d13 100644
--- a/src/pow_si.c
+++ b/src/pow_si.c
@@ -1,6 +1,6 @@
/* mpfr_pow_si -- power function x^y with y a signed int
-Copyright 2001-2015 Free Software Foundation, Inc.
+Copyright 2001-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/pow_ui.c b/src/pow_ui.c
index 75e104ae4..69e912ec1 100644
--- a/src/pow_ui.c
+++ b/src/pow_ui.c
@@ -1,7 +1,7 @@
/* mpfr_pow_ui-- compute the power of a floating-point
by a machine integer
-Copyright 1999-2015 Free Software Foundation, Inc.
+Copyright 1999-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/pow_z.c b/src/pow_z.c
index a248edbbb..91e7c1273 100644
--- a/src/pow_z.c
+++ b/src/pow_z.c
@@ -1,6 +1,6 @@
/* mpfr_pow_z -- power function x^z with z a MPZ
-Copyright 2005-2015 Free Software Foundation, Inc.
+Copyright 2005-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/powerof2.c b/src/powerof2.c
index bacbcdcf6..590a8f608 100644
--- a/src/powerof2.c
+++ b/src/powerof2.c
@@ -1,6 +1,6 @@
/* mpfr_powerof2_raw -- test whether a floating-point number is a power of 2
-Copyright 2002-2015 Free Software Foundation, Inc.
+Copyright 2002-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/powerpc32/mparam.h b/src/powerpc32/mparam.h
index 687586afd..6b5816b49 100644
--- a/src/powerpc32/mparam.h
+++ b/src/powerpc32/mparam.h
@@ -1,6 +1,6 @@
/* Various Thresholds of MPFR, not exported. -*- mode: C -*-
-Copyright 2005-2015 Free Software Foundation, Inc.
+Copyright 2005-2016 Free Software Foundation, Inc.
This file is part of the GNU MPFR Library.
diff --git a/src/powerpc64/mparam.h b/src/powerpc64/mparam.h
index 1e852a52e..79b87cedd 100644
--- a/src/powerpc64/mparam.h
+++ b/src/powerpc64/mparam.h
@@ -1,6 +1,6 @@
/* Various Thresholds of MPFR, not exported. -*- mode: C -*-
-Copyright 2005-2015 Free Software Foundation, Inc.
+Copyright 2005-2016 Free Software Foundation, Inc.
This file is part of the GNU MPFR Library.
diff --git a/src/print_raw.c b/src/print_raw.c
index cfd4bd60d..c3e8239bb 100644
--- a/src/print_raw.c
+++ b/src/print_raw.c
@@ -1,7 +1,7 @@
/* mpfr_print_binary -- print the internal binary representation of a
floating-point number
-Copyright 1999-2015 Free Software Foundation, Inc.
+Copyright 1999-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/print_rnd_mode.c b/src/print_rnd_mode.c
index d2301b9dc..8648d6c63 100644
--- a/src/print_rnd_mode.c
+++ b/src/print_rnd_mode.c
@@ -1,6 +1,6 @@
/* mpfr_print_rnd_mode -- convert a given rounding mode to a string
-Copyright 1999, 2001-2004, 2006-2015 Free Software Foundation, Inc.
+Copyright 1999, 2001-2004, 2006-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/printf.c b/src/printf.c
index f7b0fcaba..c08ab6dfb 100644
--- a/src/printf.c
+++ b/src/printf.c
@@ -1,6 +1,6 @@
/* mpfr_printf -- printf function and friends.
-Copyright 2007-2015 Free Software Foundation, Inc.
+Copyright 2007-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/random_deviate.c b/src/random_deviate.c
index 712fc421d..418d7812f 100644
--- a/src/random_deviate.c
+++ b/src/random_deviate.c
@@ -1,6 +1,6 @@
/* random_deviate routines for mpfr_erandom and mpfr_nrandom.
-Copyright 2013-2015 Free Software Foundation, Inc.
+Copyright 2013-2016 Free Software Foundation, Inc.
Contributed by Charles Karney <charles@karney.com>, SRI International.
This file is part of the GNU MPFR Library.
diff --git a/src/random_deviate.h b/src/random_deviate.h
index 8c115ad95..53dfef085 100644
--- a/src/random_deviate.h
+++ b/src/random_deviate.h
@@ -1,6 +1,6 @@
/* Declarations of random_deviate routines for mpfr_erandom and mpfr_nrandom.
-Copyright 2013-2015 Free Software Foundation, Inc.
+Copyright 2013-2016 Free Software Foundation, Inc.
Contributed by Charles Karney <charles@karney.com>, SRI International.
This file is part of the GNU MPFR Library.
diff --git a/src/rec_sqrt.c b/src/rec_sqrt.c
index 94cf375c4..0e25e6403 100644
--- a/src/rec_sqrt.c
+++ b/src/rec_sqrt.c
@@ -1,6 +1,6 @@
/* mpfr_rec_sqrt -- inverse square root
-Copyright 2008-2015 Free Software Foundation, Inc.
+Copyright 2008-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/reldiff.c b/src/reldiff.c
index 058e39da6..100d07752 100644
--- a/src/reldiff.c
+++ b/src/reldiff.c
@@ -1,6 +1,6 @@
/* mpfr_reldiff -- compute relative difference of two floating-point numbers.
-Copyright 2000-2001, 2004-2015 Free Software Foundation, Inc.
+Copyright 2000-2001, 2004-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/rem1.c b/src/rem1.c
index b66d244ab..98b7f9dff 100644
--- a/src/rem1.c
+++ b/src/rem1.c
@@ -2,7 +2,7 @@
mpfr_fmod -- compute the floating-point remainder of x/y
mpfr_remquo and mpfr_remainder -- argument reduction functions
-Copyright 2007-2015 Free Software Foundation, Inc.
+Copyright 2007-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/rint.c b/src/rint.c
index 5969d8853..37ec386f4 100644
--- a/src/rint.c
+++ b/src/rint.c
@@ -1,6 +1,6 @@
/* mpfr_rint -- Round to an integer.
-Copyright 1999-2015 Free Software Foundation, Inc.
+Copyright 1999-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/rndna.c b/src/rndna.c
index 02c65599e..b71352710 100644
--- a/src/rndna.c
+++ b/src/rndna.c
@@ -1,6 +1,6 @@
/* mpfr_round_nearest_away -- round to nearest away
-Copyright 2012-2015 Free Software Foundation, Inc.
+Copyright 2012-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/root.c b/src/root.c
index c1a141c90..678756323 100644
--- a/src/root.c
+++ b/src/root.c
@@ -1,6 +1,6 @@
/* mpfr_root -- kth root.
-Copyright 2005-2015 Free Software Foundation, Inc.
+Copyright 2005-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/round_near_x.c b/src/round_near_x.c
index 638b16862..eaef73f95 100644
--- a/src/round_near_x.c
+++ b/src/round_near_x.c
@@ -1,6 +1,6 @@
/* mpfr_round_near_x -- Round a floating point number nears another one.
-Copyright 2005-2015 Free Software Foundation, Inc.
+Copyright 2005-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/round_p.c b/src/round_p.c
index ebb2f14ca..26bdbf77e 100644
--- a/src/round_p.c
+++ b/src/round_p.c
@@ -1,6 +1,6 @@
/* mpfr_round_p -- check if an approximation is roundable.
-Copyright 2005-2015 Free Software Foundation, Inc.
+Copyright 2005-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/round_prec.c b/src/round_prec.c
index 34a7c6a0c..7b9f14688 100644
--- a/src/round_prec.c
+++ b/src/round_prec.c
@@ -1,7 +1,7 @@
/* mpfr_round_raw_generic, mpfr_round_raw2, mpfr_round_raw, mpfr_prec_round,
mpfr_can_round, mpfr_can_round_raw -- various rounding functions
-Copyright 1999-2015 Free Software Foundation, Inc.
+Copyright 1999-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/round_raw_generic.c b/src/round_raw_generic.c
index 06eff58f9..8ad212c59 100644
--- a/src/round_raw_generic.c
+++ b/src/round_raw_generic.c
@@ -1,6 +1,6 @@
/* mpfr_round_raw_generic -- Generic rounding function
-Copyright 1999-2015 Free Software Foundation, Inc.
+Copyright 1999-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/scale2.c b/src/scale2.c
index 8711cd4ab..6d2949f7b 100644
--- a/src/scale2.c
+++ b/src/scale2.c
@@ -1,6 +1,6 @@
/* mpfr_scale2 -- multiply a double float by 2^exp
-Copyright 1999-2015 Free Software Foundation, Inc.
+Copyright 1999-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/sec.c b/src/sec.c
index 5088cfa49..cff6d9447 100644
--- a/src/sec.c
+++ b/src/sec.c
@@ -1,6 +1,6 @@
/* mpfr_sec - secant function = 1/cos.
-Copyright 2005-2015 Free Software Foundation, Inc.
+Copyright 2005-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/sech.c b/src/sech.c
index ff8999605..d3b6543ae 100644
--- a/src/sech.c
+++ b/src/sech.c
@@ -1,6 +1,6 @@
/* mpfr_sech - Hyperbolic secant function = 1/cosh.
-Copyright 2005-2015 Free Software Foundation, Inc.
+Copyright 2005-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/set.c b/src/set.c
index e17cfe10b..84ad4509f 100644
--- a/src/set.c
+++ b/src/set.c
@@ -1,6 +1,6 @@
/* mpfr_set -- copy of a floating-point number
-Copyright 1999, 2001-2015 Free Software Foundation, Inc.
+Copyright 1999, 2001-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/set_d.c b/src/set_d.c
index 72c890abd..c7a7fa815 100644
--- a/src/set_d.c
+++ b/src/set_d.c
@@ -1,7 +1,7 @@
/* mpfr_set_d -- convert a machine double precision float to
a multiple precision floating-point number
-Copyright 1999-2004, 2006-2015 Free Software Foundation, Inc.
+Copyright 1999-2004, 2006-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/set_d64.c b/src/set_d64.c
index 136a88830..bba603472 100644
--- a/src/set_d64.c
+++ b/src/set_d64.c
@@ -5,7 +5,7 @@ See https://gcc.gnu.org/ml/gcc/2006-06/msg00691.html,
https://gcc.gnu.org/onlinedocs/gcc/Decimal-Float.html,
and TR 24732 <http://www.open-std.org/jtc1/sc22/wg14/www/projects#24732>.
-Copyright 2006-2015 Free Software Foundation, Inc.
+Copyright 2006-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/set_dfl_prec.c b/src/set_dfl_prec.c
index b9a720651..84e8fb96f 100644
--- a/src/set_dfl_prec.c
+++ b/src/set_dfl_prec.c
@@ -1,6 +1,6 @@
/* mpfr_set_default_prec, mpfr_get_default_prec -- set/get default precision
-Copyright 1999-2001, 2004-2015 Free Software Foundation, Inc.
+Copyright 1999-2001, 2004-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/set_exp.c b/src/set_exp.c
index c4bd240c1..ec5603ad2 100644
--- a/src/set_exp.c
+++ b/src/set_exp.c
@@ -1,6 +1,6 @@
/* mpfr_set_exp - set the exponent of a floating-point number
-Copyright 2002-2004, 2006-2015 Free Software Foundation, Inc.
+Copyright 2002-2004, 2006-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/set_f.c b/src/set_f.c
index d44ccfe02..234c7d6be 100644
--- a/src/set_f.c
+++ b/src/set_f.c
@@ -1,6 +1,6 @@
/* mpfr_set_f -- set a MPFR number from a GNU MPF number
-Copyright 1999-2015 Free Software Foundation, Inc.
+Copyright 1999-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/set_float128.c b/src/set_float128.c
index d9e942fbb..1be5e4707 100644
--- a/src/set_float128.c
+++ b/src/set_float128.c
@@ -1,7 +1,7 @@
/* mpfr_set_float128 -- convert a machine __float128 number to
a multiple precision floating-point number
-Copyright 2012-2015 Free Software Foundation, Inc.
+Copyright 2012-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/set_flt.c b/src/set_flt.c
index 3c26e148b..73eb5867c 100644
--- a/src/set_flt.c
+++ b/src/set_flt.c
@@ -1,6 +1,6 @@
/* mpfr_set_flt -- convert a machine single precision float to mpfr_t
-Copyright 2009-2015 Free Software Foundation, Inc.
+Copyright 2009-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/set_inf.c b/src/set_inf.c
index d5345ccf8..735a00d33 100644
--- a/src/set_inf.c
+++ b/src/set_inf.c
@@ -1,6 +1,6 @@
/* mpfr_set_inf -- set a number to plus or minus infinity.
-Copyright 2002, 2004, 2006-2015 Free Software Foundation, Inc.
+Copyright 2002, 2004, 2006-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/set_ld.c b/src/set_ld.c
index 6d876fe74..7279968dd 100644
--- a/src/set_ld.c
+++ b/src/set_ld.c
@@ -1,7 +1,7 @@
/* mpfr_set_ld -- convert a machine long double to
a multiple precision floating-point number
-Copyright 2002-2015 Free Software Foundation, Inc.
+Copyright 2002-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/set_nan.c b/src/set_nan.c
index a9ae517f3..48e3273ed 100644
--- a/src/set_nan.c
+++ b/src/set_nan.c
@@ -1,6 +1,6 @@
/* mpfr_set_nan -- set a number to NaN.
-Copyright 2002, 2006-2015 Free Software Foundation, Inc.
+Copyright 2002, 2006-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/set_prc_raw.c b/src/set_prc_raw.c
index 6bd9f3642..51cb1348f 100644
--- a/src/set_prc_raw.c
+++ b/src/set_prc_raw.c
@@ -1,6 +1,6 @@
/* mpfr_set_prec_raw -- reset the precision of a floating-point number
-Copyright 2000-2001, 2004, 2006-2015 Free Software Foundation, Inc.
+Copyright 2000-2001, 2004, 2006-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/set_prec.c b/src/set_prec.c
index 9d5a25031..3f6ed6d5b 100644
--- a/src/set_prec.c
+++ b/src/set_prec.c
@@ -1,6 +1,6 @@
/* mpfr_set_prec -- reset the precision of a floating-point number
-Copyright 1999, 2001-2002, 2004, 2006-2015 Free Software Foundation, Inc.
+Copyright 1999, 2001-2002, 2004, 2006-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/set_q.c b/src/set_q.c
index db5489950..7076e508d 100644
--- a/src/set_q.c
+++ b/src/set_q.c
@@ -1,6 +1,6 @@
/* mpfr_set_q -- set a floating-point number from a multiple-precision rational
-Copyright 2000-2002, 2004-2015 Free Software Foundation, Inc.
+Copyright 2000-2002, 2004-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/set_rnd.c b/src/set_rnd.c
index 0c8455cf7..b4a42cc48 100644
--- a/src/set_rnd.c
+++ b/src/set_rnd.c
@@ -1,7 +1,7 @@
/* mpfr_set_default_rounding_mode -- set the default rounding mode
mpfr_get_default_rounding_mode -- get the default rounding mode
-Copyright 1999, 2001, 2004-2015 Free Software Foundation, Inc.
+Copyright 1999, 2001, 2004-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/set_si.c b/src/set_si.c
index 638862197..8cf4dcfe0 100644
--- a/src/set_si.c
+++ b/src/set_si.c
@@ -1,6 +1,6 @@
/* mpfr_set_si -- set a MPFR number from a machine signed integer
-Copyright 1999-2015 Free Software Foundation, Inc.
+Copyright 1999-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/set_si_2exp.c b/src/set_si_2exp.c
index 7fd36c8e6..72866f4f2 100644
--- a/src/set_si_2exp.c
+++ b/src/set_si_2exp.c
@@ -1,7 +1,7 @@
/* mpfr_set_si_2exp -- set a MPFR number from a machine signed integer with
a shift
-Copyright 2004, 2006-2015 Free Software Foundation, Inc.
+Copyright 2004, 2006-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/set_sj.c b/src/set_sj.c
index ef24c6b37..674c13909 100644
--- a/src/set_sj.c
+++ b/src/set_sj.c
@@ -1,6 +1,6 @@
/* mpfr_set_sj -- set a MPFR number from a huge machine signed integer
-Copyright 2004-2015 Free Software Foundation, Inc.
+Copyright 2004-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/set_str.c b/src/set_str.c
index 9da882168..e09af5013 100644
--- a/src/set_str.c
+++ b/src/set_str.c
@@ -1,6 +1,6 @@
/* mpfr_set_str -- set a floating-point number from a string
-Copyright 2000-2015 Free Software Foundation, Inc.
+Copyright 2000-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/set_str_raw.c b/src/set_str_raw.c
index f7e1167ad..6f8e44573 100644
--- a/src/set_str_raw.c
+++ b/src/set_str_raw.c
@@ -1,6 +1,6 @@
/* mpfr_set_str_binary -- set a floating-point number from a binary string
-Copyright 1999-2015 Free Software Foundation, Inc.
+Copyright 1999-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/set_ui.c b/src/set_ui.c
index 05d5346e9..f0d42077d 100644
--- a/src/set_ui.c
+++ b/src/set_ui.c
@@ -1,6 +1,6 @@
/* mpfr_set_ui -- set a MPFR number from a machine unsigned integer
-Copyright 1999-2015 Free Software Foundation, Inc.
+Copyright 1999-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/set_ui_2exp.c b/src/set_ui_2exp.c
index e567c5e8b..dbde817a0 100644
--- a/src/set_ui_2exp.c
+++ b/src/set_ui_2exp.c
@@ -1,7 +1,7 @@
/* mpfr_set_ui_2exp -- set a MPFR number from a machine unsigned integer with
a shift
-Copyright 2004, 2006-2015 Free Software Foundation, Inc.
+Copyright 2004, 2006-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/set_uj.c b/src/set_uj.c
index 6ad76cec9..f075f7fa5 100644
--- a/src/set_uj.c
+++ b/src/set_uj.c
@@ -1,6 +1,6 @@
/* mpfr_set_uj -- set a MPFR number from a huge machine unsigned integer
-Copyright 2004-2015 Free Software Foundation, Inc.
+Copyright 2004-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/set_z.c b/src/set_z.c
index 590f5545d..51517423f 100644
--- a/src/set_z.c
+++ b/src/set_z.c
@@ -1,6 +1,6 @@
/* mpfr_set_z -- set a floating-point number from a multiple-precision integer
-Copyright 1999-2015 Free Software Foundation, Inc.
+Copyright 1999-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/set_z_exp.c b/src/set_z_exp.c
index b3ea496df..8b8203adc 100644
--- a/src/set_z_exp.c
+++ b/src/set_z_exp.c
@@ -1,7 +1,7 @@
/* mpfr_set_z_2exp -- set a floating-point number from a multiple-precision
integer and an exponent
-Copyright 1999-2015 Free Software Foundation, Inc.
+Copyright 1999-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/set_zero.c b/src/set_zero.c
index 04a6ebeea..d45d07b61 100644
--- a/src/set_zero.c
+++ b/src/set_zero.c
@@ -1,6 +1,6 @@
/* mpfr_set_zero -- set a number to plus or minus zero.
-Copyright 2009-2015 Free Software Foundation, Inc.
+Copyright 2009-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/setmax.c b/src/setmax.c
index d3c79f625..c6abdba66 100644
--- a/src/setmax.c
+++ b/src/setmax.c
@@ -1,6 +1,6 @@
/* mpfr_setmax -- maximum representable floating-point number (raw version)
-Copyright 2002-2004, 2006-2015 Free Software Foundation, Inc.
+Copyright 2002-2004, 2006-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/setmin.c b/src/setmin.c
index 4b957b162..5fa459274 100644
--- a/src/setmin.c
+++ b/src/setmin.c
@@ -1,6 +1,6 @@
/* mpfr_setmin -- minimum representable floating-point number (raw version)
-Copyright 2002-2004, 2006-2015 Free Software Foundation, Inc.
+Copyright 2002-2004, 2006-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/setsign.c b/src/setsign.c
index fa717ef9d..1409fec58 100644
--- a/src/setsign.c
+++ b/src/setsign.c
@@ -1,6 +1,6 @@
/* mpfr_setsign -- Produce a value with the magnitude of x and sign bit s
-Copyright 2007-2015 Free Software Foundation, Inc.
+Copyright 2007-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/sgn.c b/src/sgn.c
index 4d397683a..167348314 100644
--- a/src/sgn.c
+++ b/src/sgn.c
@@ -1,6 +1,6 @@
/* mpfr_sgn -- Sign of a floating point number.
-Copyright 2003-2004, 2006-2015 Free Software Foundation, Inc.
+Copyright 2003-2004, 2006-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/si_op.c b/src/si_op.c
index e17853451..d67fbc1ed 100644
--- a/src/si_op.c
+++ b/src/si_op.c
@@ -2,7 +2,7 @@
mpfr_sub_si -- sub a floating-point number with a machine integer
mpfr_si_sub -- sub a machine number with a floating-point number
-Copyright 2004-2015 Free Software Foundation, Inc.
+Copyright 2004-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/signbit.c b/src/signbit.c
index 30a624005..6dbaca006 100644
--- a/src/signbit.c
+++ b/src/signbit.c
@@ -1,6 +1,6 @@
/* mpfr_signbit -- Signbit of a MPFR number
-Copyright 2007-2015 Free Software Foundation, Inc.
+Copyright 2007-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/sin.c b/src/sin.c
index 1cf850e98..86acac563 100644
--- a/src/sin.c
+++ b/src/sin.c
@@ -1,6 +1,6 @@
/* mpfr_sin -- sine of a floating-point number
-Copyright 2001-2015 Free Software Foundation, Inc.
+Copyright 2001-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/sin_cos.c b/src/sin_cos.c
index ef89e9569..736a5d45a 100644
--- a/src/sin_cos.c
+++ b/src/sin_cos.c
@@ -1,6 +1,6 @@
/* mpfr_sin_cos -- sine and cosine of a floating-point number
-Copyright 2002-2015 Free Software Foundation, Inc.
+Copyright 2002-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/sinh.c b/src/sinh.c
index 1f70b949e..80edd251e 100644
--- a/src/sinh.c
+++ b/src/sinh.c
@@ -1,6 +1,6 @@
/* mpfr_sinh -- hyperbolic sine
-Copyright 2001-2015 Free Software Foundation, Inc.
+Copyright 2001-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/sinh_cosh.c b/src/sinh_cosh.c
index 9bdb1b918..49a5b80e6 100644
--- a/src/sinh_cosh.c
+++ b/src/sinh_cosh.c
@@ -1,6 +1,6 @@
/* mpfr_sinh_cosh -- hyperbolic sine and cosine
-Copyright 2001-2015 Free Software Foundation, Inc.
+Copyright 2001-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/sparc64/mparam.h b/src/sparc64/mparam.h
index 8c5cfdc9a..26a7b9124 100644
--- a/src/sparc64/mparam.h
+++ b/src/sparc64/mparam.h
@@ -1,6 +1,6 @@
/* Various Thresholds of MPFR, not exported. -*- mode: C -*-
-Copyright 2005-2015 Free Software Foundation, Inc.
+Copyright 2005-2016 Free Software Foundation, Inc.
This file is part of the GNU MPFR Library.
diff --git a/src/sqr.c b/src/sqr.c
index ee5570795..bccc0344a 100644
--- a/src/sqr.c
+++ b/src/sqr.c
@@ -1,6 +1,6 @@
/* mpfr_sqr -- Floating square
-Copyright 2004-2015 Free Software Foundation, Inc.
+Copyright 2004-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/sqrt.c b/src/sqrt.c
index 57ef54a35..69155bccf 100644
--- a/src/sqrt.c
+++ b/src/sqrt.c
@@ -1,6 +1,6 @@
/* mpfr_sqrt -- square root of a floating-point number
-Copyright 1999-2015 Free Software Foundation, Inc.
+Copyright 1999-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/sqrt_ui.c b/src/sqrt_ui.c
index d47fb66ab..0f715ea5b 100644
--- a/src/sqrt_ui.c
+++ b/src/sqrt_ui.c
@@ -1,6 +1,6 @@
/* mpfr_sqrt_ui -- square root of a machine integer
-Copyright 2000-2004, 2006-2015 Free Software Foundation, Inc.
+Copyright 2000-2004, 2006-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/stack_interface.c b/src/stack_interface.c
index a8d4a93de..fdb8d4d89 100644
--- a/src/stack_interface.c
+++ b/src/stack_interface.c
@@ -1,6 +1,6 @@
/* mpfr_stack -- initialize a floating-point number with given allocation area
-Copyright 2005-2015 Free Software Foundation, Inc.
+Copyright 2005-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/strtofr.c b/src/strtofr.c
index a167963e8..beeac61ca 100644
--- a/src/strtofr.c
+++ b/src/strtofr.c
@@ -1,6 +1,6 @@
/* mpfr_strtofr -- set a floating-point number from a string
-Copyright 2004-2015 Free Software Foundation, Inc.
+Copyright 2004-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/sub.c b/src/sub.c
index 60b8388a1..e8361a58c 100644
--- a/src/sub.c
+++ b/src/sub.c
@@ -1,6 +1,6 @@
/* mpfr_sub -- subtract two floating-point numbers
-Copyright 2001-2004, 2006-2015 Free Software Foundation, Inc.
+Copyright 2001-2004, 2006-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/sub1.c b/src/sub1.c
index 3bc245e1f..01e2f1fa0 100644
--- a/src/sub1.c
+++ b/src/sub1.c
@@ -1,6 +1,6 @@
/* mpfr_sub1 -- internal function to perform a "real" subtraction
-Copyright 2001-2015 Free Software Foundation, Inc.
+Copyright 2001-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/sub1sp.c b/src/sub1sp.c
index d8f6e7513..81dc89699 100644
--- a/src/sub1sp.c
+++ b/src/sub1sp.c
@@ -1,7 +1,7 @@
/* mpfr_sub1sp -- internal function to perform a "real" subtraction
All the op must have the same precision
-Copyright 2003-2015 Free Software Foundation, Inc.
+Copyright 2003-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/sub_d.c b/src/sub_d.c
index 1b44ed79a..0b65924b9 100644
--- a/src/sub_d.c
+++ b/src/sub_d.c
@@ -1,7 +1,7 @@
/* mpfr_sub_d -- subtract a machine double precision float from
a multiple precision floating-point number
-Copyright 2007-2015 Free Software Foundation, Inc.
+Copyright 2007-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/sub_ui.c b/src/sub_ui.c
index ecca80b0b..5a0d51cd4 100644
--- a/src/sub_ui.c
+++ b/src/sub_ui.c
@@ -1,6 +1,6 @@
/* mpfr_sub_ui -- subtract a floating-point number and a machine integer
-Copyright 2000-2015 Free Software Foundation, Inc.
+Copyright 2000-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/subnormal.c b/src/subnormal.c
index cd327fdf1..ad1675ded 100644
--- a/src/subnormal.c
+++ b/src/subnormal.c
@@ -1,7 +1,7 @@
/* mpfr_subnormalize -- Subnormalize a floating point number
emulating sub-normal numbers.
-Copyright 2005-2015 Free Software Foundation, Inc.
+Copyright 2005-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/sum.c b/src/sum.c
index b62d8b054..1ddd566cd 100644
--- a/src/sum.c
+++ b/src/sum.c
@@ -1,6 +1,6 @@
/* Sum -- efficiently sum a list of floating-point numbers
-Copyright 2014-2015 Free Software Foundation, Inc.
+Copyright 2014-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/swap.c b/src/swap.c
index 99f2a507a..253440506 100644
--- a/src/swap.c
+++ b/src/swap.c
@@ -1,6 +1,6 @@
/* mpfr_swap (U, V) -- Swap U and V.
-Copyright 2000-2004, 2006-2015 Free Software Foundation, Inc.
+Copyright 2000-2004, 2006-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/tan.c b/src/tan.c
index d4274cb44..3422a5c5c 100644
--- a/src/tan.c
+++ b/src/tan.c
@@ -1,6 +1,6 @@
/* mpfr_tan -- tangent of a floating-point number
-Copyright 2001-2015 Free Software Foundation, Inc.
+Copyright 2001-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/tanh.c b/src/tanh.c
index 62b6eda86..59e905f29 100644
--- a/src/tanh.c
+++ b/src/tanh.c
@@ -1,6 +1,6 @@
/* mpfr_tanh -- hyperbolic tangent
-Copyright 2001-2015 Free Software Foundation, Inc.
+Copyright 2001-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/uceil_exp2.c b/src/uceil_exp2.c
index 64cb017cb..2851586ea 100644
--- a/src/uceil_exp2.c
+++ b/src/uceil_exp2.c
@@ -1,6 +1,6 @@
/* __gmpfr_ceil_exp2 - returns y >= 2^d
-Copyright 1999-2004, 2006-2015 Free Software Foundation, Inc.
+Copyright 1999-2004, 2006-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/uceil_log2.c b/src/uceil_log2.c
index 417df9dde..79cc4aa88 100644
--- a/src/uceil_log2.c
+++ b/src/uceil_log2.c
@@ -1,6 +1,6 @@
/* __gmpfr_ceil_log2 - returns ceil(log(d)/log(2))
-Copyright 1999-2004, 2006-2015 Free Software Foundation, Inc.
+Copyright 1999-2004, 2006-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/ufloor_log2.c b/src/ufloor_log2.c
index 0ad6d8522..232d5baa6 100644
--- a/src/ufloor_log2.c
+++ b/src/ufloor_log2.c
@@ -1,6 +1,6 @@
/* __gmpfr_floor_log2 - returns floor(log(d)/log(2))
-Copyright 1999-2004, 2006-2015 Free Software Foundation, Inc.
+Copyright 1999-2004, 2006-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/ui_div.c b/src/ui_div.c
index adb7c07d4..9b86bce67 100644
--- a/src/ui_div.c
+++ b/src/ui_div.c
@@ -1,7 +1,7 @@
/* mpfr_ui_div -- divide a machine integer by a floating-point number
mpfr_si_div -- divide a machine number by a floating-point number
-Copyright 2000-2015 Free Software Foundation, Inc.
+Copyright 2000-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/ui_pow.c b/src/ui_pow.c
index 7885fea12..157b7883d 100644
--- a/src/ui_pow.c
+++ b/src/ui_pow.c
@@ -1,6 +1,6 @@
/* mpfr_ui_pow -- power of n function n^x
-Copyright 2001-2004, 2006-2015 Free Software Foundation, Inc.
+Copyright 2001-2004, 2006-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/ui_pow_ui.c b/src/ui_pow_ui.c
index 9f590f7ca..54afadac7 100644
--- a/src/ui_pow_ui.c
+++ b/src/ui_pow_ui.c
@@ -1,6 +1,6 @@
/* mpfr_ui_pow_ui -- compute the power between two machine integers
-Copyright 1999-2015 Free Software Foundation, Inc.
+Copyright 1999-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/ui_sub.c b/src/ui_sub.c
index bb8166ef2..5495f7efd 100644
--- a/src/ui_sub.c
+++ b/src/ui_sub.c
@@ -1,6 +1,6 @@
/* mpfr_ui_sub -- subtract a floating-point number from an integer
-Copyright 2000-2015 Free Software Foundation, Inc.
+Copyright 2000-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/urandom.c b/src/urandom.c
index aee6ce02d..97ce243c1 100644
--- a/src/urandom.c
+++ b/src/urandom.c
@@ -2,7 +2,7 @@
real number between 0 and 1 (exclusive) and round it to the precision of rop
according to the given rounding mode.
-Copyright 2000-2004, 2006-2015 Free Software Foundation, Inc.
+Copyright 2000-2004, 2006-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/urandomb.c b/src/urandomb.c
index 48403c9bd..591c75313 100644
--- a/src/urandomb.c
+++ b/src/urandomb.c
@@ -3,7 +3,7 @@
using STATE as the random state previously initialized by a call to
gmp_randinit_lc_2exp_size().
-Copyright 2000-2004, 2006-2015 Free Software Foundation, Inc.
+Copyright 2000-2004, 2006-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/vasprintf.c b/src/vasprintf.c
index 8ebf03062..d2a64f307 100644
--- a/src/vasprintf.c
+++ b/src/vasprintf.c
@@ -1,7 +1,7 @@
/* mpfr_vasprintf -- main function for the printf functions family
plus helper macros & functions.
-Copyright 2007-2015 Free Software Foundation, Inc.
+Copyright 2007-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/version.c b/src/version.c
index a3af83e20..1871eb505 100644
--- a/src/version.c
+++ b/src/version.c
@@ -1,6 +1,6 @@
/* mpfr_get_version -- MPFR version
-Copyright 2004-2015 Free Software Foundation, Inc.
+Copyright 2004-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/volatile.c b/src/volatile.c
index bb4e7da42..a630b4f18 100644
--- a/src/volatile.c
+++ b/src/volatile.c
@@ -4,7 +4,7 @@
CERTAIN TO BE SUBJECT TO INCOMPATIBLE CHANGES OR DISAPPEAR COMPLETELY IN
FUTURE MPFR RELEASES.
-Copyright 2003-2004, 2006-2015 Free Software Foundation, Inc.
+Copyright 2003-2004, 2006-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/x86/core2/mparam.h b/src/x86/core2/mparam.h
index 3a3abe2e9..04edd526c 100644
--- a/src/x86/core2/mparam.h
+++ b/src/x86/core2/mparam.h
@@ -1,6 +1,6 @@
/* Various Thresholds of MPFR, not exported. -*- mode: C -*-
-Copyright 2005-2015 Free Software Foundation, Inc.
+Copyright 2005-2016 Free Software Foundation, Inc.
This file is part of the GNU MPFR Library.
diff --git a/src/x86/mparam.h b/src/x86/mparam.h
index 6f5f49175..978760a4c 100644
--- a/src/x86/mparam.h
+++ b/src/x86/mparam.h
@@ -1,6 +1,6 @@
/* Various Thresholds of MPFR, not exported. -*- mode: C -*-
-Copyright 2005-2015 Free Software Foundation, Inc.
+Copyright 2005-2016 Free Software Foundation, Inc.
This file is part of the GNU MPFR Library.
diff --git a/src/x86_64/core2/mparam.h b/src/x86_64/core2/mparam.h
index 5d40b40d9..59025ad09 100644
--- a/src/x86_64/core2/mparam.h
+++ b/src/x86_64/core2/mparam.h
@@ -1,6 +1,6 @@
/* Various Thresholds of MPFR, not exported. -*- mode: C -*-
-Copyright 2005-2015 Free Software Foundation, Inc.
+Copyright 2005-2016 Free Software Foundation, Inc.
This file is part of the GNU MPFR Library.
diff --git a/src/x86_64/corei5/mparam.h b/src/x86_64/corei5/mparam.h
index 7d1c9326e..059d53e3e 100644
--- a/src/x86_64/corei5/mparam.h
+++ b/src/x86_64/corei5/mparam.h
@@ -1,6 +1,6 @@
/* Various Thresholds of MPFR, not exported. -*- mode: C -*-
-Copyright 2005-2015 Free Software Foundation, Inc.
+Copyright 2005-2016 Free Software Foundation, Inc.
This file is part of the GNU MPFR Library.
diff --git a/src/x86_64/pentium4/mparam.h b/src/x86_64/pentium4/mparam.h
index 19db0a4d6..88a06e542 100644
--- a/src/x86_64/pentium4/mparam.h
+++ b/src/x86_64/pentium4/mparam.h
@@ -1,6 +1,6 @@
/* Various Thresholds of MPFR, not exported. -*- mode: C -*-
-Copyright 2005-2015 Free Software Foundation, Inc.
+Copyright 2005-2016 Free Software Foundation, Inc.
This file is part of the GNU MPFR Library.
diff --git a/src/yn.c b/src/yn.c
index d6f69ae69..74a5af473 100644
--- a/src/yn.c
+++ b/src/yn.c
@@ -1,7 +1,7 @@
/* mpfr_y0, mpfr_y1, mpfr_yn -- Bessel functions of 2nd kind, integer order.
http://www.opengroup.org/onlinepubs/009695399/functions/y0.html
-Copyright 2007-2015 Free Software Foundation, Inc.
+Copyright 2007-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/zeta.c b/src/zeta.c
index 4be5a88b7..8414d834c 100644
--- a/src/zeta.c
+++ b/src/zeta.c
@@ -1,6 +1,6 @@
/* mpfr_zeta -- compute the Riemann Zeta function
-Copyright 2003-2015 Free Software Foundation, Inc.
+Copyright 2003-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/zeta_ui.c b/src/zeta_ui.c
index b64255988..d3c7be23a 100644
--- a/src/zeta_ui.c
+++ b/src/zeta_ui.c
@@ -1,6 +1,6 @@
/* mpfr_zeta_ui -- compute the Riemann Zeta function for integer argument.
-Copyright 2005-2015 Free Software Foundation, Inc.
+Copyright 2005-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 647583ece..16485a200 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -1,4 +1,4 @@
-# Copyright 2000-2015 Free Software Foundation, Inc.
+# Copyright 2000-2016 Free Software Foundation, Inc.
# This Makefile.am is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved.
diff --git a/tests/cmp_str.c b/tests/cmp_str.c
index 7a7ae263b..0315090de 100644
--- a/tests/cmp_str.c
+++ b/tests/cmp_str.c
@@ -1,6 +1,6 @@
/* mpfr_cmp_str -- compare a floating-point number with a string.
-Copyright 2004-2015 Free Software Foundation, Inc.
+Copyright 2004-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/tests/data/digamma b/tests/data/digamma
index bbcdf8d99..22d77483f 100644
--- a/tests/data/digamma
+++ b/tests/data/digamma
@@ -1,6 +1,6 @@
# reference values for the digamma function
#
-# Copyright 2009-2015 Free Software Foundation, Inc.
+# Copyright 2009-2016 Free Software Foundation, Inc.
# Contributed by the AriC and Caramel projects, INRIA.
#
# This file is part of the GNU MPFR Library.
diff --git a/tests/data/li2 b/tests/data/li2
index b78542a1c..27d4f60c9 100644
--- a/tests/data/li2
+++ b/tests/data/li2
@@ -1,6 +1,6 @@
# reference values for dilogarithm function
#
-# Copyright 2007-2015 Free Software Foundation, Inc.
+# Copyright 2007-2016 Free Software Foundation, Inc.
# Contributed by the AriC and Caramel projects, INRIA.
#
# This file is part of the GNU MPFR Library.
diff --git a/tests/memory.c b/tests/memory.c
index 21577d007..67d2c5fff 100644
--- a/tests/memory.c
+++ b/tests/memory.c
@@ -1,6 +1,6 @@
/* Memory allocation used during tests.
-Copyright 2001-2003, 2006-2015 Free Software Foundation, Inc.
+Copyright 2001-2003, 2006-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/tests/mpf_compat.c b/tests/mpf_compat.c
index 1a7d9c69a..4d3a31a3d 100644
--- a/tests/mpf_compat.c
+++ b/tests/mpf_compat.c
@@ -1,6 +1,6 @@
/* Test compatibility mpf-mpfr.
-Copyright 2003, 2005-2015 Free Software Foundation, Inc.
+Copyright 2003, 2005-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/tests/mpf_compat.h b/tests/mpf_compat.h
index b2e1519a3..7d34c53ad 100644
--- a/tests/mpf_compat.h
+++ b/tests/mpf_compat.h
@@ -1,6 +1,6 @@
/* Test compatibility mpf-mpfr.
-Copyright 2003-2015 Free Software Foundation, Inc.
+Copyright 2003-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/tests/mpfr-test.h b/tests/mpfr-test.h
index 415a455a4..0bb6c96cb 100644
--- a/tests/mpfr-test.h
+++ b/tests/mpfr-test.h
@@ -1,6 +1,6 @@
/* auxiliary functions for MPFR tests.
-Copyright 1999-2015 Free Software Foundation, Inc.
+Copyright 1999-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/tests/mpfr_compat.c b/tests/mpfr_compat.c
index a2476c230..15b0d39c7 100644
--- a/tests/mpfr_compat.c
+++ b/tests/mpfr_compat.c
@@ -1,6 +1,6 @@
/* Test compatibility mpf-mpfr.
-Copyright 2003, 2005-2015 Free Software Foundation, Inc.
+Copyright 2003, 2005-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/tests/random2.c b/tests/random2.c
index 1003d7f31..49a097347 100644
--- a/tests/random2.c
+++ b/tests/random2.c
@@ -1,7 +1,7 @@
/* mpfr_random2 -- Generate a positive random mpfr_t of specified size, with
long runs of consecutive ones and zeros in the binary representation.
-Copyright 1999, 2001-2004, 2006-2015 Free Software Foundation, Inc.
+Copyright 1999, 2001-2004, 2006-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/tests/reuse.c b/tests/reuse.c
index b981ae9aa..e616c2034 100644
--- a/tests/reuse.c
+++ b/tests/reuse.c
@@ -1,6 +1,6 @@
/* Test file for in-place operations.
-Copyright 2000-2015 Free Software Foundation, Inc.
+Copyright 2000-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/tests/rnd_mode.c b/tests/rnd_mode.c
index e52bfab62..d0322d384 100644
--- a/tests/rnd_mode.c
+++ b/tests/rnd_mode.c
@@ -1,6 +1,6 @@
/* mpfr_set_machine_rnd_mode -- set the rounding mode for machine floats
-Copyright 1999, 2001-2002, 2006-2015 Free Software Foundation, Inc.
+Copyright 1999, 2001-2002, 2006-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/tests/tabort_defalloc1.c b/tests/tabort_defalloc1.c
index 2b395643e..5534297fb 100644
--- a/tests/tabort_defalloc1.c
+++ b/tests/tabort_defalloc1.c
@@ -1,6 +1,6 @@
/* tabort_defalloc1 -- Test for abort due to reaching out of memory
-Copyright 2012-2015 Free Software Foundation, Inc.
+Copyright 2012-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/tests/tabort_defalloc2.c b/tests/tabort_defalloc2.c
index e1f088d75..934f173da 100644
--- a/tests/tabort_defalloc2.c
+++ b/tests/tabort_defalloc2.c
@@ -1,6 +1,6 @@
/* tabort_defalloc2 -- Test for abort due to reaching out of memory
-Copyright 2012-2015 Free Software Foundation, Inc.
+Copyright 2012-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/tests/tabort_prec_max.c b/tests/tabort_prec_max.c
index 4611f326f..b3d883460 100644
--- a/tests/tabort_prec_max.c
+++ b/tests/tabort_prec_max.c
@@ -1,6 +1,6 @@
/* tabort_prec_max -- Test for abort termination due to reaching prec max
-Copyright 2012-2015 Free Software Foundation, Inc.
+Copyright 2012-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/tests/tabs.c b/tests/tabs.c
index 51045c74e..e30334f3f 100644
--- a/tests/tabs.c
+++ b/tests/tabs.c
@@ -1,6 +1,6 @@
/* Test file for mpfr_abs.
-Copyright 2000-2015 Free Software Foundation, Inc.
+Copyright 2000-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/tests/tacos.c b/tests/tacos.c
index a1ea5cf04..55f257d6a 100644
--- a/tests/tacos.c
+++ b/tests/tacos.c
@@ -1,6 +1,6 @@
/* Test file for mpfr_acos.
-Copyright 2001-2015 Free Software Foundation, Inc.
+Copyright 2001-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/tests/tacosh.c b/tests/tacosh.c
index ef74f7d6b..311c2d81b 100644
--- a/tests/tacosh.c
+++ b/tests/tacosh.c
@@ -1,6 +1,6 @@
/* Test file for mpfr_acosh.
-Copyright 2001-2004, 2006-2015 Free Software Foundation, Inc.
+Copyright 2001-2004, 2006-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/tests/tadd.c b/tests/tadd.c
index a81127688..554cc76f2 100644
--- a/tests/tadd.c
+++ b/tests/tadd.c
@@ -1,6 +1,6 @@
/* Test file for mpfr_add and mpfr_sub.
-Copyright 1999-2015 Free Software Foundation, Inc.
+Copyright 1999-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/tests/tadd1sp.c b/tests/tadd1sp.c
index 65f69e524..bb6fd54d4 100644
--- a/tests/tadd1sp.c
+++ b/tests/tadd1sp.c
@@ -1,6 +1,6 @@
/* Test file for mpfr_add1sp.
-Copyright 2004-2015 Free Software Foundation, Inc.
+Copyright 2004-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/tests/tadd_d.c b/tests/tadd_d.c
index 2ec6e44ee..910f305c3 100644
--- a/tests/tadd_d.c
+++ b/tests/tadd_d.c
@@ -1,6 +1,6 @@
/* Test file for mpfr_add_d
-Copyright 2007-2015 Free Software Foundation, Inc.
+Copyright 2007-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/tests/tadd_ui.c b/tests/tadd_ui.c
index d64a69de7..be05a7055 100644
--- a/tests/tadd_ui.c
+++ b/tests/tadd_ui.c
@@ -1,6 +1,6 @@
/* Test file for mpfr_add_ui
-Copyright 2000-2015 Free Software Foundation, Inc.
+Copyright 2000-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/tests/tagm.c b/tests/tagm.c
index 19d80d0c3..678d62960 100644
--- a/tests/tagm.c
+++ b/tests/tagm.c
@@ -1,6 +1,6 @@
/* Test file for mpfr_agm.
-Copyright 1999, 2001-2015 Free Software Foundation, Inc.
+Copyright 1999, 2001-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/tests/tai.c b/tests/tai.c
index d93c499b7..0fef9a280 100644
--- a/tests/tai.c
+++ b/tests/tai.c
@@ -1,6 +1,6 @@
/* Test file for mpfr_ai.
-Copyright 2010-2015 Free Software Foundation, Inc.
+Copyright 2010-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/tests/talloc.c b/tests/talloc.c
index 81bdd2ba8..7dc3dcbc2 100644
--- a/tests/talloc.c
+++ b/tests/talloc.c
@@ -1,6 +1,6 @@
/* talloc -- test file concerning memory allocation
-Copyright 2015 Free Software Foundation, Inc.
+Copyright 2015-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/tests/tasin.c b/tests/tasin.c
index 7b5473e84..1cd5a5f75 100644
--- a/tests/tasin.c
+++ b/tests/tasin.c
@@ -1,6 +1,6 @@
/* Test file for mpfr_asin.
-Copyright 2001-2015 Free Software Foundation, Inc.
+Copyright 2001-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/tests/tasinh.c b/tests/tasinh.c
index b18800edf..5c16f0141 100644
--- a/tests/tasinh.c
+++ b/tests/tasinh.c
@@ -1,6 +1,6 @@
/* Test file for mpfr_asinh.
-Copyright 2001-2004, 2006-2015 Free Software Foundation, Inc.
+Copyright 2001-2004, 2006-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/tests/tassert.c b/tests/tassert.c
index 68a5c693b..1b6cdaf35 100644
--- a/tests/tassert.c
+++ b/tests/tassert.c
@@ -1,6 +1,6 @@
/* tassert -- Test for assertions.
-Copyright 2012-2015 Free Software Foundation, Inc.
+Copyright 2012-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/tests/tatan.c b/tests/tatan.c
index b6afb6613..2e303c6d5 100644
--- a/tests/tatan.c
+++ b/tests/tatan.c
@@ -1,6 +1,6 @@
/* Test file for mpfr_atan.
-Copyright 2001-2015 Free Software Foundation, Inc.
+Copyright 2001-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/tests/tatanh.c b/tests/tatanh.c
index 3f597ae83..8d0ad7013 100644
--- a/tests/tatanh.c
+++ b/tests/tatanh.c
@@ -1,6 +1,6 @@
/* Test file for mpfr_atanh.
-Copyright 2001-2015 Free Software Foundation, Inc.
+Copyright 2001-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/tests/taway.c b/tests/taway.c
index ff418e557..104ed2de2 100644
--- a/tests/taway.c
+++ b/tests/taway.c
@@ -1,6 +1,6 @@
/* Test file for round away.
-Copyright 2000-2015 Free Software Foundation, Inc.
+Copyright 2000-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/tests/tbuildopt.c b/tests/tbuildopt.c
index ca5a1940c..d594f1365 100644
--- a/tests/tbuildopt.c
+++ b/tests/tbuildopt.c
@@ -1,7 +1,7 @@
/* tbuildopt.c -- test file for mpfr_buildopt_tls_p and
mpfr_buildopt_decimal_p.
-Copyright 2009-2015 Free Software Foundation, Inc.
+Copyright 2009-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/tests/tcan_round.c b/tests/tcan_round.c
index 009373e65..53e822765 100644
--- a/tests/tcan_round.c
+++ b/tests/tcan_round.c
@@ -1,6 +1,6 @@
/* Test file for mpfr_can_round.
-Copyright 1999, 2001-2015 Free Software Foundation, Inc.
+Copyright 1999, 2001-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/tests/tcbrt.c b/tests/tcbrt.c
index 7ba04418d..0ab741331 100644
--- a/tests/tcbrt.c
+++ b/tests/tcbrt.c
@@ -1,6 +1,6 @@
/* Test file for mpfr_cbrt.
-Copyright 2002-2015 Free Software Foundation, Inc.
+Copyright 2002-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/tests/tcheck.c b/tests/tcheck.c
index f47771fa8..054ddbcf7 100644
--- a/tests/tcheck.c
+++ b/tests/tcheck.c
@@ -1,6 +1,6 @@
/* Test file for mpfr_check.
-Copyright 2003-2004, 2006-2015 Free Software Foundation, Inc.
+Copyright 2003-2004, 2006-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/tests/tcmp.c b/tests/tcmp.c
index 404ef5983..38de2dfa7 100644
--- a/tests/tcmp.c
+++ b/tests/tcmp.c
@@ -1,6 +1,6 @@
/* Test file for mpfr_cmp.
-Copyright 1999, 2001-2015 Free Software Foundation, Inc.
+Copyright 1999, 2001-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/tests/tcmp2.c b/tests/tcmp2.c
index 3e520df97..49393c3c0 100644
--- a/tests/tcmp2.c
+++ b/tests/tcmp2.c
@@ -1,6 +1,6 @@
/* Test file for mpfr_cmp2.
-Copyright 1999-2003, 2006-2015 Free Software Foundation, Inc.
+Copyright 1999-2003, 2006-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/tests/tcmp_d.c b/tests/tcmp_d.c
index e35998d15..b80251ada 100644
--- a/tests/tcmp_d.c
+++ b/tests/tcmp_d.c
@@ -1,6 +1,6 @@
/* Test file for mpfr_cmp_d.
-Copyright 1999, 2001-2004, 2006-2015 Free Software Foundation, Inc.
+Copyright 1999, 2001-2004, 2006-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/tests/tcmp_ld.c b/tests/tcmp_ld.c
index 16f9573f5..f32f0757e 100644
--- a/tests/tcmp_ld.c
+++ b/tests/tcmp_ld.c
@@ -1,6 +1,6 @@
/* Test file for mpfr_cmp_ld.
-Copyright 2004, 2006-2015 Free Software Foundation, Inc.
+Copyright 2004, 2006-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/tests/tcmp_ui.c b/tests/tcmp_ui.c
index 61c24b2bc..d88656245 100644
--- a/tests/tcmp_ui.c
+++ b/tests/tcmp_ui.c
@@ -1,6 +1,6 @@
/* Test file for mpfr_cmp_ui and mpfr_cmp_si.
-Copyright 1999, 2001-2015 Free Software Foundation, Inc.
+Copyright 1999, 2001-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/tests/tcmpabs.c b/tests/tcmpabs.c
index eb4ab2fab..ebadfa0c2 100644
--- a/tests/tcmpabs.c
+++ b/tests/tcmpabs.c
@@ -1,6 +1,6 @@
/* Test file for mpfr_cmpabs.
-Copyright 2004-2015 Free Software Foundation, Inc.
+Copyright 2004-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/tests/tcomparisons.c b/tests/tcomparisons.c
index 3357d8fd5..a35b3e357 100644
--- a/tests/tcomparisons.c
+++ b/tests/tcomparisons.c
@@ -2,7 +2,7 @@
mpfr_lessequal_p, mpfr_lessgreater_p, mpfr_equal_p, mpfr_unordered_p
functions.
-Copyright 2003, 2006-2015 Free Software Foundation, Inc.
+Copyright 2003, 2006-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/tests/tconst_catalan.c b/tests/tconst_catalan.c
index 679b22079..e84ee6258 100644
--- a/tests/tconst_catalan.c
+++ b/tests/tconst_catalan.c
@@ -1,6 +1,6 @@
/* Test file for mpfr_const_catalan.
-Copyright 2005-2015 Free Software Foundation, Inc.
+Copyright 2005-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/tests/tconst_euler.c b/tests/tconst_euler.c
index 255b12dbd..395babf46 100644
--- a/tests/tconst_euler.c
+++ b/tests/tconst_euler.c
@@ -1,6 +1,6 @@
/* Test file for mpfr_const_euler.
-Copyright 2001-2015 Free Software Foundation, Inc.
+Copyright 2001-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/tests/tconst_log2.c b/tests/tconst_log2.c
index fab78e3d4..fe97f3392 100644
--- a/tests/tconst_log2.c
+++ b/tests/tconst_log2.c
@@ -1,6 +1,6 @@
/* Test file for mpfr_const_log2.
-Copyright 1999, 2001-2015 Free Software Foundation, Inc.
+Copyright 1999, 2001-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/tests/tconst_pi.c b/tests/tconst_pi.c
index b178fadb9..b2aba6653 100644
--- a/tests/tconst_pi.c
+++ b/tests/tconst_pi.c
@@ -1,6 +1,6 @@
/* Test file for mpfr_const_pi.
-Copyright 1999, 2001-2015 Free Software Foundation, Inc.
+Copyright 1999, 2001-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/tests/tcopysign.c b/tests/tcopysign.c
index b89f59e73..bba841f54 100644
--- a/tests/tcopysign.c
+++ b/tests/tcopysign.c
@@ -1,6 +1,6 @@
/* Test file for mpfr_copysign, mpfr_setsign and mpfr_signbit.
-Copyright 2004, 2006-2015 Free Software Foundation, Inc.
+Copyright 2004, 2006-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/tests/tcos.c b/tests/tcos.c
index 7278a87d6..18bbfab6f 100644
--- a/tests/tcos.c
+++ b/tests/tcos.c
@@ -1,6 +1,6 @@
/* Test file for mpfr_cos.
-Copyright 2001-2015 Free Software Foundation, Inc.
+Copyright 2001-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/tests/tcosh.c b/tests/tcosh.c
index e68c9c143..c8147bce9 100644
--- a/tests/tcosh.c
+++ b/tests/tcosh.c
@@ -1,6 +1,6 @@
/* Test file for mpfr_cosh.
-Copyright 2001-2002, 2004-2015 Free Software Foundation, Inc.
+Copyright 2001-2002, 2004-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/tests/tcot.c b/tests/tcot.c
index 1f680506c..fd0b8e236 100644
--- a/tests/tcot.c
+++ b/tests/tcot.c
@@ -1,6 +1,6 @@
/* Test file for mpfr_cot.
-Copyright 2005-2015 Free Software Foundation, Inc.
+Copyright 2005-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/tests/tcoth.c b/tests/tcoth.c
index f28362b33..ae495ac2d 100644
--- a/tests/tcoth.c
+++ b/tests/tcoth.c
@@ -1,6 +1,6 @@
/* Test file for mpfr_coth.
-Copyright 2005-2015 Free Software Foundation, Inc.
+Copyright 2005-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/tests/tcsc.c b/tests/tcsc.c
index a2bf24282..18b223686 100644
--- a/tests/tcsc.c
+++ b/tests/tcsc.c
@@ -1,6 +1,6 @@
/* Test file for mpfr_csc.
-Copyright 2005-2015 Free Software Foundation, Inc.
+Copyright 2005-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/tests/tcsch.c b/tests/tcsch.c
index ed0d0d12d..11392fcf0 100644
--- a/tests/tcsch.c
+++ b/tests/tcsch.c
@@ -1,6 +1,6 @@
/* Test file for mpfr_csch.
-Copyright 2005-2015 Free Software Foundation, Inc.
+Copyright 2005-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/tests/td_div.c b/tests/td_div.c
index 9bb9108fe..52cc6be59 100644
--- a/tests/td_div.c
+++ b/tests/td_div.c
@@ -1,6 +1,6 @@
/* Test file for mpfr_d_div
-Copyright 2007-2015 Free Software Foundation, Inc.
+Copyright 2007-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/tests/td_sub.c b/tests/td_sub.c
index 7a628337f..1596db8e9 100644
--- a/tests/td_sub.c
+++ b/tests/td_sub.c
@@ -1,6 +1,6 @@
/* Test file for mpfr_d_sub
-Copyright 2007-2015 Free Software Foundation, Inc.
+Copyright 2007-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/tests/tdigamma.c b/tests/tdigamma.c
index d6ef1666b..acb75569a 100644
--- a/tests/tdigamma.c
+++ b/tests/tdigamma.c
@@ -1,6 +1,6 @@
/* test file for digamma function
-Copyright 2009-2015 Free Software Foundation, Inc.
+Copyright 2009-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/tests/tdim.c b/tests/tdim.c
index e09c165e9..8a6fc30f4 100644
--- a/tests/tdim.c
+++ b/tests/tdim.c
@@ -1,6 +1,6 @@
/* Test file for mpfr_dim.
-Copyright 2004-2015 Free Software Foundation, Inc.
+Copyright 2004-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/tests/tdiv.c b/tests/tdiv.c
index 3fdc840d9..9b293b070 100644
--- a/tests/tdiv.c
+++ b/tests/tdiv.c
@@ -1,6 +1,6 @@
/* Test file for mpfr_div (and some mpfr_div_ui, etc. tests).
-Copyright 1999, 2001-2015 Free Software Foundation, Inc.
+Copyright 1999, 2001-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/tests/tdiv_d.c b/tests/tdiv_d.c
index baa73fed0..a8fc9163a 100644
--- a/tests/tdiv_d.c
+++ b/tests/tdiv_d.c
@@ -1,6 +1,6 @@
/* Test file for mpfr_div_d
-Copyright 2007-2015 Free Software Foundation, Inc.
+Copyright 2007-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/tests/tdiv_ui.c b/tests/tdiv_ui.c
index 648f3acae..86e9cfa66 100644
--- a/tests/tdiv_ui.c
+++ b/tests/tdiv_ui.c
@@ -1,6 +1,6 @@
/* Test file for mpfr_div_ui.
-Copyright 1999-2015 Free Software Foundation, Inc.
+Copyright 1999-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/tests/teint.c b/tests/teint.c
index 46046ffc6..7f46953c8 100644
--- a/tests/teint.c
+++ b/tests/teint.c
@@ -1,6 +1,6 @@
/* Test file for mpfr_eint.
-Copyright 2005-2015 Free Software Foundation, Inc.
+Copyright 2005-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/tests/teq.c b/tests/teq.c
index 50dcb5bbb..945fa8302 100644
--- a/tests/teq.c
+++ b/tests/teq.c
@@ -1,6 +1,6 @@
/* Test file for mpfr_eq.
-Copyright 1999-2015 Free Software Foundation, Inc.
+Copyright 1999-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/tests/terandom.c b/tests/terandom.c
index 08b4ef059..dc2f94e1e 100644
--- a/tests/terandom.c
+++ b/tests/terandom.c
@@ -1,6 +1,6 @@
/* Test file for mpfr_erandom
-Copyright 2011-2015 Free Software Foundation, Inc.
+Copyright 2011-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/tests/terandom_chisq.c b/tests/terandom_chisq.c
index 30498a0d6..aad6503a3 100644
--- a/tests/terandom_chisq.c
+++ b/tests/terandom_chisq.c
@@ -1,6 +1,6 @@
/* Chi-squared test for mpfr_erandom
-Copyright 2011-2015 Free Software Foundation, Inc.
+Copyright 2011-2016 Free Software Foundation, Inc.
Contributed by Charles Karney <charles@karney.com>, SRI International.
This file is part of the GNU MPFR Library.
diff --git a/tests/terf.c b/tests/terf.c
index 23e5c7816..18a18cc91 100644
--- a/tests/terf.c
+++ b/tests/terf.c
@@ -1,6 +1,6 @@
/* Test file for mpfr_erf and mpfr_erfc.
-Copyright 2001-2015 Free Software Foundation, Inc.
+Copyright 2001-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/tests/tests.c b/tests/tests.c
index 3913a01e2..ea21e123c 100644
--- a/tests/tests.c
+++ b/tests/tests.c
@@ -1,6 +1,6 @@
/* Miscellaneous support for test programs.
-Copyright 2001-2015 Free Software Foundation, Inc.
+Copyright 2001-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/tests/texceptions.c b/tests/texceptions.c
index 388379bba..7573ef826 100644
--- a/tests/texceptions.c
+++ b/tests/texceptions.c
@@ -1,6 +1,6 @@
/* Test file for exceptions.
-Copyright 2001-2015 Free Software Foundation, Inc.
+Copyright 2001-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/tests/texp.c b/tests/texp.c
index 74f073c83..03ddbe043 100644
--- a/tests/texp.c
+++ b/tests/texp.c
@@ -1,6 +1,6 @@
/* Test file for mpfr_exp.
-Copyright 1999, 2001-2015 Free Software Foundation, Inc.
+Copyright 1999, 2001-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/tests/texp10.c b/tests/texp10.c
index f670ab7b1..0d762e2a1 100644
--- a/tests/texp10.c
+++ b/tests/texp10.c
@@ -1,6 +1,6 @@
/* Test file for mpfr_exp10.
-Copyright 2007-2015 Free Software Foundation, Inc.
+Copyright 2007-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/tests/texp2.c b/tests/texp2.c
index 7e65fd8d8..c6902ed11 100644
--- a/tests/texp2.c
+++ b/tests/texp2.c
@@ -1,6 +1,6 @@
/* Test file for mpfr_exp2.
-Copyright 2001-2004, 2006-2015 Free Software Foundation, Inc.
+Copyright 2001-2004, 2006-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/tests/texpm1.c b/tests/texpm1.c
index afc1d6304..e252d1a4f 100644
--- a/tests/texpm1.c
+++ b/tests/texpm1.c
@@ -1,6 +1,6 @@
/* Test file for mpfr_expm1.
-Copyright 2001-2015 Free Software Foundation, Inc.
+Copyright 2001-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/tests/tfactorial.c b/tests/tfactorial.c
index d3c95745b..530a60e0b 100644
--- a/tests/tfactorial.c
+++ b/tests/tfactorial.c
@@ -1,6 +1,6 @@
/* Test file for mpfr_factorial.
-Copyright 2001-2015 Free Software Foundation, Inc.
+Copyright 2001-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/tests/tfits.c b/tests/tfits.c
index e2c627daf..211114046 100644
--- a/tests/tfits.c
+++ b/tests/tfits.c
@@ -2,7 +2,7 @@
mpfr_fits_sint_p, mpfr_fits_slong_p, mpfr_fits_sshort_p,
mpfr_fits_uint_p, mpfr_fits_ulong_p, mpfr_fits_ushort_p
-Copyright 2004-2015 Free Software Foundation, Inc.
+Copyright 2004-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/tests/tfma.c b/tests/tfma.c
index b3028e037..e629077e6 100644
--- a/tests/tfma.c
+++ b/tests/tfma.c
@@ -1,6 +1,6 @@
/* Test file for mpfr_fma.
-Copyright 2001-2015 Free Software Foundation, Inc.
+Copyright 2001-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/tests/tfmod.c b/tests/tfmod.c
index d87982a8a..1f4aac22e 100644
--- a/tests/tfmod.c
+++ b/tests/tfmod.c
@@ -1,6 +1,6 @@
/* tfmod -- test file for mpfr_fmod
-Copyright 2007-2015 Free Software Foundation, Inc.
+Copyright 2007-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/tests/tfms.c b/tests/tfms.c
index 1395f9766..b226ed189 100644
--- a/tests/tfms.c
+++ b/tests/tfms.c
@@ -1,6 +1,6 @@
/* Test file for mpfr_fms.
-Copyright 2001-2015 Free Software Foundation, Inc.
+Copyright 2001-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/tests/tfpif.c b/tests/tfpif.c
index 26e48ba28..dad343f89 100644
--- a/tests/tfpif.c
+++ b/tests/tfpif.c
@@ -1,6 +1,6 @@
/* Test file for mpfr_fpif.
-Copyright 2012-2015 Free Software Foundation, Inc.
+Copyright 2012-2016 Free Software Foundation, Inc.
Contributed by Olivier Demengeon.
This file is part of the GNU MPFR Library.
diff --git a/tests/tfprintf.c b/tests/tfprintf.c
index a346ddebc..a1701b07f 100644
--- a/tests/tfprintf.c
+++ b/tests/tfprintf.c
@@ -1,6 +1,6 @@
/* tfprintf.c -- test file for mpfr_fprintf and mpfr_vfprintf
-Copyright 2008-2015 Free Software Foundation, Inc.
+Copyright 2008-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/tests/tfrac.c b/tests/tfrac.c
index 14df25fdc..645dad8df 100644
--- a/tests/tfrac.c
+++ b/tests/tfrac.c
@@ -1,6 +1,6 @@
/* Test file for mpfr_frac.
-Copyright 2002-2015 Free Software Foundation, Inc.
+Copyright 2002-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/tests/tfrexp.c b/tests/tfrexp.c
index 0f4ed572c..e7aa357a9 100644
--- a/tests/tfrexp.c
+++ b/tests/tfrexp.c
@@ -1,6 +1,6 @@
/* Test file for mpfr_frexp.
-Copyright 2011-2015 Free Software Foundation, Inc.
+Copyright 2011-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/tests/tgamma.c b/tests/tgamma.c
index 9d8d3105b..57aafad95 100644
--- a/tests/tgamma.c
+++ b/tests/tgamma.c
@@ -1,6 +1,6 @@
/* mpfr_tgamma -- test file for gamma function
-Copyright 2001-2015 Free Software Foundation, Inc.
+Copyright 2001-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/tests/tgeneric.c b/tests/tgeneric.c
index f28014487..99f1a675c 100644
--- a/tests/tgeneric.c
+++ b/tests/tgeneric.c
@@ -1,7 +1,7 @@
/* Generic test file for functions with one or two arguments (the second being
either mpfr_t or double or unsigned long).
-Copyright 2001-2015 Free Software Foundation, Inc.
+Copyright 2001-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/tests/tgeneric_ui.c b/tests/tgeneric_ui.c
index 0cbc05e4c..d78ad6b18 100644
--- a/tests/tgeneric_ui.c
+++ b/tests/tgeneric_ui.c
@@ -1,6 +1,6 @@
/* Generic test file for functions with one mpfr_t argument and an integer.
-Copyright 2005-2015 Free Software Foundation, Inc.
+Copyright 2005-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/tests/tget_d.c b/tests/tget_d.c
index 53097de4a..3020c7417 100644
--- a/tests/tget_d.c
+++ b/tests/tget_d.c
@@ -1,6 +1,6 @@
/* Test file for mpfr_get_d
-Copyright 1999-2015 Free Software Foundation, Inc.
+Copyright 1999-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/tests/tget_d_2exp.c b/tests/tget_d_2exp.c
index b73ce258f..7c13abe27 100644
--- a/tests/tget_d_2exp.c
+++ b/tests/tget_d_2exp.c
@@ -1,6 +1,6 @@
/* Test mpfr_get_d_2exp.
-Copyright 1999-2015 Free Software Foundation, Inc.
+Copyright 1999-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/tests/tget_f.c b/tests/tget_f.c
index 136c8b61a..e4de10f59 100644
--- a/tests/tget_f.c
+++ b/tests/tget_f.c
@@ -1,6 +1,6 @@
/* Test file for mpfr_get_f.
-Copyright 2005-2015 Free Software Foundation, Inc.
+Copyright 2005-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/tests/tget_flt.c b/tests/tget_flt.c
index 85d07c27b..9ad62330e 100644
--- a/tests/tget_flt.c
+++ b/tests/tget_flt.c
@@ -1,6 +1,6 @@
/* Test file for mpfr_get_flt and mpfr_set_flt
-Copyright 2009-2015 Free Software Foundation, Inc.
+Copyright 2009-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/tests/tget_ld_2exp.c b/tests/tget_ld_2exp.c
index 937e7cb16..3a4be4e4b 100644
--- a/tests/tget_ld_2exp.c
+++ b/tests/tget_ld_2exp.c
@@ -1,6 +1,6 @@
/* Test mpfr_get_ld_2exp.
-Copyright 2006-2015 Free Software Foundation, Inc.
+Copyright 2006-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/tests/tget_set_d64.c b/tests/tget_set_d64.c
index eb7cd8ed3..1d8a9911f 100644
--- a/tests/tget_set_d64.c
+++ b/tests/tget_set_d64.c
@@ -1,6 +1,6 @@
/* Test file for mpfr_get_decimal64 and mpfr_set_decimal64.
-Copyright 2006-2015 Free Software Foundation, Inc.
+Copyright 2006-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/tests/tget_sj.c b/tests/tget_sj.c
index 6e505cbac..1bf397e22 100644
--- a/tests/tget_sj.c
+++ b/tests/tget_sj.c
@@ -1,6 +1,6 @@
/* Test file for mpfr_get_sj and mpfr_get_uj.
-Copyright 2004-2015 Free Software Foundation, Inc.
+Copyright 2004-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/tests/tget_str.c b/tests/tget_str.c
index 8015cb1f8..7444eacc5 100644
--- a/tests/tget_str.c
+++ b/tests/tget_str.c
@@ -1,6 +1,6 @@
/* Test file for mpfr_get_str.
-Copyright 1999, 2001-2015 Free Software Foundation, Inc.
+Copyright 1999, 2001-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/tests/tget_z.c b/tests/tget_z.c
index 8b5b78dd2..08348ca5d 100644
--- a/tests/tget_z.c
+++ b/tests/tget_z.c
@@ -1,6 +1,6 @@
/* Test file for mpz_set_fr / mpfr_get_z.
-Copyright 2004, 2006-2015 Free Software Foundation, Inc.
+Copyright 2004, 2006-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/tests/tgmpop.c b/tests/tgmpop.c
index 1804779ef..824294f5b 100644
--- a/tests/tgmpop.c
+++ b/tests/tgmpop.c
@@ -1,7 +1,7 @@
/* Test file for mpfr_add_[q,z], mpfr_sub_[q,z], mpfr_div_[q,z],
mpfr_mul_[q,z], mpfr_cmp_[f,q,z]
-Copyright 2004-2015 Free Software Foundation, Inc.
+Copyright 2004-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/tests/tgrandom.c b/tests/tgrandom.c
index 632ad58df..c8f452cb0 100644
--- a/tests/tgrandom.c
+++ b/tests/tgrandom.c
@@ -1,6 +1,6 @@
/* Test file for mpfr_grandom
-Copyright 2011-2015 Free Software Foundation, Inc.
+Copyright 2011-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/tests/thyperbolic.c b/tests/thyperbolic.c
index 55e235709..1ee983e45 100644
--- a/tests/thyperbolic.c
+++ b/tests/thyperbolic.c
@@ -1,6 +1,6 @@
/* Test file for hyperbolic function : mpfr_cosh, mpfr_sinh, mpfr_tanh, mpfr_acosh, mpfr_asinh, mpfr_atanh.
-Copyright 2001-2004, 2006-2015 Free Software Foundation, Inc.
+Copyright 2001-2004, 2006-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/tests/thypot.c b/tests/thypot.c
index afee8374c..2b074237e 100644
--- a/tests/thypot.c
+++ b/tests/thypot.c
@@ -1,6 +1,6 @@
/* Test file for mpfr_hypot.
-Copyright 2001-2015 Free Software Foundation, Inc.
+Copyright 2001-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/tests/tinits.c b/tests/tinits.c
index 3ab78ccd4..dbcb1c5d0 100644
--- a/tests/tinits.c
+++ b/tests/tinits.c
@@ -1,6 +1,6 @@
/* Test file for mpfr_init2, mpfr_inits, mpfr_inits2 and mpfr_clears.
-Copyright 2003, 2006-2015 Free Software Foundation, Inc.
+Copyright 2003, 2006-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/tests/tinp_str.c b/tests/tinp_str.c
index a093e3a66..549de5efa 100644
--- a/tests/tinp_str.c
+++ b/tests/tinp_str.c
@@ -1,6 +1,6 @@
/* Test file for mpfr_inp_str.
-Copyright 2004, 2006-2015 Free Software Foundation, Inc.
+Copyright 2004, 2006-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/tests/tinternals.c b/tests/tinternals.c
index 5a3e70f38..16a27230d 100644
--- a/tests/tinternals.c
+++ b/tests/tinternals.c
@@ -1,6 +1,6 @@
/* tinternals -- Test for internals.
-Copyright 2005-2015 Free Software Foundation, Inc.
+Copyright 2005-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/tests/tisnan.c b/tests/tisnan.c
index 8af298f93..302d8fa77 100644
--- a/tests/tisnan.c
+++ b/tests/tisnan.c
@@ -1,7 +1,7 @@
/* Test file for mpfr_nan_p, mpfr_inf_p, mpfr_number_p, mpfr_zero_p and
mpfr_regular_p.
-Copyright 2001-2004, 2006-2015 Free Software Foundation, Inc.
+Copyright 2001-2004, 2006-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/tests/tisqrt.c b/tests/tisqrt.c
index c7f68d62a..e84753fd1 100644
--- a/tests/tisqrt.c
+++ b/tests/tisqrt.c
@@ -1,6 +1,6 @@
/* Test file for __gmpfr_isqrt and __gmpfr_cuberoot internal functions.
-Copyright 2007-2015 Free Software Foundation, Inc.
+Copyright 2007-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/tests/tj0.c b/tests/tj0.c
index 900339bff..3505d7581 100644
--- a/tests/tj0.c
+++ b/tests/tj0.c
@@ -1,6 +1,6 @@
/* tj0 -- test file for the Bessel function of first kind (order 0)
-Copyright 2007-2015 Free Software Foundation, Inc.
+Copyright 2007-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/tests/tj1.c b/tests/tj1.c
index 9f9874455..0a9b36fe3 100644
--- a/tests/tj1.c
+++ b/tests/tj1.c
@@ -1,6 +1,6 @@
/* tj1 -- test file for the Bessel function of first kind (order 1)
-Copyright 2007-2015 Free Software Foundation, Inc.
+Copyright 2007-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/tests/tjn.c b/tests/tjn.c
index 92aa0f716..2de519fcb 100644
--- a/tests/tjn.c
+++ b/tests/tjn.c
@@ -1,6 +1,6 @@
/* tjn -- test file for the Bessel function of first kind
-Copyright 2007-2015 Free Software Foundation, Inc.
+Copyright 2007-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/tests/tl2b.c b/tests/tl2b.c
index 45dca85d9..bcc669652 100644
--- a/tests/tl2b.c
+++ b/tests/tl2b.c
@@ -1,6 +1,6 @@
/* Test file for l2b constants.
-Copyright 2007-2015 Free Software Foundation, Inc.
+Copyright 2007-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/tests/tlgamma.c b/tests/tlgamma.c
index 7b4dcb438..ebd5158c0 100644
--- a/tests/tlgamma.c
+++ b/tests/tlgamma.c
@@ -1,6 +1,6 @@
/* mpfr_tlgamma -- test file for lgamma function
-Copyright 2005-2015 Free Software Foundation, Inc.
+Copyright 2005-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/tests/tli2.c b/tests/tli2.c
index 6b133cb99..a0f38a668 100644
--- a/tests/tli2.c
+++ b/tests/tli2.c
@@ -1,6 +1,6 @@
/* mpfr_tli2 -- test file for dilogarithm function
-Copyright 2007-2015 Free Software Foundation, Inc.
+Copyright 2007-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/tests/tlngamma.c b/tests/tlngamma.c
index fb19d7a6c..4bdbaa938 100644
--- a/tests/tlngamma.c
+++ b/tests/tlngamma.c
@@ -1,6 +1,6 @@
/* mpfr_tlngamma -- test file for lngamma function
-Copyright 2005-2015 Free Software Foundation, Inc.
+Copyright 2005-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/tests/tlog.c b/tests/tlog.c
index caac8d26d..7d2282a72 100644
--- a/tests/tlog.c
+++ b/tests/tlog.c
@@ -1,6 +1,6 @@
/* Test file for mpfr_log.
-Copyright 1999, 2001-2015 Free Software Foundation, Inc.
+Copyright 1999, 2001-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/tests/tlog10.c b/tests/tlog10.c
index 49ee45d6b..cefd1c125 100644
--- a/tests/tlog10.c
+++ b/tests/tlog10.c
@@ -1,6 +1,6 @@
/* Test file for mpfr_log10.
-Copyright 2001-2015 Free Software Foundation, Inc.
+Copyright 2001-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/tests/tlog1p.c b/tests/tlog1p.c
index 2205fbe40..df264e1dc 100644
--- a/tests/tlog1p.c
+++ b/tests/tlog1p.c
@@ -1,6 +1,6 @@
/* Test file for mpfr_log1p.
-Copyright 2001-2015 Free Software Foundation, Inc.
+Copyright 2001-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/tests/tlog2.c b/tests/tlog2.c
index debbf65fb..9a97a2e6e 100644
--- a/tests/tlog2.c
+++ b/tests/tlog2.c
@@ -1,6 +1,6 @@
/* Test file for mpfr_log2.
-Copyright 2001-2002, 2004, 2006-2015 Free Software Foundation, Inc.
+Copyright 2001-2002, 2004, 2006-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/tests/tmin_prec.c b/tests/tmin_prec.c
index 5a5c7eb74..d4538a31e 100644
--- a/tests/tmin_prec.c
+++ b/tests/tmin_prec.c
@@ -1,6 +1,6 @@
/* Test file for mpfr_min_prec.
-Copyright 2009-2015 Free Software Foundation, Inc.
+Copyright 2009-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/tests/tminmax.c b/tests/tminmax.c
index ac08bdd49..d7f01b3ed 100644
--- a/tests/tminmax.c
+++ b/tests/tminmax.c
@@ -1,6 +1,6 @@
/* Test file for mpfr_min & mpfr_max.
-Copyright 2004, 2006-2015 Free Software Foundation, Inc.
+Copyright 2004, 2006-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/tests/tmodf.c b/tests/tmodf.c
index 2ac14e710..eaae643ca 100644
--- a/tests/tmodf.c
+++ b/tests/tmodf.c
@@ -1,6 +1,6 @@
/* Test file for mpfr_modf.
-Copyright 2007-2015 Free Software Foundation, Inc.
+Copyright 2007-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/tests/tmul.c b/tests/tmul.c
index 6c75e5a62..0f79ef2ae 100644
--- a/tests/tmul.c
+++ b/tests/tmul.c
@@ -1,6 +1,6 @@
/* Test file for mpfr_mul.
-Copyright 1999, 2001-2015 Free Software Foundation, Inc.
+Copyright 1999, 2001-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/tests/tmul_2exp.c b/tests/tmul_2exp.c
index 2743cedc4..9510d44a3 100644
--- a/tests/tmul_2exp.c
+++ b/tests/tmul_2exp.c
@@ -1,6 +1,6 @@
/* Test file for mpfr_{mul,div}_2{ui,si}.
-Copyright 1999, 2001-2004, 2006-2015 Free Software Foundation, Inc.
+Copyright 1999, 2001-2004, 2006-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/tests/tmul_d.c b/tests/tmul_d.c
index 4d58eb266..c626931a7 100644
--- a/tests/tmul_d.c
+++ b/tests/tmul_d.c
@@ -1,6 +1,6 @@
/* Test file for mpfr_mul_d
-Copyright 2007-2015 Free Software Foundation, Inc.
+Copyright 2007-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/tests/tmul_ui.c b/tests/tmul_ui.c
index fa4aa1c12..8ad834131 100644
--- a/tests/tmul_ui.c
+++ b/tests/tmul_ui.c
@@ -1,6 +1,6 @@
/* Test file for mpfr_mul_ui.
-Copyright 1999-2015 Free Software Foundation, Inc.
+Copyright 1999-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/tests/tnext.c b/tests/tnext.c
index 59ae896dd..33b903d70 100644
--- a/tests/tnext.c
+++ b/tests/tnext.c
@@ -1,6 +1,6 @@
/* Test file for mpfr_nextabove, mpfr_nextbelow, mpfr_nexttoward.
-Copyright 2003-2015 Free Software Foundation, Inc.
+Copyright 2003-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/tests/tnrandom.c b/tests/tnrandom.c
index f1636f904..707bf13d2 100644
--- a/tests/tnrandom.c
+++ b/tests/tnrandom.c
@@ -1,6 +1,6 @@
/* Test file for mpfr_nrandom
-Copyright 2011-2015 Free Software Foundation, Inc.
+Copyright 2011-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/tests/tnrandom_chisq.c b/tests/tnrandom_chisq.c
index 2caba9561..7a9e9e099 100644
--- a/tests/tnrandom_chisq.c
+++ b/tests/tnrandom_chisq.c
@@ -1,6 +1,6 @@
/* Chi-squared test for mpfr_nrandom
-Copyright 2011-2015 Free Software Foundation, Inc.
+Copyright 2011-2016 Free Software Foundation, Inc.
Contributed by Charles Karney <charles@karney.com>, SRI International.
This file is part of the GNU MPFR Library.
diff --git a/tests/tout_str.c b/tests/tout_str.c
index 2158c85fe..202be55a0 100644
--- a/tests/tout_str.c
+++ b/tests/tout_str.c
@@ -1,6 +1,6 @@
/* Test file for mpfr_out_str.
-Copyright 1999, 2001-2015 Free Software Foundation, Inc.
+Copyright 1999, 2001-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/tests/toutimpl.c b/tests/toutimpl.c
index c6f861037..1c279e289 100644
--- a/tests/toutimpl.c
+++ b/tests/toutimpl.c
@@ -1,7 +1,7 @@
/* Test file for internal debugging-out functions:
mpfr_dump, mpfr_print_binary, mpfr_print_rnd_mode.
-Copyright 2004-2015 Free Software Foundation, Inc.
+Copyright 2004-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/tests/tpow.c b/tests/tpow.c
index 6e7efdcab..234803590 100644
--- a/tests/tpow.c
+++ b/tests/tpow.c
@@ -1,6 +1,6 @@
/* Test file for mpfr_pow, mpfr_pow_ui and mpfr_pow_si.
-Copyright 2000-2015 Free Software Foundation, Inc.
+Copyright 2000-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/tests/tpow3.c b/tests/tpow3.c
index 108dc3e61..b266de08f 100644
--- a/tests/tpow3.c
+++ b/tests/tpow3.c
@@ -1,6 +1,6 @@
/* Test file for mpfr_pow.
-Copyright 2001-2015 Free Software Foundation, Inc.
+Copyright 2001-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/tests/tpow_all.c b/tests/tpow_all.c
index 5deecd732..18a901202 100644
--- a/tests/tpow_all.c
+++ b/tests/tpow_all.c
@@ -1,6 +1,6 @@
/* Test file for the various power functions
-Copyright 2008-2015 Free Software Foundation, Inc.
+Copyright 2008-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/tests/tpow_z.c b/tests/tpow_z.c
index 2641e4b35..0733913b7 100644
--- a/tests/tpow_z.c
+++ b/tests/tpow_z.c
@@ -1,6 +1,6 @@
/* Test file for mpfr_pow_z -- power function x^z with z a MPZ
-Copyright 2005-2015 Free Software Foundation, Inc.
+Copyright 2005-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/tests/tprintf.c b/tests/tprintf.c
index b5639b55e..a869552fd 100644
--- a/tests/tprintf.c
+++ b/tests/tprintf.c
@@ -1,6 +1,6 @@
/* tprintf.c -- test file for mpfr_printf and mpfr_vprintf
-Copyright 2008-2015 Free Software Foundation, Inc.
+Copyright 2008-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/tests/trandom.c b/tests/trandom.c
index 943abab07..4c2387dc6 100644
--- a/tests/trandom.c
+++ b/tests/trandom.c
@@ -1,6 +1,6 @@
/* Test file for mpfr_urandomb
-Copyright 1999-2004, 2006-2015 Free Software Foundation, Inc.
+Copyright 1999-2004, 2006-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/tests/trandom_deviate.c b/tests/trandom_deviate.c
index 234f4df54..78a601ad9 100644
--- a/tests/trandom_deviate.c
+++ b/tests/trandom_deviate.c
@@ -1,6 +1,6 @@
/* Test file for mpfr_random_deviate
-Copyright 2011-2015 Free Software Foundation, Inc.
+Copyright 2011-2016 Free Software Foundation, Inc.
Contributed by Charles Karney <charles@karney.com>, SRI International.
This file is part of the GNU MPFR Library.
diff --git a/tests/trec_sqrt.c b/tests/trec_sqrt.c
index 6a51650d0..32423b2c1 100644
--- a/tests/trec_sqrt.c
+++ b/tests/trec_sqrt.c
@@ -1,6 +1,6 @@
/* Test file for mpfr_rec_sqrt.
-Copyright 2008-2015 Free Software Foundation, Inc.
+Copyright 2008-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/tests/tremquo.c b/tests/tremquo.c
index 820ef71f9..b9b98e1a3 100644
--- a/tests/tremquo.c
+++ b/tests/tremquo.c
@@ -1,6 +1,6 @@
/* tremquo -- test file for mpfr_remquo, mpfr_remainder and mpfr_fmodquo.
-Copyright 2007-2015 Free Software Foundation, Inc.
+Copyright 2007-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/tests/trint.c b/tests/trint.c
index 9c9a645a9..5a6ba585c 100644
--- a/tests/trint.c
+++ b/tests/trint.c
@@ -1,7 +1,7 @@
/* Test file for mpfr_rint, mpfr_trunc, mpfr_floor, mpfr_ceil, mpfr_round,
mpfr_rint_trunc, mpfr_rint_floor, mpfr_rint_ceil, mpfr_rint_round.
-Copyright 2002-2015 Free Software Foundation, Inc.
+Copyright 2002-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/tests/trndna.c b/tests/trndna.c
index 064650846..ced7229c4 100644
--- a/tests/trndna.c
+++ b/tests/trndna.c
@@ -1,6 +1,6 @@
/* Test file for mpfr_round_nearest_away.
-Copyright 2012-2015 Free Software Foundation, Inc.
+Copyright 2012-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/tests/troot.c b/tests/troot.c
index 89f452747..35aca142c 100644
--- a/tests/troot.c
+++ b/tests/troot.c
@@ -1,6 +1,6 @@
/* Test file for mpfr_root.
-Copyright 2005-2015 Free Software Foundation, Inc.
+Copyright 2005-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/tests/tround_prec.c b/tests/tround_prec.c
index 17aca1cc6..726545399 100644
--- a/tests/tround_prec.c
+++ b/tests/tround_prec.c
@@ -1,6 +1,6 @@
/* Test file for mpfr_prec_round.
-Copyright 1999-2004, 2006-2015 Free Software Foundation, Inc.
+Copyright 1999-2004, 2006-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/tests/tsec.c b/tests/tsec.c
index 27b2c989a..b7a76656b 100644
--- a/tests/tsec.c
+++ b/tests/tsec.c
@@ -1,6 +1,6 @@
/* Test file for mpfr_sec.
-Copyright 2005-2015 Free Software Foundation, Inc.
+Copyright 2005-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/tests/tsech.c b/tests/tsech.c
index 7c40c97f0..b0c85723a 100644
--- a/tests/tsech.c
+++ b/tests/tsech.c
@@ -1,6 +1,6 @@
/* Test file for mpfr_sech.
-Copyright 2005-2015 Free Software Foundation, Inc.
+Copyright 2005-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/tests/tset.c b/tests/tset.c
index 5a9b9c69e..2494a12fe 100644
--- a/tests/tset.c
+++ b/tests/tset.c
@@ -1,6 +1,6 @@
/* Test file for mpfr_set.
-Copyright 2001-2015 Free Software Foundation, Inc.
+Copyright 2001-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/tests/tset_d.c b/tests/tset_d.c
index d9dd0f358..ea01da9ec 100644
--- a/tests/tset_d.c
+++ b/tests/tset_d.c
@@ -1,6 +1,6 @@
/* Test file for mpfr_set_d and mpfr_get_d.
-Copyright 1999-2015 Free Software Foundation, Inc.
+Copyright 1999-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/tests/tset_exp.c b/tests/tset_exp.c
index 380ddf993..b8ae15f4c 100644
--- a/tests/tset_exp.c
+++ b/tests/tset_exp.c
@@ -1,6 +1,6 @@
/* Test file for mpfr_set_exp.
-Copyright 2004, 2006-2015 Free Software Foundation, Inc.
+Copyright 2004, 2006-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/tests/tset_f.c b/tests/tset_f.c
index 287472be3..73e077122 100644
--- a/tests/tset_f.c
+++ b/tests/tset_f.c
@@ -1,6 +1,6 @@
/* Test file for mpfr_set_f.
-Copyright 1999, 2001-2015 Free Software Foundation, Inc.
+Copyright 1999, 2001-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/tests/tset_float128.c b/tests/tset_float128.c
index 3fc7577e0..41d655362 100644
--- a/tests/tset_float128.c
+++ b/tests/tset_float128.c
@@ -1,6 +1,6 @@
/* Test file for mpfr_set_float128 and mpfr_get_float128.
-Copyright 2012-2015 Free Software Foundation, Inc.
+Copyright 2012-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/tests/tset_ld.c b/tests/tset_ld.c
index d58b735a4..ff555ab1c 100644
--- a/tests/tset_ld.c
+++ b/tests/tset_ld.c
@@ -1,6 +1,6 @@
/* Test file for mpfr_set_ld and mpfr_get_ld.
-Copyright 2002-2015 Free Software Foundation, Inc.
+Copyright 2002-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/tests/tset_q.c b/tests/tset_q.c
index e57001126..e72e6b2cb 100644
--- a/tests/tset_q.c
+++ b/tests/tset_q.c
@@ -1,6 +1,6 @@
/* Test file for mpfr_set_q.
-Copyright 2000-2015 Free Software Foundation, Inc.
+Copyright 2000-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/tests/tset_si.c b/tests/tset_si.c
index a0907e3bd..36184edce 100644
--- a/tests/tset_si.c
+++ b/tests/tset_si.c
@@ -1,6 +1,6 @@
/* Test file for mpfr_set_si, mpfr_set_ui, mpfr_get_si and mpfr_get_ui.
-Copyright 1999, 2001-2015 Free Software Foundation, Inc.
+Copyright 1999, 2001-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/tests/tset_sj.c b/tests/tset_sj.c
index 2e7298d56..dc0462e0d 100644
--- a/tests/tset_sj.c
+++ b/tests/tset_sj.c
@@ -1,7 +1,7 @@
/* Test file for
mpfr_set_sj, mpfr_set_uj, mpfr_set_sj_2exp and mpfr_set_uj_2exp.
-Copyright 2004, 2006-2015 Free Software Foundation, Inc.
+Copyright 2004, 2006-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/tests/tset_str.c b/tests/tset_str.c
index 4062b6a51..fc8d718ab 100644
--- a/tests/tset_str.c
+++ b/tests/tset_str.c
@@ -1,6 +1,6 @@
/* Test file for mpfr_set_str.
-Copyright 1999, 2001-2015 Free Software Foundation, Inc.
+Copyright 1999, 2001-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/tests/tset_z.c b/tests/tset_z.c
index e11da82ba..650030eac 100644
--- a/tests/tset_z.c
+++ b/tests/tset_z.c
@@ -1,6 +1,6 @@
/* Test file for mpfr_set_z.
-Copyright 1999, 2001-2015 Free Software Foundation, Inc.
+Copyright 1999, 2001-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/tests/tset_z_exp.c b/tests/tset_z_exp.c
index 6193a28ac..d8fd64e66 100644
--- a/tests/tset_z_exp.c
+++ b/tests/tset_z_exp.c
@@ -1,6 +1,6 @@
/* Test file for mpfr_set_z_2exp.
-Copyright 1999, 2001-2015 Free Software Foundation, Inc.
+Copyright 1999, 2001-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/tests/tsgn.c b/tests/tsgn.c
index a655a58cb..b93717bf3 100644
--- a/tests/tsgn.c
+++ b/tests/tsgn.c
@@ -1,6 +1,6 @@
/* tsgn -- Test for the sign of a floating point number.
-Copyright 2003, 2006-2015 Free Software Foundation, Inc.
+Copyright 2003, 2006-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/tests/tsi_op.c b/tests/tsi_op.c
index 183c7e5b4..0bbbf9770 100644
--- a/tests/tsi_op.c
+++ b/tests/tsi_op.c
@@ -1,7 +1,7 @@
/* Test file for mpfr_add_si, mpfr_sub_si, mpfr_si_sub, mpfr_mul_si,
mpfr_div_si, mpfr_si_div
-Copyright 2004, 2006-2015 Free Software Foundation, Inc.
+Copyright 2004, 2006-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/tests/tsin.c b/tests/tsin.c
index 76e3858b6..942cd3f2e 100644
--- a/tests/tsin.c
+++ b/tests/tsin.c
@@ -1,6 +1,6 @@
/* Test file for mpfr_sin.
-Copyright 2001-2015 Free Software Foundation, Inc.
+Copyright 2001-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/tests/tsin_cos.c b/tests/tsin_cos.c
index 789c40da6..19a33b7ac 100644
--- a/tests/tsin_cos.c
+++ b/tests/tsin_cos.c
@@ -1,6 +1,6 @@
/* Test file for mpfr_sin_cos.
-Copyright 2000-2004, 2006-2015 Free Software Foundation, Inc.
+Copyright 2000-2004, 2006-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/tests/tsinh.c b/tests/tsinh.c
index 425ca7548..09aff1237 100644
--- a/tests/tsinh.c
+++ b/tests/tsinh.c
@@ -1,6 +1,6 @@
/* Test file for mpfr_sinh.
-Copyright 2001-2002, 2004, 2006-2015 Free Software Foundation, Inc.
+Copyright 2001-2002, 2004, 2006-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/tests/tsinh_cosh.c b/tests/tsinh_cosh.c
index 3e18dad05..468e9a240 100644
--- a/tests/tsinh_cosh.c
+++ b/tests/tsinh_cosh.c
@@ -1,6 +1,6 @@
/* Test file for mpfr_sinh_cosh.
-Copyright 2007-2015 Free Software Foundation, Inc.
+Copyright 2007-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/tests/tsprintf.c b/tests/tsprintf.c
index 12c1b7749..59277b495 100644
--- a/tests/tsprintf.c
+++ b/tests/tsprintf.c
@@ -1,7 +1,7 @@
/* tsprintf.c -- test file for mpfr_sprintf, mpfr_vsprintf, mpfr_snprintf,
and mpfr_vsnprintf
-Copyright 2007-2015 Free Software Foundation, Inc.
+Copyright 2007-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/tests/tsqr.c b/tests/tsqr.c
index 3e6e25cf1..3b12ec938 100644
--- a/tests/tsqr.c
+++ b/tests/tsqr.c
@@ -1,6 +1,6 @@
/* Test file for mpfr_sqr.
-Copyright 2004-2015 Free Software Foundation, Inc.
+Copyright 2004-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/tests/tsqrt.c b/tests/tsqrt.c
index 122d37e7c..397f29d83 100644
--- a/tests/tsqrt.c
+++ b/tests/tsqrt.c
@@ -1,6 +1,6 @@
/* Test file for mpfr_sqrt.
-Copyright 1999, 2001-2015 Free Software Foundation, Inc.
+Copyright 1999, 2001-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/tests/tsqrt_ui.c b/tests/tsqrt_ui.c
index 0e5d1161f..8288dd3d9 100644
--- a/tests/tsqrt_ui.c
+++ b/tests/tsqrt_ui.c
@@ -1,6 +1,6 @@
/* Test file for mpfr_sqrt_ui.
-Copyright 2000-2003, 2006-2015 Free Software Foundation, Inc.
+Copyright 2000-2003, 2006-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/tests/tstckintc.c b/tests/tstckintc.c
index 2d38c8c95..5f8c9b9f6 100644
--- a/tests/tstckintc.c
+++ b/tests/tstckintc.c
@@ -1,6 +1,6 @@
/* Test file for mpfr_custom_*
-Copyright 2005-2015 Free Software Foundation, Inc.
+Copyright 2005-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/tests/tstdint.c b/tests/tstdint.c
index 36582487d..43ccc2229 100644
--- a/tests/tstdint.c
+++ b/tests/tstdint.c
@@ -1,6 +1,6 @@
/* Test file for multiple mpfr.h inclusion and intmax_t related functions
-Copyright 2010-2015 Free Software Foundation, Inc.
+Copyright 2010-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/tests/tstrtofr.c b/tests/tstrtofr.c
index 88754006a..6772fc64f 100644
--- a/tests/tstrtofr.c
+++ b/tests/tstrtofr.c
@@ -1,6 +1,6 @@
/* Test file for mpfr_set_str.
-Copyright 2004-2015 Free Software Foundation, Inc.
+Copyright 2004-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/tests/tsub.c b/tests/tsub.c
index e0a699f21..a95cb6481 100644
--- a/tests/tsub.c
+++ b/tests/tsub.c
@@ -1,6 +1,6 @@
/* Test file for mpfr_sub.
-Copyright 2001-2015 Free Software Foundation, Inc.
+Copyright 2001-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/tests/tsub1sp.c b/tests/tsub1sp.c
index 1a0b86fee..c5ec3cc69 100644
--- a/tests/tsub1sp.c
+++ b/tests/tsub1sp.c
@@ -1,6 +1,6 @@
/* Test file for mpfr_sub1sp.
-Copyright 2003-2015 Free Software Foundation, Inc.
+Copyright 2003-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/tests/tsub_d.c b/tests/tsub_d.c
index 2cba8e8da..f0e1ffb36 100644
--- a/tests/tsub_d.c
+++ b/tests/tsub_d.c
@@ -1,6 +1,6 @@
/* Test file for mpfr_sub_d
-Copyright 2007-2015 Free Software Foundation, Inc.
+Copyright 2007-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/tests/tsub_ui.c b/tests/tsub_ui.c
index bd72245c3..4e3e1e90c 100644
--- a/tests/tsub_ui.c
+++ b/tests/tsub_ui.c
@@ -1,6 +1,6 @@
/* Test file for mpfr_sub_ui
-Copyright 2000-2015 Free Software Foundation, Inc.
+Copyright 2000-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/tests/tsubnormal.c b/tests/tsubnormal.c
index d04e76f08..58d4988f7 100644
--- a/tests/tsubnormal.c
+++ b/tests/tsubnormal.c
@@ -1,6 +1,6 @@
/* Test file for mpfr_subnormalize.
-Copyright 2005-2015 Free Software Foundation, Inc.
+Copyright 2005-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/tests/tsum.c b/tests/tsum.c
index dfa9751cc..32cc43f87 100644
--- a/tests/tsum.c
+++ b/tests/tsum.c
@@ -1,6 +1,6 @@
/* tsum -- test file for the list summation function
-Copyright 2004-2015 Free Software Foundation, Inc.
+Copyright 2004-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/tests/tswap.c b/tests/tswap.c
index 32df8d21b..6a83e5cc9 100644
--- a/tests/tswap.c
+++ b/tests/tswap.c
@@ -1,6 +1,6 @@
/* Test file for mpfr_swap.
-Copyright 2000-2004, 2006-2015 Free Software Foundation, Inc.
+Copyright 2000-2004, 2006-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/tests/ttan.c b/tests/ttan.c
index 110126680..d059ad7db 100644
--- a/tests/ttan.c
+++ b/tests/ttan.c
@@ -1,6 +1,6 @@
/* Test file for mpfr_tan.
-Copyright 2001-2004, 2006-2015 Free Software Foundation, Inc.
+Copyright 2001-2004, 2006-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/tests/ttanh.c b/tests/ttanh.c
index 92a38f503..281e6a18f 100644
--- a/tests/ttanh.c
+++ b/tests/ttanh.c
@@ -1,6 +1,6 @@
/* Test file for mpfr_tanh.
-Copyright 2001-2015 Free Software Foundation, Inc.
+Copyright 2001-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/tests/ttrunc.c b/tests/ttrunc.c
index c213e5857..fe8dacdad 100644
--- a/tests/ttrunc.c
+++ b/tests/ttrunc.c
@@ -1,6 +1,6 @@
/* Test file for mpfr_trunc, mpfr_ceil, mpfr_floor.
-Copyright 1999-2004, 2006-2015 Free Software Foundation, Inc.
+Copyright 1999-2004, 2006-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/tests/tui_div.c b/tests/tui_div.c
index b9d3a47c3..d0851a743 100644
--- a/tests/tui_div.c
+++ b/tests/tui_div.c
@@ -1,6 +1,6 @@
/* Test file for mpfr_ui_div.
-Copyright 2000-2015 Free Software Foundation, Inc.
+Copyright 2000-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/tests/tui_pow.c b/tests/tui_pow.c
index c77fbb7d4..bdc57c8d5 100644
--- a/tests/tui_pow.c
+++ b/tests/tui_pow.c
@@ -1,6 +1,6 @@
/* Test file for mpfr_ui_pow and mpfr_ui_pow_ui.
-Copyright 2001-2015 Free Software Foundation, Inc.
+Copyright 2001-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/tests/tui_sub.c b/tests/tui_sub.c
index 0137f535f..9f912dc13 100644
--- a/tests/tui_sub.c
+++ b/tests/tui_sub.c
@@ -1,6 +1,6 @@
/* Test file for mpfr_ui_sub.
-Copyright 2000-2015 Free Software Foundation, Inc.
+Copyright 2000-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/tests/turandom.c b/tests/turandom.c
index 72b0d30be..4c4078da4 100644
--- a/tests/turandom.c
+++ b/tests/turandom.c
@@ -1,6 +1,6 @@
/* Test file for mpfr_urandom
-Copyright 1999-2004, 2006-2015 Free Software Foundation, Inc.
+Copyright 1999-2004, 2006-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/tests/tvalist.c b/tests/tvalist.c
index d6f790b54..ffd1eff17 100644
--- a/tests/tvalist.c
+++ b/tests/tvalist.c
@@ -1,6 +1,6 @@
/* Test file for multiple mpfr.h inclusion and va_list related functions
-Copyright 2011-2015 Free Software Foundation, Inc.
+Copyright 2011-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/tests/tversion.c b/tests/tversion.c
index 72bd18f24..61f382a80 100644
--- a/tests/tversion.c
+++ b/tests/tversion.c
@@ -1,6 +1,6 @@
/* Test file for mpfr_version.
-Copyright 2004-2015 Free Software Foundation, Inc.
+Copyright 2004-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/tests/ty0.c b/tests/ty0.c
index 54829087d..c8e1d3c3f 100644
--- a/tests/ty0.c
+++ b/tests/ty0.c
@@ -1,6 +1,6 @@
/* ty0 -- test file for the Bessel function of second kind (order 0)
-Copyright 2007-2015 Free Software Foundation, Inc.
+Copyright 2007-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/tests/ty1.c b/tests/ty1.c
index dbb1c980a..576a04431 100644
--- a/tests/ty1.c
+++ b/tests/ty1.c
@@ -1,6 +1,6 @@
/* ty1 -- test file for the Bessel function of second kind (order 1)
-Copyright 2007-2015 Free Software Foundation, Inc.
+Copyright 2007-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/tests/tyn.c b/tests/tyn.c
index 75ca6d721..7ad1ad26e 100644
--- a/tests/tyn.c
+++ b/tests/tyn.c
@@ -1,6 +1,6 @@
/* tyn -- test file for the Bessel function of second kind
-Copyright 2007-2015 Free Software Foundation, Inc.
+Copyright 2007-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/tests/tzeta.c b/tests/tzeta.c
index e66b9ebab..39ce71eca 100644
--- a/tests/tzeta.c
+++ b/tests/tzeta.c
@@ -1,6 +1,6 @@
/* tzeta -- test file for the Riemann Zeta function
-Copyright 2003-2015 Free Software Foundation, Inc.
+Copyright 2003-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/tests/tzeta_ui.c b/tests/tzeta_ui.c
index e3ce4ca35..17b9d702a 100644
--- a/tests/tzeta_ui.c
+++ b/tests/tzeta_ui.c
@@ -1,6 +1,6 @@
/* Test file for mpfr_zeta_ui.
-Copyright 2005-2015 Free Software Foundation, Inc.
+Copyright 2005-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/tools/bench/Makefile.am b/tools/bench/Makefile.am
index 173a78bee..9ed2a3338 100644
--- a/tools/bench/Makefile.am
+++ b/tools/bench/Makefile.am
@@ -1,4 +1,4 @@
-# Copyright 2000-2015 Free Software Foundation, Inc.
+# Copyright 2000-2016 Free Software Foundation, Inc.
# This Makefile.am is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved.
diff --git a/tools/bench/benchtime.h b/tools/bench/benchtime.h
index 1207b6b45..2c4fbd00a 100644
--- a/tools/bench/benchtime.h
+++ b/tools/bench/benchtime.h
@@ -1,6 +1,6 @@
/* benchtime.h -- header file for MPFRbench
-Copyright 1999, 2001-2015 Free Software Foundation, Inc.
+Copyright 1999, 2001-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/tools/bench/mpfrbench.c b/tools/bench/mpfrbench.c
index 095dd1290..e1d07ca34 100644
--- a/tools/bench/mpfrbench.c
+++ b/tools/bench/mpfrbench.c
@@ -1,6 +1,6 @@
/* mpfrbench.c -- compute the timings for the MPFRbench benchmark
-Copyright 1999, 2001-2015 Free Software Foundation, Inc.
+Copyright 1999, 2001-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/tools/ck-copyright-notice b/tools/ck-copyright-notice
index 921b0d03b..860023001 100755
--- a/tools/ck-copyright-notice
+++ b/tools/ck-copyright-notice
@@ -1,6 +1,6 @@
#!/bin/sh
-# Copyright 2008-2015 Free Software Foundation, Inc.
+# Copyright 2008-2016 Free Software Foundation, Inc.
# This script is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved.
diff --git a/tools/ck-mparam b/tools/ck-mparam
index ab2b34864..ad9e49822 100755
--- a/tools/ck-mparam
+++ b/tools/ck-mparam
@@ -3,7 +3,7 @@
# Check the mparam.h files. This script is useful as not all mparam.h
# files may be tested by our tests.
-# Copyright 2011-2015 Free Software Foundation, Inc.
+# Copyright 2011-2016 Free Software Foundation, Inc.
# This script is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved.
diff --git a/tools/ck-version-info b/tools/ck-version-info
index 1c144ede0..54021f919 100755
--- a/tools/ck-version-info
+++ b/tools/ck-version-info
@@ -3,7 +3,7 @@
# Note: this script must not be used to build MPFR due to the
# dependency on perl, but this is OK for "make dist".
-# Copyright 2010-2015 Free Software Foundation, Inc.
+# Copyright 2010-2016 Free Software Foundation, Inc.
# This script is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved.
diff --git a/tools/get_patches.sh b/tools/get_patches.sh
index 924ae4618..de011cf05 100755
--- a/tools/get_patches.sh
+++ b/tools/get_patches.sh
@@ -3,7 +3,7 @@
cat <<EOF
/* mpfr_get_patches -- Patches that have been applied
-Copyright 2007-2015 Free Software Foundation, Inc.
+Copyright 2007-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/tune/Makefile.am b/tune/Makefile.am
index f926b9e5a..c35ac6cc3 100644
--- a/tune/Makefile.am
+++ b/tune/Makefile.am
@@ -1,4 +1,4 @@
-# Copyright 2010-2015 Free Software Foundation, Inc.
+# Copyright 2010-2016 Free Software Foundation, Inc.
# This Makefile.am is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved.
diff --git a/tune/bidimensional_sample.c b/tune/bidimensional_sample.c
index 1b717528d..a9926b678 100644
--- a/tune/bidimensional_sample.c
+++ b/tune/bidimensional_sample.c
@@ -1,6 +1,6 @@
/* [Description]
-Copyright 2010-2015 Free Software Foundation, Inc.
+Copyright 2010-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/tune/speed.c b/tune/speed.c
index 7ea8e8a83..19ad0a36d 100644
--- a/tune/speed.c
+++ b/tune/speed.c
@@ -1,6 +1,6 @@
/* Tune various threshold of MPFR
-Copyright 2005-2015 Free Software Foundation, Inc.
+Copyright 2005-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/tune/tuneup.c b/tune/tuneup.c
index ce25ed013..d80a1c2b2 100644
--- a/tune/tuneup.c
+++ b/tune/tuneup.c
@@ -1,6 +1,6 @@
/* Tune various threshold of MPFR
-Copyright 2005-2015 Free Software Foundation, Inc.
+Copyright 2005-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.