diff options
author | vlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4> | 2014-01-03 20:39:49 +0000 |
---|---|---|
committer | vlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4> | 2014-01-03 20:39:49 +0000 |
commit | fe41b8801e2d2e61cee1d6812fc26dddd8703c2d (patch) | |
tree | fcf5666ff05907ad531ae758ce772d487f6b13eb /src | |
parent | 1182eade37f778acbd57ee48a036ffe1704cb70d (diff) | |
download | mpfr-fe41b8801e2d2e61cee1d6812fc26dddd8703c2d.tar.gz |
Copyright notice update: added 2014 with
perl -pi -e 's/ (\d{4}-)?(2013)(?= Free Software)/
" ".($1||"$2-").($2+1)/e' **/*(^/)
under zsh, reverting the ChangeLog file (the m4 and tools/mbench
directories were not modified).
Removed 2013 from the example in the doc/README.dev file.
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/branches/3.1@8724 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'src')
248 files changed, 248 insertions, 248 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 8db406219..31fb3c912 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,4 +1,4 @@ -# Copyright 2000-2013 Free Software Foundation, Inc. +# Copyright 2000-2014 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 b61c6395f..79de98e3f 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-2013 Free Software Foundation, Inc. +Copyright 2005-2014 Free Software Foundation, Inc. Contributed by the AriC and Caramel projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/src/acos.c b/src/acos.c index 5ab3626a6..694855e09 100644 --- a/src/acos.c +++ b/src/acos.c @@ -1,6 +1,6 @@ /* mpfr_acos -- arc-cosinus of a floating-point number -Copyright 2001-2013 Free Software Foundation, Inc. +Copyright 2001-2014 Free Software Foundation, Inc. Contributed by the AriC and Caramel projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/src/acosh.c b/src/acosh.c index d58f73e4f..2c1973020 100644 --- a/src/acosh.c +++ b/src/acosh.c @@ -1,6 +1,6 @@ /* mpfr_acosh -- inverse hyperbolic cosine -Copyright 2001-2013 Free Software Foundation, Inc. +Copyright 2001-2014 Free Software Foundation, Inc. Contributed by the AriC and Caramel projects, INRIA. This file is part of the GNU MPFR Library. @@ -1,6 +1,6 @@ /* mpfr_add -- add two floating-point numbers -Copyright 1999-2004, 2006-2013 Free Software Foundation, Inc. +Copyright 1999-2004, 2006-2014 Free Software Foundation, Inc. Contributed by the AriC and Caramel projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/src/add1.c b/src/add1.c index cd6129d37..4dd203930 100644 --- a/src/add1.c +++ b/src/add1.c @@ -1,6 +1,6 @@ /* mpfr_add1 -- internal function to perform a "real" addition -Copyright 1999-2013 Free Software Foundation, Inc. +Copyright 1999-2014 Free Software Foundation, Inc. Contributed by the AriC and Caramel projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/src/add1sp.c b/src/add1sp.c index 04e96178e..4806e8eac 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-2013 Free Software Foundation, Inc. +Copyright 2004-2014 Free Software Foundation, Inc. Contributed by the AriC and Caramel projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/src/add_d.c b/src/add_d.c index 8fe27bfe8..091ebb420 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-2013 Free Software Foundation, Inc. +Copyright 2007-2014 Free Software Foundation, Inc. Contributed by the AriC and Caramel projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/src/add_ui.c b/src/add_ui.c index 00d212b15..72c5fa937 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-2013 Free Software Foundation, Inc. +Copyright 2000-2004, 2006-2014 Free Software Foundation, Inc. Contributed by the AriC and Caramel projects, INRIA. This file is part of the GNU MPFR Library. @@ -1,6 +1,6 @@ /* mpfr_agm -- arithmetic-geometric mean of two floating-point numbers -Copyright 1999-2013 Free Software Foundation, Inc. +Copyright 1999-2014 Free Software Foundation, Inc. Contributed by the AriC and Caramel projects, INRIA. This file is part of the GNU MPFR Library. @@ -1,6 +1,6 @@ /* mpfr_ai -- Airy function Ai -Copyright 2010-2013 Free Software Foundation, Inc. +Copyright 2010-2014 Free Software Foundation, Inc. Contributed by the AriC and Caramel projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/src/amd/amdfam10/mparam.h b/src/amd/amdfam10/mparam.h index 4f3da8813..378915576 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-2013 Free Software Foundation, Inc. +Copyright 2005-2014 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 7f2442483..fd19e6f9f 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-2013 Free Software Foundation, Inc. +Copyright 2005-2014 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 345396c9b..da025bfcb 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-2013 Free Software Foundation, Inc. +Copyright 2005-2014 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 0a5d67d0b..c4dc0325c 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-2013 Free Software Foundation, Inc. +Copyright 2005-2014 Free Software Foundation, Inc. This file is part of the GNU MPFR Library. diff --git a/src/asin.c b/src/asin.c index 0a80c92ff..c49187221 100644 --- a/src/asin.c +++ b/src/asin.c @@ -1,6 +1,6 @@ /* mpfr_asin -- arc-sinus of a floating-point number -Copyright 2001-2013 Free Software Foundation, Inc. +Copyright 2001-2014 Free Software Foundation, Inc. Contributed by the AriC and Caramel projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/src/asinh.c b/src/asinh.c index e97fbb451..37a7f6007 100644 --- a/src/asinh.c +++ b/src/asinh.c @@ -1,6 +1,6 @@ /* mpfr_asinh -- inverse hyperbolic sine -Copyright 2001-2013 Free Software Foundation, Inc. +Copyright 2001-2014 Free Software Foundation, Inc. Contributed by the AriC and Caramel projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/src/atan.c b/src/atan.c index 19433a8dd..7c52f081a 100644 --- a/src/atan.c +++ b/src/atan.c @@ -1,6 +1,6 @@ /* mpfr_atan -- arc-tangent of a floating-point number -Copyright 2001-2013 Free Software Foundation, Inc. +Copyright 2001-2014 Free Software Foundation, Inc. Contributed by the AriC and Caramel projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/src/atan2.c b/src/atan2.c index 52b28de69..4324023ec 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-2013 Free Software Foundation, Inc. +Copyright 2005-2014 Free Software Foundation, Inc. Contributed by the AriC and Caramel projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/src/atanh.c b/src/atanh.c index 62357ac2f..ffd4c2ee8 100644 --- a/src/atanh.c +++ b/src/atanh.c @@ -1,6 +1,6 @@ /* mpfr_atanh -- Inverse Hyperbolic Tangente -Copyright 2001-2013 Free Software Foundation, Inc. +Copyright 2001-2014 Free Software Foundation, Inc. Contributed by the AriC and Caramel projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/src/bernoulli.c b/src/bernoulli.c index 6162f2294..0aa8eba2f 100644 --- a/src/bernoulli.c +++ b/src/bernoulli.c @@ -1,6 +1,6 @@ /* bernoulli -- internal function to compute Bernoulli numbers. -Copyright 2005-2013 Free Software Foundation, Inc. +Copyright 2005-2014 Free Software Foundation, Inc. Contributed by the AriC and Caramel projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/src/buildopt.c b/src/buildopt.c index 76940b817..ea8d98d2b 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-2013 Free Software Foundation, Inc. +Copyright 2009-2014 Free Software Foundation, Inc. Contributed by the AriC and Caramel projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/src/cache.c b/src/cache.c index e5a2e5f93..f8602a182 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-2013 Free Software Foundation, Inc. +Copyright 2004-2014 Free Software Foundation, Inc. Contributed by the AriC and Caramel projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/src/cbrt.c b/src/cbrt.c index 994729ebf..8af6c2bad 100644 --- a/src/cbrt.c +++ b/src/cbrt.c @@ -1,6 +1,6 @@ /* mpfr_cbrt -- cube root function. -Copyright 2002-2013 Free Software Foundation, Inc. +Copyright 2002-2014 Free Software Foundation, Inc. Contributed by the AriC and Caramel projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/src/check.c b/src/check.c index 78ec1f886..fd45ed2a5 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-2013 Free Software Foundation, Inc. +Copyright 2003-2004, 2006-2014 Free Software Foundation, Inc. Contributed by the AriC and Caramel projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/src/clear.c b/src/clear.c index 1829430af..1c1bd3a72 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-2013 Free Software Foundation, Inc. +Copyright 1999-2001, 2004-2014 Free Software Foundation, Inc. Contributed by the AriC and Caramel projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/src/clears.c b/src/clears.c index 8606e02d7..8c8c6099f 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-2013 Free Software Foundation, Inc. +Copyright 2003-2004, 2006-2014 Free Software Foundation, Inc. Contributed by the AriC and Caramel projects, INRIA. This file is part of the GNU MPFR Library. @@ -1,6 +1,6 @@ /* mpfr_cmp -- compare two floating-point numbers -Copyright 1999, 2001, 2003-2013 Free Software Foundation, Inc. +Copyright 1999, 2001, 2003-2014 Free Software Foundation, Inc. Contributed by the AriC and Caramel projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/src/cmp2.c b/src/cmp2.c index 4745dfa8d..ddecf8dc0 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-2013 Free Software Foundation, Inc. +Copyright 1999-2004, 2006-2014 Free Software Foundation, Inc. Contributed by the AriC and Caramel projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/src/cmp_abs.c b/src/cmp_abs.c index 18aa08066..ec1519e6a 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-2013 Free Software Foundation, Inc. +Copyright 1999, 2001-2004, 2006-2014 Free Software Foundation, Inc. Contributed by the AriC and Caramel projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/src/cmp_d.c b/src/cmp_d.c index 7366ee8cd..654ca0d4c 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-2013 Free Software Foundation, Inc. +Copyright 2003-2004, 2006-2014 Free Software Foundation, Inc. Contributed by the AriC and Caramel projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/src/cmp_ld.c b/src/cmp_ld.c index ce12c257f..9f6bf1158 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-2013 Free Software Foundation, Inc. +Copyright 2004, 2006-2014 Free Software Foundation, Inc. Contributed by the AriC and Caramel projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/src/cmp_si.c b/src/cmp_si.c index da7d3ac9a..9e1d9190c 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-2013 Free Software Foundation, Inc. +Copyright 1999, 2001-2014 Free Software Foundation, Inc. Contributed by the AriC and Caramel projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/src/cmp_ui.c b/src/cmp_ui.c index 3d36d24ce..c713b8bba 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-2013 Free Software Foundation, Inc. +Copyright 1999, 2001-2004, 2006-2014 Free Software Foundation, Inc. Contributed by the AriC and Caramel projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/src/comparisons.c b/src/comparisons.c index 768fa7675..3f98aa8b8 100644 --- a/src/comparisons.c +++ b/src/comparisons.c @@ -1,6 +1,6 @@ /* comparison predicates -Copyright 2002-2004, 2006-2013 Free Software Foundation, Inc. +Copyright 2002-2004, 2006-2014 Free Software Foundation, Inc. Contributed by the AriC and Caramel projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/src/const_catalan.c b/src/const_catalan.c index 4854b0b19..2ed347d2e 100644 --- a/src/const_catalan.c +++ b/src/const_catalan.c @@ -1,6 +1,6 @@ /* mpfr_const_catalan -- compute Catalan's constant. -Copyright 2005-2013 Free Software Foundation, Inc. +Copyright 2005-2014 Free Software Foundation, Inc. Contributed by the AriC and Caramel projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/src/const_euler.c b/src/const_euler.c index 9174673ee..365678425 100644 --- a/src/const_euler.c +++ b/src/const_euler.c @@ -1,6 +1,6 @@ /* mpfr_const_euler -- Euler's constant -Copyright 2001-2013 Free Software Foundation, Inc. +Copyright 2001-2014 Free Software Foundation, Inc. Contributed by the AriC and Caramel projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/src/const_log2.c b/src/const_log2.c index 7ed79805b..4ecfa57cd 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-2013 Free Software Foundation, Inc. +Copyright 1999, 2001-2014 Free Software Foundation, Inc. Contributed by the AriC and Caramel projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/src/const_pi.c b/src/const_pi.c index e5bb31628..ad6f92184 100644 --- a/src/const_pi.c +++ b/src/const_pi.c @@ -1,6 +1,6 @@ /* mpfr_const_pi -- compute Pi -Copyright 1999-2013 Free Software Foundation, Inc. +Copyright 1999-2014 Free Software Foundation, Inc. Contributed by the AriC and Caramel projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/src/constant.c b/src/constant.c index 42c405279..0599ef7fa 100644 --- a/src/constant.c +++ b/src/constant.c @@ -1,6 +1,6 @@ /* MPFR internal constant FP numbers -Copyright 2005-2013 Free Software Foundation, Inc. +Copyright 2005-2014 Free Software Foundation, Inc. Contributed by the AriC and Caramel projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/src/copysign.c b/src/copysign.c index 68c0fd134..fcbbaf27a 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-2013 Free Software Foundation, Inc. +Copyright 2001-2004, 2006-2014 Free Software Foundation, Inc. Contributed by the AriC and Caramel projects, INRIA. This file is part of the GNU MPFR Library. @@ -1,6 +1,6 @@ /* mpfr_cos -- cosine of a floating-point number -Copyright 2001-2013 Free Software Foundation, Inc. +Copyright 2001-2014 Free Software Foundation, Inc. Contributed by the AriC and Caramel projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/src/cosh.c b/src/cosh.c index 010774581..b207bb5d5 100644 --- a/src/cosh.c +++ b/src/cosh.c @@ -1,6 +1,6 @@ /* mpfr_cosh -- hyperbolic cosine -Copyright 2001-2002, 2004-2013 Free Software Foundation, Inc. +Copyright 2001-2002, 2004-2014 Free Software Foundation, Inc. Contributed by the AriC and Caramel projects, INRIA. This file is part of the GNU MPFR Library. @@ -1,6 +1,6 @@ /* mpfr_cot - cotangent function. -Copyright 2005-2013 Free Software Foundation, Inc. +Copyright 2005-2014 Free Software Foundation, Inc. Contributed by the AriC and Caramel projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/src/coth.c b/src/coth.c index 1dfad2078..46beee2ca 100644 --- a/src/coth.c +++ b/src/coth.c @@ -1,6 +1,6 @@ /* mpfr_coth - Hyperbolic cotangent function. -Copyright 2005-2013 Free Software Foundation, Inc. +Copyright 2005-2014 Free Software Foundation, Inc. Contributed by the AriC and Caramel projects, INRIA. This file is part of the GNU MPFR Library. @@ -1,6 +1,6 @@ /* mpfr_csc - cosecant function. -Copyright 2005-2013 Free Software Foundation, Inc. +Copyright 2005-2014 Free Software Foundation, Inc. Contributed by the AriC and Caramel projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/src/csch.c b/src/csch.c index 747ce3d0a..519c14e35 100644 --- a/src/csch.c +++ b/src/csch.c @@ -1,6 +1,6 @@ /* mpfr_csch - Hyperbolic cosecant function. -Copyright 2005-2013 Free Software Foundation, Inc. +Copyright 2005-2014 Free Software Foundation, Inc. Contributed by the AriC and Caramel projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/src/d_div.c b/src/d_div.c index 74a9a5a92..5dd809c5f 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-2013 Free Software Foundation, Inc. +Copyright 2007-2014 Free Software Foundation, Inc. Contributed by the AriC and Caramel projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/src/d_sub.c b/src/d_sub.c index c66444bd5..4bf049cc5 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-2013 Free Software Foundation, Inc. +Copyright 2007-2014 Free Software Foundation, Inc. Contributed by the AriC and Caramel projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/src/digamma.c b/src/digamma.c index 744b09a71..15270b560 100644 --- a/src/digamma.c +++ b/src/digamma.c @@ -1,6 +1,6 @@ /* mpfr_digamma -- digamma function of a floating-point number -Copyright 2009-2013 Free Software Foundation, Inc. +Copyright 2009-2014 Free Software Foundation, Inc. Contributed by the AriC and Caramel projects, INRIA. This file is part of the GNU MPFR Library. @@ -1,6 +1,6 @@ /* mpfr_dim -- positive difference -Copyright 2001-2002, 2004, 2006-2013 Free Software Foundation, Inc. +Copyright 2001-2002, 2004, 2006-2014 Free Software Foundation, Inc. Contributed by the AriC and Caramel projects, INRIA. This file is part of the GNU MPFR Library. @@ -1,6 +1,6 @@ /* mpfr_div -- divide two floating-point numbers -Copyright 1999, 2001-2013 Free Software Foundation, Inc. +Copyright 1999, 2001-2014 Free Software Foundation, Inc. Contributed by the AriC and Caramel projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/src/div_2exp.c b/src/div_2exp.c index 030fdff2d..1cbf5f85b 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-2013 Free Software Foundation, Inc. +Copyright 1999, 2001, 2004, 2006-2014 Free Software Foundation, Inc. Contributed by the AriC and Caramel projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/src/div_2si.c b/src/div_2si.c index a443e6714..2dc27e222 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-2013 Free Software Foundation, Inc. +Copyright 1999, 2001-2014 Free Software Foundation, Inc. Contributed by the AriC and Caramel projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/src/div_2ui.c b/src/div_2ui.c index 3561167d0..54be78ca5 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-2013 Free Software Foundation, Inc. +Copyright 1999, 2001-2014 Free Software Foundation, Inc. Contributed by the AriC and Caramel projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/src/div_d.c b/src/div_d.c index 591c1b9b2..ed63e45f9 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-2013 Free Software Foundation, Inc. +Copyright 2007-2014 Free Software Foundation, Inc. Contributed by the AriC and Caramel projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/src/div_ui.c b/src/div_ui.c index 0ce10c83e..8fee793fe 100644 --- a/src/div_ui.c +++ b/src/div_ui.c @@ -1,6 +1,6 @@ /* mpfr_div_{ui,si} -- divide a floating-point number by a machine integer -Copyright 1999-2013 Free Software Foundation, Inc. +Copyright 1999-2014 Free Software Foundation, Inc. Contributed by the AriC and Caramel projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/src/dump.c b/src/dump.c index 61b42d9c6..895255d7b 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-2013 Free Software Foundation, Inc. +Copyright 1999, 2001, 2004, 2006-2014 Free Software Foundation, Inc. Contributed by the AriC and Caramel projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/src/eint.c b/src/eint.c index eae2406de..88e631cf6 100644 --- a/src/eint.c +++ b/src/eint.c @@ -1,6 +1,6 @@ /* mpfr_eint, mpfr_eint1 -- the exponential integral -Copyright 2005-2013 Free Software Foundation, Inc. +Copyright 2005-2014 Free Software Foundation, Inc. Contributed by the AriC and Caramel projects, INRIA. This file is part of the GNU MPFR Library. @@ -1,6 +1,6 @@ /* mpfr_eq -- Compare two floats up to a specified bit #. -Copyright 1999, 2001, 2003-2004, 2006-2013 Free Software Foundation, Inc. +Copyright 1999, 2001, 2003-2004, 2006-2014 Free Software Foundation, Inc. Contributed by the AriC and Caramel projects, INRIA. This file is part of the GNU MPFR Library. @@ -1,6 +1,6 @@ /* mpfr_erf -- error function of a floating-point number -Copyright 2001, 2003-2013 Free Software Foundation, Inc. +Copyright 2001, 2003-2014 Free Software Foundation, Inc. Contributed by the AriC and Caramel projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/src/erfc.c b/src/erfc.c index 55f103041..ab1febb80 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-2013 Free Software Foundation, Inc. +Copyright 2005-2014 Free Software Foundation, Inc. Contributed by the AriC and Caramel projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/src/exceptions.c b/src/exceptions.c index d3efef0a4..f918fc053 100644 --- a/src/exceptions.c +++ b/src/exceptions.c @@ -1,6 +1,6 @@ /* Exception flags and utilities. -Copyright 2001-2013 Free Software Foundation, Inc. +Copyright 2001-2014 Free Software Foundation, Inc. Contributed by the AriC and Caramel projects, INRIA. This file is part of the GNU MPFR Library. @@ -1,6 +1,6 @@ /* mpfr_exp -- exponential of a floating-point number -Copyright 1999-2013 Free Software Foundation, Inc. +Copyright 1999-2014 Free Software Foundation, Inc. Contributed by the AriC and Caramel projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/src/exp10.c b/src/exp10.c index 2014676bf..dbf8e6a5d 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-2013 Free Software Foundation, Inc. +Copyright 2003-2004, 2006-2014 Free Software Foundation, Inc. Contributed by the AriC and Caramel projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/src/exp2.c b/src/exp2.c index c9b24fc77..aa1ca4aa8 100644 --- a/src/exp2.c +++ b/src/exp2.c @@ -1,6 +1,6 @@ /* mpfr_exp2 -- power of 2 function 2^y -Copyright 2001-2013 Free Software Foundation, Inc. +Copyright 2001-2014 Free Software Foundation, Inc. Contributed by the AriC and Caramel projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/src/exp3.c b/src/exp3.c index 8c96921db..14d34c238 100644 --- a/src/exp3.c +++ b/src/exp3.c @@ -1,6 +1,6 @@ /* mpfr_exp -- exponential of a floating-point number -Copyright 1999, 2001-2013 Free Software Foundation, Inc. +Copyright 1999, 2001-2014 Free Software Foundation, Inc. Contributed by the AriC and Caramel projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/src/exp_2.c b/src/exp_2.c index 6d24e3296..4898c1b08 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-2013 Free Software Foundation, Inc. +Copyright 1999-2014 Free Software Foundation, Inc. Contributed by the AriC and Caramel projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/src/expm1.c b/src/expm1.c index b55efd6f5..a855dfee3 100644 --- a/src/expm1.c +++ b/src/expm1.c @@ -1,6 +1,6 @@ /* mpfr_expm1 -- Compute exp(x)-1 -Copyright 2001-2013 Free Software Foundation, Inc. +Copyright 2001-2014 Free Software Foundation, Inc. Contributed by the AriC and Caramel projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/src/extract.c b/src/extract.c index ad90c98ba..5f5d96339 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-2013 Free Software Foundation, Inc. +Copyright 2000-2002, 2004-2014 Free Software Foundation, Inc. Contributed by the AriC and Caramel projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/src/factorial.c b/src/factorial.c index 878fcd0bc..bb819c2ee 100644 --- a/src/factorial.c +++ b/src/factorial.c @@ -1,6 +1,6 @@ /* mpfr_fac_ui -- factorial of a non-negative integer -Copyright 2001, 2004-2013 Free Software Foundation, Inc. +Copyright 2001, 2004-2014 Free Software Foundation, Inc. Contributed by the AriC and Caramel projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/src/fits_intmax.c b/src/fits_intmax.c index adcb5dfc3..ea5d0161f 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-2013 Free Software Foundation, Inc. +Copyright 2004, 2006-2014 Free Software Foundation, Inc. Contributed by the AriC and Caramel projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/src/fits_s.h b/src/fits_s.h index 3150ba1e6..e9d41c4cb 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-2013 Free Software Foundation, Inc. +Copyright 2003-2014 Free Software Foundation, Inc. Contributed by the AriC and Caramel projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/src/fits_sint.c b/src/fits_sint.c index d5c50fe63..5dfbb9fdd 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-2013 Free Software Foundation, Inc. +Copyright 2003, 2006-2014 Free Software Foundation, Inc. Contributed by the AriC and Caramel projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/src/fits_slong.c b/src/fits_slong.c index d000de2d6..2cce71436 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-2013 Free Software Foundation, Inc. +Copyright 2003, 2006-2014 Free Software Foundation, Inc. Contributed by the AriC and Caramel projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/src/fits_sshort.c b/src/fits_sshort.c index 97429f4da..36c6b774c 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-2013 Free Software Foundation, Inc. +Copyright 2003, 2006-2014 Free Software Foundation, Inc. Contributed by the AriC and Caramel projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/src/fits_u.h b/src/fits_u.h index fe4de05c1..35adf5a5c 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-2013 Free Software Foundation, Inc. +Copyright 2003-2014 Free Software Foundation, Inc. Contributed by the AriC and Caramel projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/src/fits_uint.c b/src/fits_uint.c index 9ce554ddd..15fbd6b66 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-2013 Free Software Foundation, Inc. +Copyright 2003, 2006-2014 Free Software Foundation, Inc. Contributed by the AriC and Caramel projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/src/fits_uintmax.c b/src/fits_uintmax.c index bb10bf224..e84531dec 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-2013 Free Software Foundation, Inc. +Copyright 2004, 2006-2014 Free Software Foundation, Inc. Contributed by the AriC and Caramel projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/src/fits_ulong.c b/src/fits_ulong.c index a59477c6c..b98907219 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-2013 Free Software Foundation, Inc. +Copyright 2003, 2006-2014 Free Software Foundation, Inc. Contributed by the AriC and Caramel projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/src/fits_ushort.c b/src/fits_ushort.c index 21e6d783f..d03688722 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-2013 Free Software Foundation, Inc. +Copyright 2003, 2006-2014 Free Software Foundation, Inc. Contributed by the AriC and Caramel projects, INRIA. This file is part of the GNU MPFR Library. @@ -1,6 +1,6 @@ /* mpfr_fma -- Floating multiply-add -Copyright 2001-2002, 2004, 2006-2013 Free Software Foundation, Inc. +Copyright 2001-2002, 2004, 2006-2014 Free Software Foundation, Inc. Contributed by the AriC and Caramel projects, INRIA. This file is part of the GNU MPFR Library. @@ -1,6 +1,6 @@ /* mpfr_fms -- Floating multiply-subtract -Copyright 2001-2002, 2004, 2006-2013 Free Software Foundation, Inc. +Copyright 2001-2002, 2004, 2006-2014 Free Software Foundation, Inc. Contributed by the AriC and Caramel projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/src/frac.c b/src/frac.c index 073509dd4..8d14581d2 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-2013 Free Software Foundation, Inc. +Copyright 2002-2004, 2006-2014 Free Software Foundation, Inc. Contributed by the AriC and Caramel projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/src/free_cache.c b/src/free_cache.c index 84c3d1263..e6f1a039b 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-2013 Free Software Foundation, Inc. +Copyright 2004-2014 Free Software Foundation, Inc. Contributed by the AriC and Caramel projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/src/frexp.c b/src/frexp.c index 33892232b..be2043925 100644 --- a/src/frexp.c +++ b/src/frexp.c @@ -1,6 +1,6 @@ /* mpfr_frexp -- convert to integral and fractional parts -Copyright 2011-2013 Free Software Foundation, Inc. +Copyright 2011-2014 Free Software Foundation, Inc. Contributed by the AriC and Caramel projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/src/gamma.c b/src/gamma.c index 1b6e82f32..5f415255b 100644 --- a/src/gamma.c +++ b/src/gamma.c @@ -1,6 +1,6 @@ /* mpfr_gamma -- gamma function -Copyright 2001-2013 Free Software Foundation, Inc. +Copyright 2001-2014 Free Software Foundation, Inc. Contributed by the AriC and Caramel projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/src/gammaonethird.c b/src/gammaonethird.c index 96ad81936..538f25fe6 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-2013 Free Software Foundation, Inc. +Copyright 2010-2014 Free Software Foundation, Inc. Contributed by the AriC and Caramel projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/src/gen_inverse.h b/src/gen_inverse.h index f64ab50c0..bd42c73d7 100644 --- a/src/gen_inverse.h +++ b/src/gen_inverse.h @@ -1,6 +1,6 @@ /* generic inverse of a function. -Copyright 2005-2013 Free Software Foundation, Inc. +Copyright 2005-2014 Free Software Foundation, Inc. Contributed by the AriC and Caramel projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/src/generic/mparam.h b/src/generic/mparam.h index 28aa3985d..992405b74 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-2013 Free Software Foundation, Inc. +Copyright 2005-2014 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 78237e475..3ac550e43 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-2013 Free Software Foundation, Inc. +Copyright 1999-2014 Free Software Foundation, Inc. Contributed by the AriC and Caramel projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/src/get_d64.c b/src/get_d64.c index fb13efe13..180ff4697 100644 --- a/src/get_d64.c +++ b/src/get_d64.c @@ -5,7 +5,7 @@ See http://gcc.gnu.org/ml/gcc/2006-06/msg00691.html, http://gcc.gnu.org/onlinedocs/gcc/Decimal-Float.html, and TR 24732 <http://www.open-std.org/jtc1/sc22/wg14/www/projects#24732>. -Copyright 2006-2013 Free Software Foundation, Inc. +Copyright 2006-2014 Free Software Foundation, Inc. Contributed by the AriC and Caramel projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/src/get_exp.c b/src/get_exp.c index 0e0f1281c..69ce5d65e 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-2013 Free Software Foundation, Inc. +Copyright 2002-2004, 2006-2014 Free Software Foundation, Inc. Contributed by the AriC and Caramel projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/src/get_f.c b/src/get_f.c index 241e45769..ad96fbbfc 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-2013 Free Software Foundation, Inc. +Copyright 2005-2014 Free Software Foundation, Inc. Contributed by the AriC and Caramel projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/src/get_flt.c b/src/get_flt.c index e92e65f96..905006f89 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-2013 Free Software Foundation, Inc. +Copyright 2009-2014 Free Software Foundation, Inc. Contributed by the AriC and Caramel projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/src/get_ld.c b/src/get_ld.c index d5ad6be5a..e4c84b737 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-2013 Free Software Foundation, Inc. +Copyright 2002-2014 Free Software Foundation, Inc. Contributed by the AriC and Caramel projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/src/get_si.c b/src/get_si.c index 0687fdfdd..1a3c0ace7 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-2013 Free Software Foundation, Inc. +Copyright 2003-2014 Free Software Foundation, Inc. Contributed by the AriC and Caramel projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/src/get_sj.c b/src/get_sj.c index 6e0838882..a819e3c27 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-2013 Free Software Foundation, Inc. +Copyright 2004, 2006-2014 Free Software Foundation, Inc. Contributed by the AriC and Caramel projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/src/get_str.c b/src/get_str.c index 427e5495b..1864e2d2a 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-2013 Free Software Foundation, Inc. +Copyright 1999-2014 Free Software Foundation, Inc. Contributed by the AriC and Caramel projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/src/get_ui.c b/src/get_ui.c index 0151959b0..fd3b93b47 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-2013 Free Software Foundation, Inc. +Copyright 2003-2004, 2006-2014 Free Software Foundation, Inc. Contributed by the AriC and Caramel projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/src/get_uj.c b/src/get_uj.c index e5f17a1fa..b4ef01d61 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-2013 Free Software Foundation, Inc. +Copyright 2004, 2006-2014 Free Software Foundation, Inc. Contributed by the AriC and Caramel projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/src/get_z.c b/src/get_z.c index dfcec9be9..09dfaf3a3 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-2013 Free Software Foundation, Inc. +Copyright 2004, 2006-2014 Free Software Foundation, Inc. Contributed by the AriC and Caramel projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/src/get_z_exp.c b/src/get_z_exp.c index 0a8005412..f0e1bf08a 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-2013 Free Software Foundation, Inc. +Copyright 2000-2014 Free Software Foundation, Inc. Contributed by the AriC and Caramel projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/src/gmp_op.c b/src/gmp_op.c index b0194073b..c0ca25038 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-2013 Free Software Foundation, Inc. +Copyright 2001, 2003-2014 Free Software Foundation, Inc. Contributed by the AriC and Caramel projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/src/grandom.c b/src/grandom.c index 733465034..3e58296aa 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-2013 Free Software Foundation, Inc. +Copyright 2011-2014 Free Software Foundation, Inc. Contributed by the AriC and Caramel projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/src/hppa/mparam.h b/src/hppa/mparam.h index 67294fa11..063b0c021 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-2013 Free Software Foundation, Inc. +Copyright 2005-2014 Free Software Foundation, Inc. This file is part of the GNU MPFR Library. diff --git a/src/hypot.c b/src/hypot.c index cf27e2c98..da1d6ebbd 100644 --- a/src/hypot.c +++ b/src/hypot.c @@ -1,6 +1,6 @@ /* mpfr_hypot -- Euclidean distance -Copyright 2001-2013 Free Software Foundation, Inc. +Copyright 2001-2014 Free Software Foundation, Inc. Contributed by the AriC and Caramel projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/src/ia64/mparam.h b/src/ia64/mparam.h index 75950969e..d9e083d32 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-2013 Free Software Foundation, Inc. +Copyright 2005-2014 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 a70277b44..ed5d63517 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-2013 Free Software Foundation, Inc. +Copyright 1999-2014 Free Software Foundation, Inc. Contributed by the AriC and Caramel projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/src/init.c b/src/init.c index 487012a9a..fffc799f8 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-2013 Free Software Foundation, Inc. +Copyright 1999, 2001-2002, 2004, 2006-2014 Free Software Foundation, Inc. Contributed by the AriC and Caramel projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/src/init2.c b/src/init2.c index 478b79eb5..9e8d5b5d9 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-2013 Free Software Foundation, Inc. +Copyright 2001-2014 Free Software Foundation, Inc. Contributed by the AriC and Caramel projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/src/inits.c b/src/inits.c index 3bf19936a..1f1335adf 100644 --- a/src/inits.c +++ b/src/inits.c @@ -1,6 +1,6 @@ /* mpfr_inits -- initialize several floating-point numbers -Copyright 2003-2004, 2006-2013 Free Software Foundation, Inc. +Copyright 2003-2004, 2006-2014 Free Software Foundation, Inc. Contributed by the AriC and Caramel projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/src/inits2.c b/src/inits2.c index 1fb5d8e19..a1bd3cdb2 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-2013 Free Software Foundation, Inc. +Copyright 2003-2004, 2006-2014 Free Software Foundation, Inc. Contributed by the AriC and Caramel projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/src/inp_str.c b/src/inp_str.c index 42b19525f..6de6332aa 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-2013 Free Software Foundation, Inc. +Copyright 1999, 2001-2002, 2004, 2006-2014 Free Software Foundation, Inc. Contributed by the AriC and Caramel projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/src/int_ceil_log2.c b/src/int_ceil_log2.c index 72b0c4ce4..defa950ed 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-2013 Free Software Foundation, Inc. +Copyright 2004-2014 Free Software Foundation, Inc. Contributed by the AriC and Caramel projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/src/isinf.c b/src/isinf.c index 3d2e79bf0..cbc2bd614 100644 --- a/src/isinf.c +++ b/src/isinf.c @@ -1,6 +1,6 @@ /* mpfr_inf_p -- check for infinities -Copyright 2000-2001, 2004, 2006-2013 Free Software Foundation, Inc. +Copyright 2000-2001, 2004, 2006-2014 Free Software Foundation, Inc. Contributed by the AriC and Caramel projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/src/isinteger.c b/src/isinteger.c index 7f2c94514..cc67ee72b 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-2013 Free Software Foundation, Inc. +Copyright 2001-2004, 2006-2014 Free Software Foundation, Inc. Contributed by the AriC and Caramel projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/src/isnan.c b/src/isnan.c index 87190b46e..3fd52bed0 100644 --- a/src/isnan.c +++ b/src/isnan.c @@ -1,6 +1,6 @@ /* mpfr_nan_p -- check for NaN -Copyright 2000-2001, 2004, 2006-2013 Free Software Foundation, Inc. +Copyright 2000-2001, 2004, 2006-2014 Free Software Foundation, Inc. Contributed by the AriC and Caramel projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/src/isnum.c b/src/isnum.c index dc72e23a6..7bdd7a94f 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-2013 Free Software Foundation, Inc. +Copyright 2000-2002, 2004, 2006-2014 Free Software Foundation, Inc. Contributed by the AriC and Caramel projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/src/isqrt.c b/src/isqrt.c index a6965638a..906673b1c 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-2013 Free Software Foundation, Inc. +Copyright 2004-2014 Free Software Foundation, Inc. Contributed by the AriC and Caramel projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/src/isregular.c b/src/isregular.c index f9d1b3617..af07efc5a 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-2013 Free Software Foundation, Inc. +Copyright 2009-2014 Free Software Foundation, Inc. Contributed by the AriC and Caramel projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/src/iszero.c b/src/iszero.c index f177fadc7..75fa04c24 100644 --- a/src/iszero.c +++ b/src/iszero.c @@ -1,6 +1,6 @@ /* mpfr_zero_p -- check for zero -Copyright 2004, 2006-2013 Free Software Foundation, Inc. +Copyright 2004, 2006-2014 Free Software Foundation, Inc. Contributed by the AriC and Caramel projects, INRIA. This file is part of the GNU MPFR Library. @@ -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-2013 Free Software Foundation, Inc. +Copyright 2007-2014 Free Software Foundation, Inc. Contributed by the AriC and Caramel projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/src/jyn_asympt.c b/src/jyn_asympt.c index 190e49b00..2f6e96426 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-2013 Free Software Foundation, Inc. +Copyright 2007-2014 Free Software Foundation, Inc. Contributed by the AriC and Caramel projects, INRIA. This file is part of the GNU MPFR Library. @@ -1,6 +1,6 @@ /* mpfr_li2 -- Dilogarithm. -Copyright 2007-2013 Free Software Foundation, Inc. +Copyright 2007-2014 Free Software Foundation, Inc. Contributed by the AriC and Caramel projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/src/lngamma.c b/src/lngamma.c index 67c693b18..8b8af06dc 100644 --- a/src/lngamma.c +++ b/src/lngamma.c @@ -1,6 +1,6 @@ /* mpfr_lngamma -- lngamma function -Copyright 2005-2013 Free Software Foundation, Inc. +Copyright 2005-2014 Free Software Foundation, Inc. Contributed by the AriC and Caramel projects, INRIA. This file is part of the GNU MPFR Library. @@ -1,6 +1,6 @@ /* mpfr_log -- natural logarithm of a floating-point number -Copyright 1999-2013 Free Software Foundation, Inc. +Copyright 1999-2014 Free Software Foundation, Inc. Contributed by the AriC and Caramel projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/src/log10.c b/src/log10.c index 9d2329550..84e69c0e7 100644 --- a/src/log10.c +++ b/src/log10.c @@ -1,6 +1,6 @@ /* mpfr_log10 -- logarithm in base 10. -Copyright 2001-2013 Free Software Foundation, Inc. +Copyright 2001-2014 Free Software Foundation, Inc. Contributed by the AriC and Caramel projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/src/log1p.c b/src/log1p.c index 8ff0f189e..7064bc266 100644 --- a/src/log1p.c +++ b/src/log1p.c @@ -1,6 +1,6 @@ /* mpfr_log1p -- Compute log(1+x) -Copyright 2001-2013 Free Software Foundation, Inc. +Copyright 2001-2014 Free Software Foundation, Inc. Contributed by the AriC and Caramel projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/src/log2.c b/src/log2.c index eecbfc053..6ada8a3e0 100644 --- a/src/log2.c +++ b/src/log2.c @@ -1,6 +1,6 @@ /* mpfr_log2 -- log base 2 -Copyright 2001-2013 Free Software Foundation, Inc. +Copyright 2001-2014 Free Software Foundation, Inc. Contributed by the AriC and Caramel projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/src/logging.c b/src/logging.c index 0bcbefbdd..f7779bf1b 100644 --- a/src/logging.c +++ b/src/logging.c @@ -1,6 +1,6 @@ /* MPFR Logging functions. -Copyright 2005-2013 Free Software Foundation, Inc. +Copyright 2005-2014 Free Software Foundation, Inc. Contributed by the AriC and Caramel projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/src/min_prec.c b/src/min_prec.c index f5b6eccbe..08258f054 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-2013 Free Software Foundation, Inc. +Copyright 2009-2014 Free Software Foundation, Inc. Contributed by the AriC and Caramel projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/src/minmax.c b/src/minmax.c index 385af3254..01cdf4a15 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-2013 Free Software Foundation, Inc. +Copyright 2001, 2003-2004, 2006-2014 Free Software Foundation, Inc. Contributed by the AriC and Caramel projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/src/modf.c b/src/modf.c index 05d4b27aa..6df75560c 100644 --- a/src/modf.c +++ b/src/modf.c @@ -1,6 +1,6 @@ /* mpfr_modf -- Integral and fractional part. -Copyright 2007-2013 Free Software Foundation, Inc. +Copyright 2007-2014 Free Software Foundation, Inc. Contributed by the AriC and Caramel projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/src/mp_clz_tab.c b/src/mp_clz_tab.c index 2fdad44ce..7d0289578 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-2013 Free Software Foundation, Inc. +Copyright 1991, 1993-1994, 1996-1997, 2000-2001, 2004, 2006-2014 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 7b082729b..362fb4f78 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-2013 Free Software Foundation, Inc. +Copyright 2005-2014 Free Software Foundation, Inc. This file is part of the GNU MPFR Library. diff --git a/src/mpf2mpfr.h b/src/mpf2mpfr.h index e4a3557dd..cbf8936ad 100644 --- a/src/mpf2mpfr.h +++ b/src/mpf2mpfr.h @@ -1,6 +1,6 @@ /* mpf2mpfr.h -- Compatibility include file with mpf. -Copyright 1999-2002, 2004-2013 Free Software Foundation, Inc. +Copyright 1999-2002, 2004-2014 Free Software Foundation, Inc. Contributed by the AriC and Caramel projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/src/mpfr-gmp.c b/src/mpfr-gmp.c index 3884f41fe..9ca82bd6e 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-2013 Free Software Foundation, Inc. +Copyright 2004-2014 Free Software Foundation, Inc. Contributed by the AriC and Caramel projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/src/mpfr-gmp.h b/src/mpfr-gmp.h index e4b929cc8..296488168 100644 --- a/src/mpfr-gmp.h +++ b/src/mpfr-gmp.h @@ -1,6 +1,6 @@ /* Interface to replace gmp-impl.h -Copyright 2004-2013 Free Software Foundation, Inc. +Copyright 2004-2014 Free Software Foundation, Inc. Contributed by the AriC and Caramel projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/src/mpfr-impl.h b/src/mpfr-impl.h index 0f09cdb07..a4b6cab6c 100644 --- a/src/mpfr-impl.h +++ b/src/mpfr-impl.h @@ -1,6 +1,6 @@ /* Utilities for MPFR developers, not exported. -Copyright 1999-2013 Free Software Foundation, Inc. +Copyright 1999-2014 Free Software Foundation, Inc. Contributed by the AriC and Caramel projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/src/mpfr-intmax.h b/src/mpfr-intmax.h index 7f295cc1e..06a757f77 100644 --- a/src/mpfr-intmax.h +++ b/src/mpfr-intmax.h @@ -1,6 +1,6 @@ /* MPFR internal header related to intmax_t. -Copyright 2004-2013 Free Software Foundation, Inc. +Copyright 2004-2014 Free Software Foundation, Inc. Contributed by the AriC and Caramel projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/src/mpfr-longlong.h b/src/mpfr-longlong.h index 32d087380..156b6fb0e 100644 --- a/src/mpfr-longlong.h +++ b/src/mpfr-longlong.h @@ -1,7 +1,7 @@ /* longlong.h -- definitions for mixed size 32/64 bit arithmetic. Copyright 1991, 1992, 1993, 1994, 1996, 1997, 1999, 2000, 2001, 2002, 2003, -2004, 2005, 2007, 2008, 2009, 2010, 2011, 2012, 2013 Free Software Foundation, Inc. +2004, 2005, 2007, 2008, 2009, 2010, 2011, 2012, 2013-2014 Free Software Foundation, Inc. This file is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free diff --git a/src/mpfr-thread.h b/src/mpfr-thread.h index 494ea1b76..314a94b58 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-2013 Free Software Foundation, Inc. +Copyright 2005-2014 Free Software Foundation, Inc. Contributed by the AriC and Caramel projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/src/mpfr.h b/src/mpfr.h index 3461e651f..db148002f 100644 --- a/src/mpfr.h +++ b/src/mpfr.h @@ -1,6 +1,6 @@ /* mpfr.h -- Include file for mpfr. -Copyright 1999-2013 Free Software Foundation, Inc. +Copyright 1999-2014 Free Software Foundation, Inc. Contributed by the AriC and Caramel projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/src/mpn_exp.c b/src/mpn_exp.c index 1d0a73618..2ab1b38b2 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-2013 Free Software Foundation, Inc. +Copyright 1999-2014 Free Software Foundation, Inc. Contributed by the AriC and Caramel projects, INRIA. This file is part of the GNU MPFR Library. @@ -1,6 +1,6 @@ /* mpfr_mul -- multiply two floating-point numbers -Copyright 1999-2013 Free Software Foundation, Inc. +Copyright 1999-2014 Free Software Foundation, Inc. Contributed by the AriC and Caramel projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/src/mul_2exp.c b/src/mul_2exp.c index a9d64e75e..6d9d62f76 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-2013 Free Software Foundation, Inc. +Copyright 1999, 2001, 2004, 2006-2014 Free Software Foundation, Inc. Contributed by the AriC and Caramel projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/src/mul_2si.c b/src/mul_2si.c index b93523fb6..6ae132ea8 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-2013 Free Software Foundation, Inc. +Copyright 1999, 2001-2014 Free Software Foundation, Inc. Contributed by the AriC and Caramel projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/src/mul_2ui.c b/src/mul_2ui.c index 16e3c35db..8b6a3fb82 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-2013 Free Software Foundation, Inc. +Copyright 1999, 2001-2014 Free Software Foundation, Inc. Contributed by the AriC and Caramel projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/src/mul_d.c b/src/mul_d.c index d200449c2..24db4e939 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-2013 Free Software Foundation, Inc. +Copyright 2007-2014 Free Software Foundation, Inc. Contributed by the AriC and Caramel projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/src/mul_ui.c b/src/mul_ui.c index a13eb3ce3..741aed81d 100644 --- a/src/mul_ui.c +++ b/src/mul_ui.c @@ -1,7 +1,7 @@ /* mpfr_mul_ui -- multiply a floating-point number by a machine integer mpfr_mul_si -- multiply a floating-point number by a machine integer -Copyright 1999-2013 Free Software Foundation, Inc. +Copyright 1999-2014 Free Software Foundation, Inc. Contributed by the AriC and Caramel projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/src/mulders.c b/src/mulders.c index 43484c641..566e877ad 100644 --- a/src/mulders.c +++ b/src/mulders.c @@ -1,6 +1,6 @@ /* Mulders' MulHigh function (short product) -Copyright 2005-2013 Free Software Foundation, Inc. +Copyright 2005-2014 Free Software Foundation, Inc. Contributed by the AriC and Caramel projects, INRIA. This file is part of the GNU MPFR Library. @@ -1,6 +1,6 @@ /* mpfr_neg -- change the sign of a floating-point number -Copyright 1999-2001, 2004, 2006-2013 Free Software Foundation, Inc. +Copyright 1999-2001, 2004, 2006-2014 Free Software Foundation, Inc. Contributed by the AriC and Caramel projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/src/next.c b/src/next.c index ec0e39935..c6ff1d891 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-2013 Free Software Foundation, Inc. +Copyright 1999, 2001-2014 Free Software Foundation, Inc. Contributed by the AriC and Caramel projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/src/out_raw.c b/src/out_raw.c index 63afcc135..cd99462c9 100644 --- a/src/out_raw.c +++ b/src/out_raw.c @@ -3,7 +3,7 @@ http://websympa.loria.fr/wwsympa/arc/mpfr/2011-01/msg00039.html. /* mpfr_out_raw -- output a floating-point number to binary portable format -Copyright 2011-2013 Free Software Foundation, Inc. +Copyright 2011-2014 Free Software Foundation, Inc. Contributed by the AriC and Caramel projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/src/out_str.c b/src/out_str.c index f86b1a24b..2d7422de6 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-2013 Free Software Foundation, Inc. +Copyright 1999, 2001-2002, 2004, 2006-2014 Free Software Foundation, Inc. Contributed by the AriC and Caramel projects, INRIA. This file is part of the GNU MPFR Library. @@ -1,6 +1,6 @@ /* mpfr_pow -- power function x^y -Copyright 2001-2013 Free Software Foundation, Inc. +Copyright 2001-2014 Free Software Foundation, Inc. Contributed by the AriC and Caramel projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/src/pow_si.c b/src/pow_si.c index a92a7c89b..f7704c953 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-2013 Free Software Foundation, Inc. +Copyright 2001-2014 Free Software Foundation, Inc. Contributed by the AriC and Caramel projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/src/pow_ui.c b/src/pow_ui.c index df4fbefe0..a5afeafa8 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-2013 Free Software Foundation, Inc. +Copyright 1999-2014 Free Software Foundation, Inc. Contributed by the AriC and Caramel projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/src/pow_z.c b/src/pow_z.c index 69cd26f62..88f109065 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-2013 Free Software Foundation, Inc. +Copyright 2005-2014 Free Software Foundation, Inc. Contributed by the AriC and Caramel projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/src/powerof2.c b/src/powerof2.c index f654fb03a..9645d875a 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-2013 Free Software Foundation, Inc. +Copyright 2002-2014 Free Software Foundation, Inc. Contributed by the AriC and Caramel projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/src/powerpc32/mparam.h b/src/powerpc32/mparam.h index 90a1d293b..b7e04e64c 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-2013 Free Software Foundation, Inc. +Copyright 2005-2014 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 0a83ba248..c567bce83 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-2013 Free Software Foundation, Inc. +Copyright 2005-2014 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 0a3d848f1..767bbe992 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-2013 Free Software Foundation, Inc. +Copyright 1999-2014 Free Software Foundation, Inc. Contributed by the AriC and Caramel projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/src/print_rnd_mode.c b/src/print_rnd_mode.c index 33a0b8f53..b58f9e48b 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-2013 Free Software Foundation, Inc. +Copyright 1999, 2001-2004, 2006-2014 Free Software Foundation, Inc. Contributed by the AriC and Caramel projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/src/printf.c b/src/printf.c index 564637f22..0ac7c0276 100644 --- a/src/printf.c +++ b/src/printf.c @@ -1,6 +1,6 @@ /* mpfr_printf -- printf function and friends. -Copyright 2007-2013 Free Software Foundation, Inc. +Copyright 2007-2014 Free Software Foundation, Inc. Contributed by the AriC and Caramel projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/src/rec_sqrt.c b/src/rec_sqrt.c index 7201880a6..4717d175d 100644 --- a/src/rec_sqrt.c +++ b/src/rec_sqrt.c @@ -1,6 +1,6 @@ /* mpfr_rec_sqrt -- inverse square root -Copyright 2008-2013 Free Software Foundation, Inc. +Copyright 2008-2014 Free Software Foundation, Inc. Contributed by the AriC and Caramel projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/src/reldiff.c b/src/reldiff.c index b1ada55de..8fef00065 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-2013 Free Software Foundation, Inc. +Copyright 2000-2001, 2004-2014 Free Software Foundation, Inc. Contributed by the AriC and Caramel projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/src/rem1.c b/src/rem1.c index 038ca4ff4..3f0853d70 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-2013 Free Software Foundation, Inc. +Copyright 2007-2014 Free Software Foundation, Inc. Contributed by the AriC and Caramel projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/src/rint.c b/src/rint.c index e660678ae..826e4319c 100644 --- a/src/rint.c +++ b/src/rint.c @@ -1,6 +1,6 @@ /* mpfr_rint -- Round to an integer. -Copyright 1999-2013 Free Software Foundation, Inc. +Copyright 1999-2014 Free Software Foundation, Inc. Contributed by the AriC and Caramel projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/src/root.c b/src/root.c index 5ddf45b52..eb94f0104 100644 --- a/src/root.c +++ b/src/root.c @@ -1,6 +1,6 @@ /* mpfr_root -- kth root. -Copyright 2005-2013 Free Software Foundation, Inc. +Copyright 2005-2014 Free Software Foundation, Inc. Contributed by the AriC and Caramel projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/src/round_near_x.c b/src/round_near_x.c index ceba3ab53..a47b4e6fc 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-2013 Free Software Foundation, Inc. +Copyright 2005-2014 Free Software Foundation, Inc. Contributed by the AriC and Caramel projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/src/round_p.c b/src/round_p.c index de64d17ce..e3054b9a4 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-2013 Free Software Foundation, Inc. +Copyright 2005-2014 Free Software Foundation, Inc. Contributed by the AriC and Caramel projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/src/round_prec.c b/src/round_prec.c index f865e5a4b..acce15af0 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-2013 Free Software Foundation, Inc. +Copyright 1999-2014 Free Software Foundation, Inc. Contributed by the AriC and Caramel projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/src/round_raw_generic.c b/src/round_raw_generic.c index 26f441f80..ff0d52437 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-2013 Free Software Foundation, Inc. +Copyright 1999-2014 Free Software Foundation, Inc. Contributed by the AriC and Caramel projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/src/scale2.c b/src/scale2.c index c61f60069..2526cdf51 100644 --- a/src/scale2.c +++ b/src/scale2.c @@ -1,6 +1,6 @@ /* mpfr_scale2 -- multiply a double float by 2^exp -Copyright 1999-2013 Free Software Foundation, Inc. +Copyright 1999-2014 Free Software Foundation, Inc. Contributed by the AriC and Caramel projects, INRIA. This file is part of the GNU MPFR Library. @@ -1,6 +1,6 @@ /* mpfr_sec - secant function = 1/cos. -Copyright 2005-2013 Free Software Foundation, Inc. +Copyright 2005-2014 Free Software Foundation, Inc. Contributed by the AriC and Caramel projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/src/sech.c b/src/sech.c index d2a2cb6ca..6282b4e41 100644 --- a/src/sech.c +++ b/src/sech.c @@ -1,6 +1,6 @@ /* mpfr_sech - Hyperbolic secant function = 1/cosh. -Copyright 2005-2013 Free Software Foundation, Inc. +Copyright 2005-2014 Free Software Foundation, Inc. Contributed by the AriC and Caramel projects, INRIA. This file is part of the GNU MPFR Library. @@ -1,6 +1,6 @@ /* mpfr_set -- copy of a floating-point number -Copyright 1999, 2001-2013 Free Software Foundation, Inc. +Copyright 1999, 2001-2014 Free Software Foundation, Inc. Contributed by the AriC and Caramel projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/src/set_d.c b/src/set_d.c index a8936b47d..63b8ea50c 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-2013 Free Software Foundation, Inc. +Copyright 1999-2004, 2006-2014 Free Software Foundation, Inc. Contributed by the AriC and Caramel projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/src/set_d64.c b/src/set_d64.c index 577a244b8..38155b2a9 100644 --- a/src/set_d64.c +++ b/src/set_d64.c @@ -5,7 +5,7 @@ See http://gcc.gnu.org/ml/gcc/2006-06/msg00691.html, http://gcc.gnu.org/onlinedocs/gcc/Decimal-Float.html, and TR 24732 <http://www.open-std.org/jtc1/sc22/wg14/www/projects#24732>. -Copyright 2006-2013 Free Software Foundation, Inc. +Copyright 2006-2014 Free Software Foundation, Inc. Contributed by the AriC and Caramel projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/src/set_dfl_prec.c b/src/set_dfl_prec.c index e49234102..20122c3f2 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-2013 Free Software Foundation, Inc. +Copyright 1999-2001, 2004-2014 Free Software Foundation, Inc. Contributed by the AriC and Caramel projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/src/set_exp.c b/src/set_exp.c index 73ca4dfc0..ea54a6698 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-2013 Free Software Foundation, Inc. +Copyright 2002-2004, 2006-2014 Free Software Foundation, Inc. Contributed by the AriC and Caramel projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/src/set_f.c b/src/set_f.c index d06f69e92..274710028 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-2013 Free Software Foundation, Inc. +Copyright 1999-2014 Free Software Foundation, Inc. Contributed by the AriC and Caramel projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/src/set_flt.c b/src/set_flt.c index ee339dd6d..4bdb9d711 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-2013 Free Software Foundation, Inc. +Copyright 2009-2014 Free Software Foundation, Inc. Contributed by the AriC and Caramel projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/src/set_inf.c b/src/set_inf.c index d7b840a41..802eb6f9e 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-2013 Free Software Foundation, Inc. +Copyright 2002, 2004, 2006-2014 Free Software Foundation, Inc. Contributed by the AriC and Caramel projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/src/set_ld.c b/src/set_ld.c index 22aba0bd4..bebf0f48a 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-2013 Free Software Foundation, Inc. +Copyright 2002-2014 Free Software Foundation, Inc. Contributed by the AriC and Caramel projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/src/set_nan.c b/src/set_nan.c index f32e66758..6447be3d1 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-2013 Free Software Foundation, Inc. +Copyright 2002, 2006-2014 Free Software Foundation, Inc. Contributed by the AriC and Caramel projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/src/set_prc_raw.c b/src/set_prc_raw.c index eb158190b..3c98f035d 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-2013 Free Software Foundation, Inc. +Copyright 2000-2001, 2004, 2006-2014 Free Software Foundation, Inc. Contributed by the AriC and Caramel projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/src/set_prec.c b/src/set_prec.c index e03dfa43c..b9fcb880a 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-2013 Free Software Foundation, Inc. +Copyright 1999, 2001-2002, 2004, 2006-2014 Free Software Foundation, Inc. Contributed by the AriC and Caramel projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/src/set_q.c b/src/set_q.c index d70b6d06c..d03b3ca44 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-2013 Free Software Foundation, Inc. +Copyright 2000-2002, 2004-2014 Free Software Foundation, Inc. Contributed by the AriC and Caramel projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/src/set_rnd.c b/src/set_rnd.c index f2cc35959..dde513d7a 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-2013 Free Software Foundation, Inc. +Copyright 1999, 2001, 2004-2014 Free Software Foundation, Inc. Contributed by the AriC and Caramel projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/src/set_si.c b/src/set_si.c index 36f21da78..d29ff4fa7 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-2013 Free Software Foundation, Inc. +Copyright 1999-2014 Free Software Foundation, Inc. Contributed by the AriC and Caramel projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/src/set_si_2exp.c b/src/set_si_2exp.c index 8a4a7fbc2..3fd382ac3 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-2013 Free Software Foundation, Inc. +Copyright 2004, 2006-2014 Free Software Foundation, Inc. Contributed by the AriC and Caramel projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/src/set_sj.c b/src/set_sj.c index 57314666f..13f02a8ac 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-2013 Free Software Foundation, Inc. +Copyright 2004-2014 Free Software Foundation, Inc. Contributed by the AriC and Caramel projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/src/set_str.c b/src/set_str.c index 2222f2cc1..33bb02325 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-2013 Free Software Foundation, Inc. +Copyright 2000-2014 Free Software Foundation, Inc. Contributed by the AriC and Caramel projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/src/set_str_raw.c b/src/set_str_raw.c index a99872ff3..fd88de512 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-2013 Free Software Foundation, Inc. +Copyright 1999-2014 Free Software Foundation, Inc. Contributed by the AriC and Caramel projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/src/set_ui.c b/src/set_ui.c index 682e31b8d..7b4ea11e8 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-2013 Free Software Foundation, Inc. +Copyright 1999-2014 Free Software Foundation, Inc. Contributed by the AriC and Caramel projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/src/set_ui_2exp.c b/src/set_ui_2exp.c index 9b167cbcd..1cf76619b 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-2013 Free Software Foundation, Inc. +Copyright 2004, 2006-2014 Free Software Foundation, Inc. Contributed by the AriC and Caramel projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/src/set_uj.c b/src/set_uj.c index d052b80d1..91b1eefb9 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-2013 Free Software Foundation, Inc. +Copyright 2004-2014 Free Software Foundation, Inc. Contributed by the AriC and Caramel projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/src/set_z.c b/src/set_z.c index 4e6c9e4c3..f7afd4d43 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-2013 Free Software Foundation, Inc. +Copyright 1999-2014 Free Software Foundation, Inc. Contributed by the AriC and Caramel projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/src/set_z_exp.c b/src/set_z_exp.c index b41d527eb..4f9461f8f 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-2013 Free Software Foundation, Inc. +Copyright 1999-2014 Free Software Foundation, Inc. Contributed by the AriC and Caramel projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/src/set_zero.c b/src/set_zero.c index a5d63736c..cc7e0dbe7 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-2013 Free Software Foundation, Inc. +Copyright 2009-2014 Free Software Foundation, Inc. Contributed by the AriC and Caramel projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/src/setmax.c b/src/setmax.c index bb3f08c53..5e3d1ed37 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-2013 Free Software Foundation, Inc. +Copyright 2002-2004, 2006-2014 Free Software Foundation, Inc. Contributed by the AriC and Caramel projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/src/setmin.c b/src/setmin.c index 023e9a010..ad1ff47d0 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-2013 Free Software Foundation, Inc. +Copyright 2002-2004, 2006-2014 Free Software Foundation, Inc. Contributed by the AriC and Caramel projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/src/setsign.c b/src/setsign.c index c1498c828..43742265c 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-2013 Free Software Foundation, Inc. +Copyright 2007-2014 Free Software Foundation, Inc. Contributed by the AriC and Caramel projects, INRIA. This file is part of the GNU MPFR Library. @@ -1,6 +1,6 @@ /* mpfr_sgn -- Sign of a floating point number. -Copyright 2003-2004, 2006-2013 Free Software Foundation, Inc. +Copyright 2003-2004, 2006-2014 Free Software Foundation, Inc. Contributed by the AriC and Caramel projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/src/si_op.c b/src/si_op.c index 2c43601e9..c8a28dc67 100644 --- a/src/si_op.c +++ b/src/si_op.c @@ -2,7 +2,7 @@ mpfr_sub_si -- sub a floating-point number with a machine integer mpfr_si_sub -- sub a machine number with a floating-point number -Copyright 2004-2013 Free Software Foundation, Inc. +Copyright 2004-2014 Free Software Foundation, Inc. Contributed by the AriC and Caramel projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/src/signbit.c b/src/signbit.c index 53c9603a0..604b16bb2 100644 --- a/src/signbit.c +++ b/src/signbit.c @@ -1,6 +1,6 @@ /* mpfr_signbit -- Signbit of a MPFR number -Copyright 2007-2013 Free Software Foundation, Inc. +Copyright 2007-2014 Free Software Foundation, Inc. Contributed by the AriC and Caramel projects, INRIA. This file is part of the GNU MPFR Library. @@ -1,6 +1,6 @@ /* mpfr_sin -- sine of a floating-point number -Copyright 2001-2013 Free Software Foundation, Inc. +Copyright 2001-2014 Free Software Foundation, Inc. Contributed by the AriC and Caramel projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/src/sin_cos.c b/src/sin_cos.c index 619e4e632..5d04bbc1e 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-2013 Free Software Foundation, Inc. +Copyright 2002-2014 Free Software Foundation, Inc. Contributed by the AriC and Caramel projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/src/sinh.c b/src/sinh.c index 7338d2467..3edccd115 100644 --- a/src/sinh.c +++ b/src/sinh.c @@ -1,6 +1,6 @@ /* mpfr_sinh -- hyperbolic sine -Copyright 2001-2013 Free Software Foundation, Inc. +Copyright 2001-2014 Free Software Foundation, Inc. Contributed by the AriC and Caramel projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/src/sinh_cosh.c b/src/sinh_cosh.c index fb3b1f0cc..e050c518d 100644 --- a/src/sinh_cosh.c +++ b/src/sinh_cosh.c @@ -1,6 +1,6 @@ /* mpfr_sinh_cosh -- hyperbolic sine and cosine -Copyright 2001-2013 Free Software Foundation, Inc. +Copyright 2001-2014 Free Software Foundation, Inc. Contributed by the AriC and Caramel projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/src/sparc64/mparam.h b/src/sparc64/mparam.h index 65fd67486..287dca1fe 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-2013 Free Software Foundation, Inc. +Copyright 2005-2014 Free Software Foundation, Inc. This file is part of the GNU MPFR Library. @@ -1,6 +1,6 @@ /* mpfr_sqr -- Floating square -Copyright 2004-2013 Free Software Foundation, Inc. +Copyright 2004-2014 Free Software Foundation, Inc. Contributed by the AriC and Caramel projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/src/sqrt.c b/src/sqrt.c index 2df86d7fa..c3170944a 100644 --- a/src/sqrt.c +++ b/src/sqrt.c @@ -1,6 +1,6 @@ /* mpfr_sqrt -- square root of a floating-point number -Copyright 1999-2013 Free Software Foundation, Inc. +Copyright 1999-2014 Free Software Foundation, Inc. Contributed by the AriC and Caramel projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/src/sqrt_ui.c b/src/sqrt_ui.c index de33dc767..9407ce1a2 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-2013 Free Software Foundation, Inc. +Copyright 2000-2004, 2006-2014 Free Software Foundation, Inc. Contributed by the AriC and Caramel projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/src/stack_interface.c b/src/stack_interface.c index 3b468faa5..7b3684367 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-2013 Free Software Foundation, Inc. +Copyright 2005-2014 Free Software Foundation, Inc. Contributed by the AriC and Caramel projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/src/strtofr.c b/src/strtofr.c index 8017d03f3..c5510becd 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-2013 Free Software Foundation, Inc. +Copyright 2004-2014 Free Software Foundation, Inc. Contributed by the AriC and Caramel projects, INRIA. This file is part of the GNU MPFR Library. @@ -1,6 +1,6 @@ /* mpfr_sub -- subtract two floating-point numbers -Copyright 2001-2004, 2006-2013 Free Software Foundation, Inc. +Copyright 2001-2004, 2006-2014 Free Software Foundation, Inc. Contributed by the AriC and Caramel projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/src/sub1.c b/src/sub1.c index 82b023e54..7e53420e3 100644 --- a/src/sub1.c +++ b/src/sub1.c @@ -1,6 +1,6 @@ /* mpfr_sub1 -- internal function to perform a "real" subtraction -Copyright 2001-2013 Free Software Foundation, Inc. +Copyright 2001-2014 Free Software Foundation, Inc. Contributed by the AriC and Caramel projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/src/sub1sp.c b/src/sub1sp.c index 7826f7da1..5719ce5d3 100644 --- a/src/sub1sp.c +++ b/src/sub1sp.c @@ -1,7 +1,7 @@ /* mpfr_sub1sp -- internal function to perform a "real" substraction All the op must have the same precision -Copyright 2003-2013 Free Software Foundation, Inc. +Copyright 2003-2014 Free Software Foundation, Inc. Contributed by the AriC and Caramel projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/src/sub_d.c b/src/sub_d.c index a9ee069e2..de3dd3a29 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-2013 Free Software Foundation, Inc. +Copyright 2007-2014 Free Software Foundation, Inc. Contributed by the AriC and Caramel projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/src/sub_ui.c b/src/sub_ui.c index ad3ae6411..8b647452f 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-2013 Free Software Foundation, Inc. +Copyright 2000-2014 Free Software Foundation, Inc. Contributed by the AriC and Caramel projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/src/subnormal.c b/src/subnormal.c index 0f1637243..54cc023db 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-2013 Free Software Foundation, Inc. +Copyright 2005-2014 Free Software Foundation, Inc. Contributed by the AriC and Caramel projects, INRIA. This file is part of the GNU MPFR Library. @@ -1,6 +1,6 @@ /* Sum -- efficiently sum a list of floating-point numbers -Copyright 2004-2013 Free Software Foundation, Inc. +Copyright 2004-2014 Free Software Foundation, Inc. Contributed by the AriC and Caramel projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/src/swap.c b/src/swap.c index b2ff9af35..4e605fba9 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-2013 Free Software Foundation, Inc. +Copyright 2000-2004, 2006-2014 Free Software Foundation, Inc. Contributed by the AriC and Caramel projects, INRIA. This file is part of the GNU MPFR Library. @@ -1,6 +1,6 @@ /* mpfr_tan -- tangent of a floating-point number -Copyright 2001-2013 Free Software Foundation, Inc. +Copyright 2001-2014 Free Software Foundation, Inc. Contributed by the AriC and Caramel projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/src/tanh.c b/src/tanh.c index ecf021f02..75ed7ea5a 100644 --- a/src/tanh.c +++ b/src/tanh.c @@ -1,6 +1,6 @@ /* mpfr_tanh -- hyperbolic tangent -Copyright 2001-2013 Free Software Foundation, Inc. +Copyright 2001-2014 Free Software Foundation, Inc. Contributed by the AriC and Caramel projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/src/uceil_exp2.c b/src/uceil_exp2.c index 2e79c0c7f..15654deb9 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-2013 Free Software Foundation, Inc. +Copyright 1999-2004, 2006-2014 Free Software Foundation, Inc. Contributed by the AriC and Caramel projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/src/uceil_log2.c b/src/uceil_log2.c index bd7fa3ae5..e89d58667 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-2013 Free Software Foundation, Inc. +Copyright 1999-2004, 2006-2014 Free Software Foundation, Inc. Contributed by the AriC and Caramel projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/src/ufloor_log2.c b/src/ufloor_log2.c index 509e2ee06..f4780b6cd 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-2013 Free Software Foundation, Inc. +Copyright 1999-2004, 2006-2014 Free Software Foundation, Inc. Contributed by the AriC and Caramel projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/src/ui_div.c b/src/ui_div.c index 505dabbba..8dc767d68 100644 --- a/src/ui_div.c +++ b/src/ui_div.c @@ -1,7 +1,7 @@ /* mpfr_ui_div -- divide a machine integer by a floating-point number mpfr_si_div -- divide a machine number by a floating-point number -Copyright 2000-2013 Free Software Foundation, Inc. +Copyright 2000-2014 Free Software Foundation, Inc. Contributed by the AriC and Caramel projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/src/ui_pow.c b/src/ui_pow.c index b19cc9020..f175a690c 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-2013 Free Software Foundation, Inc. +Copyright 2001-2004, 2006-2014 Free Software Foundation, Inc. Contributed by the AriC and Caramel projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/src/ui_pow_ui.c b/src/ui_pow_ui.c index f9f25cb24..bdbe08391 100644 --- a/src/ui_pow_ui.c +++ b/src/ui_pow_ui.c @@ -1,6 +1,6 @@ /* mpfr_ui_pow_ui -- compute the power beetween two machine integer -Copyright 1999-2013 Free Software Foundation, Inc. +Copyright 1999-2014 Free Software Foundation, Inc. Contributed by the AriC and Caramel projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/src/ui_sub.c b/src/ui_sub.c index 51a23fda0..c6091a457 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-2013 Free Software Foundation, Inc. +Copyright 2000-2014 Free Software Foundation, Inc. Contributed by the AriC and Caramel projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/src/urandom.c b/src/urandom.c index 8e339fc17..4d7f5aecb 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-2013 Free Software Foundation, Inc. +Copyright 2000-2004, 2006-2014 Free Software Foundation, Inc. Contributed by the AriC and Caramel projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/src/urandomb.c b/src/urandomb.c index 32ffe4b3f..07ec89f76 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-2013 Free Software Foundation, Inc. +Copyright 2000-2004, 2006-2014 Free Software Foundation, Inc. Contributed by the AriC and Caramel projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/src/vasprintf.c b/src/vasprintf.c index 8de13f277..f8ff2a684 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-2013 Free Software Foundation, Inc. +Copyright 2007-2014 Free Software Foundation, Inc. Contributed by the AriC and Caramel projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/src/version.c b/src/version.c index d8018fadb..f834bb900 100644 --- a/src/version.c +++ b/src/version.c @@ -1,6 +1,6 @@ /* mpfr_get_version -- MPFR version -Copyright 2004-2013 Free Software Foundation, Inc. +Copyright 2004-2014 Free Software Foundation, Inc. Contributed by the AriC and Caramel projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/src/volatile.c b/src/volatile.c index c39882e4e..d7b4d840b 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-2013 Free Software Foundation, Inc. +Copyright 2003-2004, 2006-2014 Free Software Foundation, Inc. Contributed by the AriC and Caramel projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/src/x86/core2/mparam.h b/src/x86/core2/mparam.h index c6e749d87..b807f24b9 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-2013 Free Software Foundation, Inc. +Copyright 2005-2014 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 d3739a39f..536508d25 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-2013 Free Software Foundation, Inc. +Copyright 2005-2014 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 4534c5c26..2af79e32a 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-2013 Free Software Foundation, Inc. +Copyright 2005-2014 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 c6cda2a45..bc3771e66 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-2013 Free Software Foundation, Inc. +Copyright 2005-2014 Free Software Foundation, Inc. This file is part of the GNU MPFR Library. @@ -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-2013 Free Software Foundation, Inc. +Copyright 2007-2014 Free Software Foundation, Inc. Contributed by the AriC and Caramel projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/src/zeta.c b/src/zeta.c index a5036c1e4..8e71ed715 100644 --- a/src/zeta.c +++ b/src/zeta.c @@ -1,6 +1,6 @@ /* mpfr_zeta -- compute the Riemann Zeta function -Copyright 2003-2013 Free Software Foundation, Inc. +Copyright 2003-2014 Free Software Foundation, Inc. Contributed by the AriC and Caramel projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/src/zeta_ui.c b/src/zeta_ui.c index 5b6163e6f..7389e2855 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-2013 Free Software Foundation, Inc. +Copyright 2005-2014 Free Software Foundation, Inc. Contributed by the AriC and Caramel projects, INRIA. This file is part of the GNU MPFR Library. |