From 975f12134bafeff2ae15aeb0fc12e83913e1412f Mon Sep 17 00:00:00 2001 From: vlefevre Date: Wed, 7 Feb 2007 01:48:01 +0000 Subject: Added "Contributed by the Arenaire and Cacao projects, INRIA." to the copyright notices and removed a few old things. git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@4350 280ebfd0-de03-0410-8827-d642c229c3f4 --- tests/cmp_str.c | 1 + tests/memory.c | 3 ++- tests/mpf_compat.c | 1 + tests/mpf_compat.h | 1 + tests/mpfr_compat.c | 1 + tests/reuse.c | 1 + tests/rnd_mode.c | 1 + tests/tabs.c | 1 + tests/tacosh.c | 2 +- tests/tadd.c | 1 + tests/tadd1sp.c | 1 + tests/tadd_ui.c | 1 + tests/tagm.c | 1 + tests/tasin.c | 2 +- tests/tasinh.c | 2 +- tests/tatan.c | 2 +- tests/tatanh.c | 2 +- tests/tcan_round.c | 1 + tests/tcbrt.c | 1 + tests/tcheck.c | 1 + tests/tcmp.c | 1 + tests/tcmp2.c | 1 + tests/tcmp_d.c | 1 + tests/tcmp_ld.c | 1 + tests/tcmp_ui.c | 1 + tests/tcmpabs.c | 1 + tests/tcomparisons.c | 1 + tests/tconst_catalan.c | 1 + tests/tconst_euler.c | 1 + tests/tconst_log2.c | 1 + tests/tconst_pi.c | 1 + tests/tcopysign.c | 1 + tests/tcos.c | 1 + tests/tcosh.c | 2 +- tests/tcot.c | 1 + tests/tcoth.c | 1 + tests/tcsc.c | 1 + tests/tcsch.c | 1 + tests/tdim.c | 1 + tests/tdiv.c | 1 + tests/tdiv_ui.c | 1 + tests/teint.c | 1 + tests/teq.c | 1 + tests/tests.c | 1 + tests/texceptions.c | 1 + tests/texp.c | 1 + tests/texp2.c | 2 +- tests/texpm1.c | 2 +- tests/tfactorial.c | 1 + tests/tfits.c | 1 + tests/tfma.c | 2 +- tests/tfrac.c | 1 + tests/tgamma.c | 1 + tests/tgeneric.c | 1 + tests/tgeneric_ui.c | 1 + tests/tget_d.c | 1 + tests/tget_d_2exp.c | 1 + tests/tget_f.c | 1 + tests/tget_ld_2exp.c | 1 + tests/tget_set_d64.c | 1 + tests/tget_sj.c | 1 + tests/tget_str.c | 1 + tests/tget_z.c | 1 + tests/tgmpop.c | 1 + tests/thyperbolic.c | 1 + tests/thypot.c | 2 +- tests/tinits.c | 1 + tests/tinp_str.c | 1 + tests/tinternals.c | 2 +- tests/tisnan.c | 1 + tests/tlngamma.c | 1 + tests/tlog.c | 1 + tests/tlog10.c | 2 +- tests/tlog1p.c | 2 +- tests/tlog2.c | 2 +- tests/tminmax.c | 1 + tests/tmul.c | 1 + tests/tmul_2exp.c | 1 + tests/tmul_ui.c | 1 + tests/tnext.c | 1 + tests/tout_str.c | 1 + tests/toutimpl.c | 1 + tests/tpow.c | 1 + tests/tpow3.c | 2 +- tests/tpow_z.c | 1 + tests/trandom.c | 1 + tests/trint.c | 1 + tests/troot.c | 1 + tests/tround_prec.c | 1 + tests/tsec.c | 1 + tests/tsech.c | 1 + tests/tset.c | 1 + tests/tset_d.c | 1 + tests/tset_exp.c | 1 + tests/tset_f.c | 1 + tests/tset_ld.c | 1 + tests/tset_q.c | 1 + tests/tset_si.c | 1 + tests/tset_sj.c | 1 + tests/tset_str.c | 1 + tests/tset_z.c | 1 + tests/tsgn.c | 2 +- tests/tsi_op.c | 1 + tests/tsin.c | 1 + tests/tsin_cos.c | 1 + tests/tsinh.c | 2 +- tests/tsqr.c | 1 + tests/tsqrt.c | 1 + tests/tsqrt_ui.c | 1 + tests/tstckintc.c | 1 + tests/tstrtofr.c | 1 + tests/tsub.c | 1 + tests/tsub1sp.c | 1 + tests/tsub_ui.c | 1 + tests/tsubnormal.c | 1 + tests/tsum.c | 1 + tests/tswap.c | 1 + tests/ttan.c | 1 + tests/ttanh.c | 2 +- tests/ttrunc.c | 1 + tests/tui_div.c | 1 + tests/tui_pow.c | 2 +- tests/tui_sub.c | 1 + tests/tversion.c | 1 + tests/tzeta_ui.c | 1 + 125 files changed, 126 insertions(+), 20 deletions(-) (limited to 'tests') diff --git a/tests/cmp_str.c b/tests/cmp_str.c index 3ae8d84cc..dd3b39f8b 100644 --- a/tests/cmp_str.c +++ b/tests/cmp_str.c @@ -1,6 +1,7 @@ /* mpfr_cmp_str -- compare a floating-point number with a string. Copyright 2004, 2005, 2006, 2007 Free Software Foundation, Inc. +Contributed by the Arenaire and Cacao projects, INRIA. This file is part of the MPFR Library. diff --git a/tests/memory.c b/tests/memory.c index aa8846016..a973fa654 100644 --- a/tests/memory.c +++ b/tests/memory.c @@ -1,8 +1,9 @@ /* Memory allocation used during tests. Copyright 2001, 2002, 2003, 2006, 2007 Free Software Foundation, Inc. +Contributed by the Arenaire and Cacao projects, INRIA. -This file is part of the GNU MP Library. +This file is part of the MPFR Library. ChangeLog: tests_memory_valid has been commented out since it is not used diff --git a/tests/mpf_compat.c b/tests/mpf_compat.c index 8d66b9e1a..5b98344ab 100644 --- a/tests/mpf_compat.c +++ b/tests/mpf_compat.c @@ -1,6 +1,7 @@ /* Test compatibility mpf-mpfr. Copyright 2003, 2005, 2006, 2007 Free Software Foundation, Inc. +Contributed by the Arenaire and Cacao projects, INRIA. This file is part of the MPFR Library. diff --git a/tests/mpf_compat.h b/tests/mpf_compat.h index ac6e1e1eb..233f2514e 100644 --- a/tests/mpf_compat.h +++ b/tests/mpf_compat.h @@ -1,6 +1,7 @@ /* Test compatibility mpf-mpfr. Copyright 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. +Contributed by the Arenaire and Cacao projects, INRIA. This file is part of the MPFR Library. diff --git a/tests/mpfr_compat.c b/tests/mpfr_compat.c index 237f17958..a57cd6638 100644 --- a/tests/mpfr_compat.c +++ b/tests/mpfr_compat.c @@ -1,6 +1,7 @@ /* Test compatibility mpf-mpfr. Copyright 2003, 2005, 2006, 2007 Free Software Foundation, Inc. +Contributed by the Arenaire and Cacao projects, INRIA. This file is part of the MPFR Library. diff --git a/tests/reuse.c b/tests/reuse.c index 173bed0d8..cdd0092fb 100644 --- a/tests/reuse.c +++ b/tests/reuse.c @@ -1,6 +1,7 @@ /* Test file for in-place operations. Copyright 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. +Contributed by the Arenaire and Cacao projects, INRIA. This file is part of the MPFR Library. diff --git a/tests/rnd_mode.c b/tests/rnd_mode.c index deeb972ec..3c389fc6c 100644 --- a/tests/rnd_mode.c +++ b/tests/rnd_mode.c @@ -1,6 +1,7 @@ /* mpfr_set_machine_rnd_mode -- set the rounding mode for machine floats Copyright 1999, 2001, 2002, 2006, 2007 Free Software Foundation, Inc. +Contributed by the Arenaire and Cacao projects, INRIA. This file is part of the MPFR Library. diff --git a/tests/tabs.c b/tests/tabs.c index 68368ad33..75e4f914f 100644 --- a/tests/tabs.c +++ b/tests/tabs.c @@ -1,6 +1,7 @@ /* Test file for mpfr_abs. Copyright 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. +Contributed by the Arenaire and Cacao projects, INRIA. This file is part of the MPFR Library. diff --git a/tests/tacosh.c b/tests/tacosh.c index a79273015..c5915ddda 100644 --- a/tests/tacosh.c +++ b/tests/tacosh.c @@ -1,7 +1,7 @@ /* Test file for mpfr_acosh. Copyright 2001, 2002, 2003, 2004, 2006, 2007 Free Software Foundation, Inc. -Adapted from tarctan.c. +Contributed by the Arenaire and Cacao projects, INRIA. This file is part of the MPFR Library. diff --git a/tests/tadd.c b/tests/tadd.c index 94e55995f..675bc0a01 100644 --- a/tests/tadd.c +++ b/tests/tadd.c @@ -1,6 +1,7 @@ /* Test file for mpfr_add and mpfr_sub. Copyright 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. +Contributed by the Arenaire and Cacao projects, INRIA. This file is part of the MPFR Library. diff --git a/tests/tadd1sp.c b/tests/tadd1sp.c index 8eb441e93..d7ff9d45a 100644 --- a/tests/tadd1sp.c +++ b/tests/tadd1sp.c @@ -1,6 +1,7 @@ /* Test file for mpfr_add1sp. Copyright 2004, 2005, 2006, 2007 Free Software Foundation, Inc. +Contributed by the Arenaire and Cacao projects, INRIA. This file is part of the MPFR Library. diff --git a/tests/tadd_ui.c b/tests/tadd_ui.c index f5c449151..03643c883 100644 --- a/tests/tadd_ui.c +++ b/tests/tadd_ui.c @@ -1,6 +1,7 @@ /* Test file for mpfr_add_ui Copyright 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. +Contributed by the Arenaire and Cacao projects, INRIA. This file is part of the MPFR Library. diff --git a/tests/tagm.c b/tests/tagm.c index 8be3e73c3..bd925cfb6 100644 --- a/tests/tagm.c +++ b/tests/tagm.c @@ -1,6 +1,7 @@ /* Test file for mpfr_agm. Copyright 1999, 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. +Contributed by the Arenaire and Cacao projects, INRIA. This file is part of the MPFR Library. diff --git a/tests/tasin.c b/tests/tasin.c index 5ff6da6be..32f6685e4 100644 --- a/tests/tasin.c +++ b/tests/tasin.c @@ -1,7 +1,7 @@ /* Test file for mpfr_asin. Copyright 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. -Original version by Mathieu Dutour. +Contributed by the Arenaire and Cacao projects, INRIA. This file is part of the MPFR Library. diff --git a/tests/tasinh.c b/tests/tasinh.c index fdd653b35..a2acc6c2a 100644 --- a/tests/tasinh.c +++ b/tests/tasinh.c @@ -1,7 +1,7 @@ /* Test file for mpfr_asinh. Copyright 2001, 2002, 2003, 2004, 2006, 2007 Free Software Foundation, Inc. -Adapted from tatan.c. +Contributed by the Arenaire and Cacao projects, INRIA. This file is part of the MPFR Library. diff --git a/tests/tatan.c b/tests/tatan.c index 1cb0408b9..64f5a2eda 100644 --- a/tests/tatan.c +++ b/tests/tatan.c @@ -1,7 +1,7 @@ /* Test file for mpfr_atan. Copyright 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. -Written by Paul Zimmermann, INRIA Lorraine. +Contributed by the Arenaire and Cacao projects, INRIA. This file is part of the MPFR Library. diff --git a/tests/tatanh.c b/tests/tatanh.c index e0780377e..06921e243 100644 --- a/tests/tatanh.c +++ b/tests/tatanh.c @@ -1,7 +1,7 @@ /* Test file for mpfr_atanh. Copyright 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. -Adapted from tatan.c. +Contributed by the Arenaire and Cacao projects, INRIA. This file is part of the MPFR Library. diff --git a/tests/tcan_round.c b/tests/tcan_round.c index 1301aff47..3abdc1c39 100644 --- a/tests/tcan_round.c +++ b/tests/tcan_round.c @@ -1,6 +1,7 @@ /* Test file for mpfr_can_round. Copyright 1999, 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. +Contributed by the Arenaire and Cacao projects, INRIA. This file is part of the MPFR Library. diff --git a/tests/tcbrt.c b/tests/tcbrt.c index 1ee12e47c..10c0cb273 100644 --- a/tests/tcbrt.c +++ b/tests/tcbrt.c @@ -1,6 +1,7 @@ /* Test file for mpfr_cbrt. Copyright 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. +Contributed by the Arenaire and Cacao projects, INRIA. This file is part of the MPFR Library. diff --git a/tests/tcheck.c b/tests/tcheck.c index baf06973a..67eb9a5c9 100644 --- a/tests/tcheck.c +++ b/tests/tcheck.c @@ -1,6 +1,7 @@ /* Test file for mpfr_check. Copyright 2003, 2004, 2006, 2007 Free Software Foundation, Inc. +Contributed by the Arenaire and Cacao projects, INRIA. This file is part of the MPFR Library. diff --git a/tests/tcmp.c b/tests/tcmp.c index 28e9f07d8..44c71c7ec 100644 --- a/tests/tcmp.c +++ b/tests/tcmp.c @@ -1,6 +1,7 @@ /* Test file for mpfr_cmp. Copyright 1999, 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. +Contributed by the Arenaire and Cacao projects, INRIA. This file is part of the MPFR Library. diff --git a/tests/tcmp2.c b/tests/tcmp2.c index e548e924c..227627a99 100644 --- a/tests/tcmp2.c +++ b/tests/tcmp2.c @@ -1,6 +1,7 @@ /* Test file for mpfr_cmp2. Copyright 1999, 2000, 2001, 2002, 2003, 2006, 2007 Free Software Foundation, Inc. +Contributed by the Arenaire and Cacao projects, INRIA. This file is part of the MPFR Library. diff --git a/tests/tcmp_d.c b/tests/tcmp_d.c index 4d10ab2d6..9c2458ac9 100644 --- a/tests/tcmp_d.c +++ b/tests/tcmp_d.c @@ -1,6 +1,7 @@ /* Test file for mpfr_cmp_d. Copyright 1999, 2001, 2002, 2003, 2004, 2006, 2007 Free Software Foundation, Inc. +Contributed by the Arenaire and Cacao projects, INRIA. This file is part of the MPFR Library. diff --git a/tests/tcmp_ld.c b/tests/tcmp_ld.c index 87a16f452..786ebd82d 100644 --- a/tests/tcmp_ld.c +++ b/tests/tcmp_ld.c @@ -1,6 +1,7 @@ /* Test file for mpfr_cmp_ld. Copyright 2004, 2006, 2007 Free Software Foundation, Inc. +Contributed by the Arenaire and Cacao projects, INRIA. This file is part of the MPFR Library. diff --git a/tests/tcmp_ui.c b/tests/tcmp_ui.c index b1f89a1a8..2ba8b86df 100644 --- a/tests/tcmp_ui.c +++ b/tests/tcmp_ui.c @@ -1,6 +1,7 @@ /* Test file for mpfr_cmp_ui and mpfr_cmp_si. Copyright 1999, 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. +Contributed by the Arenaire and Cacao projects, INRIA. This file is part of the MPFR Library. diff --git a/tests/tcmpabs.c b/tests/tcmpabs.c index 1a8b3b9d0..8c7b6378f 100644 --- a/tests/tcmpabs.c +++ b/tests/tcmpabs.c @@ -1,6 +1,7 @@ /* Test file for mpfr_cmpabs. Copyright 2004, 2005, 2006, 2007 Free Software Foundation, Inc. +Contributed by the Arenaire and Cacao projects, INRIA. This file is part of the MPFR Library. diff --git a/tests/tcomparisons.c b/tests/tcomparisons.c index 4d98c1eb2..9864d0f2f 100644 --- a/tests/tcomparisons.c +++ b/tests/tcomparisons.c @@ -3,6 +3,7 @@ functions. Copyright 2003, 2006, 2007 Free Software Foundation, Inc. +Contributed by the Arenaire and Cacao projects, INRIA. This file is part of the MPFR Library. diff --git a/tests/tconst_catalan.c b/tests/tconst_catalan.c index 839a94367..032302243 100644 --- a/tests/tconst_catalan.c +++ b/tests/tconst_catalan.c @@ -1,6 +1,7 @@ /* Test file for mpfr_const_catalan. Copyright 2005, 2006, 2007 Free Software Foundation, Inc. +Contributed by the Arenaire and Cacao projects, INRIA. This file is part of the MPFR Library. diff --git a/tests/tconst_euler.c b/tests/tconst_euler.c index 8832cc2c8..894d6e6b9 100644 --- a/tests/tconst_euler.c +++ b/tests/tconst_euler.c @@ -1,6 +1,7 @@ /* Test file for mpfr_const_euler. Copyright 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. +Contributed by the Arenaire and Cacao projects, INRIA. This file is part of the MPFR Library. diff --git a/tests/tconst_log2.c b/tests/tconst_log2.c index 89ede1c58..7a1bd8c2d 100644 --- a/tests/tconst_log2.c +++ b/tests/tconst_log2.c @@ -1,6 +1,7 @@ /* Test file for mpfr_const_log2. Copyright 1999, 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. +Contributed by the Arenaire and Cacao projects, INRIA. This file is part of the MPFR Library. diff --git a/tests/tconst_pi.c b/tests/tconst_pi.c index cf8371a68..5c33febd3 100644 --- a/tests/tconst_pi.c +++ b/tests/tconst_pi.c @@ -1,6 +1,7 @@ /* Test file for mpfr_const_pi. Copyright 1999, 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. +Contributed by the Arenaire and Cacao projects, INRIA. This file is part of the MPFR Library. diff --git a/tests/tcopysign.c b/tests/tcopysign.c index aae298dc9..38956059a 100644 --- a/tests/tcopysign.c +++ b/tests/tcopysign.c @@ -1,6 +1,7 @@ /* Test file for mpfr_copysign. Copyright 2004, 2006, 2007 Free Software Foundation, Inc. +Contributed by the Arenaire and Cacao projects, INRIA. This file is part of the MPFR Library. diff --git a/tests/tcos.c b/tests/tcos.c index ba92d0db0..a71410fa2 100644 --- a/tests/tcos.c +++ b/tests/tcos.c @@ -1,6 +1,7 @@ /* Test file for mpfr_cos. Copyright 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. +Contributed by the Arenaire and Cacao projects, INRIA. This file is part of the MPFR Library. diff --git a/tests/tcosh.c b/tests/tcosh.c index 3f1cdf696..b15913da8 100644 --- a/tests/tcosh.c +++ b/tests/tcosh.c @@ -1,7 +1,7 @@ /* Test file for mpfr_cosh. Copyright 2001, 2002, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. -Adapted from tatan.c. +Contributed by the Arenaire and Cacao projects, INRIA. This file is part of the MPFR Library. diff --git a/tests/tcot.c b/tests/tcot.c index da926f064..2e184e3e5 100644 --- a/tests/tcot.c +++ b/tests/tcot.c @@ -1,6 +1,7 @@ /* Test file for mpfr_cot. Copyright 2005, 2006, 2007 Free Software Foundation, Inc. +Contributed by the Arenaire and Cacao projects, INRIA. This file is part of the MPFR Library. diff --git a/tests/tcoth.c b/tests/tcoth.c index 9ad02ebb3..f3c146f28 100644 --- a/tests/tcoth.c +++ b/tests/tcoth.c @@ -1,6 +1,7 @@ /* Test file for mpfr_coth. Copyright 2005, 2006, 2007 Free Software Foundation, Inc. +Contributed by the Arenaire and Cacao projects, INRIA. This file is part of the MPFR Library. diff --git a/tests/tcsc.c b/tests/tcsc.c index 0234cf26f..1f4a7b6e1 100644 --- a/tests/tcsc.c +++ b/tests/tcsc.c @@ -1,6 +1,7 @@ /* Test file for mpfr_csc. Copyright 2005, 2006, 2007 Free Software Foundation, Inc. +Contributed by the Arenaire and Cacao projects, INRIA. This file is part of the MPFR Library. diff --git a/tests/tcsch.c b/tests/tcsch.c index f4110d8f2..116ff7cd0 100644 --- a/tests/tcsch.c +++ b/tests/tcsch.c @@ -1,6 +1,7 @@ /* Test file for mpfr_csch. Copyright 2005, 2006, 2007 Free Software Foundation, Inc. +Contributed by the Arenaire and Cacao projects, INRIA. This file is part of the MPFR Library. diff --git a/tests/tdim.c b/tests/tdim.c index c9cf4bd1e..d04184af3 100644 --- a/tests/tdim.c +++ b/tests/tdim.c @@ -1,6 +1,7 @@ /* Test file for mpfr_dim. Copyright 2004, 2005, 2006, 2007 Free Software Foundation, Inc. +Contributed by the Arenaire and Cacao projects, INRIA. This file is part of the MPFR Library. diff --git a/tests/tdiv.c b/tests/tdiv.c index d835050ec..1cb50842d 100644 --- a/tests/tdiv.c +++ b/tests/tdiv.c @@ -1,6 +1,7 @@ /* Test file for mpfr_div. Copyright 1999, 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. +Contributed by the Arenaire and Cacao projects, INRIA. This file is part of the MPFR Library. diff --git a/tests/tdiv_ui.c b/tests/tdiv_ui.c index 80a713b78..ba00ed276 100644 --- a/tests/tdiv_ui.c +++ b/tests/tdiv_ui.c @@ -1,6 +1,7 @@ /* Test file for mpfr_div_ui. Copyright 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. +Contributed by the Arenaire and Cacao projects, INRIA. This file is part of the MPFR Library. diff --git a/tests/teint.c b/tests/teint.c index f954c6329..0e9836517 100644 --- a/tests/teint.c +++ b/tests/teint.c @@ -1,6 +1,7 @@ /* Test file for mpfr_eint. Copyright 2005, 2006, 2007 Free Software Foundation, Inc. +Contributed by the Arenaire and Cacao projects, INRIA. This file is part of the MPFR Library. diff --git a/tests/teq.c b/tests/teq.c index 893f5d2a6..a5b67f0bc 100644 --- a/tests/teq.c +++ b/tests/teq.c @@ -1,6 +1,7 @@ /* Test file for mpfr_eq. Copyright 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. +Contributed by the Arenaire and Cacao projects, INRIA. This file is part of the MPFR Library. diff --git a/tests/tests.c b/tests/tests.c index fbbc662a5..83c0f8d9e 100644 --- a/tests/tests.c +++ b/tests/tests.c @@ -1,6 +1,7 @@ /* Miscellaneous support for test programs. Copyright 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. +Contributed by the Arenaire and Cacao projects, INRIA. This file is part of the MPFR Library. diff --git a/tests/texceptions.c b/tests/texceptions.c index 1fdadbc89..cfe37162f 100644 --- a/tests/texceptions.c +++ b/tests/texceptions.c @@ -1,6 +1,7 @@ /* Test file for exceptions. Copyright 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. +Contributed by the Arenaire and Cacao projects, INRIA. This file is part of the MPFR Library. diff --git a/tests/texp.c b/tests/texp.c index 94b75d15a..a7b0c92e4 100644 --- a/tests/texp.c +++ b/tests/texp.c @@ -1,6 +1,7 @@ /* Test file for mpfr_exp. Copyright 1999, 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. +Contributed by the Arenaire and Cacao projects, INRIA. This file is part of the MPFR Library. diff --git a/tests/texp2.c b/tests/texp2.c index c70bed40a..91c040f25 100644 --- a/tests/texp2.c +++ b/tests/texp2.c @@ -1,7 +1,7 @@ /* Test file for mpfr_exp2. Copyright 2001, 2002, 2003, 2004, 2006, 2007 Free Software Foundation, Inc. -Adapted from tarctan.c. +Contributed by the Arenaire and Cacao projects, INRIA. This file is part of the MPFR Library. diff --git a/tests/texpm1.c b/tests/texpm1.c index a0845421b..1dbefcdb6 100644 --- a/tests/texpm1.c +++ b/tests/texpm1.c @@ -1,7 +1,7 @@ /* Test file for mpfr_expm1. Copyright 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. -Adapted from tsinh.c. +Contributed by the Arenaire and Cacao projects, INRIA. This file is part of the MPFR Library. diff --git a/tests/tfactorial.c b/tests/tfactorial.c index 3e16fe888..9f1aa751b 100644 --- a/tests/tfactorial.c +++ b/tests/tfactorial.c @@ -1,6 +1,7 @@ /* Test file for mpfr_factorial. Copyright 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. +Contributed by the Arenaire and Cacao projects, INRIA. This file is part of the MPFR Library. diff --git a/tests/tfits.c b/tests/tfits.c index 215034760..2b2051129 100644 --- a/tests/tfits.c +++ b/tests/tfits.c @@ -3,6 +3,7 @@ mpfr_fits_uint_p, mpfr_fits_ulong_p, mpfr_fits_ushort_p Copyright 2004, 2005, 2006, 2007 Free Software Foundation, Inc. +Contributed by the Arenaire and Cacao projects, INRIA. This file is part of the MPFR Library. diff --git a/tests/tfma.c b/tests/tfma.c index a5d702231..3a9445700 100644 --- a/tests/tfma.c +++ b/tests/tfma.c @@ -1,7 +1,7 @@ /* Test file for mpfr_fma. Copyright 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. -Adapted from tarctan.c. +Contributed by the Arenaire and Cacao projects, INRIA. This file is part of the MPFR Library. diff --git a/tests/tfrac.c b/tests/tfrac.c index 564aa0515..ac09a1f3a 100644 --- a/tests/tfrac.c +++ b/tests/tfrac.c @@ -1,6 +1,7 @@ /* Test file for mpfr_frac. Copyright 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. +Contributed by the Arenaire and Cacao projects, INRIA. This file is part of the MPFR Library. diff --git a/tests/tgamma.c b/tests/tgamma.c index b9e7dfb27..ee0f96c93 100644 --- a/tests/tgamma.c +++ b/tests/tgamma.c @@ -1,6 +1,7 @@ /* mpfr_tgamma -- test file for gamma function Copyright 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. +Contributed by the Arenaire and Cacao projects, INRIA. This file is part of the MPFR Library, and was contributed by Mathieu Dutour. diff --git a/tests/tgeneric.c b/tests/tgeneric.c index 36c4983dd..a77355fc4 100644 --- a/tests/tgeneric.c +++ b/tests/tgeneric.c @@ -1,6 +1,7 @@ /* Generic test file for functions with one mpfr_t argument. Copyright 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. +Contributed by the Arenaire and Cacao projects, INRIA. This file is part of the MPFR Library. diff --git a/tests/tgeneric_ui.c b/tests/tgeneric_ui.c index 8ccf0d406..37eb5946c 100644 --- a/tests/tgeneric_ui.c +++ b/tests/tgeneric_ui.c @@ -1,6 +1,7 @@ /* Generic test file for functions with one mpfr_t argument and an integer. Copyright 2005, 2006, 2007 Free Software Foundation, Inc. +Contributed by the Arenaire and Cacao projects, INRIA. This file is part of the MPFR Library. diff --git a/tests/tget_d.c b/tests/tget_d.c index 8dc8c3efd..4e0274892 100644 --- a/tests/tget_d.c +++ b/tests/tget_d.c @@ -1,6 +1,7 @@ /* Test file for mpfr_get_d Copyright 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. +Contributed by the Arenaire and Cacao projects, INRIA. This file is part of the MPFR Library. diff --git a/tests/tget_d_2exp.c b/tests/tget_d_2exp.c index 4809a3af7..28762517b 100644 --- a/tests/tget_d_2exp.c +++ b/tests/tget_d_2exp.c @@ -1,6 +1,7 @@ /* Test mpfr_get_d_2exp. Copyright 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. +Contributed by the Arenaire and Cacao projects, INRIA. This file is part of the MPFR Library. diff --git a/tests/tget_f.c b/tests/tget_f.c index 3cf020d62..795fe570a 100644 --- a/tests/tget_f.c +++ b/tests/tget_f.c @@ -1,6 +1,7 @@ /* Test file for mpfr_get_f. Copyright 2005, 2006, 2007 Free Software Foundation, Inc. +Contributed by the Arenaire and Cacao projects, INRIA. This file is part of the MPFR Library. diff --git a/tests/tget_ld_2exp.c b/tests/tget_ld_2exp.c index 7276e3837..020fab536 100644 --- a/tests/tget_ld_2exp.c +++ b/tests/tget_ld_2exp.c @@ -1,6 +1,7 @@ /* Test mpfr_get_ld_2exp. Copyright 2006, 2007 Free Software Foundation, Inc. +Contributed by the Arenaire and Cacao projects, INRIA. This file is part of the MPFR Library. Contributed by Damien Stehle. diff --git a/tests/tget_set_d64.c b/tests/tget_set_d64.c index dc2318287..16f12aedc 100644 --- a/tests/tget_set_d64.c +++ b/tests/tget_set_d64.c @@ -1,6 +1,7 @@ /* Test file for mpfr_get_decimal64 and mpfr_set_decimal64. Copyright 2006, 2007 Free Software Foundation, Inc. +Contributed by the Arenaire and Cacao projects, INRIA. This file is part of the MPFR Library. diff --git a/tests/tget_sj.c b/tests/tget_sj.c index ea3d65336..7de5ee042 100644 --- a/tests/tget_sj.c +++ b/tests/tget_sj.c @@ -1,6 +1,7 @@ /* Test file for mpfr_get_sj and mpfr_get_uj. Copyright 2004, 2005, 2006, 2007 Free Software Foundation, Inc. +Contributed by the Arenaire and Cacao projects, INRIA. This file is part of the MPFR Library. diff --git a/tests/tget_str.c b/tests/tget_str.c index c4d03a742..77888527e 100644 --- a/tests/tget_str.c +++ b/tests/tget_str.c @@ -1,6 +1,7 @@ /* Test file for mpfr_get_str. Copyright 1999, 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. +Contributed by the Arenaire and Cacao projects, INRIA. This file is part of the MPFR Library. diff --git a/tests/tget_z.c b/tests/tget_z.c index 6cfb335cf..dd07a89bf 100644 --- a/tests/tget_z.c +++ b/tests/tget_z.c @@ -1,6 +1,7 @@ /* Test file for mpz_set_fr / mpfr_get_z. Copyright 2004, 2006, 2007 Free Software Foundation, Inc. +Contributed by the Arenaire and Cacao projects, INRIA. This file is part of the MPFR Library. diff --git a/tests/tgmpop.c b/tests/tgmpop.c index 3c34ed2e8..662a97e71 100644 --- a/tests/tgmpop.c +++ b/tests/tgmpop.c @@ -2,6 +2,7 @@ and mpfr_cmp_[q,z] Copyright 2004, 2005, 2006, 2007 Free Software Foundation, Inc. +Contributed by the Arenaire and Cacao projects, INRIA. This file is part of the MPFR Library. diff --git a/tests/thyperbolic.c b/tests/thyperbolic.c index 03ea490f6..10c4dd135 100644 --- a/tests/thyperbolic.c +++ b/tests/thyperbolic.c @@ -1,6 +1,7 @@ /* Test file for hyperbolic function : mpfr_cosh, mpfr_sinh, mpfr_tanh, mpfr_acosh, mpfr_asinh, mpfr_atanh. Copyright 2001, 2002, 2003, 2004, 2006, 2007 Free Software Foundation, Inc. +Contributed by the Arenaire and Cacao projects, INRIA. This file is part of the MPFR Library. diff --git a/tests/thypot.c b/tests/thypot.c index a43b5cd72..9ea84a690 100644 --- a/tests/thypot.c +++ b/tests/thypot.c @@ -1,7 +1,7 @@ /* Test file for mpfr_hypot. Copyright 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. -Adapted from tarctan.c. +Contributed by the Arenaire and Cacao projects, INRIA. This file is part of the MPFR Library. diff --git a/tests/tinits.c b/tests/tinits.c index 21beba5aa..e7755dc4f 100644 --- a/tests/tinits.c +++ b/tests/tinits.c @@ -1,6 +1,7 @@ /* Test file for mpfr_inits, mpfr_inits2 and mpfr_clears. Copyright 2003, 2006, 2007 Free Software Foundation, Inc. +Contributed by the Arenaire and Cacao projects, INRIA. This file is part of the MPFR Library. diff --git a/tests/tinp_str.c b/tests/tinp_str.c index 541f03490..4957cc47c 100644 --- a/tests/tinp_str.c +++ b/tests/tinp_str.c @@ -1,6 +1,7 @@ /* Test file for mpfr_inp_str. Copyright 2004, 2006, 2007 Free Software Foundation, Inc. +Contributed by the Arenaire and Cacao projects, INRIA. This file is part of the MPFR Library. diff --git a/tests/tinternals.c b/tests/tinternals.c index 6b520744a..a77746ab5 100644 --- a/tests/tinternals.c +++ b/tests/tinternals.c @@ -1,7 +1,7 @@ /* tinternals -- Test for internals. Copyright 2005, 2006, 2007 Free Software Foundation, Inc. -Contributed by the Spaces project, INRIA Lorraine. +Contributed by the Arenaire and Cacao projects, INRIA. This file is part of the MPFR Library. diff --git a/tests/tisnan.c b/tests/tisnan.c index f08ff9cbf..a6cf2fbb1 100644 --- a/tests/tisnan.c +++ b/tests/tisnan.c @@ -1,6 +1,7 @@ /* Test file for mpfr_nan_p, mpfr_inf_p and mpfr_number_p. Copyright 2001, 2002, 2003, 2004, 2006, 2007 Free Software Foundation, Inc. +Contributed by the Arenaire and Cacao projects, INRIA. This file is part of the MPFR Library. diff --git a/tests/tlngamma.c b/tests/tlngamma.c index a150a7489..d5a8babfd 100644 --- a/tests/tlngamma.c +++ b/tests/tlngamma.c @@ -1,6 +1,7 @@ /* mpfr_tlngamma -- test file for lngamma function Copyright 2005, 2006, 2007 Free Software Foundation, Inc. +Contributed by the Arenaire and Cacao projects, INRIA. This file is part of the MPFR Library. diff --git a/tests/tlog.c b/tests/tlog.c index fde8e0a77..603b8ca37 100644 --- a/tests/tlog.c +++ b/tests/tlog.c @@ -1,6 +1,7 @@ /* Test file for mpfr_log. Copyright 1999, 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. +Contributed by the Arenaire and Cacao projects, INRIA. This file is part of the MPFR Library. diff --git a/tests/tlog10.c b/tests/tlog10.c index 9851481f1..6eac0d440 100644 --- a/tests/tlog10.c +++ b/tests/tlog10.c @@ -1,7 +1,7 @@ /* Test file for mpfr_log10. Copyright 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. -Adapted from tsinh.c. +Contributed by the Arenaire and Cacao projects, INRIA. This file is part of the MPFR Library. diff --git a/tests/tlog1p.c b/tests/tlog1p.c index 727381ee7..549cde5a1 100644 --- a/tests/tlog1p.c +++ b/tests/tlog1p.c @@ -1,7 +1,7 @@ /* Test file for mpfr_log1p. Copyright 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. -Adapted from tsinh.c. +Contributed by the Arenaire and Cacao projects, INRIA. This file is part of the MPFR Library. diff --git a/tests/tlog2.c b/tests/tlog2.c index c3b10fc64..a579dab61 100644 --- a/tests/tlog2.c +++ b/tests/tlog2.c @@ -1,7 +1,7 @@ /* Test file for mpfr_log2. Copyright 2001, 2002, 2004, 2006, 2007 Free Software Foundation, Inc. -Adapted from tsinh.c. +Contributed by the Arenaire and Cacao projects, INRIA. This file is part of the MPFR Library. diff --git a/tests/tminmax.c b/tests/tminmax.c index 3b6ee9065..fae3572ba 100644 --- a/tests/tminmax.c +++ b/tests/tminmax.c @@ -1,6 +1,7 @@ /* Test file for mpfr_min & mpfr_max. Copyright 2004, 2006, 2007 Free Software Foundation, Inc. +Contributed by the Arenaire and Cacao projects, INRIA. This file is part of the MPFR Library. diff --git a/tests/tmul.c b/tests/tmul.c index fc1b9e5d7..8913a7aa7 100644 --- a/tests/tmul.c +++ b/tests/tmul.c @@ -1,6 +1,7 @@ /* Test file for mpfr_mul. Copyright 1999, 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. +Contributed by the Arenaire and Cacao projects, INRIA. This file is part of the MPFR Library. diff --git a/tests/tmul_2exp.c b/tests/tmul_2exp.c index b69d7b85e..7ba814fed 100644 --- a/tests/tmul_2exp.c +++ b/tests/tmul_2exp.c @@ -1,6 +1,7 @@ /* Test file for mpfr_{mul,div}_2{ui,si}. Copyright 1999, 2001, 2002, 2003, 2004, 2006, 2007 Free Software Foundation, Inc. +Contributed by the Arenaire and Cacao projects, INRIA. This file is part of the MPFR Library. diff --git a/tests/tmul_ui.c b/tests/tmul_ui.c index 7c081f4ce..b4b8d118d 100644 --- a/tests/tmul_ui.c +++ b/tests/tmul_ui.c @@ -1,6 +1,7 @@ /* Test file for mpfr_mul_ui. Copyright 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. +Contributed by the Arenaire and Cacao projects, INRIA. This file is part of the MPFR Library. diff --git a/tests/tnext.c b/tests/tnext.c index b39c77050..418a5b8bd 100644 --- a/tests/tnext.c +++ b/tests/tnext.c @@ -1,6 +1,7 @@ /* Test file for mpfr_nextabove, mpfr_nextbelow, mpfr_nexttoward. Copyright 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. +Contributed by the Arenaire and Cacao projects, INRIA. This file is part of the MPFR Library. diff --git a/tests/tout_str.c b/tests/tout_str.c index 090322776..278c59cab 100644 --- a/tests/tout_str.c +++ b/tests/tout_str.c @@ -1,6 +1,7 @@ /* Test file for mpfr_out_str. Copyright 1999, 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. +Contributed by the Arenaire and Cacao projects, INRIA. This file is part of the MPFR Library. diff --git a/tests/toutimpl.c b/tests/toutimpl.c index f651fdcdf..2b3a11ebf 100644 --- a/tests/toutimpl.c +++ b/tests/toutimpl.c @@ -2,6 +2,7 @@ mpfr_dump, mpfr_print_binary, mpfr_print_rnd_mode. Copyright 2004, 2005, 2006, 2007 Free Software Foundation, Inc. +Contributed by the Arenaire and Cacao projects, INRIA. This file is part of the MPFR Library. diff --git a/tests/tpow.c b/tests/tpow.c index 9d2161dca..c7250224d 100644 --- a/tests/tpow.c +++ b/tests/tpow.c @@ -1,6 +1,7 @@ /* Test file for mpfr_pow, mpfr_pow_ui and mpfr_pow_si. Copyright 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. +Contributed by the Arenaire and Cacao projects, INRIA. This file is part of the MPFR Library. diff --git a/tests/tpow3.c b/tests/tpow3.c index 866c42d71..a92d35489 100644 --- a/tests/tpow3.c +++ b/tests/tpow3.c @@ -1,7 +1,7 @@ /* Test file for mpfr_pow. Copyright 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. -Adapted from tarctan.c. +Contributed by the Arenaire and Cacao projects, INRIA. This file is part of the MPFR Library. diff --git a/tests/tpow_z.c b/tests/tpow_z.c index ec20c6e02..f342024a5 100644 --- a/tests/tpow_z.c +++ b/tests/tpow_z.c @@ -1,6 +1,7 @@ /* Test file for mpfr_pow_z -- power function x^z with z a MPZ Copyright 2005, 2006, 2007 Free Software Foundation, Inc. +Contributed by the Arenaire and Cacao projects, INRIA. This file is part of the MPFR Library. diff --git a/tests/trandom.c b/tests/trandom.c index 19e03e980..88a74c30b 100644 --- a/tests/trandom.c +++ b/tests/trandom.c @@ -1,6 +1,7 @@ /* Test file for the various mpfr_random fonctions. Copyright 1999, 2000, 2001, 2002, 2003, 2004, 2006, 2007 Free Software Foundation, Inc. +Contributed by the Arenaire and Cacao projects, INRIA. This file is part of the MPFR Library. diff --git a/tests/trint.c b/tests/trint.c index f596f7f20..ca2a3bf01 100644 --- a/tests/trint.c +++ b/tests/trint.c @@ -1,6 +1,7 @@ /* Test file for mpfr_rint, mpfr_trunc, mpfr_floor, mpfr_ceil, mpfr_round. Copyright 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. +Contributed by the Arenaire and Cacao projects, INRIA. This file is part of the MPFR Library. diff --git a/tests/troot.c b/tests/troot.c index 165db2762..cbc6bf267 100644 --- a/tests/troot.c +++ b/tests/troot.c @@ -1,6 +1,7 @@ /* Test file for mpfr_root. Copyright 2005, 2006, 2007 Free Software Foundation, Inc. +Contributed by the Arenaire and Cacao projects, INRIA. This file is part of the MPFR Library. diff --git a/tests/tround_prec.c b/tests/tround_prec.c index 41408c769..4bada82cf 100644 --- a/tests/tround_prec.c +++ b/tests/tround_prec.c @@ -1,6 +1,7 @@ /* Test file for mpfr_prec_round. Copyright 1999, 2000, 2001, 2002, 2003, 2004, 2006, 2007 Free Software Foundation, Inc. +Contributed by the Arenaire and Cacao projects, INRIA. This file is part of the MPFR Library. diff --git a/tests/tsec.c b/tests/tsec.c index d39a6bdca..0699b61ac 100644 --- a/tests/tsec.c +++ b/tests/tsec.c @@ -1,6 +1,7 @@ /* Test file for mpfr_sec. Copyright 2005, 2006, 2007 Free Software Foundation, Inc. +Contributed by the Arenaire and Cacao projects, INRIA. This file is part of the MPFR Library. diff --git a/tests/tsech.c b/tests/tsech.c index 176311239..40b113698 100644 --- a/tests/tsech.c +++ b/tests/tsech.c @@ -1,6 +1,7 @@ /* Test file for mpfr_sech. Copyright 2005, 2006, 2007 Free Software Foundation, Inc. +Contributed by the Arenaire and Cacao projects, INRIA. This file is part of the MPFR Library. diff --git a/tests/tset.c b/tests/tset.c index 78964897c..3f1f85272 100644 --- a/tests/tset.c +++ b/tests/tset.c @@ -1,6 +1,7 @@ /* Test file for mpfr_set. Copyright 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. +Contributed by the Arenaire and Cacao projects, INRIA. This file is part of the MPFR Library. diff --git a/tests/tset_d.c b/tests/tset_d.c index 893ef6183..eb61e4ae8 100644 --- a/tests/tset_d.c +++ b/tests/tset_d.c @@ -1,6 +1,7 @@ /* Test file for mpfr_set_d and mpfr_get_d. Copyright 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. +Contributed by the Arenaire and Cacao projects, INRIA. This file is part of the MPFR Library. diff --git a/tests/tset_exp.c b/tests/tset_exp.c index a55dec011..28e21457a 100644 --- a/tests/tset_exp.c +++ b/tests/tset_exp.c @@ -1,6 +1,7 @@ /* Test file for mpfr_set_exp. Copyright 2004, 2006, 2007 Free Software Foundation, Inc. +Contributed by the Arenaire and Cacao projects, INRIA. This file is part of the MPFR Library. diff --git a/tests/tset_f.c b/tests/tset_f.c index d4aa96a42..f7f43bcc5 100644 --- a/tests/tset_f.c +++ b/tests/tset_f.c @@ -1,6 +1,7 @@ /* Test file for mpfr_set_f. Copyright 1999, 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. +Contributed by the Arenaire and Cacao projects, INRIA. This file is part of the MPFR Library. diff --git a/tests/tset_ld.c b/tests/tset_ld.c index d708e4499..3d3497961 100644 --- a/tests/tset_ld.c +++ b/tests/tset_ld.c @@ -1,6 +1,7 @@ /* Test file for mpfr_set_ld and mpfr_get_ld. Copyright 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. +Contributed by the Arenaire and Cacao projects, INRIA. This file is part of the MPFR Library. diff --git a/tests/tset_q.c b/tests/tset_q.c index cce6e92fa..e3450ac47 100644 --- a/tests/tset_q.c +++ b/tests/tset_q.c @@ -1,6 +1,7 @@ /* Test file for mpfr_set_q. Copyright 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. +Contributed by the Arenaire and Cacao projects, INRIA. This file is part of the MPFR Library. diff --git a/tests/tset_si.c b/tests/tset_si.c index 9ac082706..a03ff4487 100644 --- a/tests/tset_si.c +++ b/tests/tset_si.c @@ -1,6 +1,7 @@ /* Test file for mpfr_set_si and mpfr_set_ui. Copyright 1999, 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. +Contributed by the Arenaire and Cacao projects, INRIA. This file is part of the MPFR Library. diff --git a/tests/tset_sj.c b/tests/tset_sj.c index 1945d9291..10a2dc943 100644 --- a/tests/tset_sj.c +++ b/tests/tset_sj.c @@ -2,6 +2,7 @@ mpfr_set_sj, mpfr_set_uj, mpfr_set_sj_2exp and mpfr_set_uj_2exp. Copyright 2004, 2006, 2007 Free Software Foundation, Inc. +Contributed by the Arenaire and Cacao projects, INRIA. This file is part of the MPFR Library. diff --git a/tests/tset_str.c b/tests/tset_str.c index 250f836e8..08a1baa52 100644 --- a/tests/tset_str.c +++ b/tests/tset_str.c @@ -1,6 +1,7 @@ /* Test file for mpfr_set_str. Copyright 1999, 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. +Contributed by the Arenaire and Cacao projects, INRIA. This file is part of the MPFR Library. diff --git a/tests/tset_z.c b/tests/tset_z.c index f9b14020f..fb5a8dd06 100644 --- a/tests/tset_z.c +++ b/tests/tset_z.c @@ -1,6 +1,7 @@ /* Test file for mpfr_set_z. Copyright 1999, 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. +Contributed by the Arenaire and Cacao projects, INRIA. This file is part of the MPFR Library. diff --git a/tests/tsgn.c b/tests/tsgn.c index ad156e9cd..8cdbd2a58 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, 2007 Free Software Foundation, Inc. -Contributed by the Spaces project, INRIA Lorraine. +Contributed by the Arenaire and Cacao projects, INRIA. This file is part of the MPFR Library. diff --git a/tests/tsi_op.c b/tests/tsi_op.c index bc10e1051..a17e53006 100644 --- a/tests/tsi_op.c +++ b/tests/tsi_op.c @@ -2,6 +2,7 @@ mpfr_div_si, mpfr_si_div Copyright 2004, 2006, 2007 Free Software Foundation, Inc. +Contributed by the Arenaire and Cacao projects, INRIA. This file is part of the MPFR Library. diff --git a/tests/tsin.c b/tests/tsin.c index 8c1a0ac48..fd64e5bbe 100644 --- a/tests/tsin.c +++ b/tests/tsin.c @@ -1,6 +1,7 @@ /* Test file for mpfr_sin. Copyright 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. +Contributed by the Arenaire and Cacao projects, INRIA. This file is part of the MPFR Library. diff --git a/tests/tsin_cos.c b/tests/tsin_cos.c index 14317d2a7..3430766e8 100644 --- a/tests/tsin_cos.c +++ b/tests/tsin_cos.c @@ -1,6 +1,7 @@ /* Test file for mpfr_sin_cos. Copyright 2000, 2001, 2002, 2003, 2004, 2006, 2007 Free Software Foundation, Inc. +Contributed by the Arenaire and Cacao projects, INRIA. This file is part of the MPFR Library. diff --git a/tests/tsinh.c b/tests/tsinh.c index b25b3f62b..56aa6ecd7 100644 --- a/tests/tsinh.c +++ b/tests/tsinh.c @@ -1,7 +1,7 @@ /* Test file for mpfr_sinh. Copyright 2001, 2002, 2004, 2006, 2007 Free Software Foundation, Inc. -Adapted from tarctan.c. +Contributed by the Arenaire and Cacao projects, INRIA. This file is part of the MPFR Library. diff --git a/tests/tsqr.c b/tests/tsqr.c index 51bb50335..7a50f9d2d 100644 --- a/tests/tsqr.c +++ b/tests/tsqr.c @@ -1,6 +1,7 @@ /* Test file for mpfr_sqr. Copyright 2004, 2005, 2006, 2007 Free Software Foundation, Inc. +Contributed by the Arenaire and Cacao projects, INRIA. This file is part of the MPFR Library. diff --git a/tests/tsqrt.c b/tests/tsqrt.c index a277fdd0d..12e47f02b 100644 --- a/tests/tsqrt.c +++ b/tests/tsqrt.c @@ -1,6 +1,7 @@ /* Test file for mpfr_sqrt. Copyright 1999, 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. +Contributed by the Arenaire and Cacao projects, INRIA. This file is part of the MPFR Library. diff --git a/tests/tsqrt_ui.c b/tests/tsqrt_ui.c index d34fe5d7d..8385e5fb3 100644 --- a/tests/tsqrt_ui.c +++ b/tests/tsqrt_ui.c @@ -1,6 +1,7 @@ /* Test file for mpfr_sqrt_ui. Copyright 2000, 2001, 2002, 2003, 2006, 2007 Free Software Foundation, Inc. +Contributed by the Arenaire and Cacao projects, INRIA. This file is part of the MPFR Library. diff --git a/tests/tstckintc.c b/tests/tstckintc.c index 50d36772d..bd86445cb 100644 --- a/tests/tstckintc.c +++ b/tests/tstckintc.c @@ -1,6 +1,7 @@ /* Test file for mpfr_custom_* Copyright 2005, 2006, 2007 Free Software Foundation, Inc. +Contributed by the Arenaire and Cacao projects, INRIA. This file is part of the MPFR Library. diff --git a/tests/tstrtofr.c b/tests/tstrtofr.c index a23dc74ea..04793887a 100644 --- a/tests/tstrtofr.c +++ b/tests/tstrtofr.c @@ -1,6 +1,7 @@ /* Test file for mpfr_set_str. Copyright 2004, 2005, 2006, 2007 Free Software Foundation, Inc. +Contributed by the Arenaire and Cacao projects, INRIA. This file is part of the MPFR Library. diff --git a/tests/tsub.c b/tests/tsub.c index a0ffaa22d..ce64143f4 100644 --- a/tests/tsub.c +++ b/tests/tsub.c @@ -1,6 +1,7 @@ /* Test file for mpfr_sub. Copyright 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. +Contributed by the Arenaire and Cacao projects, INRIA. This file is part of the MPFR Library. diff --git a/tests/tsub1sp.c b/tests/tsub1sp.c index 80063ee36..2b1578773 100644 --- a/tests/tsub1sp.c +++ b/tests/tsub1sp.c @@ -1,6 +1,7 @@ /* Test file for mpfr_sub1sp. Copyright 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. +Contributed by the Arenaire and Cacao projects, INRIA. This file is part of the MPFR Library. diff --git a/tests/tsub_ui.c b/tests/tsub_ui.c index 66c036a4e..38294d693 100644 --- a/tests/tsub_ui.c +++ b/tests/tsub_ui.c @@ -1,6 +1,7 @@ /* Test file for mpfr_sub_ui Copyright 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. +Contributed by the Arenaire and Cacao projects, INRIA. This file is part of the MPFR Library. diff --git a/tests/tsubnormal.c b/tests/tsubnormal.c index ef6552acf..fbaa8dc6b 100644 --- a/tests/tsubnormal.c +++ b/tests/tsubnormal.c @@ -1,6 +1,7 @@ /* Test file for mpfr_subnormalize. Copyright 2005, 2006, 2007 Free Software Foundation, Inc. +Contributed by the Arenaire and Cacao projects, INRIA. This file is part of the MPFR Library. diff --git a/tests/tsum.c b/tests/tsum.c index 78af60a3b..80c9eaa98 100644 --- a/tests/tsum.c +++ b/tests/tsum.c @@ -1,6 +1,7 @@ /* tsum -- test file for the list summation function Copyright 2004, 2005, 2006, 2007 Free Software Foundation, Inc. +Contributed by the Arenaire and Cacao projects, INRIA. This file is part of the MPFR Library. diff --git a/tests/tswap.c b/tests/tswap.c index 3c16f51a4..8e1802a71 100644 --- a/tests/tswap.c +++ b/tests/tswap.c @@ -1,6 +1,7 @@ /* Test file for mpfr_swap. Copyright 2000, 2001, 2002, 2003, 2004, 2006, 2007 Free Software Foundation, Inc. +Contributed by the Arenaire and Cacao projects, INRIA. This file is part of the MPFR Library. diff --git a/tests/ttan.c b/tests/ttan.c index 8176f1ca6..573a2d8dd 100644 --- a/tests/ttan.c +++ b/tests/ttan.c @@ -1,6 +1,7 @@ /* Test file for mpfr_tan. Copyright 2001, 2002, 2003, 2004, 2006, 2007 Free Software Foundation, Inc. +Contributed by the Arenaire and Cacao projects, INRIA. This file is part of the MPFR Library. diff --git a/tests/ttanh.c b/tests/ttanh.c index 493d73240..4b3c2a78d 100644 --- a/tests/ttanh.c +++ b/tests/ttanh.c @@ -1,7 +1,7 @@ /* Test file for mpfr_tanh. Copyright 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. -Adapted from tarctan.c. +Contributed by the Arenaire and Cacao projects, INRIA. This file is part of the MPFR Library. diff --git a/tests/ttrunc.c b/tests/ttrunc.c index fae221224..06dcd1c36 100644 --- a/tests/ttrunc.c +++ b/tests/ttrunc.c @@ -1,6 +1,7 @@ /* Test file for mpfr_trunc, mpfr_ceil, mpfr_floor. Copyright 1999, 2000, 2001, 2002, 2003, 2004, 2006, 2007 Free Software Foundation, Inc. +Contributed by the Arenaire and Cacao projects, INRIA. This file is part of the MPFR Library. diff --git a/tests/tui_div.c b/tests/tui_div.c index 7956f165e..d1e2f3c7d 100644 --- a/tests/tui_div.c +++ b/tests/tui_div.c @@ -1,6 +1,7 @@ /* Test file for mpfr_ui_div. Copyright 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. +Contributed by the Arenaire and Cacao projects, INRIA. This file is part of the MPFR Library. diff --git a/tests/tui_pow.c b/tests/tui_pow.c index 95eb69723..73fe01b24 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, 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. -Adapted from tarctan.c. +Contributed by the Arenaire and Cacao projects, INRIA. This file is part of the MPFR Library. diff --git a/tests/tui_sub.c b/tests/tui_sub.c index 670bc991c..d5a634584 100644 --- a/tests/tui_sub.c +++ b/tests/tui_sub.c @@ -1,6 +1,7 @@ /* Test file for mpfr_ui_sub. Copyright 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. +Contributed by the Arenaire and Cacao projects, INRIA. This file is part of the MPFR Library. diff --git a/tests/tversion.c b/tests/tversion.c index da49ecc30..ab1eeeee2 100644 --- a/tests/tversion.c +++ b/tests/tversion.c @@ -1,6 +1,7 @@ /* Test file for mpfr_version. Copyright 2004, 2005, 2006, 2007 Free Software Foundation, Inc. +Contributed by the Arenaire and Cacao projects, INRIA. This file is part of the MPFR Library. diff --git a/tests/tzeta_ui.c b/tests/tzeta_ui.c index 7ec2df42c..c9a069a2f 100644 --- a/tests/tzeta_ui.c +++ b/tests/tzeta_ui.c @@ -1,6 +1,7 @@ /* Test file for mpfr_zeta_ui. Copyright 2005, 2006, 2007 Free Software Foundation, Inc. +Contributed by the Arenaire and Cacao projects, INRIA. This file is part of the MPFR Library. -- cgit v1.2.1