diff options
Diffstat (limited to 'tests')
127 files changed, 127 insertions, 127 deletions
diff --git a/tests/cmp_str.c b/tests/cmp_str.c index 7be1f4316..3ae8d84cc 100644 --- a/tests/cmp_str.c +++ b/tests/cmp_str.c @@ -1,6 +1,6 @@ /* mpfr_cmp_str -- compare a floating-point number with a string. -Copyright 2004, 2005, 2006 Free Software Foundation, Inc. +Copyright 2004, 2005, 2006, 2007 Free Software Foundation, Inc. This file is part of the MPFR Library. diff --git a/tests/memory.c b/tests/memory.c index d96a52e2f..aa8846016 100644 --- a/tests/memory.c +++ b/tests/memory.c @@ -1,6 +1,6 @@ /* Memory allocation used during tests. -Copyright 2001, 2002, 2003, 2006 Free Software Foundation, Inc. +Copyright 2001, 2002, 2003, 2006, 2007 Free Software Foundation, Inc. This file is part of the GNU MP Library. diff --git a/tests/mpf_compat.c b/tests/mpf_compat.c index 410af25bf..8d66b9e1a 100644 --- a/tests/mpf_compat.c +++ b/tests/mpf_compat.c @@ -1,6 +1,6 @@ /* Test compatibility mpf-mpfr. -Copyright 2003, 2005, 2006 Free Software Foundation, Inc. +Copyright 2003, 2005, 2006, 2007 Free Software Foundation, Inc. This file is part of the MPFR Library. diff --git a/tests/mpf_compat.h b/tests/mpf_compat.h index b78c53489..ac6e1e1eb 100644 --- a/tests/mpf_compat.h +++ b/tests/mpf_compat.h @@ -1,6 +1,6 @@ /* Test compatibility mpf-mpfr. -Copyright 2003, 2004, 2005, 2006 Free Software Foundation, Inc. +Copyright 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. This file is part of the MPFR Library. diff --git a/tests/mpfr_compat.c b/tests/mpfr_compat.c index f72aacb7b..237f17958 100644 --- a/tests/mpfr_compat.c +++ b/tests/mpfr_compat.c @@ -1,6 +1,6 @@ /* Test compatibility mpf-mpfr. -Copyright 2003, 2005, 2006 Free Software Foundation, Inc. +Copyright 2003, 2005, 2006, 2007 Free Software Foundation, Inc. This file is part of the MPFR Library. diff --git a/tests/reuse.c b/tests/reuse.c index 913218f18..173bed0d8 100644 --- a/tests/reuse.c +++ b/tests/reuse.c @@ -1,6 +1,6 @@ /* Test file for in-place operations. -Copyright 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. +Copyright 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. This file is part of the MPFR Library. diff --git a/tests/rnd_mode.c b/tests/rnd_mode.c index 95505af83..deeb972ec 100644 --- a/tests/rnd_mode.c +++ b/tests/rnd_mode.c @@ -1,6 +1,6 @@ /* mpfr_set_machine_rnd_mode -- set the rounding mode for machine floats -Copyright 1999, 2001, 2002, 2006 Free Software Foundation, Inc. +Copyright 1999, 2001, 2002, 2006, 2007 Free Software Foundation, Inc. This file is part of the MPFR Library. diff --git a/tests/tabs.c b/tests/tabs.c index 4b33d0b79..68368ad33 100644 --- a/tests/tabs.c +++ b/tests/tabs.c @@ -1,6 +1,6 @@ /* Test file for mpfr_abs. -Copyright 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. +Copyright 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. This file is part of the MPFR Library. diff --git a/tests/tacos.c b/tests/tacos.c index 03ea2b8a7..85efb3840 100644 --- a/tests/tacos.c +++ b/tests/tacos.c @@ -1,6 +1,6 @@ /* Test file for mpfr_acos. -Copyright 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. +Copyright 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. Contributed by Mathieu Dutour. This file is part of the MPFR Library. diff --git a/tests/tacosh.c b/tests/tacosh.c index 39dc7e18d..a79273015 100644 --- a/tests/tacosh.c +++ b/tests/tacosh.c @@ -1,6 +1,6 @@ /* Test file for mpfr_acosh. -Copyright 2001, 2002, 2003, 2004, 2006 Free Software Foundation, Inc. +Copyright 2001, 2002, 2003, 2004, 2006, 2007 Free Software Foundation, Inc. Adapted from tarctan.c. This file is part of the MPFR Library. diff --git a/tests/tadd.c b/tests/tadd.c index fb1a07240..94e55995f 100644 --- a/tests/tadd.c +++ b/tests/tadd.c @@ -1,6 +1,6 @@ /* Test file for mpfr_add and mpfr_sub. -Copyright 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. +Copyright 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. This file is part of the MPFR Library. diff --git a/tests/tadd1sp.c b/tests/tadd1sp.c index f675caaff..8eb441e93 100644 --- a/tests/tadd1sp.c +++ b/tests/tadd1sp.c @@ -1,6 +1,6 @@ /* Test file for mpfr_add1sp. -Copyright 2004, 2005, 2006 Free Software Foundation, Inc. +Copyright 2004, 2005, 2006, 2007 Free Software Foundation, Inc. This file is part of the MPFR Library. diff --git a/tests/tadd_ui.c b/tests/tadd_ui.c index 3cf25981f..f5c449151 100644 --- a/tests/tadd_ui.c +++ b/tests/tadd_ui.c @@ -1,6 +1,6 @@ /* Test file for mpfr_add_ui -Copyright 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. +Copyright 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. This file is part of the MPFR Library. diff --git a/tests/tagm.c b/tests/tagm.c index 0fcfdd270..8be3e73c3 100644 --- a/tests/tagm.c +++ b/tests/tagm.c @@ -1,6 +1,6 @@ /* Test file for mpfr_agm. -Copyright 1999, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. +Copyright 1999, 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. This file is part of the MPFR Library. diff --git a/tests/tasin.c b/tests/tasin.c index c0242dd00..5ff6da6be 100644 --- a/tests/tasin.c +++ b/tests/tasin.c @@ -1,6 +1,6 @@ /* Test file for mpfr_asin. -Copyright 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. +Copyright 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. Original version by Mathieu Dutour. This file is part of the MPFR Library. diff --git a/tests/tasinh.c b/tests/tasinh.c index e51e72eb9..fdd653b35 100644 --- a/tests/tasinh.c +++ b/tests/tasinh.c @@ -1,6 +1,6 @@ /* Test file for mpfr_asinh. -Copyright 2001, 2002, 2003, 2004, 2006 Free Software Foundation, Inc. +Copyright 2001, 2002, 2003, 2004, 2006, 2007 Free Software Foundation, Inc. Adapted from tatan.c. This file is part of the MPFR Library. diff --git a/tests/tatan.c b/tests/tatan.c index df613d4d4..1cb0408b9 100644 --- a/tests/tatan.c +++ b/tests/tatan.c @@ -1,6 +1,6 @@ /* Test file for mpfr_atan. -Copyright 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. +Copyright 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. Written by Paul Zimmermann, INRIA Lorraine. This file is part of the MPFR Library. diff --git a/tests/tatanh.c b/tests/tatanh.c index 13388a416..e0780377e 100644 --- a/tests/tatanh.c +++ b/tests/tatanh.c @@ -1,6 +1,6 @@ /* Test file for mpfr_atanh. -Copyright 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. +Copyright 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. Adapted from tatan.c. This file is part of the MPFR Library. diff --git a/tests/tcan_round.c b/tests/tcan_round.c index 14b18f82c..1301aff47 100644 --- a/tests/tcan_round.c +++ b/tests/tcan_round.c @@ -1,6 +1,6 @@ /* Test file for mpfr_can_round. -Copyright 1999, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. +Copyright 1999, 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. This file is part of the MPFR Library. diff --git a/tests/tcbrt.c b/tests/tcbrt.c index 5cb0b63e5..1ee12e47c 100644 --- a/tests/tcbrt.c +++ b/tests/tcbrt.c @@ -1,6 +1,6 @@ /* Test file for mpfr_cbrt. -Copyright 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. +Copyright 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. This file is part of the MPFR Library. diff --git a/tests/tcheck.c b/tests/tcheck.c index a2f1bd261..baf06973a 100644 --- a/tests/tcheck.c +++ b/tests/tcheck.c @@ -1,6 +1,6 @@ /* Test file for mpfr_check. -Copyright 2003, 2004, 2006 Free Software Foundation, Inc. +Copyright 2003, 2004, 2006, 2007 Free Software Foundation, Inc. This file is part of the MPFR Library. diff --git a/tests/tcmp.c b/tests/tcmp.c index 020f0e610..28e9f07d8 100644 --- a/tests/tcmp.c +++ b/tests/tcmp.c @@ -1,6 +1,6 @@ /* Test file for mpfr_cmp. -Copyright 1999, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. +Copyright 1999, 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. This file is part of the MPFR Library. diff --git a/tests/tcmp2.c b/tests/tcmp2.c index 0b75d8797..e548e924c 100644 --- a/tests/tcmp2.c +++ b/tests/tcmp2.c @@ -1,6 +1,6 @@ /* Test file for mpfr_cmp2. -Copyright 1999, 2000, 2001, 2002, 2003, 2006 Free Software Foundation, Inc. +Copyright 1999, 2000, 2001, 2002, 2003, 2006, 2007 Free Software Foundation, Inc. This file is part of the MPFR Library. diff --git a/tests/tcmp_d.c b/tests/tcmp_d.c index 2d64d9e37..4d10ab2d6 100644 --- a/tests/tcmp_d.c +++ b/tests/tcmp_d.c @@ -1,6 +1,6 @@ /* Test file for mpfr_cmp_d. -Copyright 1999, 2001, 2002, 2003, 2004, 2006 Free Software Foundation, Inc. +Copyright 1999, 2001, 2002, 2003, 2004, 2006, 2007 Free Software Foundation, Inc. This file is part of the MPFR Library. diff --git a/tests/tcmp_ld.c b/tests/tcmp_ld.c index 474702d8a..87a16f452 100644 --- a/tests/tcmp_ld.c +++ b/tests/tcmp_ld.c @@ -1,6 +1,6 @@ /* Test file for mpfr_cmp_ld. -Copyright 2004, 2006 Free Software Foundation, Inc. +Copyright 2004, 2006, 2007 Free Software Foundation, Inc. This file is part of the MPFR Library. diff --git a/tests/tcmp_ui.c b/tests/tcmp_ui.c index a0c294ceb..b1f89a1a8 100644 --- a/tests/tcmp_ui.c +++ b/tests/tcmp_ui.c @@ -1,6 +1,6 @@ /* Test file for mpfr_cmp_ui and mpfr_cmp_si. -Copyright 1999, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. +Copyright 1999, 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. This file is part of the MPFR Library. diff --git a/tests/tcmpabs.c b/tests/tcmpabs.c index debfebdc0..1a8b3b9d0 100644 --- a/tests/tcmpabs.c +++ b/tests/tcmpabs.c @@ -1,6 +1,6 @@ /* Test file for mpfr_cmpabs. -Copyright 2004, 2005, 2006 Free Software Foundation, Inc. +Copyright 2004, 2005, 2006, 2007 Free Software Foundation, Inc. This file is part of the MPFR Library. diff --git a/tests/tcomparisons.c b/tests/tcomparisons.c index 58478700c..4d98c1eb2 100644 --- a/tests/tcomparisons.c +++ b/tests/tcomparisons.c @@ -2,7 +2,7 @@ mpfr_lessequal_p, mpfr_lessgreater_p, mpfr_equal_p, mpfr_unordered_p functions. -Copyright 2003, 2006 Free Software Foundation, Inc. +Copyright 2003, 2006, 2007 Free Software Foundation, Inc. This file is part of the MPFR Library. diff --git a/tests/tconst_catalan.c b/tests/tconst_catalan.c index f42227fce..839a94367 100644 --- a/tests/tconst_catalan.c +++ b/tests/tconst_catalan.c @@ -1,6 +1,6 @@ /* Test file for mpfr_const_catalan. -Copyright 2005, 2006 Free Software Foundation, Inc. +Copyright 2005, 2006, 2007 Free Software Foundation, Inc. This file is part of the MPFR Library. diff --git a/tests/tconst_euler.c b/tests/tconst_euler.c index b516f82d9..8832cc2c8 100644 --- a/tests/tconst_euler.c +++ b/tests/tconst_euler.c @@ -1,6 +1,6 @@ /* Test file for mpfr_const_euler. -Copyright 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. +Copyright 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. This file is part of the MPFR Library. diff --git a/tests/tconst_log2.c b/tests/tconst_log2.c index 6204742cd..89ede1c58 100644 --- a/tests/tconst_log2.c +++ b/tests/tconst_log2.c @@ -1,6 +1,6 @@ /* Test file for mpfr_const_log2. -Copyright 1999, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. +Copyright 1999, 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. This file is part of the MPFR Library. diff --git a/tests/tconst_pi.c b/tests/tconst_pi.c index 39f37a47a..cf8371a68 100644 --- a/tests/tconst_pi.c +++ b/tests/tconst_pi.c @@ -1,6 +1,6 @@ /* Test file for mpfr_const_pi. -Copyright 1999, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. +Copyright 1999, 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. This file is part of the MPFR Library. diff --git a/tests/tcopysign.c b/tests/tcopysign.c index 05a51d652..aae298dc9 100644 --- a/tests/tcopysign.c +++ b/tests/tcopysign.c @@ -1,6 +1,6 @@ /* Test file for mpfr_copysign. -Copyright 2004, 2006 Free Software Foundation, Inc. +Copyright 2004, 2006, 2007 Free Software Foundation, Inc. This file is part of the MPFR Library. diff --git a/tests/tcos.c b/tests/tcos.c index 1ecddff06..ba92d0db0 100644 --- a/tests/tcos.c +++ b/tests/tcos.c @@ -1,6 +1,6 @@ /* Test file for mpfr_cos. -Copyright 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. +Copyright 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. This file is part of the MPFR Library. diff --git a/tests/tcosh.c b/tests/tcosh.c index d6863e9f1..3f1cdf696 100644 --- a/tests/tcosh.c +++ b/tests/tcosh.c @@ -1,6 +1,6 @@ /* Test file for mpfr_cosh. -Copyright 2001, 2002, 2004, 2005, 2006 Free Software Foundation, Inc. +Copyright 2001, 2002, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. Adapted from tatan.c. This file is part of the MPFR Library. diff --git a/tests/tcot.c b/tests/tcot.c index ac570fa03..da926f064 100644 --- a/tests/tcot.c +++ b/tests/tcot.c @@ -1,6 +1,6 @@ /* Test file for mpfr_cot. -Copyright 2005, 2006 Free Software Foundation, Inc. +Copyright 2005, 2006, 2007 Free Software Foundation, Inc. This file is part of the MPFR Library. diff --git a/tests/tcoth.c b/tests/tcoth.c index 1fef81189..9ad02ebb3 100644 --- a/tests/tcoth.c +++ b/tests/tcoth.c @@ -1,6 +1,6 @@ /* Test file for mpfr_coth. -Copyright 2005, 2006 Free Software Foundation, Inc. +Copyright 2005, 2006, 2007 Free Software Foundation, Inc. This file is part of the MPFR Library. diff --git a/tests/tcsc.c b/tests/tcsc.c index 50015844c..0234cf26f 100644 --- a/tests/tcsc.c +++ b/tests/tcsc.c @@ -1,6 +1,6 @@ /* Test file for mpfr_csc. -Copyright 2005, 2006 Free Software Foundation, Inc. +Copyright 2005, 2006, 2007 Free Software Foundation, Inc. This file is part of the MPFR Library. diff --git a/tests/tcsch.c b/tests/tcsch.c index 271666518..f4110d8f2 100644 --- a/tests/tcsch.c +++ b/tests/tcsch.c @@ -1,6 +1,6 @@ /* Test file for mpfr_csch. -Copyright 2005, 2006 Free Software Foundation, Inc. +Copyright 2005, 2006, 2007 Free Software Foundation, Inc. This file is part of the MPFR Library. diff --git a/tests/tdim.c b/tests/tdim.c index 34b812aa3..c9cf4bd1e 100644 --- a/tests/tdim.c +++ b/tests/tdim.c @@ -1,6 +1,6 @@ /* Test file for mpfr_dim. -Copyright 2004, 2005, 2006 Free Software Foundation, Inc. +Copyright 2004, 2005, 2006, 2007 Free Software Foundation, Inc. This file is part of the MPFR Library. diff --git a/tests/tdiv.c b/tests/tdiv.c index 839e260af..d835050ec 100644 --- a/tests/tdiv.c +++ b/tests/tdiv.c @@ -1,6 +1,6 @@ /* Test file for mpfr_div. -Copyright 1999, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. +Copyright 1999, 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. This file is part of the MPFR Library. diff --git a/tests/tdiv_ui.c b/tests/tdiv_ui.c index 9b0058e9e..80a713b78 100644 --- a/tests/tdiv_ui.c +++ b/tests/tdiv_ui.c @@ -1,6 +1,6 @@ /* Test file for mpfr_div_ui. -Copyright 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. +Copyright 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. This file is part of the MPFR Library. diff --git a/tests/teint.c b/tests/teint.c index 1e33a6e29..f954c6329 100644 --- a/tests/teint.c +++ b/tests/teint.c @@ -1,6 +1,6 @@ /* Test file for mpfr_eint. -Copyright 2005, 2006 Free Software Foundation, Inc. +Copyright 2005, 2006, 2007 Free Software Foundation, Inc. This file is part of the MPFR Library. diff --git a/tests/teq.c b/tests/teq.c index 96f6997d5..893f5d2a6 100644 --- a/tests/teq.c +++ b/tests/teq.c @@ -1,6 +1,6 @@ /* Test file for mpfr_eq. -Copyright 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. +Copyright 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. This file is part of the MPFR Library. diff --git a/tests/terf.c b/tests/terf.c index 4ffbe50d2..25a0bfd9d 100644 --- a/tests/terf.c +++ b/tests/terf.c @@ -1,6 +1,6 @@ /* Test file for mpfr_erf. -Copyright 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. +Copyright 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. Contributed by Ludovic Meunier and Paul Zimmermann. This file is part of the MPFR Library. diff --git a/tests/texceptions.c b/tests/texceptions.c index d9f9bd1fd..1fdadbc89 100644 --- a/tests/texceptions.c +++ b/tests/texceptions.c @@ -1,6 +1,6 @@ /* Test file for exceptions. -Copyright 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. +Copyright 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. This file is part of the MPFR Library. diff --git a/tests/texp.c b/tests/texp.c index 99d61e87b..94b75d15a 100644 --- a/tests/texp.c +++ b/tests/texp.c @@ -1,6 +1,6 @@ /* Test file for mpfr_exp. -Copyright 1999, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. +Copyright 1999, 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. This file is part of the MPFR Library. diff --git a/tests/texp2.c b/tests/texp2.c index 9cd918f36..c70bed40a 100644 --- a/tests/texp2.c +++ b/tests/texp2.c @@ -1,6 +1,6 @@ /* Test file for mpfr_exp2. -Copyright 2001, 2002, 2003, 2004, 2006 Free Software Foundation, Inc. +Copyright 2001, 2002, 2003, 2004, 2006, 2007 Free Software Foundation, Inc. Adapted from tarctan.c. This file is part of the MPFR Library. diff --git a/tests/texpm1.c b/tests/texpm1.c index 42c52cdb3..a0845421b 100644 --- a/tests/texpm1.c +++ b/tests/texpm1.c @@ -1,6 +1,6 @@ /* Test file for mpfr_expm1. -Copyright 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. +Copyright 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. Adapted from tsinh.c. This file is part of the MPFR Library. diff --git a/tests/tfactorial.c b/tests/tfactorial.c index 5312e3360..3e16fe888 100644 --- a/tests/tfactorial.c +++ b/tests/tfactorial.c @@ -1,6 +1,6 @@ /* Test file for mpfr_factorial. -Copyright 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. +Copyright 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. This file is part of the MPFR Library. diff --git a/tests/tfits.c b/tests/tfits.c index 006bb9225..215034760 100644 --- a/tests/tfits.c +++ b/tests/tfits.c @@ -2,7 +2,7 @@ mpfr_fits_sint_p, mpfr_fits_slong_p, mpfr_fits_sshort_p, mpfr_fits_uint_p, mpfr_fits_ulong_p, mpfr_fits_ushort_p -Copyright 2004, 2005, 2006 Free Software Foundation, Inc. +Copyright 2004, 2005, 2006, 2007 Free Software Foundation, Inc. This file is part of the MPFR Library. diff --git a/tests/tfma.c b/tests/tfma.c index c4c0708b5..a5d702231 100644 --- a/tests/tfma.c +++ b/tests/tfma.c @@ -1,6 +1,6 @@ /* Test file for mpfr_fma. -Copyright 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. +Copyright 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. Adapted from tarctan.c. This file is part of the MPFR Library. diff --git a/tests/tfrac.c b/tests/tfrac.c index 5561f27c4..564aa0515 100644 --- a/tests/tfrac.c +++ b/tests/tfrac.c @@ -1,6 +1,6 @@ /* Test file for mpfr_frac. -Copyright 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. +Copyright 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. This file is part of the MPFR Library. diff --git a/tests/tgamma.c b/tests/tgamma.c index 73b0526de..b9e7dfb27 100644 --- a/tests/tgamma.c +++ b/tests/tgamma.c @@ -1,6 +1,6 @@ /* mpfr_tgamma -- test file for gamma function -Copyright 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. +Copyright 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. 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 b1dd5b021..36c4983dd 100644 --- a/tests/tgeneric.c +++ b/tests/tgeneric.c @@ -1,6 +1,6 @@ /* Generic test file for functions with one mpfr_t argument. -Copyright 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. +Copyright 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. This file is part of the MPFR Library. diff --git a/tests/tgeneric_ui.c b/tests/tgeneric_ui.c index f7ff75443..8ccf0d406 100644 --- a/tests/tgeneric_ui.c +++ b/tests/tgeneric_ui.c @@ -1,6 +1,6 @@ /* Generic test file for functions with one mpfr_t argument and an integer. -Copyright 2005, 2006 Free Software Foundation, Inc. +Copyright 2005, 2006, 2007 Free Software Foundation, Inc. This file is part of the MPFR Library. diff --git a/tests/tget_d.c b/tests/tget_d.c index 0572892d1..8dc8c3efd 100644 --- a/tests/tget_d.c +++ b/tests/tget_d.c @@ -1,6 +1,6 @@ /* Test file for mpfr_get_d -Copyright 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. +Copyright 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. This file is part of the MPFR Library. diff --git a/tests/tget_d_2exp.c b/tests/tget_d_2exp.c index 2f5de1614..4809a3af7 100644 --- a/tests/tget_d_2exp.c +++ b/tests/tget_d_2exp.c @@ -1,6 +1,6 @@ /* Test mpfr_get_d_2exp. -Copyright 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. +Copyright 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. This file is part of the MPFR Library. diff --git a/tests/tget_f.c b/tests/tget_f.c index 50c2ece2b..e69b085a5 100644 --- a/tests/tget_f.c +++ b/tests/tget_f.c @@ -1,6 +1,6 @@ /* Test file for mpfr_get_f. -Copyright 2005, 2006 Free Software Foundation, Inc. +Copyright 2005, 2006, 2007 Free Software Foundation, Inc. This file is part of the MPFR Library. diff --git a/tests/tget_ld_2exp.c b/tests/tget_ld_2exp.c index b4073e963..7276e3837 100644 --- a/tests/tget_ld_2exp.c +++ b/tests/tget_ld_2exp.c @@ -1,6 +1,6 @@ /* Test mpfr_get_ld_2exp. -Copyright 2006 Free Software Foundation, Inc. +Copyright 2006, 2007 Free Software Foundation, Inc. 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 75589bb30..dc2318287 100644 --- a/tests/tget_set_d64.c +++ b/tests/tget_set_d64.c @@ -1,6 +1,6 @@ /* Test file for mpfr_get_decimal64 and mpfr_set_decimal64. -Copyright 2006 Free Software Foundation, Inc. +Copyright 2006, 2007 Free Software Foundation, Inc. This file is part of the MPFR Library. diff --git a/tests/tget_sj.c b/tests/tget_sj.c index e47d74d47..ea3d65336 100644 --- a/tests/tget_sj.c +++ b/tests/tget_sj.c @@ -1,6 +1,6 @@ /* Test file for mpfr_get_sj and mpfr_get_uj. -Copyright 2004, 2005, 2006 Free Software Foundation, Inc. +Copyright 2004, 2005, 2006, 2007 Free Software Foundation, Inc. This file is part of the MPFR Library. diff --git a/tests/tget_str.c b/tests/tget_str.c index 799e7e989..c4d03a742 100644 --- a/tests/tget_str.c +++ b/tests/tget_str.c @@ -1,6 +1,6 @@ /* Test file for mpfr_get_str. -Copyright 1999, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. +Copyright 1999, 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. This file is part of the MPFR Library. diff --git a/tests/tget_z.c b/tests/tget_z.c index 5d774e4e0..6cfb335cf 100644 --- a/tests/tget_z.c +++ b/tests/tget_z.c @@ -1,6 +1,6 @@ /* Test file for mpz_set_fr / mpfr_get_z. -Copyright 2004, 2006 Free Software Foundation, Inc. +Copyright 2004, 2006, 2007 Free Software Foundation, Inc. This file is part of the MPFR Library. diff --git a/tests/tgmpop.c b/tests/tgmpop.c index 0f73a275e..3c34ed2e8 100644 --- a/tests/tgmpop.c +++ b/tests/tgmpop.c @@ -1,7 +1,7 @@ /* Test file for mpfr_add_[q,z], mpfr_sub_[q,z], mpfr_div_[q,z], mpfr_mul_[q,z] and mpfr_cmp_[q,z] -Copyright 2004, 2005, 2006 Free Software Foundation, Inc. +Copyright 2004, 2005, 2006, 2007 Free Software Foundation, Inc. This file is part of the MPFR Library. diff --git a/tests/thyperbolic.c b/tests/thyperbolic.c index f7610a8fd..03ea490f6 100644 --- a/tests/thyperbolic.c +++ b/tests/thyperbolic.c @@ -1,6 +1,6 @@ /* Test file for hyperbolic function : mpfr_cosh, mpfr_sinh, mpfr_tanh, mpfr_acosh, mpfr_asinh, mpfr_atanh. -Copyright 2001, 2002, 2003, 2004, 2006 Free Software Foundation, Inc. +Copyright 2001, 2002, 2003, 2004, 2006, 2007 Free Software Foundation, Inc. This file is part of the MPFR Library. diff --git a/tests/thypot.c b/tests/thypot.c index ce1dde39d..a43b5cd72 100644 --- a/tests/thypot.c +++ b/tests/thypot.c @@ -1,6 +1,6 @@ /* Test file for mpfr_hypot. -Copyright 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. +Copyright 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. Adapted from tarctan.c. This file is part of the MPFR Library. diff --git a/tests/tinits.c b/tests/tinits.c index d9b78622f..21beba5aa 100644 --- a/tests/tinits.c +++ b/tests/tinits.c @@ -1,6 +1,6 @@ /* Test file for mpfr_inits, mpfr_inits2 and mpfr_clears. -Copyright 2003, 2006 Free Software Foundation, Inc. +Copyright 2003, 2006, 2007 Free Software Foundation, Inc. This file is part of the MPFR Library. diff --git a/tests/tinp_str.c b/tests/tinp_str.c index ef9bed68e..541f03490 100644 --- a/tests/tinp_str.c +++ b/tests/tinp_str.c @@ -1,6 +1,6 @@ /* Test file for mpfr_inp_str. -Copyright 2004, 2006 Free Software Foundation, Inc. +Copyright 2004, 2006, 2007 Free Software Foundation, Inc. This file is part of the MPFR Library. diff --git a/tests/tinternals.c b/tests/tinternals.c index 8aaa37df9..6b520744a 100644 --- a/tests/tinternals.c +++ b/tests/tinternals.c @@ -1,6 +1,6 @@ /* tinternals -- Test for internals. -Copyright 2005, 2006 Free Software Foundation, Inc. +Copyright 2005, 2006, 2007 Free Software Foundation, Inc. Contributed by the Spaces project, INRIA Lorraine. This file is part of the MPFR Library. diff --git a/tests/tisnan.c b/tests/tisnan.c index c635d324a..f08ff9cbf 100644 --- a/tests/tisnan.c +++ b/tests/tisnan.c @@ -1,6 +1,6 @@ /* Test file for mpfr_nan_p, mpfr_inf_p and mpfr_number_p. -Copyright 2001, 2002, 2003, 2004, 2006 Free Software Foundation, Inc. +Copyright 2001, 2002, 2003, 2004, 2006, 2007 Free Software Foundation, Inc. This file is part of the MPFR Library. diff --git a/tests/tlngamma.c b/tests/tlngamma.c index d8ecb86ff..a150a7489 100644 --- a/tests/tlngamma.c +++ b/tests/tlngamma.c @@ -1,6 +1,6 @@ /* mpfr_tlngamma -- test file for lngamma function -Copyright 2005, 2006 Free Software Foundation, Inc. +Copyright 2005, 2006, 2007 Free Software Foundation, Inc. This file is part of the MPFR Library. diff --git a/tests/tlog.c b/tests/tlog.c index e2f3c125a..fde8e0a77 100644 --- a/tests/tlog.c +++ b/tests/tlog.c @@ -1,6 +1,6 @@ /* Test file for mpfr_log. -Copyright 1999, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. +Copyright 1999, 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. This file is part of the MPFR Library. diff --git a/tests/tlog10.c b/tests/tlog10.c index ff78d5922..9851481f1 100644 --- a/tests/tlog10.c +++ b/tests/tlog10.c @@ -1,6 +1,6 @@ /* Test file for mpfr_log10. -Copyright 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. +Copyright 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. Adapted from tsinh.c. This file is part of the MPFR Library. diff --git a/tests/tlog1p.c b/tests/tlog1p.c index 2bede57ef..727381ee7 100644 --- a/tests/tlog1p.c +++ b/tests/tlog1p.c @@ -1,6 +1,6 @@ /* Test file for mpfr_log1p. -Copyright 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. +Copyright 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. Adapted from tsinh.c. This file is part of the MPFR Library. diff --git a/tests/tlog2.c b/tests/tlog2.c index 7704320ab..c3b10fc64 100644 --- a/tests/tlog2.c +++ b/tests/tlog2.c @@ -1,6 +1,6 @@ /* Test file for mpfr_log2. -Copyright 2001, 2002, 2004, 2006 Free Software Foundation, Inc. +Copyright 2001, 2002, 2004, 2006, 2007 Free Software Foundation, Inc. Adapted from tsinh.c. This file is part of the MPFR Library. diff --git a/tests/tminmax.c b/tests/tminmax.c index aa30697b4..3b6ee9065 100644 --- a/tests/tminmax.c +++ b/tests/tminmax.c @@ -1,6 +1,6 @@ /* Test file for mpfr_min & mpfr_max. -Copyright 2004, 2006 Free Software Foundation, Inc. +Copyright 2004, 2006, 2007 Free Software Foundation, Inc. This file is part of the MPFR Library. diff --git a/tests/tmul.c b/tests/tmul.c index 4c19ac374..fc1b9e5d7 100644 --- a/tests/tmul.c +++ b/tests/tmul.c @@ -1,6 +1,6 @@ /* Test file for mpfr_mul. -Copyright 1999, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. +Copyright 1999, 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. This file is part of the MPFR Library. diff --git a/tests/tmul_2exp.c b/tests/tmul_2exp.c index dd897bc0a..b69d7b85e 100644 --- a/tests/tmul_2exp.c +++ b/tests/tmul_2exp.c @@ -1,6 +1,6 @@ /* Test file for mpfr_{mul,div}_2{ui,si}. -Copyright 1999, 2001, 2002, 2003, 2004, 2006 Free Software Foundation, Inc. +Copyright 1999, 2001, 2002, 2003, 2004, 2006, 2007 Free Software Foundation, Inc. This file is part of the MPFR Library. diff --git a/tests/tmul_ui.c b/tests/tmul_ui.c index 4872f70ed..7c081f4ce 100644 --- a/tests/tmul_ui.c +++ b/tests/tmul_ui.c @@ -1,6 +1,6 @@ /* Test file for mpfr_mul_ui. -Copyright 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. +Copyright 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. This file is part of the MPFR Library. diff --git a/tests/tnext.c b/tests/tnext.c index 14a79a115..b39c77050 100644 --- a/tests/tnext.c +++ b/tests/tnext.c @@ -1,6 +1,6 @@ /* Test file for mpfr_nextabove, mpfr_nextbelow, mpfr_nexttoward. -Copyright 2003, 2004, 2005, 2006 Free Software Foundation, Inc. +Copyright 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. This file is part of the MPFR Library. diff --git a/tests/tout_str.c b/tests/tout_str.c index 421c26b34..090322776 100644 --- a/tests/tout_str.c +++ b/tests/tout_str.c @@ -1,6 +1,6 @@ /* Test file for mpfr_out_str. -Copyright 1999, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. +Copyright 1999, 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. This file is part of the MPFR Library. diff --git a/tests/toutimpl.c b/tests/toutimpl.c index 3f8142986..f651fdcdf 100644 --- a/tests/toutimpl.c +++ b/tests/toutimpl.c @@ -1,7 +1,7 @@ /* Test file for internal debugging-out functions: mpfr_dump, mpfr_print_binary, mpfr_print_rnd_mode. -Copyright 2004, 2005, 2006 Free Software Foundation, Inc. +Copyright 2004, 2005, 2006, 2007 Free Software Foundation, Inc. This file is part of the MPFR Library. diff --git a/tests/tpow.c b/tests/tpow.c index f1a758da7..3cf11cdd0 100644 --- a/tests/tpow.c +++ b/tests/tpow.c @@ -1,6 +1,6 @@ /* Test file for mpfr_pow, mpfr_pow_ui and mpfr_pow_si. -Copyright 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. +Copyright 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. This file is part of the MPFR Library. diff --git a/tests/tpow3.c b/tests/tpow3.c index f58f5a301..866c42d71 100644 --- a/tests/tpow3.c +++ b/tests/tpow3.c @@ -1,6 +1,6 @@ /* Test file for mpfr_pow. -Copyright 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. +Copyright 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. Adapted from tarctan.c. This file is part of the MPFR Library. diff --git a/tests/tpow_z.c b/tests/tpow_z.c index 7ab800c96..ec20c6e02 100644 --- a/tests/tpow_z.c +++ b/tests/tpow_z.c @@ -1,6 +1,6 @@ /* Test file for mpfr_pow_z -- power function x^z with z a MPZ -Copyright 2005, 2006 Free Software Foundation, Inc. +Copyright 2005, 2006, 2007 Free Software Foundation, Inc. This file is part of the MPFR Library. diff --git a/tests/trandom.c b/tests/trandom.c index 83cf54051..19e03e980 100644 --- a/tests/trandom.c +++ b/tests/trandom.c @@ -1,6 +1,6 @@ /* Test file for the various mpfr_random fonctions. -Copyright 1999, 2000, 2001, 2002, 2003, 2004, 2006 Free Software Foundation, Inc. +Copyright 1999, 2000, 2001, 2002, 2003, 2004, 2006, 2007 Free Software Foundation, Inc. This file is part of the MPFR Library. diff --git a/tests/trint.c b/tests/trint.c index a74380749..f596f7f20 100644 --- a/tests/trint.c +++ b/tests/trint.c @@ -1,6 +1,6 @@ /* Test file for mpfr_rint, mpfr_trunc, mpfr_floor, mpfr_ceil, mpfr_round. -Copyright 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. +Copyright 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. This file is part of the MPFR Library. diff --git a/tests/troot.c b/tests/troot.c index 1fec6482a..165db2762 100644 --- a/tests/troot.c +++ b/tests/troot.c @@ -1,6 +1,6 @@ /* Test file for mpfr_root. -Copyright 2005, 2006 Free Software Foundation, Inc. +Copyright 2005, 2006, 2007 Free Software Foundation, Inc. This file is part of the MPFR Library. diff --git a/tests/tround_prec.c b/tests/tround_prec.c index 2ff5959ba..41408c769 100644 --- a/tests/tround_prec.c +++ b/tests/tround_prec.c @@ -1,6 +1,6 @@ /* Test file for mpfr_prec_round. -Copyright 1999, 2000, 2001, 2002, 2003, 2004, 2006 Free Software Foundation, Inc. +Copyright 1999, 2000, 2001, 2002, 2003, 2004, 2006, 2007 Free Software Foundation, Inc. This file is part of the MPFR Library. diff --git a/tests/tsec.c b/tests/tsec.c index 28d06e592..d39a6bdca 100644 --- a/tests/tsec.c +++ b/tests/tsec.c @@ -1,6 +1,6 @@ /* Test file for mpfr_sec. -Copyright 2005, 2006 Free Software Foundation, Inc. +Copyright 2005, 2006, 2007 Free Software Foundation, Inc. This file is part of the MPFR Library. diff --git a/tests/tsech.c b/tests/tsech.c index 623def916..176311239 100644 --- a/tests/tsech.c +++ b/tests/tsech.c @@ -1,6 +1,6 @@ /* Test file for mpfr_sech. -Copyright 2005, 2006 Free Software Foundation, Inc. +Copyright 2005, 2006, 2007 Free Software Foundation, Inc. This file is part of the MPFR Library. diff --git a/tests/tset.c b/tests/tset.c index d9540b538..78964897c 100644 --- a/tests/tset.c +++ b/tests/tset.c @@ -1,6 +1,6 @@ /* Test file for mpfr_set. -Copyright 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. +Copyright 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. This file is part of the MPFR Library. diff --git a/tests/tset_d.c b/tests/tset_d.c index 33a08c57b..893ef6183 100644 --- a/tests/tset_d.c +++ b/tests/tset_d.c @@ -1,6 +1,6 @@ /* Test file for mpfr_set_d and mpfr_get_d. -Copyright 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. +Copyright 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. This file is part of the MPFR Library. diff --git a/tests/tset_exp.c b/tests/tset_exp.c index 575d17f33..a55dec011 100644 --- a/tests/tset_exp.c +++ b/tests/tset_exp.c @@ -1,6 +1,6 @@ /* Test file for mpfr_set_exp. -Copyright 2004, 2006 Free Software Foundation, Inc. +Copyright 2004, 2006, 2007 Free Software Foundation, Inc. This file is part of the MPFR Library. diff --git a/tests/tset_f.c b/tests/tset_f.c index bbf6836f8..d4aa96a42 100644 --- a/tests/tset_f.c +++ b/tests/tset_f.c @@ -1,6 +1,6 @@ /* Test file for mpfr_set_f. -Copyright 1999, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. +Copyright 1999, 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. This file is part of the MPFR Library. diff --git a/tests/tset_ld.c b/tests/tset_ld.c index 0ac07933b..d708e4499 100644 --- a/tests/tset_ld.c +++ b/tests/tset_ld.c @@ -1,6 +1,6 @@ /* Test file for mpfr_set_ld and mpfr_get_ld. -Copyright 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. +Copyright 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. This file is part of the MPFR Library. diff --git a/tests/tset_q.c b/tests/tset_q.c index b73c6737b..cce6e92fa 100644 --- a/tests/tset_q.c +++ b/tests/tset_q.c @@ -1,6 +1,6 @@ /* Test file for mpfr_set_q. -Copyright 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. +Copyright 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. This file is part of the MPFR Library. diff --git a/tests/tset_si.c b/tests/tset_si.c index 6af9e81a9..9ac082706 100644 --- a/tests/tset_si.c +++ b/tests/tset_si.c @@ -1,6 +1,6 @@ /* Test file for mpfr_set_si and mpfr_set_ui. -Copyright 1999, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. +Copyright 1999, 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. This file is part of the MPFR Library. diff --git a/tests/tset_sj.c b/tests/tset_sj.c index 28bf9b58d..1945d9291 100644 --- a/tests/tset_sj.c +++ b/tests/tset_sj.c @@ -1,7 +1,7 @@ /* Test file for mpfr_set_sj, mpfr_set_uj, mpfr_set_sj_2exp and mpfr_set_uj_2exp. -Copyright 2004, 2006 Free Software Foundation, Inc. +Copyright 2004, 2006, 2007 Free Software Foundation, Inc. This file is part of the MPFR Library. diff --git a/tests/tset_str.c b/tests/tset_str.c index 715411526..250f836e8 100644 --- a/tests/tset_str.c +++ b/tests/tset_str.c @@ -1,6 +1,6 @@ /* Test file for mpfr_set_str. -Copyright 1999, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. +Copyright 1999, 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. This file is part of the MPFR Library. diff --git a/tests/tset_z.c b/tests/tset_z.c index 66a9b1eac..f9b14020f 100644 --- a/tests/tset_z.c +++ b/tests/tset_z.c @@ -1,6 +1,6 @@ /* Test file for mpfr_set_z. -Copyright 1999, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. +Copyright 1999, 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. This file is part of the MPFR Library. diff --git a/tests/tsgn.c b/tests/tsgn.c index 728bc5df0..ad156e9cd 100644 --- a/tests/tsgn.c +++ b/tests/tsgn.c @@ -1,6 +1,6 @@ /* tsgn -- Test for the sign of a floating point number. -Copyright 2003, 2006 Free Software Foundation, Inc. +Copyright 2003, 2006, 2007 Free Software Foundation, Inc. Contributed by the Spaces project, INRIA Lorraine. This file is part of the MPFR Library. diff --git a/tests/tsi_op.c b/tests/tsi_op.c index 74aa6bf04..bc10e1051 100644 --- a/tests/tsi_op.c +++ b/tests/tsi_op.c @@ -1,7 +1,7 @@ /* Test file for mpfr_add_si, mpfr_sub_si, mpfr_si_sub, mpfr_mul_si, mpfr_div_si, mpfr_si_div -Copyright 2004, 2006 Free Software Foundation, Inc. +Copyright 2004, 2006, 2007 Free Software Foundation, Inc. This file is part of the MPFR Library. diff --git a/tests/tsin.c b/tests/tsin.c index 93eb2d9d9..8c1a0ac48 100644 --- a/tests/tsin.c +++ b/tests/tsin.c @@ -1,6 +1,6 @@ /* Test file for mpfr_sin. -Copyright 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. +Copyright 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. This file is part of the MPFR Library. diff --git a/tests/tsin_cos.c b/tests/tsin_cos.c index 5de6694d5..14317d2a7 100644 --- a/tests/tsin_cos.c +++ b/tests/tsin_cos.c @@ -1,6 +1,6 @@ /* Test file for mpfr_sin_cos. -Copyright 2000, 2001, 2002, 2003, 2004, 2006 Free Software Foundation, Inc. +Copyright 2000, 2001, 2002, 2003, 2004, 2006, 2007 Free Software Foundation, Inc. This file is part of the MPFR Library. diff --git a/tests/tsinh.c b/tests/tsinh.c index ac9c1c8ca..b25b3f62b 100644 --- a/tests/tsinh.c +++ b/tests/tsinh.c @@ -1,6 +1,6 @@ /* Test file for mpfr_sinh. -Copyright 2001, 2002, 2004, 2006 Free Software Foundation, Inc. +Copyright 2001, 2002, 2004, 2006, 2007 Free Software Foundation, Inc. Adapted from tarctan.c. This file is part of the MPFR Library. diff --git a/tests/tsqr.c b/tests/tsqr.c index 99af1a0f2..51bb50335 100644 --- a/tests/tsqr.c +++ b/tests/tsqr.c @@ -1,6 +1,6 @@ /* Test file for mpfr_sqr. -Copyright 2004, 2005, 2006 Free Software Foundation, Inc. +Copyright 2004, 2005, 2006, 2007 Free Software Foundation, Inc. This file is part of the MPFR Library. diff --git a/tests/tsqrt.c b/tests/tsqrt.c index c7788cc32..a277fdd0d 100644 --- a/tests/tsqrt.c +++ b/tests/tsqrt.c @@ -1,6 +1,6 @@ /* Test file for mpfr_sqrt. -Copyright 1999, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. +Copyright 1999, 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. This file is part of the MPFR Library. diff --git a/tests/tsqrt_ui.c b/tests/tsqrt_ui.c index 9ba661ed5..d34fe5d7d 100644 --- a/tests/tsqrt_ui.c +++ b/tests/tsqrt_ui.c @@ -1,6 +1,6 @@ /* Test file for mpfr_sqrt_ui. -Copyright 2000, 2001, 2002, 2003, 2006 Free Software Foundation, Inc. +Copyright 2000, 2001, 2002, 2003, 2006, 2007 Free Software Foundation, Inc. This file is part of the MPFR Library. diff --git a/tests/tstckintc.c b/tests/tstckintc.c index 4e89f967a..50d36772d 100644 --- a/tests/tstckintc.c +++ b/tests/tstckintc.c @@ -1,6 +1,6 @@ /* Test file for mpfr_custom_* -Copyright 2005, 2006 Free Software Foundation, Inc. +Copyright 2005, 2006, 2007 Free Software Foundation, Inc. This file is part of the MPFR Library. diff --git a/tests/tstrtofr.c b/tests/tstrtofr.c index 0690fae7c..a23dc74ea 100644 --- a/tests/tstrtofr.c +++ b/tests/tstrtofr.c @@ -1,6 +1,6 @@ /* Test file for mpfr_set_str. -Copyright 2004, 2005, 2006 Free Software Foundation, Inc. +Copyright 2004, 2005, 2006, 2007 Free Software Foundation, Inc. This file is part of the MPFR Library. diff --git a/tests/tsub.c b/tests/tsub.c index 7fe3e9d8b..a0ffaa22d 100644 --- a/tests/tsub.c +++ b/tests/tsub.c @@ -1,6 +1,6 @@ /* Test file for mpfr_sub. -Copyright 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. +Copyright 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. This file is part of the MPFR Library. diff --git a/tests/tsub1sp.c b/tests/tsub1sp.c index 0b2d1500a..80063ee36 100644 --- a/tests/tsub1sp.c +++ b/tests/tsub1sp.c @@ -1,6 +1,6 @@ /* Test file for mpfr_sub1sp. -Copyright 2003, 2004, 2005, 2006 Free Software Foundation, Inc. +Copyright 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. This file is part of the MPFR Library. diff --git a/tests/tsub_ui.c b/tests/tsub_ui.c index 243603320..66c036a4e 100644 --- a/tests/tsub_ui.c +++ b/tests/tsub_ui.c @@ -1,6 +1,6 @@ /* Test file for mpfr_sub_ui -Copyright 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. +Copyright 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. This file is part of the MPFR Library. diff --git a/tests/tsubnormal.c b/tests/tsubnormal.c index 49a79a5cb..ef6552acf 100644 --- a/tests/tsubnormal.c +++ b/tests/tsubnormal.c @@ -1,6 +1,6 @@ /* Test file for mpfr_subnormalize. -Copyright 2005, 2006 Free Software Foundation, Inc. +Copyright 2005, 2006, 2007 Free Software Foundation, Inc. This file is part of the MPFR Library. diff --git a/tests/tsum.c b/tests/tsum.c index 03c621ae2..78af60a3b 100644 --- a/tests/tsum.c +++ b/tests/tsum.c @@ -1,6 +1,6 @@ /* tsum -- test file for the list summation function -Copyright 2004, 2005, 2006 Free Software Foundation, Inc. +Copyright 2004, 2005, 2006, 2007 Free Software Foundation, Inc. This file is part of the MPFR Library. diff --git a/tests/tswap.c b/tests/tswap.c index 3e1d5b3a6..3c16f51a4 100644 --- a/tests/tswap.c +++ b/tests/tswap.c @@ -1,6 +1,6 @@ /* Test file for mpfr_swap. -Copyright 2000, 2001, 2002, 2003, 2004, 2006 Free Software Foundation, Inc. +Copyright 2000, 2001, 2002, 2003, 2004, 2006, 2007 Free Software Foundation, Inc. This file is part of the MPFR Library. diff --git a/tests/ttan.c b/tests/ttan.c index f154570b5..8176f1ca6 100644 --- a/tests/ttan.c +++ b/tests/ttan.c @@ -1,6 +1,6 @@ /* Test file for mpfr_tan. -Copyright 2001, 2002, 2003, 2004, 2006 Free Software Foundation, Inc. +Copyright 2001, 2002, 2003, 2004, 2006, 2007 Free Software Foundation, Inc. This file is part of the MPFR Library. diff --git a/tests/ttanh.c b/tests/ttanh.c index 9926926ee..493d73240 100644 --- a/tests/ttanh.c +++ b/tests/ttanh.c @@ -1,6 +1,6 @@ /* Test file for mpfr_tanh. -Copyright 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. +Copyright 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. Adapted from tarctan.c. This file is part of the MPFR Library. diff --git a/tests/ttrunc.c b/tests/ttrunc.c index 8e0c4a419..fae221224 100644 --- a/tests/ttrunc.c +++ b/tests/ttrunc.c @@ -1,6 +1,6 @@ /* Test file for mpfr_trunc, mpfr_ceil, mpfr_floor. -Copyright 1999, 2000, 2001, 2002, 2003, 2004, 2006 Free Software Foundation, Inc. +Copyright 1999, 2000, 2001, 2002, 2003, 2004, 2006, 2007 Free Software Foundation, Inc. This file is part of the MPFR Library. diff --git a/tests/tui_div.c b/tests/tui_div.c index e8d94d79d..7956f165e 100644 --- a/tests/tui_div.c +++ b/tests/tui_div.c @@ -1,6 +1,6 @@ /* Test file for mpfr_ui_div. -Copyright 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. +Copyright 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. This file is part of the MPFR Library. diff --git a/tests/tui_pow.c b/tests/tui_pow.c index 386861762..95eb69723 100644 --- a/tests/tui_pow.c +++ b/tests/tui_pow.c @@ -1,6 +1,6 @@ /* Test file for mpfr_ui_pow and mpfr_ui_pow_ui. -Copyright 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. +Copyright 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. Adapted from tarctan.c. This file is part of the MPFR Library. diff --git a/tests/tui_sub.c b/tests/tui_sub.c index 30734cd6a..670bc991c 100644 --- a/tests/tui_sub.c +++ b/tests/tui_sub.c @@ -1,6 +1,6 @@ /* Test file for mpfr_ui_sub. -Copyright 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. +Copyright 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. This file is part of the MPFR Library. diff --git a/tests/tversion.c b/tests/tversion.c index e000c37c2..da49ecc30 100644 --- a/tests/tversion.c +++ b/tests/tversion.c @@ -1,6 +1,6 @@ /* Test file for mpfr_version. -Copyright 2004, 2005, 2006 Free Software Foundation, Inc. +Copyright 2004, 2005, 2006, 2007 Free Software Foundation, Inc. This file is part of the MPFR Library. diff --git a/tests/tzeta.c b/tests/tzeta.c index 3bfbf395d..edd6b2140 100644 --- a/tests/tzeta.c +++ b/tests/tzeta.c @@ -1,6 +1,6 @@ /* tzeta -- test file for the Riemann Zeta function -Copyright 2003, 2004, 2005, 2006 Free Software Foundation, Inc. +Copyright 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. Contributed by Jean-Luc Re'my and the Spaces project, INRIA Lorraine. This file is part of the MPFR Library. diff --git a/tests/tzeta_ui.c b/tests/tzeta_ui.c index d33d3824e..7ec2df42c 100644 --- a/tests/tzeta_ui.c +++ b/tests/tzeta_ui.c @@ -1,6 +1,6 @@ /* Test file for mpfr_zeta_ui. -Copyright 2005, 2006 Free Software Foundation, Inc. +Copyright 2005, 2006, 2007 Free Software Foundation, Inc. This file is part of the MPFR Library. |