diff options
author | vlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4> | 2016-02-04 15:13:15 +0000 |
---|---|---|
committer | vlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4> | 2016-02-04 15:13:15 +0000 |
commit | b46c57cb0716f19cdb86675b0e78f0e92140060e (patch) | |
tree | ef9ac8629ff66f459a6710e54806e84c24f3109f /tests | |
parent | e39653a66548e7f28e8840892113ef59e1c03c27 (diff) | |
download | mpfr-b46c57cb0716f19cdb86675b0e78f0e92140060e.tar.gz |
Replaced
Contributed by the AriC and Caramel projects
by
Contributed by the AriC and Caramba projects
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/branches/3.1@9943 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'tests')
171 files changed, 171 insertions, 171 deletions
diff --git a/tests/cmp_str.c b/tests/cmp_str.c index 0315090de..83eaf6b98 100644 --- a/tests/cmp_str.c +++ b/tests/cmp_str.c @@ -1,7 +1,7 @@ /* mpfr_cmp_str -- compare a floating-point number with a string. Copyright 2004-2016 Free Software Foundation, Inc. -Contributed by the AriC and Caramel projects, INRIA. +Contributed by the AriC and Caramba projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/tests/data/digamma b/tests/data/digamma index ae19b5a4e..b6239aa9d 100644 --- a/tests/data/digamma +++ b/tests/data/digamma @@ -1,7 +1,7 @@ # reference values for the digamma function # # Copyright 2009-2016 Free Software Foundation, Inc. -# Contributed by the AriC and Caramel projects, INRIA. +# Contributed by the AriC and Caramba projects, INRIA. # # This file is part of the GNU MPFR Library. # diff --git a/tests/data/li2 b/tests/data/li2 index 27d4f60c9..f824b1ceb 100644 --- a/tests/data/li2 +++ b/tests/data/li2 @@ -1,7 +1,7 @@ # reference values for dilogarithm function # # Copyright 2007-2016 Free Software Foundation, Inc. -# Contributed by the AriC and Caramel projects, INRIA. +# Contributed by the AriC and Caramba projects, INRIA. # # This file is part of the GNU MPFR Library. # diff --git a/tests/memory.c b/tests/memory.c index 836c53558..a4c89aa02 100644 --- a/tests/memory.c +++ b/tests/memory.c @@ -1,7 +1,7 @@ /* Memory allocation used during tests. Copyright 2001-2003, 2006-2016 Free Software Foundation, Inc. -Contributed by the AriC and Caramel projects, INRIA. +Contributed by the AriC and Caramba projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/tests/mpf_compat.c b/tests/mpf_compat.c index 23b4adf41..5562ed860 100644 --- a/tests/mpf_compat.c +++ b/tests/mpf_compat.c @@ -1,7 +1,7 @@ /* Test compatibility mpf-mpfr. Copyright 2003, 2005-2016 Free Software Foundation, Inc. -Contributed by the AriC and Caramel projects, INRIA. +Contributed by the AriC and Caramba projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/tests/mpf_compat.h b/tests/mpf_compat.h index cfda72b3b..81861c2c5 100644 --- a/tests/mpf_compat.h +++ b/tests/mpf_compat.h @@ -1,7 +1,7 @@ /* Test compatibility mpf-mpfr. Copyright 2003-2016 Free Software Foundation, Inc. -Contributed by the AriC and Caramel projects, INRIA. +Contributed by the AriC and Caramba projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/tests/mpfr-test.h b/tests/mpfr-test.h index 89034f32c..35782ff3a 100644 --- a/tests/mpfr-test.h +++ b/tests/mpfr-test.h @@ -1,7 +1,7 @@ /* auxiliary functions for MPFR tests. Copyright 1999-2016 Free Software Foundation, Inc. -Contributed by the AriC and Caramel projects, INRIA. +Contributed by the AriC and Caramba projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/tests/mpfr_compat.c b/tests/mpfr_compat.c index c16388986..5a05e8af0 100644 --- a/tests/mpfr_compat.c +++ b/tests/mpfr_compat.c @@ -1,7 +1,7 @@ /* Test compatibility mpf-mpfr. Copyright 2003, 2005-2016 Free Software Foundation, Inc. -Contributed by the AriC and Caramel projects, INRIA. +Contributed by the AriC and Caramba projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/tests/random2.c b/tests/random2.c index a4988a390..9d5720ea9 100644 --- a/tests/random2.c +++ b/tests/random2.c @@ -2,7 +2,7 @@ long runs of consecutive ones and zeros in the binary representation. Copyright 1999, 2001-2004, 2006-2016 Free Software Foundation, Inc. -Contributed by the AriC and Caramel projects, INRIA. +Contributed by the AriC and Caramba projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/tests/reuse.c b/tests/reuse.c index 29553e3d9..5c03eea1d 100644 --- a/tests/reuse.c +++ b/tests/reuse.c @@ -1,7 +1,7 @@ /* Test file for in-place operations. Copyright 2000-2016 Free Software Foundation, Inc. -Contributed by the AriC and Caramel projects, INRIA. +Contributed by the AriC and Caramba projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/tests/rnd_mode.c b/tests/rnd_mode.c index d0322d384..1cbe6f673 100644 --- a/tests/rnd_mode.c +++ b/tests/rnd_mode.c @@ -1,7 +1,7 @@ /* mpfr_set_machine_rnd_mode -- set the rounding mode for machine floats Copyright 1999, 2001-2002, 2006-2016 Free Software Foundation, Inc. -Contributed by the AriC and Caramel projects, INRIA. +Contributed by the AriC and Caramba projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/tests/tabs.c b/tests/tabs.c index d8c447101..9448ec442 100644 --- a/tests/tabs.c +++ b/tests/tabs.c @@ -1,7 +1,7 @@ /* Test file for mpfr_abs. Copyright 2000-2016 Free Software Foundation, Inc. -Contributed by the AriC and Caramel projects, INRIA. +Contributed by the AriC and Caramba projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/tests/tacos.c b/tests/tacos.c index 8067fd1f9..5ceb6245c 100644 --- a/tests/tacos.c +++ b/tests/tacos.c @@ -1,7 +1,7 @@ /* Test file for mpfr_acos. Copyright 2001-2016 Free Software Foundation, Inc. -Contributed by the AriC and Caramel projects, INRIA. +Contributed by the AriC and Caramba projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/tests/tacosh.c b/tests/tacosh.c index b47c2d007..1d72dd5d5 100644 --- a/tests/tacosh.c +++ b/tests/tacosh.c @@ -1,7 +1,7 @@ /* Test file for mpfr_acosh. Copyright 2001-2004, 2006-2016 Free Software Foundation, Inc. -Contributed by the AriC and Caramel projects, INRIA. +Contributed by the AriC and Caramba projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/tests/tadd.c b/tests/tadd.c index cb0586ce1..00390c3c4 100644 --- a/tests/tadd.c +++ b/tests/tadd.c @@ -1,7 +1,7 @@ /* Test file for mpfr_add and mpfr_sub. Copyright 1999-2016 Free Software Foundation, Inc. -Contributed by the AriC and Caramel projects, INRIA. +Contributed by the AriC and Caramba projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/tests/tadd1sp.c b/tests/tadd1sp.c index 0690ef67a..1a332e231 100644 --- a/tests/tadd1sp.c +++ b/tests/tadd1sp.c @@ -1,7 +1,7 @@ /* Test file for mpfr_add1sp. Copyright 2004-2016 Free Software Foundation, Inc. -Contributed by the AriC and Caramel projects, INRIA. +Contributed by the AriC and Caramba projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/tests/tadd_d.c b/tests/tadd_d.c index 241417080..5042cf121 100644 --- a/tests/tadd_d.c +++ b/tests/tadd_d.c @@ -1,7 +1,7 @@ /* Test file for mpfr_add_d Copyright 2007-2016 Free Software Foundation, Inc. -Contributed by the AriC and Caramel projects, INRIA. +Contributed by the AriC and Caramba projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/tests/tadd_ui.c b/tests/tadd_ui.c index 2497eb16e..422629fee 100644 --- a/tests/tadd_ui.c +++ b/tests/tadd_ui.c @@ -1,7 +1,7 @@ /* Test file for mpfr_add_ui Copyright 2000-2016 Free Software Foundation, Inc. -Contributed by the AriC and Caramel projects, INRIA. +Contributed by the AriC and Caramba projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/tests/tagm.c b/tests/tagm.c index 0737ea60c..a142d5718 100644 --- a/tests/tagm.c +++ b/tests/tagm.c @@ -1,7 +1,7 @@ /* Test file for mpfr_agm. Copyright 1999, 2001-2016 Free Software Foundation, Inc. -Contributed by the AriC and Caramel projects, INRIA. +Contributed by the AriC and Caramba projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/tests/tai.c b/tests/tai.c index 741ecf7de..3aa361393 100644 --- a/tests/tai.c +++ b/tests/tai.c @@ -1,7 +1,7 @@ /* Test file for mpfr_ai. Copyright 2010-2016 Free Software Foundation, Inc. -Contributed by the AriC and Caramel projects, INRIA. +Contributed by the AriC and Caramba projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/tests/tasin.c b/tests/tasin.c index db085497e..a83587394 100644 --- a/tests/tasin.c +++ b/tests/tasin.c @@ -1,7 +1,7 @@ /* Test file for mpfr_asin. Copyright 2001-2016 Free Software Foundation, Inc. -Contributed by the AriC and Caramel projects, INRIA. +Contributed by the AriC and Caramba projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/tests/tasinh.c b/tests/tasinh.c index 0d29cfbdd..e94d02b83 100644 --- a/tests/tasinh.c +++ b/tests/tasinh.c @@ -1,7 +1,7 @@ /* Test file for mpfr_asinh. Copyright 2001-2004, 2006-2016 Free Software Foundation, Inc. -Contributed by the AriC and Caramel projects, INRIA. +Contributed by the AriC and Caramba projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/tests/tatan.c b/tests/tatan.c index c057fcf1a..403d0126c 100644 --- a/tests/tatan.c +++ b/tests/tatan.c @@ -1,7 +1,7 @@ /* Test file for mpfr_atan. Copyright 2001-2016 Free Software Foundation, Inc. -Contributed by the AriC and Caramel projects, INRIA. +Contributed by the AriC and Caramba projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/tests/tatanh.c b/tests/tatanh.c index de063c976..7c920d5fb 100644 --- a/tests/tatanh.c +++ b/tests/tatanh.c @@ -1,7 +1,7 @@ /* Test file for mpfr_atanh. Copyright 2001-2016 Free Software Foundation, Inc. -Contributed by the AriC and Caramel projects, INRIA. +Contributed by the AriC and Caramba projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/tests/taway.c b/tests/taway.c index 5f6d5912a..fde80e820 100644 --- a/tests/taway.c +++ b/tests/taway.c @@ -1,7 +1,7 @@ /* Test file for round away. Copyright 2000-2016 Free Software Foundation, Inc. -Contributed by the AriC and Caramel projects, INRIA. +Contributed by the AriC and Caramba projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/tests/tbuildopt.c b/tests/tbuildopt.c index d74a75d89..fbc3fffef 100644 --- a/tests/tbuildopt.c +++ b/tests/tbuildopt.c @@ -2,7 +2,7 @@ mpfr_buildopt_decimal_p. Copyright 2009-2016 Free Software Foundation, Inc. -Contributed by the AriC and Caramel projects, INRIA. +Contributed by the AriC and Caramba projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/tests/tcan_round.c b/tests/tcan_round.c index 2da1af225..f114d282d 100644 --- a/tests/tcan_round.c +++ b/tests/tcan_round.c @@ -1,7 +1,7 @@ /* Test file for mpfr_can_round. Copyright 1999, 2001-2016 Free Software Foundation, Inc. -Contributed by the AriC and Caramel projects, INRIA. +Contributed by the AriC and Caramba projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/tests/tcbrt.c b/tests/tcbrt.c index 989a551fb..58e65ffd5 100644 --- a/tests/tcbrt.c +++ b/tests/tcbrt.c @@ -1,7 +1,7 @@ /* Test file for mpfr_cbrt. Copyright 2002-2016 Free Software Foundation, Inc. -Contributed by the AriC and Caramel projects, INRIA. +Contributed by the AriC and Caramba projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/tests/tcheck.c b/tests/tcheck.c index 99a0cb80a..4f3d50981 100644 --- a/tests/tcheck.c +++ b/tests/tcheck.c @@ -1,7 +1,7 @@ /* Test file for mpfr_check. Copyright 2003-2004, 2006-2016 Free Software Foundation, Inc. -Contributed by the AriC and Caramel projects, INRIA. +Contributed by the AriC and Caramba projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/tests/tcmp.c b/tests/tcmp.c index e7e6af631..92a119fe0 100644 --- a/tests/tcmp.c +++ b/tests/tcmp.c @@ -1,7 +1,7 @@ /* Test file for mpfr_cmp. Copyright 1999, 2001-2016 Free Software Foundation, Inc. -Contributed by the AriC and Caramel projects, INRIA. +Contributed by the AriC and Caramba projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/tests/tcmp2.c b/tests/tcmp2.c index 3d42b708b..8187b376d 100644 --- a/tests/tcmp2.c +++ b/tests/tcmp2.c @@ -1,7 +1,7 @@ /* Test file for mpfr_cmp2. Copyright 1999-2003, 2006-2016 Free Software Foundation, Inc. -Contributed by the AriC and Caramel projects, INRIA. +Contributed by the AriC and Caramba projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/tests/tcmp_d.c b/tests/tcmp_d.c index 8f1ebe98a..eae80fc59 100644 --- a/tests/tcmp_d.c +++ b/tests/tcmp_d.c @@ -1,7 +1,7 @@ /* Test file for mpfr_cmp_d. Copyright 1999, 2001-2004, 2006-2016 Free Software Foundation, Inc. -Contributed by the AriC and Caramel projects, INRIA. +Contributed by the AriC and Caramba projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/tests/tcmp_ld.c b/tests/tcmp_ld.c index 2ba3a5710..980c04e96 100644 --- a/tests/tcmp_ld.c +++ b/tests/tcmp_ld.c @@ -1,7 +1,7 @@ /* Test file for mpfr_cmp_ld. Copyright 2004, 2006-2016 Free Software Foundation, Inc. -Contributed by the AriC and Caramel projects, INRIA. +Contributed by the AriC and Caramba projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/tests/tcmp_ui.c b/tests/tcmp_ui.c index 541eaefa8..c55a86946 100644 --- a/tests/tcmp_ui.c +++ b/tests/tcmp_ui.c @@ -1,7 +1,7 @@ /* Test file for mpfr_cmp_ui and mpfr_cmp_si. Copyright 1999, 2001-2016 Free Software Foundation, Inc. -Contributed by the AriC and Caramel projects, INRIA. +Contributed by the AriC and Caramba projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/tests/tcmpabs.c b/tests/tcmpabs.c index 1cda771a4..09505ef0f 100644 --- a/tests/tcmpabs.c +++ b/tests/tcmpabs.c @@ -1,7 +1,7 @@ /* Test file for mpfr_cmpabs. Copyright 2004-2016 Free Software Foundation, Inc. -Contributed by the AriC and Caramel projects, INRIA. +Contributed by the AriC and Caramba projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/tests/tcomparisons.c b/tests/tcomparisons.c index 95783ca31..67feceef0 100644 --- a/tests/tcomparisons.c +++ b/tests/tcomparisons.c @@ -3,7 +3,7 @@ functions. Copyright 2003, 2006-2016 Free Software Foundation, Inc. -Contributed by the AriC and Caramel projects, INRIA. +Contributed by the AriC and Caramba projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/tests/tconst_catalan.c b/tests/tconst_catalan.c index a35e2e4e3..2615e961a 100644 --- a/tests/tconst_catalan.c +++ b/tests/tconst_catalan.c @@ -1,7 +1,7 @@ /* Test file for mpfr_const_catalan. Copyright 2005-2016 Free Software Foundation, Inc. -Contributed by the AriC and Caramel projects, INRIA. +Contributed by the AriC and Caramba projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/tests/tconst_euler.c b/tests/tconst_euler.c index ef2a9b4eb..fa625eff6 100644 --- a/tests/tconst_euler.c +++ b/tests/tconst_euler.c @@ -1,7 +1,7 @@ /* Test file for mpfr_const_euler. Copyright 2001-2016 Free Software Foundation, Inc. -Contributed by the AriC and Caramel projects, INRIA. +Contributed by the AriC and Caramba projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/tests/tconst_log2.c b/tests/tconst_log2.c index 99f4ae591..340415b03 100644 --- a/tests/tconst_log2.c +++ b/tests/tconst_log2.c @@ -1,7 +1,7 @@ /* Test file for mpfr_const_log2. Copyright 1999, 2001-2016 Free Software Foundation, Inc. -Contributed by the AriC and Caramel projects, INRIA. +Contributed by the AriC and Caramba projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/tests/tconst_pi.c b/tests/tconst_pi.c index c724dbc1c..a64cadeac 100644 --- a/tests/tconst_pi.c +++ b/tests/tconst_pi.c @@ -1,7 +1,7 @@ /* Test file for mpfr_const_pi. Copyright 1999, 2001-2016 Free Software Foundation, Inc. -Contributed by the AriC and Caramel projects, INRIA. +Contributed by the AriC and Caramba projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/tests/tcopysign.c b/tests/tcopysign.c index 410223ec2..c6f7628b7 100644 --- a/tests/tcopysign.c +++ b/tests/tcopysign.c @@ -1,7 +1,7 @@ /* Test file for mpfr_copysign, mpfr_setsign and mpfr_signbit. Copyright 2004, 2006-2016 Free Software Foundation, Inc. -Contributed by the AriC and Caramel projects, INRIA. +Contributed by the AriC and Caramba projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/tests/tcos.c b/tests/tcos.c index b63bf9c61..5ce4ccb1f 100644 --- a/tests/tcos.c +++ b/tests/tcos.c @@ -1,7 +1,7 @@ /* Test file for mpfr_cos. Copyright 2001-2016 Free Software Foundation, Inc. -Contributed by the AriC and Caramel projects, INRIA. +Contributed by the AriC and Caramba projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/tests/tcosh.c b/tests/tcosh.c index e9cdef06a..1e08704f3 100644 --- a/tests/tcosh.c +++ b/tests/tcosh.c @@ -1,7 +1,7 @@ /* Test file for mpfr_cosh. Copyright 2001-2002, 2004-2016 Free Software Foundation, Inc. -Contributed by the AriC and Caramel projects, INRIA. +Contributed by the AriC and Caramba projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/tests/tcot.c b/tests/tcot.c index e7cf124aa..71acf0c33 100644 --- a/tests/tcot.c +++ b/tests/tcot.c @@ -1,7 +1,7 @@ /* Test file for mpfr_cot. Copyright 2005-2016 Free Software Foundation, Inc. -Contributed by the AriC and Caramel projects, INRIA. +Contributed by the AriC and Caramba projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/tests/tcoth.c b/tests/tcoth.c index 42108408e..45039d522 100644 --- a/tests/tcoth.c +++ b/tests/tcoth.c @@ -1,7 +1,7 @@ /* Test file for mpfr_coth. Copyright 2005-2016 Free Software Foundation, Inc. -Contributed by the AriC and Caramel projects, INRIA. +Contributed by the AriC and Caramba projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/tests/tcsc.c b/tests/tcsc.c index 827049fed..d390110f1 100644 --- a/tests/tcsc.c +++ b/tests/tcsc.c @@ -1,7 +1,7 @@ /* Test file for mpfr_csc. Copyright 2005-2016 Free Software Foundation, Inc. -Contributed by the AriC and Caramel projects, INRIA. +Contributed by the AriC and Caramba projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/tests/tcsch.c b/tests/tcsch.c index 098904856..348a3c9cb 100644 --- a/tests/tcsch.c +++ b/tests/tcsch.c @@ -1,7 +1,7 @@ /* Test file for mpfr_csch. Copyright 2005-2016 Free Software Foundation, Inc. -Contributed by the AriC and Caramel projects, INRIA. +Contributed by the AriC and Caramba projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/tests/td_div.c b/tests/td_div.c index 705696a9a..9316b4a25 100644 --- a/tests/td_div.c +++ b/tests/td_div.c @@ -1,7 +1,7 @@ /* Test file for mpfr_d_div Copyright 2007-2016 Free Software Foundation, Inc. -Contributed by the AriC and Caramel projects, INRIA. +Contributed by the AriC and Caramba projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/tests/td_sub.c b/tests/td_sub.c index 84bb7dc78..770834300 100644 --- a/tests/td_sub.c +++ b/tests/td_sub.c @@ -1,7 +1,7 @@ /* Test file for mpfr_d_sub Copyright 2007-2016 Free Software Foundation, Inc. -Contributed by the AriC and Caramel projects, INRIA. +Contributed by the AriC and Caramba projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/tests/tdigamma.c b/tests/tdigamma.c index b1169a908..4609fbb72 100644 --- a/tests/tdigamma.c +++ b/tests/tdigamma.c @@ -1,7 +1,7 @@ /* test file for digamma function Copyright 2009-2016 Free Software Foundation, Inc. -Contributed by the AriC and Caramel projects, INRIA. +Contributed by the AriC and Caramba projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/tests/tdim.c b/tests/tdim.c index 0e1566d75..f7420b4de 100644 --- a/tests/tdim.c +++ b/tests/tdim.c @@ -1,7 +1,7 @@ /* Test file for mpfr_dim. Copyright 2004-2016 Free Software Foundation, Inc. -Contributed by the AriC and Caramel projects, INRIA. +Contributed by the AriC and Caramba projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/tests/tdiv.c b/tests/tdiv.c index 3e9255ffe..e9052471f 100644 --- a/tests/tdiv.c +++ b/tests/tdiv.c @@ -1,7 +1,7 @@ /* Test file for mpfr_div (and some mpfr_div_ui, etc. tests). Copyright 1999, 2001-2016 Free Software Foundation, Inc. -Contributed by the AriC and Caramel projects, INRIA. +Contributed by the AriC and Caramba projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/tests/tdiv_d.c b/tests/tdiv_d.c index 52b051844..05cf64b5c 100644 --- a/tests/tdiv_d.c +++ b/tests/tdiv_d.c @@ -1,7 +1,7 @@ /* Test file for mpfr_div_d Copyright 2007-2016 Free Software Foundation, Inc. -Contributed by the AriC and Caramel projects, INRIA. +Contributed by the AriC and Caramba projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/tests/tdiv_ui.c b/tests/tdiv_ui.c index c7b7db3f0..397d01e9c 100644 --- a/tests/tdiv_ui.c +++ b/tests/tdiv_ui.c @@ -1,7 +1,7 @@ /* Test file for mpfr_div_ui. Copyright 1999-2016 Free Software Foundation, Inc. -Contributed by the AriC and Caramel projects, INRIA. +Contributed by the AriC and Caramba projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/tests/teint.c b/tests/teint.c index eee434088..1b317c209 100644 --- a/tests/teint.c +++ b/tests/teint.c @@ -1,7 +1,7 @@ /* Test file for mpfr_eint. Copyright 2005-2016 Free Software Foundation, Inc. -Contributed by the AriC and Caramel projects, INRIA. +Contributed by the AriC and Caramba projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/tests/teq.c b/tests/teq.c index 76db79351..37a4ad509 100644 --- a/tests/teq.c +++ b/tests/teq.c @@ -1,7 +1,7 @@ /* Test file for mpfr_eq. Copyright 1999-2016 Free Software Foundation, Inc. -Contributed by the AriC and Caramel projects, INRIA. +Contributed by the AriC and Caramba projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/tests/terf.c b/tests/terf.c index 3915b1174..d5999296e 100644 --- a/tests/terf.c +++ b/tests/terf.c @@ -1,7 +1,7 @@ /* Test file for mpfr_erf and mpfr_erfc. Copyright 2001-2016 Free Software Foundation, Inc. -Contributed by the AriC and Caramel projects, INRIA. +Contributed by the AriC and Caramba projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/tests/tests.c b/tests/tests.c index 5da2c4ed3..54d5c8047 100644 --- a/tests/tests.c +++ b/tests/tests.c @@ -1,7 +1,7 @@ /* Miscellaneous support for test programs. Copyright 2001-2016 Free Software Foundation, Inc. -Contributed by the AriC and Caramel projects, INRIA. +Contributed by the AriC and Caramba projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/tests/texceptions.c b/tests/texceptions.c index 9d8d1dd0c..4aca9de76 100644 --- a/tests/texceptions.c +++ b/tests/texceptions.c @@ -1,7 +1,7 @@ /* Test file for exceptions. Copyright 2001-2016 Free Software Foundation, Inc. -Contributed by the AriC and Caramel projects, INRIA. +Contributed by the AriC and Caramba projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/tests/texp.c b/tests/texp.c index 3e5c2551e..bab32e8b0 100644 --- a/tests/texp.c +++ b/tests/texp.c @@ -1,7 +1,7 @@ /* Test file for mpfr_exp. Copyright 1999, 2001-2016 Free Software Foundation, Inc. -Contributed by the AriC and Caramel projects, INRIA. +Contributed by the AriC and Caramba projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/tests/texp10.c b/tests/texp10.c index e99ba3698..8fc442d4f 100644 --- a/tests/texp10.c +++ b/tests/texp10.c @@ -1,7 +1,7 @@ /* Test file for mpfr_exp10. Copyright 2007-2016 Free Software Foundation, Inc. -Contributed by the AriC and Caramel projects, INRIA. +Contributed by the AriC and Caramba projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/tests/texp2.c b/tests/texp2.c index 5ee6b5a5f..1768451b8 100644 --- a/tests/texp2.c +++ b/tests/texp2.c @@ -1,7 +1,7 @@ /* Test file for mpfr_exp2. Copyright 2001-2004, 2006-2016 Free Software Foundation, Inc. -Contributed by the AriC and Caramel projects, INRIA. +Contributed by the AriC and Caramba projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/tests/texpm1.c b/tests/texpm1.c index 84cc3a8f6..c8da8d32d 100644 --- a/tests/texpm1.c +++ b/tests/texpm1.c @@ -1,7 +1,7 @@ /* Test file for mpfr_expm1. Copyright 2001-2016 Free Software Foundation, Inc. -Contributed by the AriC and Caramel projects, INRIA. +Contributed by the AriC and Caramba projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/tests/tfactorial.c b/tests/tfactorial.c index 32a9d49ce..49cc3477c 100644 --- a/tests/tfactorial.c +++ b/tests/tfactorial.c @@ -1,7 +1,7 @@ /* Test file for mpfr_factorial. Copyright 2001-2016 Free Software Foundation, Inc. -Contributed by the AriC and Caramel projects, INRIA. +Contributed by the AriC and Caramba projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/tests/tfits.c b/tests/tfits.c index aaa4ef5f1..b205b4c60 100644 --- a/tests/tfits.c +++ b/tests/tfits.c @@ -3,7 +3,7 @@ mpfr_fits_uint_p, mpfr_fits_ulong_p, mpfr_fits_ushort_p Copyright 2004-2016 Free Software Foundation, Inc. -Contributed by the AriC and Caramel projects, INRIA. +Contributed by the AriC and Caramba projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/tests/tfma.c b/tests/tfma.c index 1ba793aa1..4ba83dc63 100644 --- a/tests/tfma.c +++ b/tests/tfma.c @@ -1,7 +1,7 @@ /* Test file for mpfr_fma. Copyright 2001-2016 Free Software Foundation, Inc. -Contributed by the AriC and Caramel projects, INRIA. +Contributed by the AriC and Caramba projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/tests/tfmod.c b/tests/tfmod.c index 5f8fac60e..95f2c91fe 100644 --- a/tests/tfmod.c +++ b/tests/tfmod.c @@ -1,7 +1,7 @@ /* tfmod -- test file for mpfr_fmod Copyright 2007-2016 Free Software Foundation, Inc. -Contributed by the AriC and Caramel projects, INRIA. +Contributed by the AriC and Caramba projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/tests/tfms.c b/tests/tfms.c index e9996c65d..a7d4f3a78 100644 --- a/tests/tfms.c +++ b/tests/tfms.c @@ -1,7 +1,7 @@ /* Test file for mpfr_fms. Copyright 2001-2016 Free Software Foundation, Inc. -Contributed by the AriC and Caramel projects, INRIA. +Contributed by the AriC and Caramba projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/tests/tfprintf.c b/tests/tfprintf.c index c100fb3bb..412ab4fd6 100644 --- a/tests/tfprintf.c +++ b/tests/tfprintf.c @@ -1,7 +1,7 @@ /* tfprintf.c -- test file for mpfr_fprintf and mpfr_vfprintf Copyright 2008-2016 Free Software Foundation, Inc. -Contributed by the AriC and Caramel projects, INRIA. +Contributed by the AriC and Caramba projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/tests/tfrac.c b/tests/tfrac.c index ea59f2537..35f376b72 100644 --- a/tests/tfrac.c +++ b/tests/tfrac.c @@ -1,7 +1,7 @@ /* Test file for mpfr_frac. Copyright 2002-2016 Free Software Foundation, Inc. -Contributed by the AriC and Caramel projects, INRIA. +Contributed by the AriC and Caramba projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/tests/tfrexp.c b/tests/tfrexp.c index e96b95b5e..063be74a1 100644 --- a/tests/tfrexp.c +++ b/tests/tfrexp.c @@ -1,7 +1,7 @@ /* Test file for mpfr_frexp. Copyright 2011-2016 Free Software Foundation, Inc. -Contributed by the AriC and Caramel projects, INRIA. +Contributed by the AriC and Caramba projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/tests/tgamma.c b/tests/tgamma.c index cea19731c..3c4dac83b 100644 --- a/tests/tgamma.c +++ b/tests/tgamma.c @@ -1,7 +1,7 @@ /* mpfr_tgamma -- test file for gamma function Copyright 2001-2016 Free Software Foundation, Inc. -Contributed by the AriC and Caramel projects, INRIA. +Contributed by the AriC and Caramba projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/tests/tgeneric.c b/tests/tgeneric.c index 101a41bd8..6b1ef2f6e 100644 --- a/tests/tgeneric.c +++ b/tests/tgeneric.c @@ -2,7 +2,7 @@ either mpfr_t or double or unsigned long). Copyright 2001-2016 Free Software Foundation, Inc. -Contributed by the AriC and Caramel projects, INRIA. +Contributed by the AriC and Caramba projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/tests/tgeneric_ui.c b/tests/tgeneric_ui.c index d78ad6b18..8604ee684 100644 --- a/tests/tgeneric_ui.c +++ b/tests/tgeneric_ui.c @@ -1,7 +1,7 @@ /* Generic test file for functions with one mpfr_t argument and an integer. Copyright 2005-2016 Free Software Foundation, Inc. -Contributed by the AriC and Caramel projects, INRIA. +Contributed by the AriC and Caramba projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/tests/tget_d.c b/tests/tget_d.c index 58e2c7b17..448eb45b7 100644 --- a/tests/tget_d.c +++ b/tests/tget_d.c @@ -1,7 +1,7 @@ /* Test file for mpfr_get_d Copyright 1999-2016 Free Software Foundation, Inc. -Contributed by the AriC and Caramel projects, INRIA. +Contributed by the AriC and Caramba projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/tests/tget_d_2exp.c b/tests/tget_d_2exp.c index 0551d72ac..c2b262a38 100644 --- a/tests/tget_d_2exp.c +++ b/tests/tget_d_2exp.c @@ -1,7 +1,7 @@ /* Test mpfr_get_d_2exp. Copyright 1999-2016 Free Software Foundation, Inc. -Contributed by the AriC and Caramel projects, INRIA. +Contributed by the AriC and Caramba projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/tests/tget_f.c b/tests/tget_f.c index 5d0260499..fbf7ee59e 100644 --- a/tests/tget_f.c +++ b/tests/tget_f.c @@ -1,7 +1,7 @@ /* Test file for mpfr_get_f. Copyright 2005-2016 Free Software Foundation, Inc. -Contributed by the AriC and Caramel projects, INRIA. +Contributed by the AriC and Caramba projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/tests/tget_flt.c b/tests/tget_flt.c index 090c6fc93..0ebba8c32 100644 --- a/tests/tget_flt.c +++ b/tests/tget_flt.c @@ -1,7 +1,7 @@ /* Test file for mpfr_get_flt and mpfr_set_flt Copyright 2009-2016 Free Software Foundation, Inc. -Contributed by the AriC and Caramel projects, INRIA. +Contributed by the AriC and Caramba projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/tests/tget_ld_2exp.c b/tests/tget_ld_2exp.c index 355c14324..d3699fca6 100644 --- a/tests/tget_ld_2exp.c +++ b/tests/tget_ld_2exp.c @@ -1,7 +1,7 @@ /* Test mpfr_get_ld_2exp. Copyright 2006-2016 Free Software Foundation, Inc. -Contributed by the AriC and Caramel projects, INRIA. +Contributed by the AriC and Caramba projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/tests/tget_set_d64.c b/tests/tget_set_d64.c index 878445dfa..fbd2d0b43 100644 --- a/tests/tget_set_d64.c +++ b/tests/tget_set_d64.c @@ -1,7 +1,7 @@ /* Test file for mpfr_get_decimal64 and mpfr_set_decimal64. Copyright 2006-2016 Free Software Foundation, Inc. -Contributed by the AriC and Caramel projects, INRIA. +Contributed by the AriC and Caramba projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/tests/tget_sj.c b/tests/tget_sj.c index 4989cdc5f..f69863e3d 100644 --- a/tests/tget_sj.c +++ b/tests/tget_sj.c @@ -1,7 +1,7 @@ /* Test file for mpfr_get_sj and mpfr_get_uj. Copyright 2004-2016 Free Software Foundation, Inc. -Contributed by the AriC and Caramel projects, INRIA. +Contributed by the AriC and Caramba projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/tests/tget_str.c b/tests/tget_str.c index a3de8ccca..9b64356ce 100644 --- a/tests/tget_str.c +++ b/tests/tget_str.c @@ -1,7 +1,7 @@ /* Test file for mpfr_get_str. Copyright 1999, 2001-2016 Free Software Foundation, Inc. -Contributed by the AriC and Caramel projects, INRIA. +Contributed by the AriC and Caramba projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/tests/tget_z.c b/tests/tget_z.c index 4ebe874a5..ff6bda41b 100644 --- a/tests/tget_z.c +++ b/tests/tget_z.c @@ -1,7 +1,7 @@ /* Test file for mpz_set_fr / mpfr_get_z. Copyright 2004, 2006-2016 Free Software Foundation, Inc. -Contributed by the AriC and Caramel projects, INRIA. +Contributed by the AriC and Caramba projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/tests/tgmpop.c b/tests/tgmpop.c index 8ba5a4c62..f099895be 100644 --- a/tests/tgmpop.c +++ b/tests/tgmpop.c @@ -2,7 +2,7 @@ mpfr_mul_[q,z], mpfr_cmp_[f,q,z] Copyright 2004-2016 Free Software Foundation, Inc. -Contributed by the AriC and Caramel projects, INRIA. +Contributed by the AriC and Caramba projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/tests/tgrandom.c b/tests/tgrandom.c index b6f3b8907..2aa137257 100644 --- a/tests/tgrandom.c +++ b/tests/tgrandom.c @@ -1,7 +1,7 @@ /* Test file for mpfr_grandom Copyright 2011-2016 Free Software Foundation, Inc. -Contributed by the AriC and Caramel projects, INRIA. +Contributed by the AriC and Caramba projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/tests/thyperbolic.c b/tests/thyperbolic.c index 047750b85..3857bfd11 100644 --- a/tests/thyperbolic.c +++ b/tests/thyperbolic.c @@ -1,7 +1,7 @@ /* Test file for hyperbolic function : mpfr_cosh, mpfr_sinh, mpfr_tanh, mpfr_acosh, mpfr_asinh, mpfr_atanh. Copyright 2001-2004, 2006-2016 Free Software Foundation, Inc. -Contributed by the AriC and Caramel projects, INRIA. +Contributed by the AriC and Caramba projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/tests/thypot.c b/tests/thypot.c index c4c627bd4..f942ea722 100644 --- a/tests/thypot.c +++ b/tests/thypot.c @@ -1,7 +1,7 @@ /* Test file for mpfr_hypot. Copyright 2001-2016 Free Software Foundation, Inc. -Contributed by the AriC and Caramel projects, INRIA. +Contributed by the AriC and Caramba projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/tests/tinits.c b/tests/tinits.c index 7ab97eaa7..daeb4edd0 100644 --- a/tests/tinits.c +++ b/tests/tinits.c @@ -1,7 +1,7 @@ /* Test file for mpfr_init2, mpfr_inits, mpfr_inits2 and mpfr_clears. Copyright 2003, 2006-2016 Free Software Foundation, Inc. -Contributed by the AriC and Caramel projects, INRIA. +Contributed by the AriC and Caramba projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/tests/tinp_str.c b/tests/tinp_str.c index 10ae3032b..9f3a80259 100644 --- a/tests/tinp_str.c +++ b/tests/tinp_str.c @@ -1,7 +1,7 @@ /* Test file for mpfr_inp_str. Copyright 2004, 2006-2016 Free Software Foundation, Inc. -Contributed by the AriC and Caramel projects, INRIA. +Contributed by the AriC and Caramba projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/tests/tinternals.c b/tests/tinternals.c index 5c994226f..a746e2ef9 100644 --- a/tests/tinternals.c +++ b/tests/tinternals.c @@ -1,7 +1,7 @@ /* tinternals -- Test for internals. Copyright 2005-2016 Free Software Foundation, Inc. -Contributed by the AriC and Caramel projects, INRIA. +Contributed by the AriC and Caramba projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/tests/tisnan.c b/tests/tisnan.c index 354821dcb..096f2521b 100644 --- a/tests/tisnan.c +++ b/tests/tisnan.c @@ -2,7 +2,7 @@ mpfr_regular_p. Copyright 2001-2004, 2006-2016 Free Software Foundation, Inc. -Contributed by the AriC and Caramel projects, INRIA. +Contributed by the AriC and Caramba projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/tests/tisqrt.c b/tests/tisqrt.c index 3d94045ac..9716a6d50 100644 --- a/tests/tisqrt.c +++ b/tests/tisqrt.c @@ -1,7 +1,7 @@ /* Test file for __gmpfr_isqrt and __gmpfr_cuberoot internal functions. Copyright 2007-2016 Free Software Foundation, Inc. -Contributed by the AriC and Caramel projects, INRIA. +Contributed by the AriC and Caramba projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/tests/tj0.c b/tests/tj0.c index 4e83166b4..0ce289afa 100644 --- a/tests/tj0.c +++ b/tests/tj0.c @@ -1,7 +1,7 @@ /* tj0 -- test file for the Bessel function of first kind (order 0) Copyright 2007-2016 Free Software Foundation, Inc. -Contributed by the AriC and Caramel projects, INRIA. +Contributed by the AriC and Caramba projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/tests/tj1.c b/tests/tj1.c index 6f15b5b90..fe5bb8d67 100644 --- a/tests/tj1.c +++ b/tests/tj1.c @@ -1,7 +1,7 @@ /* tj1 -- test file for the Bessel function of first kind (order 1) Copyright 2007-2016 Free Software Foundation, Inc. -Contributed by the AriC and Caramel projects, INRIA. +Contributed by the AriC and Caramba projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/tests/tjn.c b/tests/tjn.c index 38c2f1235..3fe28ef0c 100644 --- a/tests/tjn.c +++ b/tests/tjn.c @@ -1,7 +1,7 @@ /* tjn -- test file for the Bessel function of first kind Copyright 2007-2016 Free Software Foundation, Inc. -Contributed by the AriC and Caramel projects, INRIA. +Contributed by the AriC and Caramba projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/tests/tl2b.c b/tests/tl2b.c index d164f5573..e38544310 100644 --- a/tests/tl2b.c +++ b/tests/tl2b.c @@ -1,7 +1,7 @@ /* Test file for l2b constants. Copyright 2007-2016 Free Software Foundation, Inc. -Contributed by the AriC and Caramel projects, INRIA. +Contributed by the AriC and Caramba projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/tests/tlgamma.c b/tests/tlgamma.c index 77d58a755..d2f0f5351 100644 --- a/tests/tlgamma.c +++ b/tests/tlgamma.c @@ -1,7 +1,7 @@ /* mpfr_tlgamma -- test file for lgamma function Copyright 2005-2016 Free Software Foundation, Inc. -Contributed by the AriC and Caramel projects, INRIA. +Contributed by the AriC and Caramba projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/tests/tli2.c b/tests/tli2.c index a1473cc45..f388cd14e 100644 --- a/tests/tli2.c +++ b/tests/tli2.c @@ -1,7 +1,7 @@ /* mpfr_tli2 -- test file for dilogarithm function Copyright 2007-2016 Free Software Foundation, Inc. -Contributed by the AriC and Caramel projects, INRIA. +Contributed by the AriC and Caramba projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/tests/tlngamma.c b/tests/tlngamma.c index 6074166ba..d2b4986df 100644 --- a/tests/tlngamma.c +++ b/tests/tlngamma.c @@ -1,7 +1,7 @@ /* mpfr_tlngamma -- test file for lngamma function Copyright 2005-2016 Free Software Foundation, Inc. -Contributed by the AriC and Caramel projects, INRIA. +Contributed by the AriC and Caramba projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/tests/tlog.c b/tests/tlog.c index ad7e2be0e..0d2bef92f 100644 --- a/tests/tlog.c +++ b/tests/tlog.c @@ -1,7 +1,7 @@ /* Test file for mpfr_log. Copyright 1999, 2001-2016 Free Software Foundation, Inc. -Contributed by the AriC and Caramel projects, INRIA. +Contributed by the AriC and Caramba projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/tests/tlog10.c b/tests/tlog10.c index bdb24bf81..f46394ae7 100644 --- a/tests/tlog10.c +++ b/tests/tlog10.c @@ -1,7 +1,7 @@ /* Test file for mpfr_log10. Copyright 2001-2016 Free Software Foundation, Inc. -Contributed by the AriC and Caramel projects, INRIA. +Contributed by the AriC and Caramba projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/tests/tlog1p.c b/tests/tlog1p.c index 434c5e216..beac2459e 100644 --- a/tests/tlog1p.c +++ b/tests/tlog1p.c @@ -1,7 +1,7 @@ /* Test file for mpfr_log1p. Copyright 2001-2016 Free Software Foundation, Inc. -Contributed by the AriC and Caramel projects, INRIA. +Contributed by the AriC and Caramba projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/tests/tlog2.c b/tests/tlog2.c index 52a47b708..5a4b1d1ce 100644 --- a/tests/tlog2.c +++ b/tests/tlog2.c @@ -1,7 +1,7 @@ /* Test file for mpfr_log2. Copyright 2001-2002, 2004, 2006-2016 Free Software Foundation, Inc. -Contributed by the AriC and Caramel projects, INRIA. +Contributed by the AriC and Caramba projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/tests/tmin_prec.c b/tests/tmin_prec.c index 41a059469..f5909260a 100644 --- a/tests/tmin_prec.c +++ b/tests/tmin_prec.c @@ -1,7 +1,7 @@ /* Test file for mpfr_min_prec. Copyright 2009-2016 Free Software Foundation, Inc. -Contributed by the AriC and Caramel projects, INRIA. +Contributed by the AriC and Caramba projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/tests/tminmax.c b/tests/tminmax.c index 58d2cf9f4..61194a10d 100644 --- a/tests/tminmax.c +++ b/tests/tminmax.c @@ -1,7 +1,7 @@ /* Test file for mpfr_min & mpfr_max. Copyright 2004, 2006-2016 Free Software Foundation, Inc. -Contributed by the AriC and Caramel projects, INRIA. +Contributed by the AriC and Caramba projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/tests/tmodf.c b/tests/tmodf.c index 86816a8c5..b05de0c9d 100644 --- a/tests/tmodf.c +++ b/tests/tmodf.c @@ -1,7 +1,7 @@ /* Test file for mpfr_modf. Copyright 2007-2016 Free Software Foundation, Inc. -Contributed by the AriC and Caramel projects, INRIA. +Contributed by the AriC and Caramba projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/tests/tmul.c b/tests/tmul.c index 263c7ffbd..4aaff8e97 100644 --- a/tests/tmul.c +++ b/tests/tmul.c @@ -1,7 +1,7 @@ /* Test file for mpfr_mul. Copyright 1999, 2001-2016 Free Software Foundation, Inc. -Contributed by the AriC and Caramel projects, INRIA. +Contributed by the AriC and Caramba projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/tests/tmul_2exp.c b/tests/tmul_2exp.c index 80e6da107..b498a6de5 100644 --- a/tests/tmul_2exp.c +++ b/tests/tmul_2exp.c @@ -1,7 +1,7 @@ /* Test file for mpfr_{mul,div}_2{ui,si}. Copyright 1999, 2001-2004, 2006-2016 Free Software Foundation, Inc. -Contributed by the AriC and Caramel projects, INRIA. +Contributed by the AriC and Caramba projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/tests/tmul_d.c b/tests/tmul_d.c index 817053201..ce126ba5e 100644 --- a/tests/tmul_d.c +++ b/tests/tmul_d.c @@ -1,7 +1,7 @@ /* Test file for mpfr_mul_d Copyright 2007-2016 Free Software Foundation, Inc. -Contributed by the AriC and Caramel projects, INRIA. +Contributed by the AriC and Caramba projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/tests/tmul_ui.c b/tests/tmul_ui.c index 3c9afb796..4baf1abe1 100644 --- a/tests/tmul_ui.c +++ b/tests/tmul_ui.c @@ -1,7 +1,7 @@ /* Test file for mpfr_mul_ui. Copyright 1999-2016 Free Software Foundation, Inc. -Contributed by the AriC and Caramel projects, INRIA. +Contributed by the AriC and Caramba projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/tests/tnext.c b/tests/tnext.c index ec85dba06..1c0393ec7 100644 --- a/tests/tnext.c +++ b/tests/tnext.c @@ -1,7 +1,7 @@ /* Test file for mpfr_nextabove, mpfr_nextbelow, mpfr_nexttoward. Copyright 2003-2016 Free Software Foundation, Inc. -Contributed by the AriC and Caramel projects, INRIA. +Contributed by the AriC and Caramba projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/tests/tout_str.c b/tests/tout_str.c index e0001ab9c..992c655fd 100644 --- a/tests/tout_str.c +++ b/tests/tout_str.c @@ -1,7 +1,7 @@ /* Test file for mpfr_out_str. Copyright 1999, 2001-2016 Free Software Foundation, Inc. -Contributed by the AriC and Caramel projects, INRIA. +Contributed by the AriC and Caramba projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/tests/toutimpl.c b/tests/toutimpl.c index 835eaa077..a30dde4b6 100644 --- a/tests/toutimpl.c +++ b/tests/toutimpl.c @@ -2,7 +2,7 @@ mpfr_dump, mpfr_print_binary, mpfr_print_rnd_mode. Copyright 2004-2016 Free Software Foundation, Inc. -Contributed by the AriC and Caramel projects, INRIA. +Contributed by the AriC and Caramba projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/tests/tpow.c b/tests/tpow.c index b29076113..927f098ee 100644 --- a/tests/tpow.c +++ b/tests/tpow.c @@ -1,7 +1,7 @@ /* Test file for mpfr_pow, mpfr_pow_ui and mpfr_pow_si. Copyright 2000-2016 Free Software Foundation, Inc. -Contributed by the AriC and Caramel projects, INRIA. +Contributed by the AriC and Caramba projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/tests/tpow3.c b/tests/tpow3.c index 565f13021..58e313675 100644 --- a/tests/tpow3.c +++ b/tests/tpow3.c @@ -1,7 +1,7 @@ /* Test file for mpfr_pow. Copyright 2001-2016 Free Software Foundation, Inc. -Contributed by the AriC and Caramel projects, INRIA. +Contributed by the AriC and Caramba projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/tests/tpow_all.c b/tests/tpow_all.c index 601e7ca60..588184d26 100644 --- a/tests/tpow_all.c +++ b/tests/tpow_all.c @@ -1,7 +1,7 @@ /* Test file for the various power functions Copyright 2008-2016 Free Software Foundation, Inc. -Contributed by the AriC and Caramel projects, INRIA. +Contributed by the AriC and Caramba projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/tests/tpow_z.c b/tests/tpow_z.c index ababf12d3..0acb9c0ca 100644 --- a/tests/tpow_z.c +++ b/tests/tpow_z.c @@ -1,7 +1,7 @@ /* Test file for mpfr_pow_z -- power function x^z with z a MPZ Copyright 2005-2016 Free Software Foundation, Inc. -Contributed by the AriC and Caramel projects, INRIA. +Contributed by the AriC and Caramba projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/tests/tprintf.c b/tests/tprintf.c index d413a256c..1c4961bf4 100644 --- a/tests/tprintf.c +++ b/tests/tprintf.c @@ -1,7 +1,7 @@ /* tprintf.c -- test file for mpfr_printf and mpfr_vprintf Copyright 2008-2016 Free Software Foundation, Inc. -Contributed by the AriC and Caramel projects, INRIA. +Contributed by the AriC and Caramba projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/tests/trandom.c b/tests/trandom.c index 00c0d3be3..8c66785a7 100644 --- a/tests/trandom.c +++ b/tests/trandom.c @@ -1,7 +1,7 @@ /* Test file for mpfr_urandomb Copyright 1999-2004, 2006-2016 Free Software Foundation, Inc. -Contributed by the AriC and Caramel projects, INRIA. +Contributed by the AriC and Caramba projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/tests/trec_sqrt.c b/tests/trec_sqrt.c index 316348615..da49c40a1 100644 --- a/tests/trec_sqrt.c +++ b/tests/trec_sqrt.c @@ -1,7 +1,7 @@ /* Test file for mpfr_rec_sqrt. Copyright 2008-2016 Free Software Foundation, Inc. -Contributed by the AriC and Caramel projects, INRIA. +Contributed by the AriC and Caramba projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/tests/tremquo.c b/tests/tremquo.c index 8e12a46eb..0618f0d0e 100644 --- a/tests/tremquo.c +++ b/tests/tremquo.c @@ -1,7 +1,7 @@ /* tremquo -- test file for mpfr_remquo and mpfr_remainder Copyright 2007-2016 Free Software Foundation, Inc. -Contributed by the AriC and Caramel projects, INRIA. +Contributed by the AriC and Caramba projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/tests/trint.c b/tests/trint.c index 2abca861d..aca47416d 100644 --- a/tests/trint.c +++ b/tests/trint.c @@ -2,7 +2,7 @@ mpfr_rint_trunc, mpfr_rint_floor, mpfr_rint_ceil, mpfr_rint_round. Copyright 2002-2016 Free Software Foundation, Inc. -Contributed by the AriC and Caramel projects, INRIA. +Contributed by the AriC and Caramba projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/tests/troot.c b/tests/troot.c index c0c7f3e9a..4887e00c1 100644 --- a/tests/troot.c +++ b/tests/troot.c @@ -1,7 +1,7 @@ /* Test file for mpfr_root. Copyright 2005-2016 Free Software Foundation, Inc. -Contributed by the AriC and Caramel projects, INRIA. +Contributed by the AriC and Caramba projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/tests/tround_prec.c b/tests/tround_prec.c index 52d725a27..f6936d781 100644 --- a/tests/tround_prec.c +++ b/tests/tround_prec.c @@ -1,7 +1,7 @@ /* Test file for mpfr_prec_round. Copyright 1999-2004, 2006-2016 Free Software Foundation, Inc. -Contributed by the AriC and Caramel projects, INRIA. +Contributed by the AriC and Caramba projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/tests/tsec.c b/tests/tsec.c index b18167794..16951860d 100644 --- a/tests/tsec.c +++ b/tests/tsec.c @@ -1,7 +1,7 @@ /* Test file for mpfr_sec. Copyright 2005-2016 Free Software Foundation, Inc. -Contributed by the AriC and Caramel projects, INRIA. +Contributed by the AriC and Caramba projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/tests/tsech.c b/tests/tsech.c index c40a3eee2..d52c8f3ed 100644 --- a/tests/tsech.c +++ b/tests/tsech.c @@ -1,7 +1,7 @@ /* Test file for mpfr_sech. Copyright 2005-2016 Free Software Foundation, Inc. -Contributed by the AriC and Caramel projects, INRIA. +Contributed by the AriC and Caramba projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/tests/tset.c b/tests/tset.c index d3ffd0abe..eec197af0 100644 --- a/tests/tset.c +++ b/tests/tset.c @@ -1,7 +1,7 @@ /* Test file for mpfr_set. Copyright 2001-2016 Free Software Foundation, Inc. -Contributed by the AriC and Caramel projects, INRIA. +Contributed by the AriC and Caramba projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/tests/tset_d.c b/tests/tset_d.c index 2980cfd2b..df57beaaa 100644 --- a/tests/tset_d.c +++ b/tests/tset_d.c @@ -1,7 +1,7 @@ /* Test file for mpfr_set_d and mpfr_get_d. Copyright 1999-2016 Free Software Foundation, Inc. -Contributed by the AriC and Caramel projects, INRIA. +Contributed by the AriC and Caramba projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/tests/tset_exp.c b/tests/tset_exp.c index 3935cd744..bdd043a7b 100644 --- a/tests/tset_exp.c +++ b/tests/tset_exp.c @@ -1,7 +1,7 @@ /* Test file for mpfr_set_exp. Copyright 2004, 2006-2016 Free Software Foundation, Inc. -Contributed by the AriC and Caramel projects, INRIA. +Contributed by the AriC and Caramba projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/tests/tset_f.c b/tests/tset_f.c index 112699a5d..e4670d2bf 100644 --- a/tests/tset_f.c +++ b/tests/tset_f.c @@ -1,7 +1,7 @@ /* Test file for mpfr_set_f. Copyright 1999, 2001-2016 Free Software Foundation, Inc. -Contributed by the AriC and Caramel projects, INRIA. +Contributed by the AriC and Caramba projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/tests/tset_ld.c b/tests/tset_ld.c index 76dba44ce..6e2b931f5 100644 --- a/tests/tset_ld.c +++ b/tests/tset_ld.c @@ -1,7 +1,7 @@ /* Test file for mpfr_set_ld and mpfr_get_ld. Copyright 2002-2016 Free Software Foundation, Inc. -Contributed by the AriC and Caramel projects, INRIA. +Contributed by the AriC and Caramba projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/tests/tset_q.c b/tests/tset_q.c index 23869fcec..776c550d1 100644 --- a/tests/tset_q.c +++ b/tests/tset_q.c @@ -1,7 +1,7 @@ /* Test file for mpfr_set_q. Copyright 2000-2016 Free Software Foundation, Inc. -Contributed by the AriC and Caramel projects, INRIA. +Contributed by the AriC and Caramba projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/tests/tset_si.c b/tests/tset_si.c index df02c1c51..d77e9981e 100644 --- a/tests/tset_si.c +++ b/tests/tset_si.c @@ -1,7 +1,7 @@ /* Test file for mpfr_set_si and mpfr_set_ui. Copyright 1999, 2001-2016 Free Software Foundation, Inc. -Contributed by the AriC and Caramel projects, INRIA. +Contributed by the AriC and Caramba projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/tests/tset_sj.c b/tests/tset_sj.c index 9a48c3c92..ac103b3b8 100644 --- a/tests/tset_sj.c +++ b/tests/tset_sj.c @@ -2,7 +2,7 @@ mpfr_set_sj, mpfr_set_uj, mpfr_set_sj_2exp and mpfr_set_uj_2exp. Copyright 2004, 2006-2016 Free Software Foundation, Inc. -Contributed by the AriC and Caramel projects, INRIA. +Contributed by the AriC and Caramba projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/tests/tset_str.c b/tests/tset_str.c index 8cec2d4e5..309d0c151 100644 --- a/tests/tset_str.c +++ b/tests/tset_str.c @@ -1,7 +1,7 @@ /* Test file for mpfr_set_str. Copyright 1999, 2001-2016 Free Software Foundation, Inc. -Contributed by the AriC and Caramel projects, INRIA. +Contributed by the AriC and Caramba projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/tests/tset_z.c b/tests/tset_z.c index f28ad8a6a..321566fe9 100644 --- a/tests/tset_z.c +++ b/tests/tset_z.c @@ -1,7 +1,7 @@ /* Test file for mpfr_set_z. Copyright 1999, 2001-2016 Free Software Foundation, Inc. -Contributed by the AriC and Caramel projects, INRIA. +Contributed by the AriC and Caramba projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/tests/tset_z_exp.c b/tests/tset_z_exp.c index 16d1c5290..05e5461a5 100644 --- a/tests/tset_z_exp.c +++ b/tests/tset_z_exp.c @@ -1,7 +1,7 @@ /* Test file for mpfr_set_z_2exp. Copyright 1999, 2001-2016 Free Software Foundation, Inc. -Contributed by the AriC and Caramel projects, INRIA. +Contributed by the AriC and Caramba projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/tests/tsgn.c b/tests/tsgn.c index 0bea4dd5a..b7d208b57 100644 --- a/tests/tsgn.c +++ b/tests/tsgn.c @@ -1,7 +1,7 @@ /* tsgn -- Test for the sign of a floating point number. Copyright 2003, 2006-2016 Free Software Foundation, Inc. -Contributed by the AriC and Caramel projects, INRIA. +Contributed by the AriC and Caramba projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/tests/tsi_op.c b/tests/tsi_op.c index ea3bd0c9e..5a84c6412 100644 --- a/tests/tsi_op.c +++ b/tests/tsi_op.c @@ -2,7 +2,7 @@ mpfr_div_si, mpfr_si_div Copyright 2004, 2006-2016 Free Software Foundation, Inc. -Contributed by the AriC and Caramel projects, INRIA. +Contributed by the AriC and Caramba projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/tests/tsin.c b/tests/tsin.c index 2847e850f..7afa57c26 100644 --- a/tests/tsin.c +++ b/tests/tsin.c @@ -1,7 +1,7 @@ /* Test file for mpfr_sin. Copyright 2001-2016 Free Software Foundation, Inc. -Contributed by the AriC and Caramel projects, INRIA. +Contributed by the AriC and Caramba projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/tests/tsin_cos.c b/tests/tsin_cos.c index b35f7f5f6..d47559650 100644 --- a/tests/tsin_cos.c +++ b/tests/tsin_cos.c @@ -1,7 +1,7 @@ /* Test file for mpfr_sin_cos. Copyright 2000-2004, 2006-2016 Free Software Foundation, Inc. -Contributed by the AriC and Caramel projects, INRIA. +Contributed by the AriC and Caramba projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/tests/tsinh.c b/tests/tsinh.c index a02c7dacc..cd336eb95 100644 --- a/tests/tsinh.c +++ b/tests/tsinh.c @@ -1,7 +1,7 @@ /* Test file for mpfr_sinh. Copyright 2001-2002, 2004, 2006-2016 Free Software Foundation, Inc. -Contributed by the AriC and Caramel projects, INRIA. +Contributed by the AriC and Caramba projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/tests/tsinh_cosh.c b/tests/tsinh_cosh.c index 6393d0774..f5b1d0cff 100644 --- a/tests/tsinh_cosh.c +++ b/tests/tsinh_cosh.c @@ -1,7 +1,7 @@ /* Test file for mpfr_sinh_cosh. Copyright 2007-2016 Free Software Foundation, Inc. -Contributed by the AriC and Caramel projects, INRIA. +Contributed by the AriC and Caramba projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/tests/tsprintf.c b/tests/tsprintf.c index a2dea74ae..42778b8fe 100644 --- a/tests/tsprintf.c +++ b/tests/tsprintf.c @@ -2,7 +2,7 @@ and mpfr_vsnprintf Copyright 2007-2016 Free Software Foundation, Inc. -Contributed by the AriC and Caramel projects, INRIA. +Contributed by the AriC and Caramba projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/tests/tsqr.c b/tests/tsqr.c index cc113d13f..ab8674bec 100644 --- a/tests/tsqr.c +++ b/tests/tsqr.c @@ -1,7 +1,7 @@ /* Test file for mpfr_sqr. Copyright 2004-2016 Free Software Foundation, Inc. -Contributed by the AriC and Caramel projects, INRIA. +Contributed by the AriC and Caramba projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/tests/tsqrt.c b/tests/tsqrt.c index cfdd137c6..e1fd4261c 100644 --- a/tests/tsqrt.c +++ b/tests/tsqrt.c @@ -1,7 +1,7 @@ /* Test file for mpfr_sqrt. Copyright 1999, 2001-2016 Free Software Foundation, Inc. -Contributed by the AriC and Caramel projects, INRIA. +Contributed by the AriC and Caramba projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/tests/tsqrt_ui.c b/tests/tsqrt_ui.c index 93163bbca..d9ea3ea98 100644 --- a/tests/tsqrt_ui.c +++ b/tests/tsqrt_ui.c @@ -1,7 +1,7 @@ /* Test file for mpfr_sqrt_ui. Copyright 2000-2003, 2006-2016 Free Software Foundation, Inc. -Contributed by the AriC and Caramel projects, INRIA. +Contributed by the AriC and Caramba projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/tests/tstckintc.c b/tests/tstckintc.c index f1fd2dad7..1935f5671 100644 --- a/tests/tstckintc.c +++ b/tests/tstckintc.c @@ -1,7 +1,7 @@ /* Test file for mpfr_custom_* Copyright 2005-2016 Free Software Foundation, Inc. -Contributed by the AriC and Caramel projects, INRIA. +Contributed by the AriC and Caramba projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/tests/tstdint.c b/tests/tstdint.c index d79257832..1c51cdd38 100644 --- a/tests/tstdint.c +++ b/tests/tstdint.c @@ -1,7 +1,7 @@ /* Test file for multiple mpfr.h inclusion and intmax_t related functions Copyright 2010-2016 Free Software Foundation, Inc. -Contributed by the AriC and Caramel projects, INRIA. +Contributed by the AriC and Caramba projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/tests/tstrtofr.c b/tests/tstrtofr.c index 87201c0ba..97575413a 100644 --- a/tests/tstrtofr.c +++ b/tests/tstrtofr.c @@ -1,7 +1,7 @@ /* Test file for mpfr_set_str. Copyright 2004-2016 Free Software Foundation, Inc. -Contributed by the AriC and Caramel projects, INRIA. +Contributed by the AriC and Caramba projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/tests/tsub.c b/tests/tsub.c index 54521346f..a8aee323f 100644 --- a/tests/tsub.c +++ b/tests/tsub.c @@ -1,7 +1,7 @@ /* Test file for mpfr_sub. Copyright 2001-2016 Free Software Foundation, Inc. -Contributed by the AriC and Caramel projects, INRIA. +Contributed by the AriC and Caramba projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/tests/tsub1sp.c b/tests/tsub1sp.c index 3476b7a56..38feddbd7 100644 --- a/tests/tsub1sp.c +++ b/tests/tsub1sp.c @@ -1,7 +1,7 @@ /* Test file for mpfr_sub1sp. Copyright 2003-2016 Free Software Foundation, Inc. -Contributed by the AriC and Caramel projects, INRIA. +Contributed by the AriC and Caramba projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/tests/tsub_d.c b/tests/tsub_d.c index db24d3757..dcaa03153 100644 --- a/tests/tsub_d.c +++ b/tests/tsub_d.c @@ -1,7 +1,7 @@ /* Test file for mpfr_sub_d Copyright 2007-2016 Free Software Foundation, Inc. -Contributed by the AriC and Caramel projects, INRIA. +Contributed by the AriC and Caramba projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/tests/tsub_ui.c b/tests/tsub_ui.c index d6faae82c..653689575 100644 --- a/tests/tsub_ui.c +++ b/tests/tsub_ui.c @@ -1,7 +1,7 @@ /* Test file for mpfr_sub_ui Copyright 2000-2016 Free Software Foundation, Inc. -Contributed by the AriC and Caramel projects, INRIA. +Contributed by the AriC and Caramba projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/tests/tsubnormal.c b/tests/tsubnormal.c index 406d0584a..9c5a7feae 100644 --- a/tests/tsubnormal.c +++ b/tests/tsubnormal.c @@ -1,7 +1,7 @@ /* Test file for mpfr_subnormalize. Copyright 2005-2016 Free Software Foundation, Inc. -Contributed by the AriC and Caramel projects, INRIA. +Contributed by the AriC and Caramba projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/tests/tsum.c b/tests/tsum.c index d8c4743a5..5d9c8b598 100644 --- a/tests/tsum.c +++ b/tests/tsum.c @@ -1,7 +1,7 @@ /* tsum -- test file for the list summation function Copyright 2004-2016 Free Software Foundation, Inc. -Contributed by the AriC and Caramel projects, INRIA. +Contributed by the AriC and Caramba projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/tests/tswap.c b/tests/tswap.c index 6a1d063a9..afc20b801 100644 --- a/tests/tswap.c +++ b/tests/tswap.c @@ -1,7 +1,7 @@ /* Test file for mpfr_swap. Copyright 2000-2004, 2006-2016 Free Software Foundation, Inc. -Contributed by the AriC and Caramel projects, INRIA. +Contributed by the AriC and Caramba projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/tests/ttan.c b/tests/ttan.c index ef7306839..36426afa6 100644 --- a/tests/ttan.c +++ b/tests/ttan.c @@ -1,7 +1,7 @@ /* Test file for mpfr_tan. Copyright 2001-2004, 2006-2016 Free Software Foundation, Inc. -Contributed by the AriC and Caramel projects, INRIA. +Contributed by the AriC and Caramba projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/tests/ttanh.c b/tests/ttanh.c index 89639bf4d..c844624b5 100644 --- a/tests/ttanh.c +++ b/tests/ttanh.c @@ -1,7 +1,7 @@ /* Test file for mpfr_tanh. Copyright 2001-2016 Free Software Foundation, Inc. -Contributed by the AriC and Caramel projects, INRIA. +Contributed by the AriC and Caramba projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/tests/ttrunc.c b/tests/ttrunc.c index c1700aaad..780358c4b 100644 --- a/tests/ttrunc.c +++ b/tests/ttrunc.c @@ -1,7 +1,7 @@ /* Test file for mpfr_trunc, mpfr_ceil, mpfr_floor. Copyright 1999-2004, 2006-2016 Free Software Foundation, Inc. -Contributed by the AriC and Caramel projects, INRIA. +Contributed by the AriC and Caramba projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/tests/tui_div.c b/tests/tui_div.c index e360536e6..1e69d9970 100644 --- a/tests/tui_div.c +++ b/tests/tui_div.c @@ -1,7 +1,7 @@ /* Test file for mpfr_ui_div. Copyright 2000-2016 Free Software Foundation, Inc. -Contributed by the AriC and Caramel projects, INRIA. +Contributed by the AriC and Caramba projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/tests/tui_pow.c b/tests/tui_pow.c index f98594845..99fc78015 100644 --- a/tests/tui_pow.c +++ b/tests/tui_pow.c @@ -1,7 +1,7 @@ /* Test file for mpfr_ui_pow and mpfr_ui_pow_ui. Copyright 2001-2016 Free Software Foundation, Inc. -Contributed by the AriC and Caramel projects, INRIA. +Contributed by the AriC and Caramba projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/tests/tui_sub.c b/tests/tui_sub.c index 206669c84..b5649ccd6 100644 --- a/tests/tui_sub.c +++ b/tests/tui_sub.c @@ -1,7 +1,7 @@ /* Test file for mpfr_ui_sub. Copyright 2000-2016 Free Software Foundation, Inc. -Contributed by the AriC and Caramel projects, INRIA. +Contributed by the AriC and Caramba projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/tests/turandom.c b/tests/turandom.c index 144770852..fc875120d 100644 --- a/tests/turandom.c +++ b/tests/turandom.c @@ -1,7 +1,7 @@ /* Test file for mpfr_urandom Copyright 1999-2004, 2006-2016 Free Software Foundation, Inc. -Contributed by the AriC and Caramel projects, INRIA. +Contributed by the AriC and Caramba projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/tests/tvalist.c b/tests/tvalist.c index ffd69f1f0..b45f8f88b 100644 --- a/tests/tvalist.c +++ b/tests/tvalist.c @@ -1,7 +1,7 @@ /* Test file for multiple mpfr.h inclusion and va_list related functions Copyright 2011-2016 Free Software Foundation, Inc. -Contributed by the AriC and Caramel projects, INRIA. +Contributed by the AriC and Caramba projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/tests/tversion.c b/tests/tversion.c index 6fa9837a1..ba326940c 100644 --- a/tests/tversion.c +++ b/tests/tversion.c @@ -1,7 +1,7 @@ /* Test file for mpfr_version. Copyright 2004-2016 Free Software Foundation, Inc. -Contributed by the AriC and Caramel projects, INRIA. +Contributed by the AriC and Caramba projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/tests/ty0.c b/tests/ty0.c index 60ccbcb73..b4b819074 100644 --- a/tests/ty0.c +++ b/tests/ty0.c @@ -1,7 +1,7 @@ /* ty0 -- test file for the Bessel function of second kind (order 0) Copyright 2007-2016 Free Software Foundation, Inc. -Contributed by the AriC and Caramel projects, INRIA. +Contributed by the AriC and Caramba projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/tests/ty1.c b/tests/ty1.c index 1639821db..b36cb6126 100644 --- a/tests/ty1.c +++ b/tests/ty1.c @@ -1,7 +1,7 @@ /* ty1 -- test file for the Bessel function of second kind (order 1) Copyright 2007-2016 Free Software Foundation, Inc. -Contributed by the AriC and Caramel projects, INRIA. +Contributed by the AriC and Caramba projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/tests/tyn.c b/tests/tyn.c index 7a0e4e0a2..92c97ced5 100644 --- a/tests/tyn.c +++ b/tests/tyn.c @@ -1,7 +1,7 @@ /* tyn -- test file for the Bessel function of second kind Copyright 2007-2016 Free Software Foundation, Inc. -Contributed by the AriC and Caramel projects, INRIA. +Contributed by the AriC and Caramba projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/tests/tzeta.c b/tests/tzeta.c index ab0665983..9eb731fa3 100644 --- a/tests/tzeta.c +++ b/tests/tzeta.c @@ -1,7 +1,7 @@ /* tzeta -- test file for the Riemann Zeta function Copyright 2003-2016 Free Software Foundation, Inc. -Contributed by the AriC and Caramel projects, INRIA. +Contributed by the AriC and Caramba projects, INRIA. This file is part of the GNU MPFR Library. diff --git a/tests/tzeta_ui.c b/tests/tzeta_ui.c index 6974abb72..3467c0cfd 100644 --- a/tests/tzeta_ui.c +++ b/tests/tzeta_ui.c @@ -1,7 +1,7 @@ /* Test file for mpfr_zeta_ui. Copyright 2005-2016 Free Software Foundation, Inc. -Contributed by the AriC and Caramel projects, INRIA. +Contributed by the AriC and Caramba projects, INRIA. This file is part of the GNU MPFR Library. |