summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2017-01-01 01:34:35 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2017-01-01 01:34:35 +0000
commit469b902861fbcb3c7b003424646abded0ba53b67 (patch)
treedded87dd524aa07631ef8451c19f1fa95cc9ee2b /src
parent8ac5f85ca4a2d6b789cfff4d803af8d4c6ca2c01 (diff)
downloadmpfr-469b902861fbcb3c7b003424646abded0ba53b67.tar.gz
Copyright notice update: added 2017 with
perl -pi -e 's/ (\d{4}-)?(2016)(?= Free Software)/ " ".($1||"$2-").($2+1)/e' **/*(^/) under zsh, reverting the tools/mbench directory (not distributed with MPFR). Removed 2016 from the example in the doc/README.dev file. git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@11117 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'src')
-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/fmma.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/gamma_inc.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/invert_limb.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/log_ui.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_tab.h2
-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/ubf.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
268 files changed, 268 insertions, 268 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index d63b5d917..fda3a3645 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1,4 +1,4 @@
-# Copyright 2000-2016 Free Software Foundation, Inc.
+# Copyright 2000-2017 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 93f4a9b99..928e7c68d 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-2016 Free Software Foundation, Inc.
+Copyright 2005-2017 Free Software Foundation, Inc.
Contributed by the AriC and Caramba projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/acos.c b/src/acos.c
index 7a6c3de3f..7be589aea 100644
--- a/src/acos.c
+++ b/src/acos.c
@@ -1,6 +1,6 @@
/* mpfr_acos -- arc-cosinus of a floating-point number
-Copyright 2001-2016 Free Software Foundation, Inc.
+Copyright 2001-2017 Free Software Foundation, Inc.
Contributed by the AriC and Caramba projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/acosh.c b/src/acosh.c
index c30955565..2377860dc 100644
--- a/src/acosh.c
+++ b/src/acosh.c
@@ -1,6 +1,6 @@
/* mpfr_acosh -- inverse hyperbolic cosine
-Copyright 2001-2016 Free Software Foundation, Inc.
+Copyright 2001-2017 Free Software Foundation, Inc.
Contributed by the AriC and Caramba projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/add.c b/src/add.c
index f5e5239b6..0d499d67b 100644
--- a/src/add.c
+++ b/src/add.c
@@ -1,6 +1,6 @@
/* mpfr_add -- add two floating-point numbers
-Copyright 1999-2004, 2006-2016 Free Software Foundation, Inc.
+Copyright 1999-2004, 2006-2017 Free Software Foundation, Inc.
Contributed by the AriC and Caramba projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/add1.c b/src/add1.c
index 3022244e8..13ee0b68c 100644
--- a/src/add1.c
+++ b/src/add1.c
@@ -1,6 +1,6 @@
/* mpfr_add1 -- internal function to perform a "real" addition
-Copyright 1999-2016 Free Software Foundation, Inc.
+Copyright 1999-2017 Free Software Foundation, Inc.
Contributed by the AriC and Caramba projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/add1sp.c b/src/add1sp.c
index f9d71d5a0..0745fcde0 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-2016 Free Software Foundation, Inc.
+Copyright 2004-2017 Free Software Foundation, Inc.
Contributed by the AriC and Caramba projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/add_d.c b/src/add_d.c
index 0f46c871f..8ab2028e4 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-2016 Free Software Foundation, Inc.
+Copyright 2007-2017 Free Software Foundation, Inc.
Contributed by the AriC and Caramba projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/add_ui.c b/src/add_ui.c
index 5731fddf2..1894cd19d 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-2016 Free Software Foundation, Inc.
+Copyright 2000-2004, 2006-2017 Free Software Foundation, Inc.
Contributed by the AriC and Caramba projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/agm.c b/src/agm.c
index c824c6257..bef101c52 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-2016 Free Software Foundation, Inc.
+Copyright 1999-2017 Free Software Foundation, Inc.
Contributed by the AriC and Caramba projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/ai.c b/src/ai.c
index 9adc77aca..f1766ee21 100644
--- a/src/ai.c
+++ b/src/ai.c
@@ -1,6 +1,6 @@
/* mpfr_ai -- Airy function Ai
-Copyright 2010-2016 Free Software Foundation, Inc.
+Copyright 2010-2017 Free Software Foundation, Inc.
Contributed by the AriC and Caramba 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 43bc9164a..a122a75ce 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-2016 Free Software Foundation, Inc.
+Copyright 2005-2017 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 39ef0992a..0712fad52 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-2016 Free Software Foundation, Inc.
+Copyright 2005-2017 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 bd54b7f95..0991283f3 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-2016 Free Software Foundation, Inc.
+Copyright 2005-2017 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 592ef1895..63c837c70 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-2016 Free Software Foundation, Inc.
+Copyright 2005-2017 Free Software Foundation, Inc.
This file is part of the GNU MPFR Library.
diff --git a/src/asin.c b/src/asin.c
index 9556d2000..b0af0c8a6 100644
--- a/src/asin.c
+++ b/src/asin.c
@@ -1,6 +1,6 @@
/* mpfr_asin -- arc-sinus of a floating-point number
-Copyright 2001-2016 Free Software Foundation, Inc.
+Copyright 2001-2017 Free Software Foundation, Inc.
Contributed by the AriC and Caramba projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/asinh.c b/src/asinh.c
index 1d000a8da..aacac89df 100644
--- a/src/asinh.c
+++ b/src/asinh.c
@@ -1,6 +1,6 @@
/* mpfr_asinh -- inverse hyperbolic sine
-Copyright 2001-2016 Free Software Foundation, Inc.
+Copyright 2001-2017 Free Software Foundation, Inc.
Contributed by the AriC and Caramba projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/atan.c b/src/atan.c
index 7c0269f65..2d8cad12d 100644
--- a/src/atan.c
+++ b/src/atan.c
@@ -1,6 +1,6 @@
/* mpfr_atan -- arc-tangent of a floating-point number
-Copyright 2001-2016 Free Software Foundation, Inc.
+Copyright 2001-2017 Free Software Foundation, Inc.
Contributed by the AriC and Caramba projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/atan2.c b/src/atan2.c
index 93c566e2a..57bc14f79 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-2016 Free Software Foundation, Inc.
+Copyright 2005-2017 Free Software Foundation, Inc.
Contributed by the AriC and Caramba projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/atanh.c b/src/atanh.c
index 688880542..ae8e860e7 100644
--- a/src/atanh.c
+++ b/src/atanh.c
@@ -1,6 +1,6 @@
/* mpfr_atanh -- Inverse Hyperbolic Tangente
-Copyright 2001-2016 Free Software Foundation, Inc.
+Copyright 2001-2017 Free Software Foundation, Inc.
Contributed by the AriC and Caramba projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/bernoulli.c b/src/bernoulli.c
index 2ee358847..68e74903a 100644
--- a/src/bernoulli.c
+++ b/src/bernoulli.c
@@ -1,6 +1,6 @@
/* bernoulli -- internal function to compute Bernoulli numbers.
-Copyright 2005-2016 Free Software Foundation, Inc.
+Copyright 2005-2017 Free Software Foundation, Inc.
Contributed by the AriC and Caramba projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/buildopt.c b/src/buildopt.c
index 47fccf666..1386c311a 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-2016 Free Software Foundation, Inc.
+Copyright 2009-2017 Free Software Foundation, Inc.
Contributed by the AriC and Caramba projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/cache.c b/src/cache.c
index f47fa72e8..a48de9967 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-2016 Free Software Foundation, Inc.
+Copyright 2004-2017 Free Software Foundation, Inc.
Contributed by the AriC and Caramba projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/cbrt.c b/src/cbrt.c
index 6a72ba196..e991700a6 100644
--- a/src/cbrt.c
+++ b/src/cbrt.c
@@ -1,6 +1,6 @@
/* mpfr_cbrt -- cube root function.
-Copyright 2002-2016 Free Software Foundation, Inc.
+Copyright 2002-2017 Free Software Foundation, Inc.
Contributed by the AriC and Caramba projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/check.c b/src/check.c
index 08cff42a8..f91e1d2d7 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-2016 Free Software Foundation, Inc.
+Copyright 2003-2004, 2006-2017 Free Software Foundation, Inc.
Contributed by the AriC and Caramba projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/clear.c b/src/clear.c
index c1b2f6a59..7e23924da 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-2016 Free Software Foundation, Inc.
+Copyright 1999-2001, 2004-2017 Free Software Foundation, Inc.
Contributed by the AriC and Caramba projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/clears.c b/src/clears.c
index 9ae502c2d..e442e0f03 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-2016 Free Software Foundation, Inc.
+Copyright 2003-2004, 2006-2017 Free Software Foundation, Inc.
Contributed by the AriC and Caramba projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/cmp.c b/src/cmp.c
index 6dac4b4ff..102af1683 100644
--- a/src/cmp.c
+++ b/src/cmp.c
@@ -1,6 +1,6 @@
/* mpfr_cmp -- compare two floating-point numbers
-Copyright 1999, 2001, 2003-2016 Free Software Foundation, Inc.
+Copyright 1999, 2001, 2003-2017 Free Software Foundation, Inc.
Contributed by the AriC and Caramba projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/cmp2.c b/src/cmp2.c
index 9c649b822..14df57afd 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-2016 Free Software Foundation, Inc.
+Copyright 1999-2004, 2006-2017 Free Software Foundation, Inc.
Contributed by the AriC and Caramba projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/cmp_abs.c b/src/cmp_abs.c
index 2e1c7a359..12ab63715 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-2016 Free Software Foundation, Inc.
+Copyright 1999, 2001-2004, 2006-2017 Free Software Foundation, Inc.
Contributed by the AriC and Caramba projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/cmp_d.c b/src/cmp_d.c
index 966866471..cb3c7cbd0 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-2016 Free Software Foundation, Inc.
+Copyright 2003-2004, 2006-2017 Free Software Foundation, Inc.
Contributed by the AriC and Caramba projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/cmp_ld.c b/src/cmp_ld.c
index 9d255f073..536316a18 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-2016 Free Software Foundation, Inc.
+Copyright 2004, 2006-2017 Free Software Foundation, Inc.
Contributed by the AriC and Caramba projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/cmp_si.c b/src/cmp_si.c
index a0e7918e7..d053e819d 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-2016 Free Software Foundation, Inc.
+Copyright 1999, 2001-2017 Free Software Foundation, Inc.
Contributed by the AriC and Caramba projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/cmp_ui.c b/src/cmp_ui.c
index 2811ebd42..3732fc983 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-2016 Free Software Foundation, Inc.
+Copyright 1999, 2001-2004, 2006-2017 Free Software Foundation, Inc.
Contributed by the AriC and Caramba projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/comparisons.c b/src/comparisons.c
index 3c06b879b..daca50c5c 100644
--- a/src/comparisons.c
+++ b/src/comparisons.c
@@ -1,6 +1,6 @@
/* comparison predicates
-Copyright 2002-2004, 2006-2016 Free Software Foundation, Inc.
+Copyright 2002-2004, 2006-2017 Free Software Foundation, Inc.
Contributed by the AriC and Caramba projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/const_catalan.c b/src/const_catalan.c
index d7daa36e1..8b03875bf 100644
--- a/src/const_catalan.c
+++ b/src/const_catalan.c
@@ -1,6 +1,6 @@
/* mpfr_const_catalan -- compute Catalan's constant.
-Copyright 2005-2016 Free Software Foundation, Inc.
+Copyright 2005-2017 Free Software Foundation, Inc.
Contributed by the AriC and Caramba projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/const_euler.c b/src/const_euler.c
index d49d4a68d..44af5b823 100644
--- a/src/const_euler.c
+++ b/src/const_euler.c
@@ -1,6 +1,6 @@
/* mpfr_const_euler -- Euler's constant
-Copyright 2001-2016 Free Software Foundation, Inc.
+Copyright 2001-2017 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 be11981fb..8ae1ee99b 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-2016 Free Software Foundation, Inc.
+Copyright 1999, 2001-2017 Free Software Foundation, Inc.
Contributed by the AriC and Caramba projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/const_pi.c b/src/const_pi.c
index e9682ed97..77d8df01e 100644
--- a/src/const_pi.c
+++ b/src/const_pi.c
@@ -1,6 +1,6 @@
/* mpfr_const_pi -- compute Pi
-Copyright 1999-2016 Free Software Foundation, Inc.
+Copyright 1999-2017 Free Software Foundation, Inc.
Contributed by the AriC and Caramba projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/constant.c b/src/constant.c
index 986364b80..96b7f7429 100644
--- a/src/constant.c
+++ b/src/constant.c
@@ -1,6 +1,6 @@
/* MPFR internal constant FP numbers
-Copyright 2005-2016 Free Software Foundation, Inc.
+Copyright 2005-2017 Free Software Foundation, Inc.
Contributed by the AriC and Caramba projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/copysign.c b/src/copysign.c
index 010675ca4..89e768a88 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-2016 Free Software Foundation, Inc.
+Copyright 2001-2004, 2006-2017 Free Software Foundation, Inc.
Contributed by the AriC and Caramba projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/cos.c b/src/cos.c
index 95adf4f83..d5a771594 100644
--- a/src/cos.c
+++ b/src/cos.c
@@ -1,6 +1,6 @@
/* mpfr_cos -- cosine of a floating-point number
-Copyright 2001-2016 Free Software Foundation, Inc.
+Copyright 2001-2017 Free Software Foundation, Inc.
Contributed by the AriC and Caramba projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/cosh.c b/src/cosh.c
index f17ee0ee3..88ac0fc1a 100644
--- a/src/cosh.c
+++ b/src/cosh.c
@@ -1,6 +1,6 @@
/* mpfr_cosh -- hyperbolic cosine
-Copyright 2001-2002, 2004-2016 Free Software Foundation, Inc.
+Copyright 2001-2002, 2004-2017 Free Software Foundation, Inc.
Contributed by the AriC and Caramba projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/cot.c b/src/cot.c
index ed70bd657..f743f6919 100644
--- a/src/cot.c
+++ b/src/cot.c
@@ -1,6 +1,6 @@
/* mpfr_cot - cotangent function.
-Copyright 2005-2016 Free Software Foundation, Inc.
+Copyright 2005-2017 Free Software Foundation, Inc.
Contributed by the AriC and Caramba projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/coth.c b/src/coth.c
index d725bb125..c6163b6e7 100644
--- a/src/coth.c
+++ b/src/coth.c
@@ -1,6 +1,6 @@
/* mpfr_coth - Hyperbolic cotangent function.
-Copyright 2005-2016 Free Software Foundation, Inc.
+Copyright 2005-2017 Free Software Foundation, Inc.
Contributed by the AriC and Caramba projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/csc.c b/src/csc.c
index 746d0e95d..9852083e9 100644
--- a/src/csc.c
+++ b/src/csc.c
@@ -1,6 +1,6 @@
/* mpfr_csc - cosecant function.
-Copyright 2005-2016 Free Software Foundation, Inc.
+Copyright 2005-2017 Free Software Foundation, Inc.
Contributed by the AriC and Caramba projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/csch.c b/src/csch.c
index 669bfdeb7..d899d1f0c 100644
--- a/src/csch.c
+++ b/src/csch.c
@@ -1,6 +1,6 @@
/* mpfr_csch - Hyperbolic cosecant function.
-Copyright 2005-2016 Free Software Foundation, Inc.
+Copyright 2005-2017 Free Software Foundation, Inc.
Contributed by the AriC and Caramba projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/d_div.c b/src/d_div.c
index b2c945b00..726b95104 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-2016 Free Software Foundation, Inc.
+Copyright 2007-2017 Free Software Foundation, Inc.
Contributed by the AriC and Caramba projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/d_sub.c b/src/d_sub.c
index 946420c27..392faf7a8 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-2016 Free Software Foundation, Inc.
+Copyright 2007-2017 Free Software Foundation, Inc.
Contributed by the AriC and Caramba projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/digamma.c b/src/digamma.c
index 7e1d6b5f4..91e66c544 100644
--- a/src/digamma.c
+++ b/src/digamma.c
@@ -1,6 +1,6 @@
/* mpfr_digamma -- digamma function of a floating-point number
-Copyright 2009-2016 Free Software Foundation, Inc.
+Copyright 2009-2017 Free Software Foundation, Inc.
Contributed by the AriC and Caramba projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/dim.c b/src/dim.c
index 3212f10d5..8df768105 100644
--- a/src/dim.c
+++ b/src/dim.c
@@ -1,6 +1,6 @@
/* mpfr_dim -- positive difference
-Copyright 2001-2002, 2004, 2006-2016 Free Software Foundation, Inc.
+Copyright 2001-2002, 2004, 2006-2017 Free Software Foundation, Inc.
Contributed by the AriC and Caramba projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/div.c b/src/div.c
index bcffc1177..019f9198b 100644
--- a/src/div.c
+++ b/src/div.c
@@ -1,6 +1,6 @@
/* mpfr_div -- divide two floating-point numbers
-Copyright 1999, 2001-2016 Free Software Foundation, Inc.
+Copyright 1999, 2001-2017 Free Software Foundation, Inc.
Contributed by the AriC and Caramba projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/div_2exp.c b/src/div_2exp.c
index d28e84576..276e0d9ec 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-2016 Free Software Foundation, Inc.
+Copyright 1999, 2001, 2004, 2006-2017 Free Software Foundation, Inc.
Contributed by the AriC and Caramba projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/div_2si.c b/src/div_2si.c
index 681dfd06f..155238364 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-2016 Free Software Foundation, Inc.
+Copyright 1999, 2001-2017 Free Software Foundation, Inc.
Contributed by the AriC and Caramba projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/div_2ui.c b/src/div_2ui.c
index 71ce188c8..84942b15f 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-2016 Free Software Foundation, Inc.
+Copyright 1999, 2001-2017 Free Software Foundation, Inc.
Contributed by the AriC and Caramba projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/div_d.c b/src/div_d.c
index e1f09ddb5..05178cdb9 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-2016 Free Software Foundation, Inc.
+Copyright 2007-2017 Free Software Foundation, Inc.
Contributed by the AriC and Caramba projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/div_ui.c b/src/div_ui.c
index 95983c30f..0914417ac 100644
--- a/src/div_ui.c
+++ b/src/div_ui.c
@@ -1,6 +1,6 @@
/* mpfr_div_ui -- divide a floating-point number by a machine integer
-Copyright 1999-2016 Free Software Foundation, Inc.
+Copyright 1999-2017 Free Software Foundation, Inc.
Contributed by the AriC and Caramba projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/dump.c b/src/dump.c
index 26f938ca1..8734b48b3 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-2016 Free Software Foundation, Inc.
+Copyright 1999, 2001, 2004, 2006-2017 Free Software Foundation, Inc.
Contributed by the AriC and Caramba projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/eint.c b/src/eint.c
index c8036e511..cd9588e50 100644
--- a/src/eint.c
+++ b/src/eint.c
@@ -1,6 +1,6 @@
/* mpfr_eint, mpfr_eint1 -- the exponential integral
-Copyright 2005-2016 Free Software Foundation, Inc.
+Copyright 2005-2017 Free Software Foundation, Inc.
Contributed by the AriC and Caramba projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/eq.c b/src/eq.c
index f97431bc6..7f903c3fd 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-2016 Free Software Foundation, Inc.
+Copyright 1999, 2001, 2003-2004, 2006-2017 Free Software Foundation, Inc.
Contributed by the AriC and Caramba projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/erandom.c b/src/erandom.c
index a73322b0d..b423bf4ec 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-2016 Free Software Foundation, Inc.
+Copyright 2013-2017 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 ac19332af..12f3b9f5c 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-2016 Free Software Foundation, Inc.
+Copyright 2001, 2003-2017 Free Software Foundation, Inc.
Contributed by the AriC and Caramba projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/erfc.c b/src/erfc.c
index 9dafce58e..8424e8927 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-2016 Free Software Foundation, Inc.
+Copyright 2005-2017 Free Software Foundation, Inc.
Contributed by the AriC and Caramba projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/exceptions.c b/src/exceptions.c
index 97026f81a..b457bbdf2 100644
--- a/src/exceptions.c
+++ b/src/exceptions.c
@@ -1,6 +1,6 @@
/* Exception flags and utilities. Constructors and destructors (debug).
-Copyright 2001-2016 Free Software Foundation, Inc.
+Copyright 2001-2017 Free Software Foundation, Inc.
Contributed by the AriC and Caramba projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/exp.c b/src/exp.c
index d974e062c..fab9f8a40 100644
--- a/src/exp.c
+++ b/src/exp.c
@@ -1,6 +1,6 @@
/* mpfr_exp -- exponential of a floating-point number
-Copyright 1999-2016 Free Software Foundation, Inc.
+Copyright 1999-2017 Free Software Foundation, Inc.
Contributed by the AriC and Caramba projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/exp10.c b/src/exp10.c
index e68d8aab4..f1ab5d9fb 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-2016 Free Software Foundation, Inc.
+Copyright 2003-2004, 2006-2017 Free Software Foundation, Inc.
Contributed by the AriC and Caramba projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/exp2.c b/src/exp2.c
index 270259198..0badfaf3b 100644
--- a/src/exp2.c
+++ b/src/exp2.c
@@ -1,6 +1,6 @@
/* mpfr_exp2 -- power of 2 function 2^y
-Copyright 2001-2016 Free Software Foundation, Inc.
+Copyright 2001-2017 Free Software Foundation, Inc.
Contributed by the AriC and Caramba projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/exp3.c b/src/exp3.c
index 6b8998c12..7f6206bd4 100644
--- a/src/exp3.c
+++ b/src/exp3.c
@@ -1,6 +1,6 @@
/* mpfr_exp -- exponential of a floating-point number
-Copyright 1999, 2001-2016 Free Software Foundation, Inc.
+Copyright 1999, 2001-2017 Free Software Foundation, Inc.
Contributed by the AriC and Caramba projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/exp_2.c b/src/exp_2.c
index d0ea7a20d..028833836 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-2016 Free Software Foundation, Inc.
+Copyright 1999-2017 Free Software Foundation, Inc.
Contributed by the AriC and Caramba projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/expm1.c b/src/expm1.c
index 16b9f9056..0899f181e 100644
--- a/src/expm1.c
+++ b/src/expm1.c
@@ -1,6 +1,6 @@
/* mpfr_expm1 -- Compute exp(x)-1
-Copyright 2001-2016 Free Software Foundation, Inc.
+Copyright 2001-2017 Free Software Foundation, Inc.
Contributed by the AriC and Caramba projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/extract.c b/src/extract.c
index 33f83b2d0..b3a56ffab 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-2016 Free Software Foundation, Inc.
+Copyright 2000-2002, 2004-2017 Free Software Foundation, Inc.
Contributed by the AriC and Caramba projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/factorial.c b/src/factorial.c
index c03bd6693..1ce413f9d 100644
--- a/src/factorial.c
+++ b/src/factorial.c
@@ -1,6 +1,6 @@
/* mpfr_fac_ui -- factorial of a nonnegative integer
-Copyright 2001, 2004-2016 Free Software Foundation, Inc.
+Copyright 2001, 2004-2017 Free Software Foundation, Inc.
Contributed by the AriC and Caramba projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/fits_intmax.c b/src/fits_intmax.c
index 0f738c2f7..54f19e28b 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-2016 Free Software Foundation, Inc.
+Copyright 2004, 2006-2017 Free Software Foundation, Inc.
Contributed by the AriC and Caramba projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/fits_s.h b/src/fits_s.h
index 93f970b2a..8e38e36eb 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-2016 Free Software Foundation, Inc.
+Copyright 2003-2017 Free Software Foundation, Inc.
Contributed by the AriC and Caramba projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/fits_sint.c b/src/fits_sint.c
index 5ab11409b..f214bca33 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-2016 Free Software Foundation, Inc.
+Copyright 2003, 2006-2017 Free Software Foundation, Inc.
Contributed by the AriC and Caramba projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/fits_slong.c b/src/fits_slong.c
index 3ff287486..81ae2be96 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-2016 Free Software Foundation, Inc.
+Copyright 2003, 2006-2017 Free Software Foundation, Inc.
Contributed by the AriC and Caramba projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/fits_sshort.c b/src/fits_sshort.c
index d9099800f..468792dc0 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-2016 Free Software Foundation, Inc.
+Copyright 2003, 2006-2017 Free Software Foundation, Inc.
Contributed by the AriC and Caramba projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/fits_u.h b/src/fits_u.h
index 2bd4a6e41..4c29cdd98 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-2016 Free Software Foundation, Inc.
+Copyright 2003-2017 Free Software Foundation, Inc.
Contributed by the AriC and Caramba projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/fits_uint.c b/src/fits_uint.c
index 96e2cc5ab..309e3e9d5 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-2016 Free Software Foundation, Inc.
+Copyright 2003, 2006-2017 Free Software Foundation, Inc.
Contributed by the AriC and Caramba projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/fits_uintmax.c b/src/fits_uintmax.c
index 91a794dc2..f1dd73547 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-2016 Free Software Foundation, Inc.
+Copyright 2004, 2006-2017 Free Software Foundation, Inc.
Contributed by the AriC and Caramba projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/fits_ulong.c b/src/fits_ulong.c
index 8e2c10519..847ff733a 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-2016 Free Software Foundation, Inc.
+Copyright 2003, 2006-2017 Free Software Foundation, Inc.
Contributed by the AriC and Caramba projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/fits_ushort.c b/src/fits_ushort.c
index 63bfbc0ec..067466898 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-2016 Free Software Foundation, Inc.
+Copyright 2003, 2006-2017 Free Software Foundation, Inc.
Contributed by the AriC and Caramba projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/fma.c b/src/fma.c
index e3acd85bc..945b8bb39 100644
--- a/src/fma.c
+++ b/src/fma.c
@@ -1,6 +1,6 @@
/* mpfr_fma -- Floating multiply-add
-Copyright 2001-2002, 2004, 2006-2016 Free Software Foundation, Inc.
+Copyright 2001-2002, 2004, 2006-2017 Free Software Foundation, Inc.
Contributed by the AriC and Caramba projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/fmma.c b/src/fmma.c
index fbd94ff6d..9198ccefa 100644
--- a/src/fmma.c
+++ b/src/fmma.c
@@ -1,6 +1,6 @@
/* mpfr_fmma, mpfr_fmms -- Compute a*b +/- c*d
-Copyright 2014-2016 Free Software Foundation, Inc.
+Copyright 2014-2017 Free Software Foundation, Inc.
Contributed by the AriC and Caramba projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/fms.c b/src/fms.c
index 71b56cd22..6f7c5e6a4 100644
--- a/src/fms.c
+++ b/src/fms.c
@@ -1,6 +1,6 @@
/* mpfr_fms -- Floating multiply-subtract
-Copyright 2001-2002, 2004, 2006-2016 Free Software Foundation, Inc.
+Copyright 2001-2002, 2004, 2006-2017 Free Software Foundation, Inc.
Contributed by the AriC and Caramba projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/fpif.c b/src/fpif.c
index 4ca201d1e..d71cb2e8c 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-2016 Free Software Foundation, Inc.
+Copyright 2012-2017 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 fac1bdeaf..46d4cddd7 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-2016 Free Software Foundation, Inc.
+Copyright 2002-2004, 2006-2017 Free Software Foundation, Inc.
Contributed by the AriC and Caramba projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/free_cache.c b/src/free_cache.c
index 7c323acce..61486bb3a 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-2016 Free Software Foundation, Inc.
+Copyright 2004-2017 Free Software Foundation, Inc.
Contributed by the AriC and Caramba projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/frexp.c b/src/frexp.c
index df6860426..383c627a8 100644
--- a/src/frexp.c
+++ b/src/frexp.c
@@ -1,6 +1,6 @@
/* mpfr_frexp -- convert to integral and fractional parts
-Copyright 2011-2016 Free Software Foundation, Inc.
+Copyright 2011-2017 Free Software Foundation, Inc.
Contributed by the AriC and Caramba projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/gamma.c b/src/gamma.c
index 0cf171928..7f42509e7 100644
--- a/src/gamma.c
+++ b/src/gamma.c
@@ -1,6 +1,6 @@
/* mpfr_gamma -- gamma function
-Copyright 2001-2016 Free Software Foundation, Inc.
+Copyright 2001-2017 Free Software Foundation, Inc.
Contributed by the AriC and Caramba projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/gamma_inc.c b/src/gamma_inc.c
index 862ada0fc..1271d9067 100644
--- a/src/gamma_inc.c
+++ b/src/gamma_inc.c
@@ -1,6 +1,6 @@
/* mpfr_gamma_inc -- incomplete gamma function
-Copyright 2016 Free Software Foundation, Inc.
+Copyright 2016-2017 Free Software Foundation, Inc.
Contributed by the AriC and Caramba projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/gammaonethird.c b/src/gammaonethird.c
index f7a21fe1c..c9f756e38 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-2016 Free Software Foundation, Inc.
+Copyright 2010-2017 Free Software Foundation, Inc.
Contributed by the AriC and Caramba projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/gen_inverse.h b/src/gen_inverse.h
index c0715d1da..d2676b888 100644
--- a/src/gen_inverse.h
+++ b/src/gen_inverse.h
@@ -1,6 +1,6 @@
/* generic inverse of a function.
-Copyright 2005-2016 Free Software Foundation, Inc.
+Copyright 2005-2017 Free Software Foundation, Inc.
Contributed by the AriC and Caramba 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 bb05d763c..67dbe278d 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-2016 Free Software Foundation, Inc.
+Copyright 2005-2017 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 20cde126f..75a8b36f2 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-2016 Free Software Foundation, Inc.
+Copyright 2005-2017 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 9108576be..d89b5c621 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-2016 Free Software Foundation, Inc.
+Copyright 1999-2017 Free Software Foundation, Inc.
Contributed by the AriC and Caramba projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/get_d64.c b/src/get_d64.c
index 1f9fae2c2..35d3e3cfa 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-2016 Free Software Foundation, Inc.
+Copyright 2006-2017 Free Software Foundation, Inc.
Contributed by the AriC and Caramba projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/get_exp.c b/src/get_exp.c
index 99ae1184a..8cea110d1 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-2016 Free Software Foundation, Inc.
+Copyright 2002-2004, 2006-2017 Free Software Foundation, Inc.
Contributed by the AriC and Caramba projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/get_f.c b/src/get_f.c
index 2e5821286..01ab0e2c2 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-2016 Free Software Foundation, Inc.
+Copyright 2005-2017 Free Software Foundation, Inc.
Contributed by the AriC and Caramba projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/get_float128.c b/src/get_float128.c
index 184a147bb..2fd4f0e25 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-2016 Free Software Foundation, Inc.
+Copyright 2012-2017 Free Software Foundation, Inc.
Contributed by the AriC and Caramba projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/get_flt.c b/src/get_flt.c
index 31fd72e86..c1ba68e4b 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-2016 Free Software Foundation, Inc.
+Copyright 2009-2017 Free Software Foundation, Inc.
Contributed by the AriC and Caramba projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/get_ld.c b/src/get_ld.c
index 02f4dbe54..f835fa225 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-2016 Free Software Foundation, Inc.
+Copyright 2002-2017 Free Software Foundation, Inc.
Contributed by the AriC and Caramba projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/get_si.c b/src/get_si.c
index 49d233e9b..d4ecabfe2 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-2016 Free Software Foundation, Inc.
+Copyright 2003-2017 Free Software Foundation, Inc.
Contributed by the AriC and Caramba projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/get_sj.c b/src/get_sj.c
index 93a6ed080..62e464073 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-2016 Free Software Foundation, Inc.
+Copyright 2004, 2006-2017 Free Software Foundation, Inc.
Contributed by the AriC and Caramba projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/get_str.c b/src/get_str.c
index 870b2aeaf..e39f44379 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-2016 Free Software Foundation, Inc.
+Copyright 1999-2017 Free Software Foundation, Inc.
Contributed by the AriC and Caramba projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/get_ui.c b/src/get_ui.c
index 0c2b29ebe..a45707b01 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-2016 Free Software Foundation, Inc.
+Copyright 2003-2004, 2006-2017 Free Software Foundation, Inc.
Contributed by the AriC and Caramba projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/get_uj.c b/src/get_uj.c
index 78ec465ef..3795c4c55 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-2016 Free Software Foundation, Inc.
+Copyright 2004, 2006-2017 Free Software Foundation, Inc.
Contributed by the AriC and Caramba projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/get_z.c b/src/get_z.c
index 61ee40525..32d3b684d 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-2016 Free Software Foundation, Inc.
+Copyright 2004, 2006-2017 Free Software Foundation, Inc.
Contributed by the AriC and Caramba 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 ad075b061..4674619f1 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-2016 Free Software Foundation, Inc.
+Copyright 2000-2017 Free Software Foundation, Inc.
Contributed by the AriC and Caramba projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/gmp_op.c b/src/gmp_op.c
index 6e6afc9ce..9e17abff0 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-2016 Free Software Foundation, Inc.
+Copyright 2001, 2003-2017 Free Software Foundation, Inc.
Contributed by the AriC and Caramba projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/grandom.c b/src/grandom.c
index 3f86c1280..27a11719a 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-2016 Free Software Foundation, Inc.
+Copyright 2011-2017 Free Software Foundation, Inc.
Contributed by the AriC and Caramba projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/hppa/mparam.h b/src/hppa/mparam.h
index 1d7856169..aec83f7d6 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-2016 Free Software Foundation, Inc.
+Copyright 2005-2017 Free Software Foundation, Inc.
This file is part of the GNU MPFR Library.
diff --git a/src/hypot.c b/src/hypot.c
index b53f706e2..493851ef0 100644
--- a/src/hypot.c
+++ b/src/hypot.c
@@ -1,6 +1,6 @@
/* mpfr_hypot -- Euclidean distance
-Copyright 2001-2016 Free Software Foundation, Inc.
+Copyright 2001-2017 Free Software Foundation, Inc.
Contributed by the AriC and Caramba projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/ia64/mparam.h b/src/ia64/mparam.h
index e7649bb29..8133feb9c 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-2016 Free Software Foundation, Inc.
+Copyright 2005-2017 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 42cf6b06c..cb7910545 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-2016 Free Software Foundation, Inc.
+Copyright 1999-2017 Free Software Foundation, Inc.
Contributed by the AriC and Caramba projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/init.c b/src/init.c
index e2aa53ffc..be817d98a 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-2016 Free Software Foundation, Inc.
+Copyright 1999, 2001-2002, 2004, 2006-2017 Free Software Foundation, Inc.
Contributed by the AriC and Caramba projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/init2.c b/src/init2.c
index ca114618b..89c164d10 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-2016 Free Software Foundation, Inc.
+Copyright 2001-2017 Free Software Foundation, Inc.
Contributed by the AriC and Caramba projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/inits.c b/src/inits.c
index 519f2657e..4491e13f6 100644
--- a/src/inits.c
+++ b/src/inits.c
@@ -1,6 +1,6 @@
/* mpfr_inits -- initialize several floating-point numbers
-Copyright 2003-2004, 2006-2016 Free Software Foundation, Inc.
+Copyright 2003-2004, 2006-2017 Free Software Foundation, Inc.
Contributed by the AriC and Caramba projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/inits2.c b/src/inits2.c
index 988522eed..1b9fe1bc0 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-2016 Free Software Foundation, Inc.
+Copyright 2003-2004, 2006-2017 Free Software Foundation, Inc.
Contributed by the AriC and Caramba projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/inp_str.c b/src/inp_str.c
index b155b149e..db8a1bd86 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-2016 Free Software Foundation, Inc.
+Copyright 1999, 2001-2002, 2004, 2006-2017 Free Software Foundation, Inc.
Contributed by the AriC and Caramba 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 a6595a6c7..22b70fd62 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-2016 Free Software Foundation, Inc.
+Copyright 2004-2017 Free Software Foundation, Inc.
Contributed by the AriC and Caramba projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/invert_limb.c b/src/invert_limb.c
index b1609e458..4d97ab05c 100644
--- a/src/invert_limb.c
+++ b/src/invert_limb.c
@@ -1,6 +1,6 @@
/* __gmpfr_invert_limb -- implement GMP's invert_limb (which is not in GMP API)
-Copyright 2016 Free Software Foundation, Inc.
+Copyright 2016-2017 Free Software Foundation, Inc.
Contributed by the AriC and Caramba projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/isinf.c b/src/isinf.c
index 264a8ea1a..9e15f352b 100644
--- a/src/isinf.c
+++ b/src/isinf.c
@@ -1,6 +1,6 @@
/* mpfr_inf_p -- check for infinities
-Copyright 2000-2001, 2004, 2006-2016 Free Software Foundation, Inc.
+Copyright 2000-2001, 2004, 2006-2017 Free Software Foundation, Inc.
Contributed by the AriC and Caramba projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/isinteger.c b/src/isinteger.c
index 6ec39a473..2e8a24594 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-2016 Free Software Foundation, Inc.
+Copyright 2001-2004, 2006-2017 Free Software Foundation, Inc.
Contributed by the AriC and Caramba projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/isnan.c b/src/isnan.c
index 36e8ad7a8..527161717 100644
--- a/src/isnan.c
+++ b/src/isnan.c
@@ -1,6 +1,6 @@
/* mpfr_nan_p -- check for NaN
-Copyright 2000-2001, 2004, 2006-2016 Free Software Foundation, Inc.
+Copyright 2000-2001, 2004, 2006-2017 Free Software Foundation, Inc.
Contributed by the AriC and Caramba projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/isnum.c b/src/isnum.c
index e3bf2813f..d12c5ff19 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-2016 Free Software Foundation, Inc.
+Copyright 2000-2002, 2004, 2006-2017 Free Software Foundation, Inc.
Contributed by the AriC and Caramba projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/isqrt.c b/src/isqrt.c
index 56228df7c..7646f5eb7 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-2016 Free Software Foundation, Inc.
+Copyright 2004-2017 Free Software Foundation, Inc.
Contributed by the AriC and Caramba projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/isregular.c b/src/isregular.c
index 1b5c5519b..7beb4981d 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-2016 Free Software Foundation, Inc.
+Copyright 2009-2017 Free Software Foundation, Inc.
Contributed by the AriC and Caramba projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/iszero.c b/src/iszero.c
index 45c6d470c..2b4389e02 100644
--- a/src/iszero.c
+++ b/src/iszero.c
@@ -1,6 +1,6 @@
/* mpfr_zero_p -- check for zero
-Copyright 2004, 2006-2016 Free Software Foundation, Inc.
+Copyright 2004, 2006-2017 Free Software Foundation, Inc.
Contributed by the AriC and Caramba projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/jn.c b/src/jn.c
index 66629d4b6..21940aacd 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-2016 Free Software Foundation, Inc.
+Copyright 2007-2017 Free Software Foundation, Inc.
Contributed by the AriC and Caramba projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/jyn_asympt.c b/src/jyn_asympt.c
index fe0f3b9b3..53ac2bbbf 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-2016 Free Software Foundation, Inc.
+Copyright 2007-2017 Free Software Foundation, Inc.
Contributed by the AriC and Caramba projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/li2.c b/src/li2.c
index 341ce96f2..187613771 100644
--- a/src/li2.c
+++ b/src/li2.c
@@ -1,6 +1,6 @@
/* mpfr_li2 -- Dilogarithm.
-Copyright 2007-2016 Free Software Foundation, Inc.
+Copyright 2007-2017 Free Software Foundation, Inc.
Contributed by the AriC and Caramba projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/lngamma.c b/src/lngamma.c
index d07ea033e..779611776 100644
--- a/src/lngamma.c
+++ b/src/lngamma.c
@@ -1,6 +1,6 @@
/* mpfr_lngamma -- lngamma function
-Copyright 2005-2016 Free Software Foundation, Inc.
+Copyright 2005-2017 Free Software Foundation, Inc.
Contributed by the AriC and Caramba projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/log.c b/src/log.c
index 4b428070f..7b61280b7 100644
--- a/src/log.c
+++ b/src/log.c
@@ -1,6 +1,6 @@
/* mpfr_log -- natural logarithm of a floating-point number
-Copyright 1999-2016 Free Software Foundation, Inc.
+Copyright 1999-2017 Free Software Foundation, Inc.
Contributed by the AriC and Caramba projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/log10.c b/src/log10.c
index 0bbff3d0a..04052b8ea 100644
--- a/src/log10.c
+++ b/src/log10.c
@@ -1,6 +1,6 @@
/* mpfr_log10 -- logarithm in base 10.
-Copyright 2001-2016 Free Software Foundation, Inc.
+Copyright 2001-2017 Free Software Foundation, Inc.
Contributed by the AriC and Caramba projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/log1p.c b/src/log1p.c
index e194fcffd..cbeae17c6 100644
--- a/src/log1p.c
+++ b/src/log1p.c
@@ -1,6 +1,6 @@
/* mpfr_log1p -- Compute log(1+x)
-Copyright 2001-2016 Free Software Foundation, Inc.
+Copyright 2001-2017 Free Software Foundation, Inc.
Contributed by the AriC and Caramba projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/log2.c b/src/log2.c
index 458b91738..3f81f8823 100644
--- a/src/log2.c
+++ b/src/log2.c
@@ -1,6 +1,6 @@
/* mpfr_log2 -- log base 2
-Copyright 2001-2016 Free Software Foundation, Inc.
+Copyright 2001-2017 Free Software Foundation, Inc.
Contributed by the AriC and Caramba projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/log_ui.c b/src/log_ui.c
index 4acaf20a6..3dc39c734 100644
--- a/src/log_ui.c
+++ b/src/log_ui.c
@@ -1,6 +1,6 @@
/* mpfr_log_ui -- compute natural logarithm of an unsigned long
-Copyright 2014-2016 Free Software Foundation, Inc.
+Copyright 2014-2017 Free Software Foundation, Inc.
Contributed by the AriC and Caramba projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/logging.c b/src/logging.c
index f2677cb49..c66467138 100644
--- a/src/logging.c
+++ b/src/logging.c
@@ -1,6 +1,6 @@
/* MPFR Logging functions.
-Copyright 2005-2016 Free Software Foundation, Inc.
+Copyright 2005-2017 Free Software Foundation, Inc.
Contributed by the AriC and Caramba projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/min_prec.c b/src/min_prec.c
index f2705d6fc..52c73c014 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-2016 Free Software Foundation, Inc.
+Copyright 2009-2017 Free Software Foundation, Inc.
Contributed by the AriC and Caramba projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/minmax.c b/src/minmax.c
index 469649274..f8e1dba88 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-2016 Free Software Foundation, Inc.
+Copyright 2001, 2003-2004, 2006-2017 Free Software Foundation, Inc.
Contributed by the AriC and Caramba projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/mips/mparam.h b/src/mips/mparam.h
index 23c40797d..10c5886f2 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-2016 Free Software Foundation, Inc.
+Copyright 2005-2017 Free Software Foundation, Inc.
This file is part of the GNU MPFR Library.
diff --git a/src/modf.c b/src/modf.c
index 36b017a7f..657f1e945 100644
--- a/src/modf.c
+++ b/src/modf.c
@@ -1,6 +1,6 @@
/* mpfr_modf -- Integral and fractional part.
-Copyright 2007-2016 Free Software Foundation, Inc.
+Copyright 2007-2017 Free Software Foundation, Inc.
Contributed by the AriC and Caramba 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 e61c1d0f0..1953f3095 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-2016 Free Software Foundation, Inc.
+Copyright 1991, 1993-1994, 1996-1997, 2000-2001, 2004, 2006-2017 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 e23911791..d6452ec7f 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-2016 Free Software Foundation, Inc.
+Copyright 2005-2017 Free Software Foundation, Inc.
This file is part of the GNU MPFR Library.
diff --git a/src/mpf2mpfr.h b/src/mpf2mpfr.h
index 50da5251d..036aef5da 100644
--- a/src/mpf2mpfr.h
+++ b/src/mpf2mpfr.h
@@ -1,6 +1,6 @@
/* mpf2mpfr.h -- Compatibility include file with mpf.
-Copyright 1999-2002, 2004-2016 Free Software Foundation, Inc.
+Copyright 1999-2002, 2004-2017 Free Software Foundation, Inc.
Contributed by the AriC and Caramba projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/mpfr-cvers.h b/src/mpfr-cvers.h
index c47862398..67d651efd 100644
--- a/src/mpfr-cvers.h
+++ b/src/mpfr-cvers.h
@@ -1,6 +1,6 @@
/* Utilities for MPFR developers, not exported.
-Copyright 1999-2016 Free Software Foundation, Inc.
+Copyright 1999-2017 Free Software Foundation, Inc.
Contributed by the AriC and Caramba projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/mpfr-gmp.c b/src/mpfr-gmp.c
index 0cdd8aa97..738d19e89 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-2016 Free Software Foundation, Inc.
+Copyright 2004-2017 Free Software Foundation, Inc.
Contributed by the AriC and Caramba projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/mpfr-gmp.h b/src/mpfr-gmp.h
index 8afdef1f1..083ae6f42 100644
--- a/src/mpfr-gmp.h
+++ b/src/mpfr-gmp.h
@@ -1,6 +1,6 @@
/* Uniform Interface to GMP.
-Copyright 2004-2016 Free Software Foundation, Inc.
+Copyright 2004-2017 Free Software Foundation, Inc.
Contributed by the AriC and Caramba projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/mpfr-impl.h b/src/mpfr-impl.h
index 04c9ce05c..3dde9fbee 100644
--- a/src/mpfr-impl.h
+++ b/src/mpfr-impl.h
@@ -1,6 +1,6 @@
/* Utilities for MPFR developers, not exported.
-Copyright 1999-2016 Free Software Foundation, Inc.
+Copyright 1999-2017 Free Software Foundation, Inc.
Contributed by the AriC and Caramba projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/mpfr-intmax.h b/src/mpfr-intmax.h
index 0ea29d762..c982dd8ff 100644
--- a/src/mpfr-intmax.h
+++ b/src/mpfr-intmax.h
@@ -1,6 +1,6 @@
/* MPFR internal header related to intmax_t.
-Copyright 2004-2016 Free Software Foundation, Inc.
+Copyright 2004-2017 Free Software Foundation, Inc.
Contributed by the AriC and Caramba projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/mpfr-longlong.h b/src/mpfr-longlong.h
index ed14bd3a4..2fabb40d7 100644
--- a/src/mpfr-longlong.h
+++ b/src/mpfr-longlong.h
@@ -1,6 +1,6 @@
/* longlong.h -- definitions for mixed size 32/64 bit arithmetic.
-Copyright 1991-1994, 1996, 1997, 1999-2005, 2007-2009, 2011-2016 Free Software Foundation, Inc.
+Copyright 1991-1994, 1996, 1997, 1999-2005, 2007-2009, 2011-2017 Free Software Foundation, Inc.
This file is part of the GNU MPFR Library and has been copied from
GNU MP 6.1.0 (the FIXME's come from GNU MP), except the parts marked
diff --git a/src/mpfr-mini-gmp.c b/src/mpfr-mini-gmp.c
index a9d4adcb7..278225de1 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-2016 Free Software Foundation, Inc.
+Copyright 2014-2017 Free Software Foundation, Inc.
Contributed by the AriC and Caramba 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 ad95e84e8..6695acc7f 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-2016 Free Software Foundation, Inc.
+Copyright 2014-2017 Free Software Foundation, Inc.
Contributed by the AriC and Caramba projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/mpfr-sassert.h b/src/mpfr-sassert.h
index ad785ca88..776ec7719 100644
--- a/src/mpfr-sassert.h
+++ b/src/mpfr-sassert.h
@@ -1,6 +1,6 @@
/* MPFR internal header related to Static Assertions
-Copyright 2012-2016 Free Software Foundation, Inc.
+Copyright 2012-2017 Free Software Foundation, Inc.
Contributed by the AriC and Caramba projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/mpfr-thread.h b/src/mpfr-thread.h
index 3deb342f1..10e89c3f3 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-2016 Free Software Foundation, Inc.
+Copyright 2005-2017 Free Software Foundation, Inc.
Contributed by the AriC and Caramba projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/mpfr.h b/src/mpfr.h
index 6f3de6f34..7b9b8f66c 100644
--- a/src/mpfr.h
+++ b/src/mpfr.h
@@ -1,6 +1,6 @@
/* mpfr.h -- Include file for mpfr.
-Copyright 1999-2016 Free Software Foundation, Inc.
+Copyright 1999-2017 Free Software Foundation, Inc.
Contributed by the AriC and Caramba projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/mpn_exp.c b/src/mpn_exp.c
index 1279a4c09..0565b668c 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-2016 Free Software Foundation, Inc.
+Copyright 1999-2017 Free Software Foundation, Inc.
Contributed by the AriC and Caramba projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/mul.c b/src/mul.c
index 64fa0e09b..38a8c54cc 100644
--- a/src/mul.c
+++ b/src/mul.c
@@ -1,6 +1,6 @@
/* mpfr_mul -- multiply two floating-point numbers
-Copyright 1999-2016 Free Software Foundation, Inc.
+Copyright 1999-2017 Free Software Foundation, Inc.
Contributed by the AriC and Caramba projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/mul_2exp.c b/src/mul_2exp.c
index dac89f1fe..858ed5d62 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-2016 Free Software Foundation, Inc.
+Copyright 1999, 2001, 2004, 2006-2017 Free Software Foundation, Inc.
Contributed by the AriC and Caramba projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/mul_2si.c b/src/mul_2si.c
index 04fdee403..6c0bcc6f7 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-2016 Free Software Foundation, Inc.
+Copyright 1999, 2001-2017 Free Software Foundation, Inc.
Contributed by the AriC and Caramba projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/mul_2ui.c b/src/mul_2ui.c
index fbba80dfe..10bc2c164 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-2016 Free Software Foundation, Inc.
+Copyright 1999, 2001-2017 Free Software Foundation, Inc.
Contributed by the AriC and Caramba projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/mul_d.c b/src/mul_d.c
index d8ed8ae71..00a88abc4 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-2016 Free Software Foundation, Inc.
+Copyright 2007-2017 Free Software Foundation, Inc.
Contributed by the AriC and Caramba projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/mul_ui.c b/src/mul_ui.c
index 3e76140fc..28c296d1c 100644
--- a/src/mul_ui.c
+++ b/src/mul_ui.c
@@ -1,6 +1,6 @@
/* mpfr_mul_ui -- multiply a floating-point number by a machine integer
-Copyright 1999-2016 Free Software Foundation, Inc.
+Copyright 1999-2017 Free Software Foundation, Inc.
Contributed by the AriC and Caramba projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/mulders.c b/src/mulders.c
index d1be67541..ea3a14847 100644
--- a/src/mulders.c
+++ b/src/mulders.c
@@ -1,6 +1,6 @@
/* Mulders' short product, square and division.
-Copyright 2005-2016 Free Software Foundation, Inc.
+Copyright 2005-2017 Free Software Foundation, Inc.
Contributed by the AriC and Caramba projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/neg.c b/src/neg.c
index b9f5c702c..7e8fff8b9 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-2016 Free Software Foundation, Inc.
+Copyright 1999-2001, 2004, 2006-2017 Free Software Foundation, Inc.
Contributed by the AriC and Caramba projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/next.c b/src/next.c
index 97ae1b386..7fd668f6e 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-2016 Free Software Foundation, Inc.
+Copyright 1999, 2001-2017 Free Software Foundation, Inc.
Contributed by the AriC and Caramba projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/nrandom.c b/src/nrandom.c
index c68a9a498..ed5133bc1 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-2016 Free Software Foundation, Inc.
+Copyright 2013-2017 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 88707571e..1b5e6da8f 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-2016 Free Software Foundation, Inc.
+Copyright 1999, 2001-2002, 2004, 2006-2017 Free Software Foundation, Inc.
Contributed by the AriC and Caramba projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/pow.c b/src/pow.c
index 4b3673c92..8ba7f3c3c 100644
--- a/src/pow.c
+++ b/src/pow.c
@@ -1,6 +1,6 @@
/* mpfr_pow -- power function x^y
-Copyright 2001-2016 Free Software Foundation, Inc.
+Copyright 2001-2017 Free Software Foundation, Inc.
Contributed by the AriC and Caramba projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/pow_si.c b/src/pow_si.c
index 1be572f91..f14f73216 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-2016 Free Software Foundation, Inc.
+Copyright 2001-2017 Free Software Foundation, Inc.
Contributed by the AriC and Caramba projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/pow_ui.c b/src/pow_ui.c
index 061b54cbb..4e3cb8aef 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-2016 Free Software Foundation, Inc.
+Copyright 1999-2017 Free Software Foundation, Inc.
Contributed by the AriC and Caramba projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/pow_z.c b/src/pow_z.c
index 8d1ab2e56..b2fe4c7cd 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-2016 Free Software Foundation, Inc.
+Copyright 2005-2017 Free Software Foundation, Inc.
Contributed by the AriC and Caramba projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/powerof2.c b/src/powerof2.c
index 53f0551cd..c41335c5c 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-2016 Free Software Foundation, Inc.
+Copyright 2002-2017 Free Software Foundation, Inc.
Contributed by the AriC and Caramba projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/powerpc32/mparam.h b/src/powerpc32/mparam.h
index 6b5816b49..9f393d19c 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-2016 Free Software Foundation, Inc.
+Copyright 2005-2017 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 79b87cedd..1301c809d 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-2016 Free Software Foundation, Inc.
+Copyright 2005-2017 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 cd19ddee7..ad1192675 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-2016 Free Software Foundation, Inc.
+Copyright 1999-2017 Free Software Foundation, Inc.
Contributed by the AriC and Caramba 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 4aed6a845..ed1f74e60 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-2016 Free Software Foundation, Inc.
+Copyright 1999, 2001-2004, 2006-2017 Free Software Foundation, Inc.
Contributed by the AriC and Caramba projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/printf.c b/src/printf.c
index 8fbe3fe7a..6b3e86644 100644
--- a/src/printf.c
+++ b/src/printf.c
@@ -1,6 +1,6 @@
/* mpfr_printf -- printf function and friends.
-Copyright 2007-2016 Free Software Foundation, Inc.
+Copyright 2007-2017 Free Software Foundation, Inc.
Contributed by the AriC and Caramba projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/random_deviate.c b/src/random_deviate.c
index 418d7812f..f44345281 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-2016 Free Software Foundation, Inc.
+Copyright 2013-2017 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 c70b39ed5..0a69f4a83 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-2016 Free Software Foundation, Inc.
+Copyright 2013-2017 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 fc87aa49f..8176c6e59 100644
--- a/src/rec_sqrt.c
+++ b/src/rec_sqrt.c
@@ -1,6 +1,6 @@
/* mpfr_rec_sqrt -- inverse square root
-Copyright 2008-2016 Free Software Foundation, Inc.
+Copyright 2008-2017 Free Software Foundation, Inc.
Contributed by the AriC and Caramba projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/reldiff.c b/src/reldiff.c
index eac12cb82..9464ebcd0 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-2016 Free Software Foundation, Inc.
+Copyright 2000-2001, 2004-2017 Free Software Foundation, Inc.
Contributed by the AriC and Caramba projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/rem1.c b/src/rem1.c
index 43d03b094..89ca5ed57 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-2016 Free Software Foundation, Inc.
+Copyright 2007-2017 Free Software Foundation, Inc.
Contributed by the AriC and Caramba projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/rint.c b/src/rint.c
index ace729a85..c8b1ee96a 100644
--- a/src/rint.c
+++ b/src/rint.c
@@ -1,6 +1,6 @@
/* mpfr_rint -- Round to an integer.
-Copyright 1999-2016 Free Software Foundation, Inc.
+Copyright 1999-2017 Free Software Foundation, Inc.
Contributed by the AriC and Caramba projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/rndna.c b/src/rndna.c
index 184114274..839fa138b 100644
--- a/src/rndna.c
+++ b/src/rndna.c
@@ -1,6 +1,6 @@
/* mpfr_round_nearest_away -- round to nearest away
-Copyright 2012-2016 Free Software Foundation, Inc.
+Copyright 2012-2017 Free Software Foundation, Inc.
Contributed by the AriC and Caramba projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/root.c b/src/root.c
index 5bf454498..d3b5b171a 100644
--- a/src/root.c
+++ b/src/root.c
@@ -1,6 +1,6 @@
/* mpfr_root -- kth root.
-Copyright 2005-2016 Free Software Foundation, Inc.
+Copyright 2005-2017 Free Software Foundation, Inc.
Contributed by the AriC and Caramba 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 8f6016f3f..27cd5e5dc 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-2016 Free Software Foundation, Inc.
+Copyright 2005-2017 Free Software Foundation, Inc.
Contributed by the AriC and Caramba projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/round_p.c b/src/round_p.c
index e201a1051..a7983b69a 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-2016 Free Software Foundation, Inc.
+Copyright 2005-2017 Free Software Foundation, Inc.
Contributed by the AriC and Caramba projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/round_prec.c b/src/round_prec.c
index 28d3ec5dc..08ebbadd3 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-2016 Free Software Foundation, Inc.
+Copyright 1999-2017 Free Software Foundation, Inc.
Contributed by the AriC and Caramba 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 24d24dcaf..d38905a79 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-2016 Free Software Foundation, Inc.
+Copyright 1999-2017 Free Software Foundation, Inc.
Contributed by the AriC and Caramba projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/scale2.c b/src/scale2.c
index cb51b7aaa..bcc8ec002 100644
--- a/src/scale2.c
+++ b/src/scale2.c
@@ -1,6 +1,6 @@
/* mpfr_scale2 -- multiply a double float by 2^exp
-Copyright 1999-2016 Free Software Foundation, Inc.
+Copyright 1999-2017 Free Software Foundation, Inc.
Contributed by the AriC and Caramba projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/sec.c b/src/sec.c
index 300591629..d24636c84 100644
--- a/src/sec.c
+++ b/src/sec.c
@@ -1,6 +1,6 @@
/* mpfr_sec - secant function = 1/cos.
-Copyright 2005-2016 Free Software Foundation, Inc.
+Copyright 2005-2017 Free Software Foundation, Inc.
Contributed by the AriC and Caramba projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/sech.c b/src/sech.c
index 4dd9da784..5060ed72b 100644
--- a/src/sech.c
+++ b/src/sech.c
@@ -1,6 +1,6 @@
/* mpfr_sech - Hyperbolic secant function = 1/cosh.
-Copyright 2005-2016 Free Software Foundation, Inc.
+Copyright 2005-2017 Free Software Foundation, Inc.
Contributed by the AriC and Caramba projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/set.c b/src/set.c
index d4490b557..326b06ce1 100644
--- a/src/set.c
+++ b/src/set.c
@@ -1,6 +1,6 @@
/* mpfr_set -- copy of a floating-point number
-Copyright 1999, 2001-2016 Free Software Foundation, Inc.
+Copyright 1999, 2001-2017 Free Software Foundation, Inc.
Contributed by the AriC and Caramba projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/set_d.c b/src/set_d.c
index f1123fa92..d8a3091d2 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-2016 Free Software Foundation, Inc.
+Copyright 1999-2004, 2006-2017 Free Software Foundation, Inc.
Contributed by the AriC and Caramba projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/set_d64.c b/src/set_d64.c
index c31f395a3..321c121e4 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-2016 Free Software Foundation, Inc.
+Copyright 2006-2017 Free Software Foundation, Inc.
Contributed by the AriC and Caramba 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 36dd8bf23..f4c876d90 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-2016 Free Software Foundation, Inc.
+Copyright 1999-2001, 2004-2017 Free Software Foundation, Inc.
Contributed by the AriC and Caramba projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/set_exp.c b/src/set_exp.c
index 5df05e5e3..3e315c825 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-2016 Free Software Foundation, Inc.
+Copyright 2002-2004, 2006-2017 Free Software Foundation, Inc.
Contributed by the AriC and Caramba projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/set_f.c b/src/set_f.c
index e06f68e59..396ebe701 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-2016 Free Software Foundation, Inc.
+Copyright 1999-2017 Free Software Foundation, Inc.
Contributed by the AriC and Caramba projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/set_float128.c b/src/set_float128.c
index 8aa11bd43..19bf80ea9 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-2016 Free Software Foundation, Inc.
+Copyright 2012-2017 Free Software Foundation, Inc.
Contributed by the AriC and Caramba projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/set_flt.c b/src/set_flt.c
index b66da2f0d..df92a73cb 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-2016 Free Software Foundation, Inc.
+Copyright 2009-2017 Free Software Foundation, Inc.
Contributed by the AriC and Caramba projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/set_inf.c b/src/set_inf.c
index 0f1f5c4e2..06fc45f30 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-2016 Free Software Foundation, Inc.
+Copyright 2002, 2004, 2006-2017 Free Software Foundation, Inc.
Contributed by the AriC and Caramba projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/set_ld.c b/src/set_ld.c
index 9f63e5138..0521af56e 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-2016 Free Software Foundation, Inc.
+Copyright 2002-2017 Free Software Foundation, Inc.
Contributed by the AriC and Caramba projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/set_nan.c b/src/set_nan.c
index 08b546fbc..8d0a40601 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-2016 Free Software Foundation, Inc.
+Copyright 2002, 2006-2017 Free Software Foundation, Inc.
Contributed by the AriC and Caramba 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 dc201b834..b4230cae6 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-2016 Free Software Foundation, Inc.
+Copyright 2000-2001, 2004, 2006-2017 Free Software Foundation, Inc.
Contributed by the AriC and Caramba projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/set_prec.c b/src/set_prec.c
index eb2a721c7..4245f3c76 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-2016 Free Software Foundation, Inc.
+Copyright 1999, 2001-2002, 2004, 2006-2017 Free Software Foundation, Inc.
Contributed by the AriC and Caramba projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/set_q.c b/src/set_q.c
index d25a4e6e5..7bffc6007 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-2016 Free Software Foundation, Inc.
+Copyright 2000-2002, 2004-2017 Free Software Foundation, Inc.
Contributed by the AriC and Caramba projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/set_rnd.c b/src/set_rnd.c
index bb96930da..56b5c2d05 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-2016 Free Software Foundation, Inc.
+Copyright 1999, 2001, 2004-2017 Free Software Foundation, Inc.
Contributed by the AriC and Caramba projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/set_si.c b/src/set_si.c
index ce77aced2..f0576ffba 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-2016 Free Software Foundation, Inc.
+Copyright 1999-2017 Free Software Foundation, Inc.
Contributed by the AriC and Caramba 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 dff263dbf..5b59d1311 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-2016 Free Software Foundation, Inc.
+Copyright 2004, 2006-2017 Free Software Foundation, Inc.
Contributed by the AriC and Caramba projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/set_sj.c b/src/set_sj.c
index ca409a9bb..656012b72 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-2016 Free Software Foundation, Inc.
+Copyright 2004-2017 Free Software Foundation, Inc.
Contributed by the AriC and Caramba projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/set_str.c b/src/set_str.c
index 191db5826..e6ca69d81 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-2016 Free Software Foundation, Inc.
+Copyright 2000-2017 Free Software Foundation, Inc.
Contributed by the AriC and Caramba 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 e84c25059..cb12477d8 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-2016 Free Software Foundation, Inc.
+Copyright 1999-2017 Free Software Foundation, Inc.
Contributed by the AriC and Caramba projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/set_ui.c b/src/set_ui.c
index d59f5b9d2..26d2cf2e1 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-2016 Free Software Foundation, Inc.
+Copyright 1999-2017 Free Software Foundation, Inc.
Contributed by the AriC and Caramba 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 029595ba8..88281f568 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-2016 Free Software Foundation, Inc.
+Copyright 2004, 2006-2017 Free Software Foundation, Inc.
Contributed by the AriC and Caramba projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/set_uj.c b/src/set_uj.c
index a7cb0bdd8..50d77114a 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-2016 Free Software Foundation, Inc.
+Copyright 2004-2017 Free Software Foundation, Inc.
Contributed by the AriC and Caramba projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/set_z.c b/src/set_z.c
index e480bc653..9d6bd32b5 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-2016 Free Software Foundation, Inc.
+Copyright 1999-2017 Free Software Foundation, Inc.
Contributed by the AriC and Caramba 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 773f73c16..444c967e1 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-2016 Free Software Foundation, Inc.
+Copyright 1999-2017 Free Software Foundation, Inc.
Contributed by the AriC and Caramba projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/set_zero.c b/src/set_zero.c
index ba471340f..ed8221650 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-2016 Free Software Foundation, Inc.
+Copyright 2009-2017 Free Software Foundation, Inc.
Contributed by the AriC and Caramba projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/setmax.c b/src/setmax.c
index 4409a20c5..fa0e41ec0 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-2016 Free Software Foundation, Inc.
+Copyright 2002-2004, 2006-2017 Free Software Foundation, Inc.
Contributed by the AriC and Caramba projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/setmin.c b/src/setmin.c
index 78b5deedf..24495b714 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-2016 Free Software Foundation, Inc.
+Copyright 2002-2004, 2006-2017 Free Software Foundation, Inc.
Contributed by the AriC and Caramba projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/setsign.c b/src/setsign.c
index 06d9f7c3f..31461c2a7 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-2016 Free Software Foundation, Inc.
+Copyright 2007-2017 Free Software Foundation, Inc.
Contributed by the AriC and Caramba projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/sgn.c b/src/sgn.c
index 8d3aab021..553bd5ac1 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-2016 Free Software Foundation, Inc.
+Copyright 2003-2004, 2006-2017 Free Software Foundation, Inc.
Contributed by the AriC and Caramba projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/si_op.c b/src/si_op.c
index d05383ae6..a65799fef 100644
--- a/src/si_op.c
+++ b/src/si_op.c
@@ -5,7 +5,7 @@
mpfr_div_si -- divide a floating-point number by a machine integer
mpfr_si_div -- divide a machine number by a floating-point number
-Copyright 2004-2016 Free Software Foundation, Inc.
+Copyright 2004-2017 Free Software Foundation, Inc.
Contributed by the AriC and Caramba projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/signbit.c b/src/signbit.c
index 875e11970..d0e8a88df 100644
--- a/src/signbit.c
+++ b/src/signbit.c
@@ -1,6 +1,6 @@
/* mpfr_signbit -- Signbit of a MPFR number
-Copyright 2007-2016 Free Software Foundation, Inc.
+Copyright 2007-2017 Free Software Foundation, Inc.
Contributed by the AriC and Caramba projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/sin.c b/src/sin.c
index ce3aea2cc..142fdf834 100644
--- a/src/sin.c
+++ b/src/sin.c
@@ -1,6 +1,6 @@
/* mpfr_sin -- sine of a floating-point number
-Copyright 2001-2016 Free Software Foundation, Inc.
+Copyright 2001-2017 Free Software Foundation, Inc.
Contributed by the AriC and Caramba projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/sin_cos.c b/src/sin_cos.c
index 0ecdcf98e..336e8216e 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-2016 Free Software Foundation, Inc.
+Copyright 2002-2017 Free Software Foundation, Inc.
Contributed by the AriC and Caramba projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/sinh.c b/src/sinh.c
index 9854c83c2..4a2ca6450 100644
--- a/src/sinh.c
+++ b/src/sinh.c
@@ -1,6 +1,6 @@
/* mpfr_sinh -- hyperbolic sine
-Copyright 2001-2016 Free Software Foundation, Inc.
+Copyright 2001-2017 Free Software Foundation, Inc.
Contributed by the AriC and Caramba projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/sinh_cosh.c b/src/sinh_cosh.c
index a732a8f68..628eecfd5 100644
--- a/src/sinh_cosh.c
+++ b/src/sinh_cosh.c
@@ -1,6 +1,6 @@
/* mpfr_sinh_cosh -- hyperbolic sine and cosine
-Copyright 2001-2016 Free Software Foundation, Inc.
+Copyright 2001-2017 Free Software Foundation, Inc.
Contributed by the AriC and Caramba projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/sparc64/mparam.h b/src/sparc64/mparam.h
index 26a7b9124..7d952a676 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-2016 Free Software Foundation, Inc.
+Copyright 2005-2017 Free Software Foundation, Inc.
This file is part of the GNU MPFR Library.
diff --git a/src/sqr.c b/src/sqr.c
index 076610f57..abe046faa 100644
--- a/src/sqr.c
+++ b/src/sqr.c
@@ -1,6 +1,6 @@
/* mpfr_sqr -- Floating square
-Copyright 2004-2016 Free Software Foundation, Inc.
+Copyright 2004-2017 Free Software Foundation, Inc.
Contributed by the AriC and Caramba projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/sqrt.c b/src/sqrt.c
index 72e52aaa6..f14ae183c 100644
--- a/src/sqrt.c
+++ b/src/sqrt.c
@@ -1,6 +1,6 @@
/* mpfr_sqrt -- square root of a floating-point number
-Copyright 1999-2016 Free Software Foundation, Inc.
+Copyright 1999-2017 Free Software Foundation, Inc.
Contributed by the AriC and Caramba projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/sqrt_tab.h b/src/sqrt_tab.h
index 812bd01a1..4db019b07 100644
--- a/src/sqrt_tab.h
+++ b/src/sqrt_tab.h
@@ -1,6 +1,6 @@
/* sqrt_tab.h - tables for sqrt.c with GMP_NUMB_BITS == 64
-Copyright 2016 Free Software Foundation, Inc.
+Copyright 2016-2017 Free Software Foundation, Inc.
Contributed by the AriC and Caramba projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/sqrt_ui.c b/src/sqrt_ui.c
index 8cb916ca6..fbc46e2ae 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-2016 Free Software Foundation, Inc.
+Copyright 2000-2004, 2006-2017 Free Software Foundation, Inc.
Contributed by the AriC and Caramba projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/stack_interface.c b/src/stack_interface.c
index fdf0edf2a..f28a4c548 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-2016 Free Software Foundation, Inc.
+Copyright 2005-2017 Free Software Foundation, Inc.
Contributed by the AriC and Caramba projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/strtofr.c b/src/strtofr.c
index 916952860..efd5ef5ff 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-2016 Free Software Foundation, Inc.
+Copyright 2004-2017 Free Software Foundation, Inc.
Contributed by the AriC and Caramba projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/sub.c b/src/sub.c
index d632d38fc..69c679e1d 100644
--- a/src/sub.c
+++ b/src/sub.c
@@ -1,6 +1,6 @@
/* mpfr_sub -- subtract two floating-point numbers
-Copyright 2001-2004, 2006-2016 Free Software Foundation, Inc.
+Copyright 2001-2004, 2006-2017 Free Software Foundation, Inc.
Contributed by the AriC and Caramba projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/sub1.c b/src/sub1.c
index 7d1938af4..805f3ee16 100644
--- a/src/sub1.c
+++ b/src/sub1.c
@@ -1,6 +1,6 @@
/* mpfr_sub1 -- internal function to perform a "real" subtraction
-Copyright 2001-2016 Free Software Foundation, Inc.
+Copyright 2001-2017 Free Software Foundation, Inc.
Contributed by the AriC and Caramba projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/sub1sp.c b/src/sub1sp.c
index 830176bee..2490a65f7 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-2016 Free Software Foundation, Inc.
+Copyright 2003-2017 Free Software Foundation, Inc.
Contributed by the AriC and Caramba projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/sub_d.c b/src/sub_d.c
index c938d0378..b61fefb53 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-2016 Free Software Foundation, Inc.
+Copyright 2007-2017 Free Software Foundation, Inc.
Contributed by the AriC and Caramba projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/sub_ui.c b/src/sub_ui.c
index 0b6d60ff1..ad24c1350 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-2016 Free Software Foundation, Inc.
+Copyright 2000-2017 Free Software Foundation, Inc.
Contributed by the AriC and Caramba projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/subnormal.c b/src/subnormal.c
index 5c962cb5d..c5a656029 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-2016 Free Software Foundation, Inc.
+Copyright 2005-2017 Free Software Foundation, Inc.
Contributed by the AriC and Caramba projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/sum.c b/src/sum.c
index 963df804e..e7cfa0028 100644
--- a/src/sum.c
+++ b/src/sum.c
@@ -1,6 +1,6 @@
/* Sum -- efficiently sum a list of floating-point numbers
-Copyright 2014-2016 Free Software Foundation, Inc.
+Copyright 2014-2017 Free Software Foundation, Inc.
Contributed by the AriC and Caramba projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/swap.c b/src/swap.c
index a72820890..ed488ca88 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-2016 Free Software Foundation, Inc.
+Copyright 2000-2004, 2006-2017 Free Software Foundation, Inc.
Contributed by the AriC and Caramba projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/tan.c b/src/tan.c
index b10edc620..4f65f1bcd 100644
--- a/src/tan.c
+++ b/src/tan.c
@@ -1,6 +1,6 @@
/* mpfr_tan -- tangent of a floating-point number
-Copyright 2001-2016 Free Software Foundation, Inc.
+Copyright 2001-2017 Free Software Foundation, Inc.
Contributed by the AriC and Caramba projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/tanh.c b/src/tanh.c
index a7243123e..06adf7874 100644
--- a/src/tanh.c
+++ b/src/tanh.c
@@ -1,6 +1,6 @@
/* mpfr_tanh -- hyperbolic tangent
-Copyright 2001-2016 Free Software Foundation, Inc.
+Copyright 2001-2017 Free Software Foundation, Inc.
Contributed by the AriC and Caramba projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/ubf.c b/src/ubf.c
index e43e0e41d..78eb90e37 100644
--- a/src/ubf.c
+++ b/src/ubf.c
@@ -1,6 +1,6 @@
/* Functions to work with unbounded floats (limited low-level interface).
-Copyright 2016 Free Software Foundation, Inc.
+Copyright 2016-2017 Free Software Foundation, Inc.
Contributed by the AriC and Caramba projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/uceil_exp2.c b/src/uceil_exp2.c
index bb5da19b6..c68147f57 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-2016 Free Software Foundation, Inc.
+Copyright 1999-2004, 2006-2017 Free Software Foundation, Inc.
Contributed by the AriC and Caramba projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/uceil_log2.c b/src/uceil_log2.c
index 8e1aa1f83..700e0172a 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-2016 Free Software Foundation, Inc.
+Copyright 1999-2004, 2006-2017 Free Software Foundation, Inc.
Contributed by the AriC and Caramba projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/ufloor_log2.c b/src/ufloor_log2.c
index 32cb486f0..5101b74ce 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-2016 Free Software Foundation, Inc.
+Copyright 1999-2004, 2006-2017 Free Software Foundation, Inc.
Contributed by the AriC and Caramba projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/ui_div.c b/src/ui_div.c
index a97ec65f8..36121edca 100644
--- a/src/ui_div.c
+++ b/src/ui_div.c
@@ -1,6 +1,6 @@
/* mpfr_ui_div -- divide a machine integer by a floating-point number
-Copyright 2000-2016 Free Software Foundation, Inc.
+Copyright 2000-2017 Free Software Foundation, Inc.
Contributed by the AriC and Caramba projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/ui_pow.c b/src/ui_pow.c
index f43412511..712b53d09 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-2016 Free Software Foundation, Inc.
+Copyright 2001-2004, 2006-2017 Free Software Foundation, Inc.
Contributed by the AriC and Caramba 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 ccabe7126..654fc01e7 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-2016 Free Software Foundation, Inc.
+Copyright 1999-2017 Free Software Foundation, Inc.
Contributed by the AriC and Caramba projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/ui_sub.c b/src/ui_sub.c
index 538151520..e8091a501 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-2016 Free Software Foundation, Inc.
+Copyright 2000-2017 Free Software Foundation, Inc.
Contributed by the AriC and Caramba projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/urandom.c b/src/urandom.c
index 7254cc0f0..b5d7d9ec6 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-2016 Free Software Foundation, Inc.
+Copyright 2000-2004, 2006-2017 Free Software Foundation, Inc.
Contributed by the AriC and Caramba projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/urandomb.c b/src/urandomb.c
index c851fdfbe..6242c09c0 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-2016 Free Software Foundation, Inc.
+Copyright 2000-2004, 2006-2017 Free Software Foundation, Inc.
Contributed by the AriC and Caramba projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/vasprintf.c b/src/vasprintf.c
index 00ec88dfc..1493bdef7 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-2016 Free Software Foundation, Inc.
+Copyright 2007-2017 Free Software Foundation, Inc.
Contributed by the AriC and Caramba projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/version.c b/src/version.c
index 92708aaea..ab2cab465 100644
--- a/src/version.c
+++ b/src/version.c
@@ -1,6 +1,6 @@
/* mpfr_get_version -- MPFR version
-Copyright 2004-2016 Free Software Foundation, Inc.
+Copyright 2004-2017 Free Software Foundation, Inc.
Contributed by the AriC and Caramba projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/volatile.c b/src/volatile.c
index 938655eba..ac6af05b7 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-2016 Free Software Foundation, Inc.
+Copyright 2003-2004, 2006-2017 Free Software Foundation, Inc.
Contributed by the AriC and Caramba 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 04edd526c..21b771d42 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-2016 Free Software Foundation, Inc.
+Copyright 2005-2017 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 978760a4c..99f37b1d9 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-2016 Free Software Foundation, Inc.
+Copyright 2005-2017 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 59025ad09..2bba007eb 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-2016 Free Software Foundation, Inc.
+Copyright 2005-2017 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 059d53e3e..76c127b27 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-2016 Free Software Foundation, Inc.
+Copyright 2005-2017 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 88a06e542..311c05804 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-2016 Free Software Foundation, Inc.
+Copyright 2005-2017 Free Software Foundation, Inc.
This file is part of the GNU MPFR Library.
diff --git a/src/yn.c b/src/yn.c
index f32b0f345..715305183 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-2016 Free Software Foundation, Inc.
+Copyright 2007-2017 Free Software Foundation, Inc.
Contributed by the AriC and Caramba projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/zeta.c b/src/zeta.c
index 2839bc253..a9d97a0f4 100644
--- a/src/zeta.c
+++ b/src/zeta.c
@@ -1,6 +1,6 @@
/* mpfr_zeta -- compute the Riemann Zeta function
-Copyright 2003-2016 Free Software Foundation, Inc.
+Copyright 2003-2017 Free Software Foundation, Inc.
Contributed by the AriC and Caramba projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/src/zeta_ui.c b/src/zeta_ui.c
index 6d43504ef..e43daa15a 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-2016 Free Software Foundation, Inc.
+Copyright 2005-2017 Free Software Foundation, Inc.
Contributed by the AriC and Caramba projects, INRIA.
This file is part of the GNU MPFR Library.