summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2006-01-05 02:20:28 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2006-01-05 02:20:28 +0000
commit04948e9407619ee68dc1b5e54ef4fd3590c22312 (patch)
treeadf4c921062fd6bdfb5e80a80987e317a791163e /tests
parent0bc71283465dca28fa233467b637ec06058e3376 (diff)
downloadmpfr-04948e9407619ee68dc1b5e54ef4fd3590c22312.tar.gz
Added ', Inc.' when missing after 'Free Software Foundation'.
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@3985 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'tests')
-rw-r--r--tests/mpf_compat.c2
-rw-r--r--tests/mpf_compat.h2
-rw-r--r--tests/mpfr_compat.c2
-rw-r--r--tests/reuse.c2
-rw-r--r--tests/tacos.c2
-rw-r--r--tests/tacosh.c2
-rw-r--r--tests/tadd.c2
-rw-r--r--tests/tadd1sp.c2
-rw-r--r--tests/tadd_ui.c2
-rw-r--r--tests/tasin.c2
-rw-r--r--tests/tasinh.c2
-rw-r--r--tests/tatan.c2
-rw-r--r--tests/tatanh.c2
-rw-r--r--tests/tcheck.c2
-rw-r--r--tests/tcmp2.c2
-rw-r--r--tests/tcomparisons.c2
-rw-r--r--tests/tconst_euler.c2
-rw-r--r--tests/tcosh.c2
-rw-r--r--tests/tdiv_ui.c2
-rw-r--r--tests/texceptions.c2
-rw-r--r--tests/texp2.c2
-rw-r--r--tests/texpm1.c2
-rw-r--r--tests/tfactorial.c2
-rw-r--r--tests/tfma.c2
-rw-r--r--tests/tfrac.c2
-rw-r--r--tests/tgamma.c2
-rw-r--r--tests/tgeneric.c2
-rw-r--r--tests/tgeneric_ui.c2
-rw-r--r--tests/tget_d.c2
-rw-r--r--tests/tget_d_2exp.c2
-rw-r--r--tests/tget_z.c2
-rw-r--r--tests/tgmpop.c2
-rw-r--r--tests/thypot.c2
-rw-r--r--tests/tinits.c2
-rw-r--r--tests/tinternals.c2
-rw-r--r--tests/tisnan.c2
-rw-r--r--tests/tlngamma.c2
-rw-r--r--tests/tlog10.c2
-rw-r--r--tests/tlog1p.c2
-rw-r--r--tests/tlog2.c2
-rw-r--r--tests/tmul_2exp.c2
-rw-r--r--tests/tmul_ui.c2
-rw-r--r--tests/tnext.c2
-rw-r--r--tests/tpow3.c2
-rw-r--r--tests/trandom.c2
-rw-r--r--tests/trint.c2
-rw-r--r--tests/tround_prec.c2
-rw-r--r--tests/tset.c2
-rw-r--r--tests/tset_exp.c2
-rw-r--r--tests/tsgn.c2
-rw-r--r--tests/tsi_op.c2
-rw-r--r--tests/tsinh.c2
-rw-r--r--tests/tsqr.c2
-rw-r--r--tests/tstckintc.c2
-rw-r--r--tests/tsub.c2
-rw-r--r--tests/tsub1sp.c2
-rw-r--r--tests/tsub_ui.c2
-rw-r--r--tests/tsum.c2
-rw-r--r--tests/ttanh.c2
-rw-r--r--tests/tui_pow.c2
-rw-r--r--tests/tui_sub.c2
-rw-r--r--tests/tversion.c2
-rw-r--r--tests/tzeta.c2
-rw-r--r--tests/tzeta_ui.c2
64 files changed, 64 insertions, 64 deletions
diff --git a/tests/mpf_compat.c b/tests/mpf_compat.c
index b2cee46ee..d2cfe218a 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.
+Copyright 2003, 2005, 2006 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 88b970334..7d970f68d 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.
+Copyright 2003, 2004, 2005, 2006 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 2781965a9..68c2caf8a 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.
+Copyright 2003, 2005, 2006 Free Software Foundation, Inc.
This file is part of the MPFR Library.
diff --git a/tests/reuse.c b/tests/reuse.c
index dbbb2dd9f..0bfcf7ada 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.
+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 b04cf8ee0..3c1af6d98 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.
+Copyright 2001, 2002, 2003, 2004, 2005, 2006 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 1a6e26ab4..4b5ce9fb8 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.
+Copyright 2001, 2002, 2003, 2004, 2006 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 48ed4cda0..c576253b6 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.
+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/tadd1sp.c b/tests/tadd1sp.c
index 8c8524982..c85893e0a 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.
+Copyright 2004, 2005, 2006 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 08a4cf26d..59de4eb05 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.
+Copyright 2000, 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 754b14209..48594f22a 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.
+Copyright 2001, 2002, 2003, 2004, 2005, 2006 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 d253ae0c4..d43c1a64c 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.
+Copyright 2001, 2002, 2003, 2004, 2006 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 0672046dc..68f5ad371 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.
+Copyright 2001, 2002, 2003, 2004, 2005, 2006 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 3162d196c..12a826164 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.
+Copyright 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
Adapted from tatan.c.
This file is part of the MPFR Library.
diff --git a/tests/tcheck.c b/tests/tcheck.c
index bfd929b92..73902e9f3 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.
+Copyright 2003, 2004, 2006 Free Software Foundation, Inc.
This file is part of the MPFR Library.
diff --git a/tests/tcmp2.c b/tests/tcmp2.c
index 3b37039d8..e01ba1f54 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.
+Copyright 1999, 2000, 2001, 2002, 2003, 2006 Free Software Foundation, Inc.
This file is part of the MPFR Library.
diff --git a/tests/tcomparisons.c b/tests/tcomparisons.c
index 39bee385c..2fb090da4 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.
+Copyright 2003, 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 b31941c13..aac623f7d 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.
+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 9ae86e105..f828ef3e5 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.
+Copyright 2001, 2002, 2004, 2005, 2006 Free Software Foundation, Inc.
Adapted from tatan.c.
This file is part of the MPFR Library.
diff --git a/tests/tdiv_ui.c b/tests/tdiv_ui.c
index 70b8d24b8..7c3d8a020 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.
+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/texceptions.c b/tests/texceptions.c
index b69442884..e3dcfafc0 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.
+Copyright 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 853b79d39..d74003a33 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.
+Copyright 2001, 2002, 2003, 2004, 2006 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 67e993e4c..03e388d35 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.
+Copyright 2001, 2002, 2003, 2004, 2005, 2006 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 fc53f548d..ca6ff8286 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.
+Copyright 2001, 2002, 2003, 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 50c2ba7af..ddc5f8e06 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.
+Copyright 2001, 2002, 2003, 2004, 2005, 2006 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 0ac01aa52..4349829ea 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.
+Copyright 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
This file is part of the MPFR Library.
diff --git a/tests/tgamma.c b/tests/tgamma.c
index 15226287c..cac937b54 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.
+Copyright 2001, 2002, 2003, 2004, 2005, 2006 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 56f135eca..dbf703158 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.
+Copyright 2001, 2002, 2003, 2004, 2005, 2006 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 85da10185..18b4d3efa 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.
+Copyright 2005, 2006 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 0eeffb25f..375b24f64 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.
+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/tget_d_2exp.c b/tests/tget_d_2exp.c
index d3fa62d52..2ba6b7143 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.
+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/tget_z.c b/tests/tget_z.c
index 14b7c96cd..b548a93f3 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.
+Copyright 2004, 2006 Free Software Foundation, Inc.
This file is part of the MPFR Library.
diff --git a/tests/tgmpop.c b/tests/tgmpop.c
index effd406c5..7432ad4f1 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.
+Copyright 2004, 2005, 2006 Free Software Foundation, Inc.
This file is part of the MPFR Library.
diff --git a/tests/thypot.c b/tests/thypot.c
index 7a4c90e86..f2aaca5cd 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.
+Copyright 2001, 2002, 2003, 2004, 2005, 2006 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 25beec746..ee2017ec3 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.
+Copyright 2003, 2006 Free Software Foundation, Inc.
This file is part of the MPFR Library.
diff --git a/tests/tinternals.c b/tests/tinternals.c
index 069808325..06ea6f045 100644
--- a/tests/tinternals.c
+++ b/tests/tinternals.c
@@ -1,6 +1,6 @@
/* tinternals -- Test for internals.
-Copyright 2005, 2006 Free Software Foundation.
+Copyright 2005, 2006 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 c40ba168e..020a3de6b 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.
+Copyright 2001, 2002, 2003, 2004, 2006 Free Software Foundation, Inc.
This file is part of the MPFR Library.
diff --git a/tests/tlngamma.c b/tests/tlngamma.c
index bc35ee6b3..3c974fd91 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.
+Copyright 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 66f65cd01..d0a4a83b7 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.
+Copyright 2001, 2002, 2003, 2004, 2005, 2006 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 a374c3390..5d797371f 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.
+Copyright 2001, 2002, 2003, 2004, 2005, 2006 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 170efd156..ce252ad9b 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.
+Copyright 2001, 2002, 2004, 2006 Free Software Foundation, Inc.
Adapted from tsinh.c.
This file is part of the MPFR Library.
diff --git a/tests/tmul_2exp.c b/tests/tmul_2exp.c
index d2be10602..68314ccd6 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.
+Copyright 1999, 2001, 2002, 2003, 2004, 2006 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 e1acf0793..ce8dee873 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.
+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/tnext.c b/tests/tnext.c
index bafcc2cbf..7c1bb6bd8 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.
+Copyright 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 5407bad91..3a663933d 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.
+Copyright 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
Adapted from tarctan.c.
This file is part of the MPFR Library.
diff --git a/tests/trandom.c b/tests/trandom.c
index b231c054d..871d62f22 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.
+Copyright 1999, 2000, 2001, 2002, 2003, 2004, 2006 Free Software Foundation, Inc.
This file is part of the MPFR Library.
diff --git a/tests/trint.c b/tests/trint.c
index b01c801ff..b65cce416 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.
+Copyright 2002, 2003, 2004, 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 1646791fa..851ad3d82 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.
+Copyright 1999, 2000, 2001, 2002, 2003, 2004, 2006 Free Software Foundation, Inc.
This file is part of the MPFR Library.
diff --git a/tests/tset.c b/tests/tset.c
index 1757df46f..00f91ce84 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.
+Copyright 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 2729f98e7..d6b97b815 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.
+Copyright 2004, 2006 Free Software Foundation, Inc.
This file is part of the MPFR Library.
diff --git a/tests/tsgn.c b/tests/tsgn.c
index 7a78c4607..6df7f1e93 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.
+Copyright 2003, 2006 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 e4bc07bc2..135eec26c 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.
+Copyright 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 a1bbc7b7a..4181eaef4 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.
+Copyright 2001, 2002, 2004, 2006 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 e54a69be6..27c1cabbe 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.
+Copyright 2004, 2005, 2006 Free Software Foundation, Inc.
This file is part of the MPFR Library.
diff --git a/tests/tstckintc.c b/tests/tstckintc.c
index 3211dc054..e3181c5cb 100644
--- a/tests/tstckintc.c
+++ b/tests/tstckintc.c
@@ -1,6 +1,6 @@
/* Test file for mpfr_custom_*
-Copyright 2005, 2006 Free Software Foundation.
+Copyright 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 d1be16f66..c1fa0a07c 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.
+Copyright 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
This file is part of the MPFR Library.
diff --git a/tests/tsub1sp.c b/tests/tsub1sp.c
index 59a73c420..94e739405 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.
+Copyright 2003, 2004, 2005, 2006 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 884bc68f0..3ec1d7536 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.
+Copyright 2000, 2001, 2002, 2003, 2004, 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 06eae821b..296e6e753 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.
+Copyright 2004, 2005, 2006 Free Software Foundation, Inc.
This file is part of the MPFR Library.
diff --git a/tests/ttanh.c b/tests/ttanh.c
index a6671e09e..566db69c0 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.
+Copyright 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
Adapted from tarctan.c.
This file is part of the MPFR Library.
diff --git a/tests/tui_pow.c b/tests/tui_pow.c
index e58d86757..e34f8f740 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.
+Copyright 2001, 2002, 2003, 2004, 2005, 2006 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 621da71d3..7d09b7f1f 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.
+Copyright 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
This file is part of the MPFR Library.
diff --git a/tests/tversion.c b/tests/tversion.c
index c39f51117..50b6b1ca0 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.
+Copyright 2004, 2005, 2006 Free Software Foundation, Inc.
This file is part of the MPFR Library.
diff --git a/tests/tzeta.c b/tests/tzeta.c
index 78f15d046..4229361b2 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.
+Copyright 2003, 2004, 2005, 2006 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 a9faf7f48..65d258df3 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.
+Copyright 2005, 2006 Free Software Foundation, Inc.
This file is part of the MPFR Library.