diff options
Diffstat (limited to 'tests')
126 files changed, 126 insertions, 126 deletions
diff --git a/tests/cmp_str.c b/tests/cmp_str.c index 2f805a33c..ef0393817 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 Free Software Foundation, Inc. +Copyright 2004, 2005, 2006 Free Software Foundation, Inc. This file is part of the MPFR Library. diff --git a/tests/memory.c b/tests/memory.c index 5c9757453..a5289b9f8 100644 --- a/tests/memory.c +++ b/tests/memory.c @@ -1,6 +1,6 @@ /* Memory allocation used during tests. -Copyright 2001, 2002, 2003 Free Software Foundation, Inc. +Copyright 2001, 2002, 2003, 2006 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 195dd43f9..b2cee46ee 100644 --- a/tests/mpf_compat.c +++ b/tests/mpf_compat.c @@ -1,6 +1,6 @@ /* Test compatibility mpf-mpfr. -Copyright 2003, 2005 Free Software Foundation. +Copyright 2003, 2005, 2006 Free Software Foundation. This file is part of the MPFR Library. diff --git a/tests/mpf_compat.h b/tests/mpf_compat.h index 8fe8436fa..88b970334 100644 --- a/tests/mpf_compat.h +++ b/tests/mpf_compat.h @@ -1,6 +1,6 @@ /* Test compatibility mpf-mpfr. -Copyright 2003, 2004, 2005 Free Software Foundation. +Copyright 2003, 2004, 2005, 2006 Free Software Foundation. This file is part of the MPFR Library. diff --git a/tests/mpfr_compat.c b/tests/mpfr_compat.c index e15d6ef30..2781965a9 100644 --- a/tests/mpfr_compat.c +++ b/tests/mpfr_compat.c @@ -1,6 +1,6 @@ /* Test compatibility mpf-mpfr. -Copyright 2003, 2005 Free Software Foundation. +Copyright 2003, 2005, 2006 Free Software Foundation. This file is part of the MPFR Library. diff --git a/tests/reuse.c b/tests/reuse.c index 73245e79e..dbbb2dd9f 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 Free Software Foundation. +Copyright 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation. This file is part of the MPFR Library. diff --git a/tests/rnd_mode.c b/tests/rnd_mode.c index bdba02f07..5ad849d51 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 Free Software Foundation, Inc. +Copyright 1999, 2001, 2002, 2006 Free Software Foundation, Inc. This file is part of the MPFR Library. diff --git a/tests/tabs.c b/tests/tabs.c index 092c6b7b0..357db1ada 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 Free Software Foundation, Inc. +Copyright 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. This file is part of the MPFR Library. diff --git a/tests/tacos.c b/tests/tacos.c index 3719c1af2..b04cf8ee0 100644 --- a/tests/tacos.c +++ b/tests/tacos.c @@ -1,6 +1,6 @@ /* Test file for mpfr_acos. -Copyright 2001, 2002, 2003, 2004, 2005 Free Software Foundation. +Copyright 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation. Contributed by Mathieu Dutour. This file is part of the MPFR Library. diff --git a/tests/tacosh.c b/tests/tacosh.c index bc05f0445..1a6e26ab4 100644 --- a/tests/tacosh.c +++ b/tests/tacosh.c @@ -1,6 +1,6 @@ /* Test file for mpfr_acosh. -Copyright 2001, 2002, 2003, 2004 Free Software Foundation. +Copyright 2001, 2002, 2003, 2004, 2006 Free Software Foundation. Adapted from tarctan.c. This file is part of the MPFR Library. diff --git a/tests/tadd.c b/tests/tadd.c index 1e417c815..48ed4cda0 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 Free Software Foundation. +Copyright 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation. This file is part of the MPFR Library. diff --git a/tests/tadd1sp.c b/tests/tadd1sp.c index 5a8f1c6eb..8c8524982 100644 --- a/tests/tadd1sp.c +++ b/tests/tadd1sp.c @@ -1,6 +1,6 @@ /* Test file for mpfr_add1sp. -Copyright 2004, 2005 Free Software Foundation. +Copyright 2004, 2005, 2006 Free Software Foundation. This file is part of the MPFR Library. diff --git a/tests/tadd_ui.c b/tests/tadd_ui.c index 4e1c36726..08a4cf26d 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 Free Software Foundation. +Copyright 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation. This file is part of the MPFR Library. diff --git a/tests/tagm.c b/tests/tagm.c index 4fc0de3e1..0689523f0 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 Free Software Foundation, Inc. +Copyright 1999, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. This file is part of the MPFR Library. diff --git a/tests/tasin.c b/tests/tasin.c index 415180556..754b14209 100644 --- a/tests/tasin.c +++ b/tests/tasin.c @@ -1,6 +1,6 @@ /* Test file for mpfr_asin. -Copyright 2001, 2002, 2003, 2004, 2005 Free Software Foundation. +Copyright 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation. Original version by Mathieu Dutour. This file is part of the MPFR Library. diff --git a/tests/tasinh.c b/tests/tasinh.c index 58b88bbf6..d253ae0c4 100644 --- a/tests/tasinh.c +++ b/tests/tasinh.c @@ -1,6 +1,6 @@ /* Test file for mpfr_asinh. -Copyright 2001, 2002, 2003, 2004 Free Software Foundation. +Copyright 2001, 2002, 2003, 2004, 2006 Free Software Foundation. Adapted from tatan.c. This file is part of the MPFR Library. diff --git a/tests/tatan.c b/tests/tatan.c index 0a5ea071b..0672046dc 100644 --- a/tests/tatan.c +++ b/tests/tatan.c @@ -1,6 +1,6 @@ /* Test file for mpfr_atan. -Copyright 2001, 2002, 2003, 2004, 2005 Free Software Foundation. +Copyright 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation. 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 b29b402a0..3162d196c 100644 --- a/tests/tatanh.c +++ b/tests/tatanh.c @@ -1,6 +1,6 @@ /* Test file for mpfr_atanh. -Copyright 2001, 2002, 2003, 2004, 2005 Free Software Foundation. +Copyright 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation. 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 73f67c3a0..228d2654e 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 Free Software Foundation, Inc. +Copyright 1999, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. This file is part of the MPFR Library. diff --git a/tests/tcbrt.c b/tests/tcbrt.c index d1efd858a..b72630579 100644 --- a/tests/tcbrt.c +++ b/tests/tcbrt.c @@ -1,6 +1,6 @@ /* Test file for mpfr_cbrt. -Copyright 2002, 2003, 2004, 2005 Free Software Foundation, Inc. +Copyright 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. This file is part of the MPFR Library. diff --git a/tests/tcheck.c b/tests/tcheck.c index 125a2956d..bfd929b92 100644 --- a/tests/tcheck.c +++ b/tests/tcheck.c @@ -1,6 +1,6 @@ /* Test file for mpfr_check. -Copyright 2003, 2004 Free Software Foundation. +Copyright 2003, 2004, 2006 Free Software Foundation. This file is part of the MPFR Library. diff --git a/tests/tcmp.c b/tests/tcmp.c index be2c3ca47..31892f099 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 Free Software Foundation, Inc. +Copyright 1999, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. This file is part of the MPFR Library. diff --git a/tests/tcmp2.c b/tests/tcmp2.c index 346886e0c..3b37039d8 100644 --- a/tests/tcmp2.c +++ b/tests/tcmp2.c @@ -1,6 +1,6 @@ /* Test file for mpfr_cmp2. -Copyright 1999, 2000, 2001, 2002, 2003 Free Software Foundation. +Copyright 1999, 2000, 2001, 2002, 2003, 2006 Free Software Foundation. This file is part of the MPFR Library. diff --git a/tests/tcmp_d.c b/tests/tcmp_d.c index 2c3cdc7f7..cac7e3e6b 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 Free Software Foundation, Inc. +Copyright 1999, 2001, 2002, 2003, 2004, 2006 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 81bcd296a..e3b7b8956 100644 --- a/tests/tcmp_ld.c +++ b/tests/tcmp_ld.c @@ -1,6 +1,6 @@ /* Test file for mpfr_cmp_ld. -Copyright 2004 Free Software Foundation, Inc. +Copyright 2004, 2006 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 fd645de8c..9732271cf 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 Free Software Foundation, Inc. +Copyright 1999, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. This file is part of the MPFR Library. diff --git a/tests/tcmpabs.c b/tests/tcmpabs.c index 5f199c274..a767ff646 100644 --- a/tests/tcmpabs.c +++ b/tests/tcmpabs.c @@ -1,6 +1,6 @@ /* Test file for mpfr_cmpabs. -Copyright 2004, 2005 Free Software Foundation, Inc. +Copyright 2004, 2005, 2006 Free Software Foundation, Inc. This file is part of the MPFR Library. diff --git a/tests/tcomparisons.c b/tests/tcomparisons.c index 965566129..39bee385c 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 Free Software Foundation. +Copyright 2003, 2006 Free Software Foundation. This file is part of the MPFR Library. diff --git a/tests/tconst_catalan.c b/tests/tconst_catalan.c index 93575f2b8..8a6407228 100644 --- a/tests/tconst_catalan.c +++ b/tests/tconst_catalan.c @@ -1,6 +1,6 @@ /* Test file for mpfr_const_catalan. -Copyright 2005 Free Software Foundation, Inc. +Copyright 2005, 2006 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 1f8e63b25..b31941c13 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 Free Software Foundation. +Copyright 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation. This file is part of the MPFR Library. diff --git a/tests/tconst_log2.c b/tests/tconst_log2.c index a593b9f12..595be911d 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 Free Software Foundation, Inc. +Copyright 1999, 2001, 2002, 2003, 2004, 2005, 2006 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 8dda40f31..993e1f364 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 Free Software Foundation, Inc. +Copyright 1999, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. This file is part of the MPFR Library. diff --git a/tests/tcopysign.c b/tests/tcopysign.c index 94ddb55b0..2f1b8a651 100644 --- a/tests/tcopysign.c +++ b/tests/tcopysign.c @@ -1,6 +1,6 @@ /* Test file for mpfr_copysign. -Copyright 2004 Free Software Foundation, Inc. +Copyright 2004, 2006 Free Software Foundation, Inc. This file is part of the MPFR Library. diff --git a/tests/tcos.c b/tests/tcos.c index 876f1ee1e..ee09efa77 100644 --- a/tests/tcos.c +++ b/tests/tcos.c @@ -1,6 +1,6 @@ /* Test file for mpfr_cos. -Copyright 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. +Copyright 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. This file is part of the MPFR Library. diff --git a/tests/tcosh.c b/tests/tcosh.c index 01f5f6def..9ae86e105 100644 --- a/tests/tcosh.c +++ b/tests/tcosh.c @@ -1,6 +1,6 @@ /* Test file for mpfr_cosh. -Copyright 2001, 2002, 2004, 2005 Free Software Foundation. +Copyright 2001, 2002, 2004, 2005, 2006 Free Software Foundation. Adapted from tatan.c. This file is part of the MPFR Library. diff --git a/tests/tcot.c b/tests/tcot.c index 4bff21fad..44c44d5f1 100644 --- a/tests/tcot.c +++ b/tests/tcot.c @@ -1,6 +1,6 @@ /* Test file for mpfr_cot. -Copyright 2005 Free Software Foundation, Inc. +Copyright 2005, 2006 Free Software Foundation, Inc. This file is part of the MPFR Library. diff --git a/tests/tcoth.c b/tests/tcoth.c index ba1f9c2db..b712e606a 100644 --- a/tests/tcoth.c +++ b/tests/tcoth.c @@ -1,6 +1,6 @@ /* Test file for mpfr_coth. -Copyright 2005 Free Software Foundation, Inc. +Copyright 2005, 2006 Free Software Foundation, Inc. This file is part of the MPFR Library. diff --git a/tests/tcsc.c b/tests/tcsc.c index 2de297831..686e7fd88 100644 --- a/tests/tcsc.c +++ b/tests/tcsc.c @@ -1,6 +1,6 @@ /* Test file for mpfr_csc. -Copyright 2005 Free Software Foundation, Inc. +Copyright 2005, 2006 Free Software Foundation, Inc. This file is part of the MPFR Library. diff --git a/tests/tcsch.c b/tests/tcsch.c index 185407c76..4c73baca9 100644 --- a/tests/tcsch.c +++ b/tests/tcsch.c @@ -1,6 +1,6 @@ /* Test file for mpfr_csch. -Copyright 2005 Free Software Foundation, Inc. +Copyright 2005, 2006 Free Software Foundation, Inc. This file is part of the MPFR Library. diff --git a/tests/tdim.c b/tests/tdim.c index f71a7def1..b62858d70 100644 --- a/tests/tdim.c +++ b/tests/tdim.c @@ -1,6 +1,6 @@ /* Test file for mpfr_dim. -Copyright 2004, 2005 Free Software Foundation, Inc. +Copyright 2004, 2005, 2006 Free Software Foundation, Inc. This file is part of the MPFR Library. diff --git a/tests/tdiv.c b/tests/tdiv.c index 8ff4d8aa7..253700746 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 Free Software Foundation, Inc. +Copyright 1999, 2001, 2002, 2003, 2004, 2005, 2006 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 f105c62e6..70b8d24b8 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 Free Software Foundation. +Copyright 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation. This file is part of the MPFR Library. diff --git a/tests/teint.c b/tests/teint.c index ff65e9b86..4f76598a8 100644 --- a/tests/teint.c +++ b/tests/teint.c @@ -1,6 +1,6 @@ /* Test file for mpfr_eint. -Copyright 2005 Free Software Foundation, Inc. +Copyright 2005, 2006 Free Software Foundation, Inc. This file is part of the MPFR Library. diff --git a/tests/teq.c b/tests/teq.c index c29c61d7c..46dcfb86c 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 Free Software Foundation, Inc. +Copyright 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. This file is part of the MPFR Library. diff --git a/tests/terf.c b/tests/terf.c index a81f64c4b..760f8da5d 100644 --- a/tests/terf.c +++ b/tests/terf.c @@ -1,6 +1,6 @@ /* Test file for mpfr_erf. -Copyright 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. +Copyright 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. Contributed by Ludovic Meunier and Paul Zimmermann. This file is part of the MPFR Library. diff --git a/tests/tests.c b/tests/tests.c index 63a392923..4b225a349 100644 --- a/tests/tests.c +++ b/tests/tests.c @@ -1,6 +1,6 @@ /* Miscellaneous support for test programs. -Copyright 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. +Copyright 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. This file is part of the MPFR Library. diff --git a/tests/texceptions.c b/tests/texceptions.c index bc549220d..b69442884 100644 --- a/tests/texceptions.c +++ b/tests/texceptions.c @@ -1,6 +1,6 @@ /* Test file for exceptions. -Copyright 2001, 2002, 2003, 2004, 2005 Free Software Foundation. +Copyright 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation. This file is part of the MPFR Library. diff --git a/tests/texp.c b/tests/texp.c index 06da7a82f..9831acca5 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 Free Software Foundation, Inc. +Copyright 1999, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. This file is part of the MPFR Library. diff --git a/tests/texp2.c b/tests/texp2.c index 65bc8d198..853b79d39 100644 --- a/tests/texp2.c +++ b/tests/texp2.c @@ -1,6 +1,6 @@ /* Test file for mpfr_exp2. -Copyright 2001, 2002, 2003, 2004 Free Software Foundation. +Copyright 2001, 2002, 2003, 2004, 2006 Free Software Foundation. Adapted from tarctan.c. This file is part of the MPFR Library. diff --git a/tests/texpm1.c b/tests/texpm1.c index a317ec505..67e993e4c 100644 --- a/tests/texpm1.c +++ b/tests/texpm1.c @@ -1,6 +1,6 @@ /* Test file for mpfr_expm1. -Copyright 2001, 2002, 2003, 2004, 2005 Free Software Foundation. +Copyright 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation. Adapted from tsinh.c. This file is part of the MPFR Library. diff --git a/tests/tfactorial.c b/tests/tfactorial.c index 4f9cff08d..fc53f548d 100644 --- a/tests/tfactorial.c +++ b/tests/tfactorial.c @@ -1,6 +1,6 @@ /* Test file for mpfr_factorial. -Copyright 2001, 2002, 2003, 2004, 2005 Free Software Foundation. +Copyright 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation. This file is part of the MPFR Library. diff --git a/tests/tfits.c b/tests/tfits.c index 1caadfdb7..140585ed6 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 Free Software Foundation, Inc. +Copyright 2004, 2005, 2006 Free Software Foundation, Inc. This file is part of the MPFR Library. diff --git a/tests/tfma.c b/tests/tfma.c index 0a96d9415..50c2ba7af 100644 --- a/tests/tfma.c +++ b/tests/tfma.c @@ -1,6 +1,6 @@ /* Test file for mpfr_fma. -Copyright 2001, 2002, 2003, 2004, 2005 Free Software Foundation. +Copyright 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation. Adapted from tarctan.c. This file is part of the MPFR Library. diff --git a/tests/tfrac.c b/tests/tfrac.c index 4f1025141..0ac01aa52 100644 --- a/tests/tfrac.c +++ b/tests/tfrac.c @@ -1,6 +1,6 @@ /* Test file for mpfr_frac. -Copyright 2002, 2003, 2004, 2005 Free Software Foundation. +Copyright 2002, 2003, 2004, 2005, 2006 Free Software Foundation. This file is part of the MPFR Library. diff --git a/tests/tgamma.c b/tests/tgamma.c index 5a70814a8..15226287c 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 Free Software Foundation. +Copyright 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation. 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 c6d3a9164..56f135eca 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 Free Software Foundation. +Copyright 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation. This file is part of the MPFR Library. diff --git a/tests/tgeneric_ui.c b/tests/tgeneric_ui.c index 57ba3a045..85da10185 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 Free Software Foundation. +Copyright 2005, 2006 Free Software Foundation. This file is part of the MPFR Library. diff --git a/tests/tget_d.c b/tests/tget_d.c index 0586de0bc..0eeffb25f 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 Free Software Foundation. +Copyright 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation. This file is part of the MPFR Library. diff --git a/tests/tget_d_2exp.c b/tests/tget_d_2exp.c index f0951b7b1..d3fa62d52 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 Free Software Foundation. +Copyright 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation. This file is part of the MPFR Library. diff --git a/tests/tget_f.c b/tests/tget_f.c index 789eb81ac..167738e63 100644 --- a/tests/tget_f.c +++ b/tests/tget_f.c @@ -1,6 +1,6 @@ /* Test file for mpfr_get_f. -Copyright 2005 Free Software Foundation, Inc. +Copyright 2005, 2006 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 196cc4b1c..b908454b4 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 Free Software Foundation, Inc. +Copyright 2004, 2005, 2006 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 9220f0ee5..54d42c09b 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 Free Software Foundation, Inc. +Copyright 1999, 2001, 2002, 2003, 2004, 2005, 2006 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 d76e05926..14b7c96cd 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 Free Software Foundation. +Copyright 2004, 2006 Free Software Foundation. This file is part of the MPFR Library. diff --git a/tests/tgmpop.c b/tests/tgmpop.c index d2538fa2e..effd406c5 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 Free Software Foundation. +Copyright 2004, 2005, 2006 Free Software Foundation. This file is part of the MPFR Library. diff --git a/tests/thyperbolic.c b/tests/thyperbolic.c index c1d0103ed..354a89e65 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 Free Software Foundation, Inc. +Copyright 2001, 2002, 2003, 2004, 2006 Free Software Foundation, Inc. This file is part of the MPFR Library. diff --git a/tests/thypot.c b/tests/thypot.c index 52577e640..7a4c90e86 100644 --- a/tests/thypot.c +++ b/tests/thypot.c @@ -1,6 +1,6 @@ /* Test file for mpfr_hypot. -Copyright 2001, 2002, 2003, 2004, 2005 Free Software Foundation. +Copyright 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation. Adapted from tarctan.c. This file is part of the MPFR Library. diff --git a/tests/tinits.c b/tests/tinits.c index 68ae74eda..25beec746 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 Free Software Foundation. +Copyright 2003, 2006 Free Software Foundation. This file is part of the MPFR Library. diff --git a/tests/tinp_str.c b/tests/tinp_str.c index dab6ee25f..b034f4df2 100644 --- a/tests/tinp_str.c +++ b/tests/tinp_str.c @@ -1,6 +1,6 @@ /* Test file for mpfr_inp_str. -Copyright 2004 Free Software Foundation, Inc. +Copyright 2004, 2006 Free Software Foundation, Inc. This file is part of the MPFR Library. diff --git a/tests/tinternals.c b/tests/tinternals.c index 9aa12c01c..069808325 100644 --- a/tests/tinternals.c +++ b/tests/tinternals.c @@ -1,6 +1,6 @@ /* tinternals -- Test for internals. -Copyright 2005 Free Software Foundation. +Copyright 2005, 2006 Free Software Foundation. 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 dd21ac06c..c40ba168e 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 Free Software Foundation. +Copyright 2001, 2002, 2003, 2004, 2006 Free Software Foundation. This file is part of the MPFR Library. diff --git a/tests/tlngamma.c b/tests/tlngamma.c index 58131acd3..bc35ee6b3 100644 --- a/tests/tlngamma.c +++ b/tests/tlngamma.c @@ -1,6 +1,6 @@ /* mpfr_tlngamma -- test file for lngamma function -Copyright 2005 Free Software Foundation. +Copyright 2005, 2006 Free Software Foundation. This file is part of the MPFR Library. diff --git a/tests/tlog.c b/tests/tlog.c index adf11917e..43a7ca885 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 Free Software Foundation, Inc. +Copyright 1999, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. This file is part of the MPFR Library. diff --git a/tests/tlog10.c b/tests/tlog10.c index b93750043..66f65cd01 100644 --- a/tests/tlog10.c +++ b/tests/tlog10.c @@ -1,6 +1,6 @@ /* Test file for mpfr_log10. -Copyright 2001, 2002, 2003, 2004, 2005 Free Software Foundation. +Copyright 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation. Adapted from tsinh.c. This file is part of the MPFR Library. diff --git a/tests/tlog1p.c b/tests/tlog1p.c index 54ea27ee4..a374c3390 100644 --- a/tests/tlog1p.c +++ b/tests/tlog1p.c @@ -1,6 +1,6 @@ /* Test file for mpfr_log1p. -Copyright 2001, 2002, 2003, 2004, 2005 Free Software Foundation. +Copyright 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation. Adapted from tsinh.c. This file is part of the MPFR Library. diff --git a/tests/tlog2.c b/tests/tlog2.c index 718cd20e4..170efd156 100644 --- a/tests/tlog2.c +++ b/tests/tlog2.c @@ -1,6 +1,6 @@ /* Test file for mpfr_log2. -Copyright 2001, 2002, 2004 Free Software Foundation. +Copyright 2001, 2002, 2004, 2006 Free Software Foundation. Adapted from tsinh.c. This file is part of the MPFR Library. diff --git a/tests/tminmax.c b/tests/tminmax.c index 392fc7bc1..edf2c4b37 100644 --- a/tests/tminmax.c +++ b/tests/tminmax.c @@ -1,6 +1,6 @@ /* Test file for mpfr_min & mpfr_max. -Copyright 2004 Free Software Foundation, Inc. +Copyright 2004, 2006 Free Software Foundation, Inc. This file is part of the MPFR Library. diff --git a/tests/tmul.c b/tests/tmul.c index ac289f79c..98d9e44a1 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 Free Software Foundation, Inc. +Copyright 1999, 2001, 2002, 2003, 2004, 2005, 2006 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 dfef2a3e9..d2be10602 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 Free Software Foundation. +Copyright 1999, 2001, 2002, 2003, 2004, 2006 Free Software Foundation. This file is part of the MPFR Library. diff --git a/tests/tmul_ui.c b/tests/tmul_ui.c index b862f99bc..e1acf0793 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 Free Software Foundation. +Copyright 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation. This file is part of the MPFR Library. diff --git a/tests/tnext.c b/tests/tnext.c index 1576fce6a..bafcc2cbf 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 Free Software Foundation. +Copyright 2003, 2004, 2005, 2006 Free Software Foundation. This file is part of the MPFR Library. diff --git a/tests/tout_str.c b/tests/tout_str.c index b799e48e0..a1a445d90 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 Free Software Foundation, Inc. +Copyright 1999, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. This file is part of the MPFR Library. diff --git a/tests/toutimpl.c b/tests/toutimpl.c index 62861d4c0..e851e5d5e 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 Free Software Foundation, Inc. +Copyright 2004, 2005, 2006 Free Software Foundation, Inc. This file is part of the MPFR Library. diff --git a/tests/tpow.c b/tests/tpow.c index 422439474..9d7d6a457 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 Free Software Foundation, Inc. +Copyright 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. This file is part of the MPFR Library. diff --git a/tests/tpow3.c b/tests/tpow3.c index 191cb2535..5407bad91 100644 --- a/tests/tpow3.c +++ b/tests/tpow3.c @@ -1,6 +1,6 @@ /* Test file for mpfr_pow. -Copyright 2001, 2002, 2003, 2004, 2005 Free Software Foundation. +Copyright 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation. 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 3c31de58c..608ff29e8 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 Free Software Foundation, Inc. +Copyright 2005, 2006 Free Software Foundation, Inc. This file is part of the MPFR Library. diff --git a/tests/trandom.c b/tests/trandom.c index 6e249e72d..b231c054d 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 Free Software Foundation. +Copyright 1999, 2000, 2001, 2002, 2003, 2004, 2006 Free Software Foundation. This file is part of the MPFR Library. diff --git a/tests/trint.c b/tests/trint.c index 8b94e47d0..b01c801ff 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 Free Software Foundation. +Copyright 2002, 2003, 2004, 2005, 2006 Free Software Foundation. This file is part of the MPFR Library. diff --git a/tests/troot.c b/tests/troot.c index 12ae0b312..1efc3cb55 100644 --- a/tests/troot.c +++ b/tests/troot.c @@ -1,6 +1,6 @@ /* Test file for mpfr_root. -Copyright 2005 Free Software Foundation, Inc. +Copyright 2005, 2006 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 eab5743b1..1646791fa 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 Free Software Foundation. +Copyright 1999, 2000, 2001, 2002, 2003, 2004, 2006 Free Software Foundation. This file is part of the MPFR Library. diff --git a/tests/tsec.c b/tests/tsec.c index 67d447423..17197f7a6 100644 --- a/tests/tsec.c +++ b/tests/tsec.c @@ -1,6 +1,6 @@ /* Test file for mpfr_sec. -Copyright 2005 Free Software Foundation, Inc. +Copyright 2005, 2006 Free Software Foundation, Inc. This file is part of the MPFR Library. diff --git a/tests/tsech.c b/tests/tsech.c index fb91fac01..b21d4be7c 100644 --- a/tests/tsech.c +++ b/tests/tsech.c @@ -1,6 +1,6 @@ /* Test file for mpfr_sech. -Copyright 2005 Free Software Foundation, Inc. +Copyright 2005, 2006 Free Software Foundation, Inc. This file is part of the MPFR Library. diff --git a/tests/tset.c b/tests/tset.c index f45957c59..1757df46f 100644 --- a/tests/tset.c +++ b/tests/tset.c @@ -1,6 +1,6 @@ /* Test file for mpfr_set. -Copyright 2001, 2002, 2003, 2004, 2005 Free Software Foundation. +Copyright 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation. This file is part of the MPFR Library. diff --git a/tests/tset_d.c b/tests/tset_d.c index a034d8ea4..d8e713507 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 Free Software Foundation, Inc. +Copyright 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006 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 c2269e184..2729f98e7 100644 --- a/tests/tset_exp.c +++ b/tests/tset_exp.c @@ -1,6 +1,6 @@ /* Test file for mpfr_set_exp. -Copyright 2004 Free Software Foundation. +Copyright 2004, 2006 Free Software Foundation. This file is part of the MPFR Library. diff --git a/tests/tset_f.c b/tests/tset_f.c index 716e1814f..f8adb5601 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 Free Software Foundation, Inc. +Copyright 1999, 2001, 2002, 2003, 2004, 2005, 2006 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 7172f241b..317e62e30 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 Free Software Foundation, Inc. +Copyright 2002, 2003, 2004, 2005, 2006 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 2bd191013..03aa74fb5 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 Free Software Foundation, Inc. +Copyright 2000, 2001, 2002, 2003, 2004, 2005, 2006 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 82867d08d..bc140b78d 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 Free Software Foundation, Inc. +Copyright 1999, 2001, 2002, 2003, 2004, 2005, 2006 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 494178598..7711a3864 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 Free Software Foundation, Inc. +Copyright 2004, 2006 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 169a4797d..6b2242685 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 Free Software Foundation, Inc. +Copyright 1999, 2001, 2002, 2003, 2004, 2005, 2006 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 e8d81f1b3..56513681f 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 Free Software Foundation, Inc. +Copyright 1999, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. This file is part of the MPFR Library. diff --git a/tests/tsgn.c b/tests/tsgn.c index 353442f18..7a78c4607 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 Free Software Foundation. +Copyright 2003, 2006 Free Software Foundation. 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 0d28f721e..e4bc07bc2 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 Free Software Foundation. +Copyright 2004, 2006 Free Software Foundation. This file is part of the MPFR Library. diff --git a/tests/tsin.c b/tests/tsin.c index 8e083b24d..4abef44dc 100644 --- a/tests/tsin.c +++ b/tests/tsin.c @@ -1,6 +1,6 @@ /* Test file for mpfr_sin. -Copyright 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. +Copyright 2001, 2002, 2003, 2004, 2005, 2006 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 a8ceeafbe..435c0dfb3 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 Free Software Foundation, Inc. +Copyright 2000, 2001, 2002, 2003, 2004, 2006 Free Software Foundation, Inc. This file is part of the MPFR Library. diff --git a/tests/tsinh.c b/tests/tsinh.c index 2e295fd45..a1bbc7b7a 100644 --- a/tests/tsinh.c +++ b/tests/tsinh.c @@ -1,6 +1,6 @@ /* Test file for mpfr_sinh. -Copyright 2001, 2002, 2004 Free Software Foundation. +Copyright 2001, 2002, 2004, 2006 Free Software Foundation. Adapted from tarctan.c. This file is part of the MPFR Library. diff --git a/tests/tsqr.c b/tests/tsqr.c index dce8d4960..e54a69be6 100644 --- a/tests/tsqr.c +++ b/tests/tsqr.c @@ -1,6 +1,6 @@ /* Test file for mpfr_sqr. -Copyright 2004, 2005 Free Software Foundation. +Copyright 2004, 2005, 2006 Free Software Foundation. This file is part of the MPFR Library. diff --git a/tests/tsqrt.c b/tests/tsqrt.c index 14a90f701..57e9cbb09 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 Free Software Foundation, Inc. +Copyright 1999, 2001, 2002, 2003, 2004, 2005, 2006 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 85c94f0ec..4cfcd3869 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 Free Software Foundation, Inc. +Copyright 2000, 2001, 2002, 2003, 2006 Free Software Foundation, Inc. This file is part of the MPFR Library. diff --git a/tests/tstckintc.c b/tests/tstckintc.c index 383809cc4..3211dc054 100644 --- a/tests/tstckintc.c +++ b/tests/tstckintc.c @@ -1,6 +1,6 @@ /* Test file for mpfr_custom_* -Copyright 2005 Free Software Foundation. +Copyright 2005, 2006 Free Software Foundation. This file is part of the MPFR Library. diff --git a/tests/tstrtofr.c b/tests/tstrtofr.c index fc915ea0e..f2422e139 100644 --- a/tests/tstrtofr.c +++ b/tests/tstrtofr.c @@ -1,6 +1,6 @@ /* Test file for mpfr_set_str. -Copyright 2004, 2005 Free Software Foundation, Inc. +Copyright 2004, 2005, 2006 Free Software Foundation, Inc. This file is part of the MPFR Library. diff --git a/tests/tsub.c b/tests/tsub.c index 629527784..d1be16f66 100644 --- a/tests/tsub.c +++ b/tests/tsub.c @@ -1,6 +1,6 @@ /* Test file for mpfr_sub. -Copyright 2001, 2002, 2003, 2004, 2005 Free Software Foundation. +Copyright 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation. This file is part of the MPFR Library. diff --git a/tests/tsub1sp.c b/tests/tsub1sp.c index 9865a441e..59a73c420 100644 --- a/tests/tsub1sp.c +++ b/tests/tsub1sp.c @@ -1,6 +1,6 @@ /* Test file for mpfr_sub1sp. -Copyright 2003, 2004, 2005 Free Software Foundation. +Copyright 2003, 2004, 2005, 2006 Free Software Foundation. This file is part of the MPFR Library. diff --git a/tests/tsub_ui.c b/tests/tsub_ui.c index fdf52380e..884bc68f0 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 Free Software Foundation. +Copyright 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation. This file is part of the MPFR Library. diff --git a/tests/tsubnormal.c b/tests/tsubnormal.c index 8edf60c31..d6b9687fc 100644 --- a/tests/tsubnormal.c +++ b/tests/tsubnormal.c @@ -1,6 +1,6 @@ /* Test file for mpfr_subnormalize. -Copyright 2005 Free Software Foundation, Inc. +Copyright 2005, 2006 Free Software Foundation, Inc. This file is part of the MPFR Library. diff --git a/tests/tsum.c b/tests/tsum.c index e2934d719..06eae821b 100644 --- a/tests/tsum.c +++ b/tests/tsum.c @@ -1,6 +1,6 @@ /* tsum -- test file for the list summation function -Copyright 2004, 2005 Free Software Foundation. +Copyright 2004, 2005, 2006 Free Software Foundation. This file is part of the MPFR Library. diff --git a/tests/tswap.c b/tests/tswap.c index 33d90d843..6a7ada7a4 100644 --- a/tests/tswap.c +++ b/tests/tswap.c @@ -1,6 +1,6 @@ /* Test file for mpfr_swap. -Copyright 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc. +Copyright 2000, 2001, 2002, 2003, 2004, 2006 Free Software Foundation, Inc. This file is part of the MPFR Library. diff --git a/tests/ttan.c b/tests/ttan.c index 7f09f668f..373299172 100644 --- a/tests/ttan.c +++ b/tests/ttan.c @@ -1,6 +1,6 @@ /* Test file for mpfr_tan. -Copyright 2001, 2002, 2003, 2004 Free Software Foundation, Inc. +Copyright 2001, 2002, 2003, 2004, 2006 Free Software Foundation, Inc. This file is part of the MPFR Library. diff --git a/tests/ttanh.c b/tests/ttanh.c index 38e19746f..a6671e09e 100644 --- a/tests/ttanh.c +++ b/tests/ttanh.c @@ -1,6 +1,6 @@ /* Test file for mpfr_tanh. -Copyright 2001, 2002, 2003, 2004, 2005 Free Software Foundation. +Copyright 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation. Adapted from tarctan.c. This file is part of the MPFR Library. diff --git a/tests/ttrunc.c b/tests/ttrunc.c index 9a4b24ca3..a4884e4cc 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 Free Software Foundation, Inc. +Copyright 1999, 2000, 2001, 2002, 2003, 2004, 2006 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 42a3ecb1c..67751f17e 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 Free Software Foundation, Inc. +Copyright 2000, 2001, 2002, 2003, 2004, 2005, 2006 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 54f9d801c..e58d86757 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 Free Software Foundation. +Copyright 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation. 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 12b1bf559..621da71d3 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 Free Software Foundation. +Copyright 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation. This file is part of the MPFR Library. diff --git a/tests/tversion.c b/tests/tversion.c index 03a30fd53..c39f51117 100644 --- a/tests/tversion.c +++ b/tests/tversion.c @@ -1,6 +1,6 @@ /* Test file for mpfr_version. -Copyright 2004, 2005 Free Software Foundation. +Copyright 2004, 2005, 2006 Free Software Foundation. This file is part of the MPFR Library. diff --git a/tests/tzeta.c b/tests/tzeta.c index 3d3083fd6..78f15d046 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 Free Software Foundation. +Copyright 2003, 2004, 2005, 2006 Free Software Foundation. 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 f298d2dce..a9faf7f48 100644 --- a/tests/tzeta_ui.c +++ b/tests/tzeta_ui.c @@ -1,6 +1,6 @@ /* Test file for mpfr_zeta_ui. -Copyright 2005 Free Software Foundation. +Copyright 2005, 2006 Free Software Foundation. This file is part of the MPFR Library. |