summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configure.ac2
-rw-r--r--tests/abs.dat2
-rw-r--r--tests/acos.dat2
-rw-r--r--tests/acosh.dat2
-rw-r--r--tests/add.dat2
-rw-r--r--tests/add_fr.dat2
-rw-r--r--tests/arg.dat2
-rw-r--r--tests/asin.dat2
-rw-r--r--tests/asinh.dat2
-rw-r--r--tests/atan.dat2
-rw-r--r--tests/atanh.dat2
-rw-r--r--tests/comparisons.c2
-rw-r--r--tests/conj.dat2
-rw-r--r--tests/cos.dat2
-rw-r--r--tests/cosh.dat2
-rw-r--r--tests/div.dat2
-rw-r--r--tests/div_fr.dat2
-rw-r--r--tests/exp.dat2
-rw-r--r--tests/fma.dat2
-rw-r--r--tests/fr_div.dat2
-rw-r--r--tests/fr_sub.dat2
-rw-r--r--tests/inp_str.dat2
-rw-r--r--tests/log.dat2
-rw-r--r--tests/memory.c2
-rw-r--r--tests/mpc-tests.h2
-rwxr-xr-xtests/mul.dat2
-rw-r--r--tests/mul_fr.dat2
-rw-r--r--tests/neg.dat4
-rw-r--r--tests/norm.dat2
-rw-r--r--tests/pow.dat2
-rw-r--r--tests/pow_ui.dat2
-rw-r--r--tests/proj.dat2
-rw-r--r--tests/random.c2
-rw-r--r--tests/read_data.c2
-rw-r--r--tests/sin.dat2
-rw-r--r--tests/sinh.dat2
-rw-r--r--tests/sqr.dat2
-rw-r--r--tests/sqrt.dat2
-rw-r--r--tests/strtoc.dat2
-rw-r--r--tests/sub.dat2
-rw-r--r--tests/sub_fr.dat2
-rw-r--r--tests/tabs.c2
-rw-r--r--tests/tacos.c2
-rw-r--r--tests/tacosh.c2
-rw-r--r--tests/tadd.c2
-rw-r--r--tests/tadd_fr.c2
-rw-r--r--tests/tadd_si.c2
-rw-r--r--tests/tadd_ui.c2
-rw-r--r--tests/tan.dat2
-rw-r--r--tests/tanh.dat2
-rw-r--r--tests/targ.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/tconj.c2
-rw-r--r--tests/tcos.c2
-rw-r--r--tests/tcosh.c2
-rw-r--r--tests/tdiv.c2
-rw-r--r--tests/tdiv_2exp.c2
-rw-r--r--tests/tdiv_fr.c2
-rw-r--r--tests/tdiv_ui.c2
-rw-r--r--tests/texp.c2
-rw-r--r--tests/tfma.c2
-rw-r--r--tests/tfr_div.c2
-rw-r--r--tests/tfr_sub.c2
-rw-r--r--tests/tgeneric.c2
-rw-r--r--tests/tget_version.c2
-rw-r--r--tests/timag.c2
-rw-r--r--tests/tio_str.c2
-rw-r--r--tests/tlog.c2
-rw-r--r--tests/tmul.c2
-rw-r--r--tests/tmul_2exp.c2
-rw-r--r--tests/tmul_fr.c2
-rw-r--r--tests/tmul_i.c2
-rw-r--r--tests/tmul_si.c2
-rw-r--r--tests/tmul_ui.c2
-rw-r--r--tests/tneg.c2
-rw-r--r--tests/tnorm.c2
-rw-r--r--tests/tpow.c2
-rw-r--r--tests/tpow_d.c2
-rw-r--r--tests/tpow_fr.c2
-rw-r--r--tests/tpow_ld.c2
-rw-r--r--tests/tpow_si.c2
-rw-r--r--tests/tpow_ui.c2
-rw-r--r--tests/tpow_z.c2
-rw-r--r--tests/tprec.c2
-rw-r--r--tests/tproj.c2
-rw-r--r--tests/treal.c2
-rw-r--r--tests/treimref.c2
-rw-r--r--tests/tset.c2
-rw-r--r--tests/tsin.c2
-rw-r--r--tests/tsin_cos.c2
-rw-r--r--tests/tsinh.c2
-rw-r--r--tests/tsqr.c2
-rw-r--r--tests/tsqrt.c2
-rw-r--r--tests/tstrtoc.c2
-rw-r--r--tests/tsub.c2
-rw-r--r--tests/tsub_fr.c2
-rw-r--r--tests/tsub_ui.c2
-rw-r--r--tests/ttan.c2
-rw-r--r--tests/ttanh.c2
-rw-r--r--tests/tui_div.c2
-rw-r--r--tests/tui_ui_sub.c2
104 files changed, 105 insertions, 105 deletions
diff --git a/configure.ac b/configure.ac
index 170eaea..5be2e4f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
/* configure.ac
-Copyright (C) 2008, 2009, 2010, 2011 Andreas Enge, Philippe Th\'eveny
+Copyright (C) INRIA, 2008, 2009, 2010, 2011
This file is part of the MPC Library.
diff --git a/tests/abs.dat b/tests/abs.dat
index 07360d0..d382c06 100644
--- a/tests/abs.dat
+++ b/tests/abs.dat
@@ -1,6 +1,6 @@
# Data file for mpc_abs.
#
-# Copyright (C) 2008 Philippe Th\'eveny
+# Copyright (C) INRIA, 2008
#
# This file is part of the MPC Library.
#
diff --git a/tests/acos.dat b/tests/acos.dat
index 3a51faa..2d36a1b 100644
--- a/tests/acos.dat
+++ b/tests/acos.dat
@@ -1,6 +1,6 @@
# Data file for mpc_acos.
#
-# Copyright (C) 2009 Philippe Th\'eveny, Paul Zimmermann
+# Copyright (C) INRIA, 2009
#
# This file is part of the MPC Library.
#
diff --git a/tests/acosh.dat b/tests/acosh.dat
index c9b2ead..49b9d3b 100644
--- a/tests/acosh.dat
+++ b/tests/acosh.dat
@@ -1,6 +1,6 @@
# Data file for mpc_acosh.
#
-# Copyright (C) 2009 Philippe Th\'eveny, Paul Zimmermann
+# Copyright (C) INRIA, 2009
#
# This file is part of the MPC Library.
#
diff --git a/tests/add.dat b/tests/add.dat
index d7997e8..98464c1 100644
--- a/tests/add.dat
+++ b/tests/add.dat
@@ -1,6 +1,6 @@
# Data file for mpc_add.
#
-# Copyright (C) 2008 Philippe Th\'eveny
+# Copyright (C) INRIA, 2008
#
# This file is part of the MPC Library.
#
diff --git a/tests/add_fr.dat b/tests/add_fr.dat
index 780a29b..61a574e 100644
--- a/tests/add_fr.dat
+++ b/tests/add_fr.dat
@@ -1,6 +1,6 @@
# Data file for mpc_add_fr.
#
-# Copyright (C) 2008 Philippe Th\'eveny
+# Copyright (C) INRIA, 2008
#
# This file is part of the MPC Library.
#
diff --git a/tests/arg.dat b/tests/arg.dat
index bd38f17..a1a5be9 100644
--- a/tests/arg.dat
+++ b/tests/arg.dat
@@ -1,6 +1,6 @@
# Data file for mpc_arg.
#
-# Copyright (C) 2008 Philippe Th\'eveny
+# Copyright (C) INRIA, 2008
#
# This file is part of the MPC Library.
#
diff --git a/tests/asin.dat b/tests/asin.dat
index d41d3f3..b4ddb99 100644
--- a/tests/asin.dat
+++ b/tests/asin.dat
@@ -1,6 +1,6 @@
# Data file for mpc_asin.
#
-# Copyright (C) 2009 Philippe Th\'eveny, Paul Zimmermann
+# Copyright (C) INRIA, 2009
#
# This file is part of the MPC Library.
#
diff --git a/tests/asinh.dat b/tests/asinh.dat
index e8d2f53..8847941 100644
--- a/tests/asinh.dat
+++ b/tests/asinh.dat
@@ -1,6 +1,6 @@
# Data file for mpc_asinh.
#
-# Copyright (C) 2009 Philippe Th\'eveny, Paul Zimmermann
+# Copyright (C) INRIA, 2009
#
# This file is part of the MPC Library.
#
diff --git a/tests/atan.dat b/tests/atan.dat
index 142cc46..0cf3413 100644
--- a/tests/atan.dat
+++ b/tests/atan.dat
@@ -1,6 +1,6 @@
# Data file for mpc_atan.
#
-# Copyright (C) 2009 Philippe Th\'eveny, Paul Zimmermann
+# Copyright (C) INRIA, 2009
#
# This file is part of the MPC Library.
#
diff --git a/tests/atanh.dat b/tests/atanh.dat
index bd8ae66..97019e6 100644
--- a/tests/atanh.dat
+++ b/tests/atanh.dat
@@ -1,6 +1,6 @@
# Data file for mpc_atanh.
#
-# Copyright (C) 2009 Philippe Th\'eveny, Paul Zimmermann
+# Copyright (C) INRIA, 2009
#
# This file is part of the MPC Library.
#
diff --git a/tests/comparisons.c b/tests/comparisons.c
index 144563c..a7a4106 100644
--- a/tests/comparisons.c
+++ b/tests/comparisons.c
@@ -1,6 +1,6 @@
/* Comparison functions.
-Copyright (C) 2008, 2009 Philippe Th\'eveny
+Copyright (C) INRIA, 2008, 2009
This file is part of the MPC Library.
diff --git a/tests/conj.dat b/tests/conj.dat
index 2bf40d7..3e06a58 100644
--- a/tests/conj.dat
+++ b/tests/conj.dat
@@ -1,6 +1,6 @@
# Data file for mpc_conj.
#
-# Copyright (C) 2008 Philippe Th\'eveny
+# Copyright (C) INRIA, 2008
#
# This file is part of the MPC Library.
#
diff --git a/tests/cos.dat b/tests/cos.dat
index 550b068..bd2e063 100644
--- a/tests/cos.dat
+++ b/tests/cos.dat
@@ -1,6 +1,6 @@
# Data file for mpc_cos.
#
-# Copyright (C) 2008, 2010 Andreas Enge, Philippe Th\'eveny, Paul Zimmermann
+# Copyright (C) INRIA, 2008, 2010
#
# This file is part of the MPC Library.
#
diff --git a/tests/cosh.dat b/tests/cosh.dat
index 707c3b1..f048073 100644
--- a/tests/cosh.dat
+++ b/tests/cosh.dat
@@ -1,6 +1,6 @@
# Data test file for mpc_cosh.
-# Copyright (C) 2008, 2010 Paul Zimmermann
+# Copyright (C) INRIA, 2008, 2010
# This file is part of the MPC Library.
#
diff --git a/tests/div.dat b/tests/div.dat
index 49a666c..d3c7ceb 100644
--- a/tests/div.dat
+++ b/tests/div.dat
@@ -1,6 +1,6 @@
# Data file for mpc_div.
#
-# Copyright (C) 2008, 2009, 2010 Andreas Enge, Paul Zimmermann
+# Copyright (C) INRIA, 2008, 2009, 2010
#
# This file is part of the MPC Library.
#
diff --git a/tests/div_fr.dat b/tests/div_fr.dat
index cc6c187..596759a 100644
--- a/tests/div_fr.dat
+++ b/tests/div_fr.dat
@@ -1,6 +1,6 @@
# Data file for mpc_div_fr.
#
-# Copyright (C) 2008 Andreas Enge
+# Copyright (C) INRIA, 2008
#
# This file is part of the MPC Library.
#
diff --git a/tests/exp.dat b/tests/exp.dat
index 5c9c978..1f0d95e 100644
--- a/tests/exp.dat
+++ b/tests/exp.dat
@@ -1,6 +1,6 @@
# Data file for mpc_exp.
#
-# Copyright (C) 2008, 2010 Philippe Th\'eveny, Andreas Enge, Paul Zimmermann
+# Copyright (C) INRIA, 2008, 2010
#
# This file is part of the MPC Library.
#
diff --git a/tests/fma.dat b/tests/fma.dat
index 5e853df..ae67031 100644
--- a/tests/fma.dat
+++ b/tests/fma.dat
@@ -1,6 +1,6 @@
# Data file for mpc_exp.
#
-# Copyright (C) 2008, 2010 Philippe Th\'eveny, Andreas Enge, Paul Zimmermann
+# Copyright (C) INRIA, 2008, 2010
#
# This file is part of the MPC Library.
#
diff --git a/tests/fr_div.dat b/tests/fr_div.dat
index b80bae8..1e2d3df 100644
--- a/tests/fr_div.dat
+++ b/tests/fr_div.dat
@@ -1,6 +1,6 @@
# Data file for mpc_fr_div.
#
-# Copyright (C) 2008, 2009 Andreas Enge, Paul Zimmermann
+# Copyright (C) INRIA, 2008, 2009
#
# This file is part of the MPC Library.
#
diff --git a/tests/fr_sub.dat b/tests/fr_sub.dat
index d3d122f..40d5995 100644
--- a/tests/fr_sub.dat
+++ b/tests/fr_sub.dat
@@ -1,6 +1,6 @@
# Data file for mpc_fr_sub.
#
-# Copyright (C) 2008 Andreas Enge
+# Copyright (C) INRIA, 2008
#
# This file is part of the MPC Library.
#
diff --git a/tests/inp_str.dat b/tests/inp_str.dat
index 0d77453..bff682c 100644
--- a/tests/inp_str.dat
+++ b/tests/inp_str.dat
@@ -1,6 +1,6 @@
# Data file for mpc_inp_str.
#
-# Copyright (C) 2009 Philippe Th\'eveny
+# Copyright (C) INRIA, 2009
#
# This file is part of the MPC Library.
#
diff --git a/tests/log.dat b/tests/log.dat
index 9f63027..f5d2722 100644
--- a/tests/log.dat
+++ b/tests/log.dat
@@ -1,6 +1,6 @@
# Data test file for mpc_log.
-# Copyright (C) 2008, 2009, 2010 Paul Zimmermann, Andreas Enge
+# Copyright (C) INRIA, 2008, 2009, 2010
# This file is part of the MPC Library.
#
diff --git a/tests/memory.c b/tests/memory.c
index 998d99f..babf393 100644
--- a/tests/memory.c
+++ b/tests/memory.c
@@ -1,6 +1,6 @@
/* Memory allocation used during tests.
-Copyright 2001, 2002, 2003, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
+Copyright (C) 2001, 2002, 2003, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
Contributed by the Arenaire and Cacao projects, INRIA.
This file is part of the GNU MPFR Library (version 2.4.1).
diff --git a/tests/mpc-tests.h b/tests/mpc-tests.h
index 1874310..9e7b279 100644
--- a/tests/mpc-tests.h
+++ b/tests/mpc-tests.h
@@ -1,6 +1,6 @@
/* Tests helper functions.
-Copyright (C) 2008, 2009, 2010, 2011 Philippe Th\'eveny, Andreas Enge, Paul Zimmermann
+Copyright (C) INRIA, 2008, 2009, 2010, 2011
This file is part of the MPC Library.
diff --git a/tests/mul.dat b/tests/mul.dat
index 7ee10b8..8d9054f 100755
--- a/tests/mul.dat
+++ b/tests/mul.dat
@@ -1,6 +1,6 @@
# Data file for mpc_mul
#
-# Copyright (C) 2008, 2010 Philippe Th\'eveny, Andreas Enge, Paul Zimmermann
+# Copyright (C) INRIA, 2008, 2010
#
# This file is part of the MPC Library.
#
diff --git a/tests/mul_fr.dat b/tests/mul_fr.dat
index 162a069..059e5fa 100644
--- a/tests/mul_fr.dat
+++ b/tests/mul_fr.dat
@@ -1,6 +1,6 @@
# Data file for mpc_mul_fr.
#
-# Copyright (C) 2008 Andreas Enge
+# Copyright (C) INRIA, 2008
#
# This file is part of the MPC Library.
#
diff --git a/tests/neg.dat b/tests/neg.dat
index bc81975..fa30dbc 100644
--- a/tests/neg.dat
+++ b/tests/neg.dat
@@ -1,6 +1,6 @@
-# Data file for mpc_neg .
+# Data file for mpc_neg.
#
-# Copyright (C) 2008 Philippe Th\'eveny
+# Copyright (C) INRIA, 2008
#
# This file is part of the MPC Library.
#
diff --git a/tests/norm.dat b/tests/norm.dat
index 1ee2045..94cfb85 100644
--- a/tests/norm.dat
+++ b/tests/norm.dat
@@ -1,6 +1,6 @@
# Data file for mpc_norm.
#
-# Copyright (C) 2008, 2010 Andreas Enge, Paul Zimmermann
+# Copyright (C) INRIA, 2008, 2010
#
# This file is part of the MPC Library.
#
diff --git a/tests/pow.dat b/tests/pow.dat
index ba0db7e..b746c9f 100644
--- a/tests/pow.dat
+++ b/tests/pow.dat
@@ -1,6 +1,6 @@
# Data file for mpc_pow.
#
-# Copyright (C) 2009 Paul Zimmermann, Philippe Theveny
+# Copyright (C) INRIA, 2009
#
# This file is part of the MPC Library.
#
diff --git a/tests/pow_ui.dat b/tests/pow_ui.dat
index 3c55e9e..e961051 100644
--- a/tests/pow_ui.dat
+++ b/tests/pow_ui.dat
@@ -1,6 +1,6 @@
# Data file for mpc_pow_ui.
#
-# Copyright (C) 2010 Andreas Enge
+# Copyright (C) INRIA, 2010
#
# This file is part of the MPC Library.
#
diff --git a/tests/proj.dat b/tests/proj.dat
index 3fb2160..e5b1727 100644
--- a/tests/proj.dat
+++ b/tests/proj.dat
@@ -1,6 +1,6 @@
# Data file for mpc_proj.
#
-# Copyright (C) 2008 Philippe Th\'eveny
+# Copyright (C) INRIA, 2008
#
# This file is part of the MPC Library.
#
diff --git a/tests/random.c b/tests/random.c
index de6d6c1..3bd9694 100644
--- a/tests/random.c
+++ b/tests/random.c
@@ -1,6 +1,6 @@
/* Handle seed for random numbers.
-Copyright (C) 2008, 2009, 2010 Philippe Th\'eveny, Paul Zimmermann, Andreas Enge
+Copyright (C) INRIA, 2008, 2009, 2010
This file is part of the MPC Library.
diff --git a/tests/read_data.c b/tests/read_data.c
index 2ae8b6a..6d57f06 100644
--- a/tests/read_data.c
+++ b/tests/read_data.c
@@ -1,6 +1,6 @@
/* Read data file and check function.
-Copyright (C) 2008, 2009, 2010, 2011 Andreas Enge, Philippe Th\'eveny
+Copyright (C) INRIA, 2008, 2009, 2010, 2011
This file is part of the MPC Library.
diff --git a/tests/sin.dat b/tests/sin.dat
index a5300a5..512759f 100644
--- a/tests/sin.dat
+++ b/tests/sin.dat
@@ -1,6 +1,6 @@
# Data file for mpc_sin.
#
-# Copyright (C) 2008, 2010 Philippe Th\'eveny, Paul Zimmermann
+# Copyright (C) INRIA, 2008, 2010
#
# This file is part of the MPC Library.
#
diff --git a/tests/sinh.dat b/tests/sinh.dat
index 494f8e8..8e97505 100644
--- a/tests/sinh.dat
+++ b/tests/sinh.dat
@@ -1,6 +1,6 @@
# Data file for mpc_sinh.
#
-# Copyright (C) 2008, 2010 Andreas Enge, Paul Zimmermann
+# Copyright (C) INRIA, 2008, 2010
#
# This file is part of the MPC Library.
#
diff --git a/tests/sqr.dat b/tests/sqr.dat
index ca57cd5..18293bb 100644
--- a/tests/sqr.dat
+++ b/tests/sqr.dat
@@ -1,6 +1,6 @@
# Data file for mpc_sqr.
#
-# Copyright (C) 2008, 2010 Philippe Th\'eveny, Andreas Enge
+# Copyright (C) INRIA, 2008, 2010
#
# This file is part of the MPC Library.
#
diff --git a/tests/sqrt.dat b/tests/sqrt.dat
index 4b0a5ab..7ffaedc 100644
--- a/tests/sqrt.dat
+++ b/tests/sqrt.dat
@@ -1,6 +1,6 @@
# Data file for mpc_sqrt.
#
-# Copyright (C) 2008, 2010 Philippe Th\'eveny, Andreas Enge, Paul Zimmermann
+# Copyright (C) INRIA, 2008, 2010
#
# This file is part of the MPC Library.
#
diff --git a/tests/strtoc.dat b/tests/strtoc.dat
index db73763..eb953fa 100644
--- a/tests/strtoc.dat
+++ b/tests/strtoc.dat
@@ -1,6 +1,6 @@
# Data file for mpc_strtoc.
#
-# Copyright (C) 2009 Philippe Th\'eveny, Andreas Enge
+# Copyright (C) INRIA, 2009
#
# This file is part of the MPC Library.
#
diff --git a/tests/sub.dat b/tests/sub.dat
index 360825e..2fedc28 100644
--- a/tests/sub.dat
+++ b/tests/sub.dat
@@ -1,6 +1,6 @@
# Data file for mpc_sub.
#
-# Copyright (C) 2008 Philippe Th\'eveny
+# Copyright (C) INRIA, 2008
#
# This file is part of the MPC Library.
#
diff --git a/tests/sub_fr.dat b/tests/sub_fr.dat
index d9c7945..1f25c5b 100644
--- a/tests/sub_fr.dat
+++ b/tests/sub_fr.dat
@@ -1,6 +1,6 @@
# Data file for mpc_sub_fr.
#
-# Copyright (C) 2008 Paul Zimmermann, Andreas Enge, Philippe Th\'eveny
+# Copyright (C) INRIA, 2008
#
# This file is part of the MPC Library.
#
diff --git a/tests/tabs.c b/tests/tabs.c
index 26965b4..6af7e55 100644
--- a/tests/tabs.c
+++ b/tests/tabs.c
@@ -1,6 +1,6 @@
/* tabs -- test file for mpc_abs.
-Copyright (C) 2008 Philippe Th\'eveny, Andreas Enge
+Copyright (C) INRIA, 2008
This file is part of the MPC Library.
diff --git a/tests/tacos.c b/tests/tacos.c
index 3f1faa9..d31fb1f 100644
--- a/tests/tacos.c
+++ b/tests/tacos.c
@@ -1,6 +1,6 @@
/* test file for mpc_acos.
-Copyright (C) 2009 Philippe Th\'eveny
+Copyright (C) INRIA, 2009
This file is part of the MPC Library.
diff --git a/tests/tacosh.c b/tests/tacosh.c
index cc964f5..b09613c 100644
--- a/tests/tacosh.c
+++ b/tests/tacosh.c
@@ -1,6 +1,6 @@
/* test file for mpc_acosh.
-Copyright (C) 2009 Philippe Th\'eveny, Paul Zimmermann
+Copyright (C) INRIA, 2009
This file is part of the MPC Library.
diff --git a/tests/tadd.c b/tests/tadd.c
index 66e6ef2..e2f25d7 100644
--- a/tests/tadd.c
+++ b/tests/tadd.c
@@ -1,6 +1,6 @@
/* test file for mpc_add.
-Copyright (C) 2008, 2010 Andreas Enge, Philippe Th\'eveny
+Copyright (C) INRIA, 2008, 2010
This file is part of the MPC Library.
diff --git a/tests/tadd_fr.c b/tests/tadd_fr.c
index 45159c3..5f756b4 100644
--- a/tests/tadd_fr.c
+++ b/tests/tadd_fr.c
@@ -1,6 +1,6 @@
/* test file for mpc_add_fr.
-Copyright (C) 2008, 2010 Philippe Th\'eveny, Andreas Enge
+Copyright (C) INRIA, 2008, 2010
This file is part of the MPC Library.
diff --git a/tests/tadd_si.c b/tests/tadd_si.c
index a4b6136..7f70e61 100644
--- a/tests/tadd_si.c
+++ b/tests/tadd_si.c
@@ -1,6 +1,6 @@
/* test file for mpc_add_si.
-Copyright (C) 2011 Andreas Enge
+Copyright (C) INRIA, 2011
This file is part of the MPC Library.
diff --git a/tests/tadd_ui.c b/tests/tadd_ui.c
index 4945d9f..ef7766c 100644
--- a/tests/tadd_ui.c
+++ b/tests/tadd_ui.c
@@ -1,6 +1,6 @@
/* test file for mpc_add_ui.
-Copyright (C) 2008, 2010 Philippe Th\'eveny, Andreas Enge
+Copyright (C) INRIA, 2008, 2010
This file is part of the MPC Library.
diff --git a/tests/tan.dat b/tests/tan.dat
index 0a97e48..dcb014c 100644
--- a/tests/tan.dat
+++ b/tests/tan.dat
@@ -1,6 +1,6 @@
# Data test file for mpc_tan.
-# Copyright (C) 2008, 2010 Paul Zimmermann, Philippe Th\'eveny
+# Copyright (C) INRIA, 2008, 2010
# This file is part of the MPC Library.
#
diff --git a/tests/tanh.dat b/tests/tanh.dat
index 9d3b2ed..5c3019a 100644
--- a/tests/tanh.dat
+++ b/tests/tanh.dat
@@ -1,6 +1,6 @@
# Data file for mpc_tanh.
#
-# Copyright (C) 2008 Andreas Enge
+# Copyright (C) INRIA, 2008
#
# This file is part of the MPC Library.
#
diff --git a/tests/targ.c b/tests/targ.c
index a436b15..4396613 100644
--- a/tests/targ.c
+++ b/tests/targ.c
@@ -1,6 +1,6 @@
/* targ.c -- test file for mpc_arg.
-Copyright (C) 2008 Philippe Th\'eveny, Andreas Enge
+Copyright (C) INRIA, 2008
This file is part of the MPC Library.
diff --git a/tests/tasin.c b/tests/tasin.c
index 847e9b3..4d04f1d 100644
--- a/tests/tasin.c
+++ b/tests/tasin.c
@@ -1,6 +1,6 @@
/* test file for mpc_asin.
-Copyright (C) 2009 Philippe Th\'eveny
+Copyright (C) INRIA, 2009
This file is part of the MPC Library.
diff --git a/tests/tasinh.c b/tests/tasinh.c
index 2764bef..22e8f45 100644
--- a/tests/tasinh.c
+++ b/tests/tasinh.c
@@ -1,6 +1,6 @@
/* test file for mpc_asinh.
-Copyright (C) 2009 Philippe Th\'eveny, Paul Zimmermann
+Copyright (C) INRIA, 2009
This file is part of the MPC Library.
diff --git a/tests/tatan.c b/tests/tatan.c
index 4169215..60c9ff1 100644
--- a/tests/tatan.c
+++ b/tests/tatan.c
@@ -1,6 +1,6 @@
/* test file for mpc_atan.
-Copyright (C) 2009 Philippe Th\'eveny, Paul Zimmermann
+Copyright (C) INRIA, 2009
This file is part of the MPC Library.
diff --git a/tests/tatanh.c b/tests/tatanh.c
index 4fcb47f..103c942 100644
--- a/tests/tatanh.c
+++ b/tests/tatanh.c
@@ -1,6 +1,6 @@
/* test file for mpc_atanh.
-Copyright (C) 2009 Philippe Th\'eveny, Paul Zimmermann
+Copyright (C) INRIA, 2009
This file is part of the MPC Library.
diff --git a/tests/tconj.c b/tests/tconj.c
index 8ce3ebe..b384ad7 100644
--- a/tests/tconj.c
+++ b/tests/tconj.c
@@ -1,6 +1,6 @@
/* tconj -- test file for mpc_conj.
-Copyright (C) 2008 Philippe Th\'eveny, Andreas Enge
+Copyright (C) INRIA, 2008
This file is part of the MPC Library.
diff --git a/tests/tcos.c b/tests/tcos.c
index d501a37..4d40dc9 100644
--- a/tests/tcos.c
+++ b/tests/tcos.c
@@ -1,6 +1,6 @@
/* test file for mpc_cos.
-Copyright (C) 2008, 2009, 2011 Andreas Enge, Philippe Th\'eveny
+Copyright (C) INRIA, 2008, 2009, 2011
This file is part of the MPC Library.
diff --git a/tests/tcosh.c b/tests/tcosh.c
index d6c4a68..18c32eb 100644
--- a/tests/tcosh.c
+++ b/tests/tcosh.c
@@ -1,6 +1,6 @@
/* test file for mpc_cosh.
-Copyright (C) 2008, 2009, 2010, 2011 Philippe Th\'eveny, Paul Zimmermann, Andreas Enge
+Copyright (C) INRIA, 2008, 2009, 2010, 2011
This file is part of the MPC Library.
diff --git a/tests/tdiv.c b/tests/tdiv.c
index 4d27d3b..c7c1f4d 100644
--- a/tests/tdiv.c
+++ b/tests/tdiv.c
@@ -1,6 +1,6 @@
/* tdiv -- test file for mpc_div.
-Copyright (C) 2002, 2008, 2009 Andreas Enge, Paul Zimmermann, Philippe Th\'eveny
+Copyright (C) INRIA, 2002, 2008, 2009
This file is part of the MPC Library.
diff --git a/tests/tdiv_2exp.c b/tests/tdiv_2exp.c
index e5113d9..e313ea0 100644
--- a/tests/tdiv_2exp.c
+++ b/tests/tdiv_2exp.c
@@ -1,6 +1,6 @@
/* test file for mpc_div_2exp.
-Copyright (C) 2008 Philippe Th\'eveny, Andreas Enge
+Copyright (C) INRIA, 2008
This file is part of the MPC Library.
diff --git a/tests/tdiv_fr.c b/tests/tdiv_fr.c
index 744aa63..5972b7c 100644
--- a/tests/tdiv_fr.c
+++ b/tests/tdiv_fr.c
@@ -1,6 +1,6 @@
/* test file for mpc_div_fr.
-Copyright (C) 2008 Philippe Th\'eveny, Andreas Enge
+Copyright (C) INRIA, 2008
This file is part of the MPC Library.
diff --git a/tests/tdiv_ui.c b/tests/tdiv_ui.c
index ee68fc6..e56bade 100644
--- a/tests/tdiv_ui.c
+++ b/tests/tdiv_ui.c
@@ -1,6 +1,6 @@
/* test file for mpc_div_ui.
-Copyright (C) 2008 Philippe Th\'eveny, Andreas Enge
+Copyright (C) INRIA, 2008
This file is part of the MPC Library.
diff --git a/tests/texp.c b/tests/texp.c
index 323b90b..d7645a4 100644
--- a/tests/texp.c
+++ b/tests/texp.c
@@ -1,6 +1,6 @@
/* test file for mpc_exp.
-Copyright (C) 2002, 2008 Andreas Enge, Paul Zimmermann, Philippe Th\'eveny
+Copyright (C) INRIA, 2002, 2008
This file is part of the MPC Library.
diff --git a/tests/tfma.c b/tests/tfma.c
index f1be319..6d4fabd 100644
--- a/tests/tfma.c
+++ b/tests/tfma.c
@@ -1,6 +1,6 @@
/* test file for mpc_fma.
-Copyright (C) 2011 Paul Zimmermann
+Copyright (C) INRIA, 2011
This file is part of the MPC Library.
diff --git a/tests/tfr_div.c b/tests/tfr_div.c
index f34a1f0..09a16db 100644
--- a/tests/tfr_div.c
+++ b/tests/tfr_div.c
@@ -1,6 +1,6 @@
/* tfr_div -- test file for mpc_fr_div.
-Copyright (C) 2008 Philippe Th\'eveny, Andreas Enge
+Copyright (C) INRIA, 2008
This file is part of the MPC Library.
diff --git a/tests/tfr_sub.c b/tests/tfr_sub.c
index 09452e9..c1858c6 100644
--- a/tests/tfr_sub.c
+++ b/tests/tfr_sub.c
@@ -1,6 +1,6 @@
/* tfr_div -- test file for mpc_fr_sub.
-Copyright (C) 2008 Philippe Th\'eveny, Andreas Enge
+Copyright (C) INRIA, 2008
This file is part of the MPC Library.
diff --git a/tests/tgeneric.c b/tests/tgeneric.c
index beebb54..0a6f731 100644
--- a/tests/tgeneric.c
+++ b/tests/tgeneric.c
@@ -1,6 +1,6 @@
/* File for generic tests.
-Copyright (C) 2008, 2009, 2010, 2011 Philippe Th\'eveny, Andreas Enge, Paul Zimmermann
+Copyright (C) INRIA, 2008, 2009, 2010, 2011
This file is part of the MPC Library.
diff --git a/tests/tget_version.c b/tests/tget_version.c
index 7ec8f61..817bc5c 100644
--- a/tests/tget_version.c
+++ b/tests/tget_version.c
@@ -1,6 +1,6 @@
/* tget_version.c -- Test file for mpc_get_version
-Copyright (C) 2002, 2003, 2004, 2005, 2007, 2008, 2009, 2010 Andreas Enge, Paul Zimmermann, Philippe Th\'eveny
+Copyright (C) INRIA, 2002, 2003, 2004, 2005, 2007, 2008, 2009, 2010
This file is part of the MPC Library.
diff --git a/tests/timag.c b/tests/timag.c
index f03f6bf..b6f02bb 100644
--- a/tests/timag.c
+++ b/tests/timag.c
@@ -1,6 +1,6 @@
/* timag -- test file for mpc_imag.
-Copyright (C) 2008 Philippe Th\'eveny, Andreas Enge
+Copyright (C) INRIA, 2008
This file is part of the MPC Library.
diff --git a/tests/tio_str.c b/tests/tio_str.c
index 1ef77a5..110bc34 100644
--- a/tests/tio_str.c
+++ b/tests/tio_str.c
@@ -1,6 +1,6 @@
/* tio_str.c -- Test file for mpc_inp_str and mpc_out_str.
-Copyright (C) 2009, 2011 Philippe Th\'eveny, Andreas Enge
+Copyright (C) INRIA, 2009, 2011
This file is part of the MPC Library.
diff --git a/tests/tlog.c b/tests/tlog.c
index 2775a19..ab19524 100644
--- a/tests/tlog.c
+++ b/tests/tlog.c
@@ -1,6 +1,6 @@
/* test file for mpc_log.
-Copyright (C) 2008, 2009 Andreas Enge, Philippe Th\'eveny, Paul Zimmermann
+Copyright (C) INRIA, 2008, 2009
This file is part of the MPC Library.
diff --git a/tests/tmul.c b/tests/tmul.c
index 6819a81..c7b7103 100644
--- a/tests/tmul.c
+++ b/tests/tmul.c
@@ -1,6 +1,6 @@
/* tmul -- test file for mpc_mul.
-Copyright (C) 2002, 2005, 2008, 2009, 2010 Andreas Enge, Paul Zimmermann, Philippe Th\'eveny
+Copyright (C) INRIA, 2002, 2005, 2008, 2009, 2010
This file is part of the MPC Library.
diff --git a/tests/tmul_2exp.c b/tests/tmul_2exp.c
index 3bddf92..15c0439 100644
--- a/tests/tmul_2exp.c
+++ b/tests/tmul_2exp.c
@@ -1,6 +1,6 @@
/* test file for mpc_mul_2exp.
-Copyright (C) 2008 Philippe Th\'eveny, Andreas Enge
+Copyright (C) INRIA, 2008
This file is part of the MPC Library.
diff --git a/tests/tmul_fr.c b/tests/tmul_fr.c
index e325d17..5414a19 100644
--- a/tests/tmul_fr.c
+++ b/tests/tmul_fr.c
@@ -1,6 +1,6 @@
/* test file for mpc_mul_fr.
-Copyright (C) 2008 Philippe Th\'eveny, Andreas Enge
+Copyright (C) INRIA, 2008
This file is part of the MPC Library.
diff --git a/tests/tmul_i.c b/tests/tmul_i.c
index 83bca46..f4f4206 100644
--- a/tests/tmul_i.c
+++ b/tests/tmul_i.c
@@ -1,6 +1,6 @@
/* tmul_i -- test file for mpc_mul_i.
-Copyright (C) 2008, 2009, 2010, 2011 Philippe Theveny, Andreas Enge
+Copyright (C) INRIA, 2008, 2009, 2010, 2011
This file is part of the MPC Library.
diff --git a/tests/tmul_si.c b/tests/tmul_si.c
index d1a0e2a..2e6a299 100644
--- a/tests/tmul_si.c
+++ b/tests/tmul_si.c
@@ -1,6 +1,6 @@
/* tmul -- test file for mpc_mul_si.
-Copyright (C) 2002, 2005, 2008 Andreas Enge, Paul Zimmermann
+Copyright (C) INRIA, 2002, 2005, 2008
This file is part of the MPC Library.
diff --git a/tests/tmul_ui.c b/tests/tmul_ui.c
index 2452a2f..01046f3 100644
--- a/tests/tmul_ui.c
+++ b/tests/tmul_ui.c
@@ -1,6 +1,6 @@
/* tmul_ui -- test file for mpc_mul_ui.
-Copyright (C) 2002, 2005, 2008 Andreas Enge, Paul Zimmermann, Philippe Theveny
+Copyright (C) INRIA, 2002, 2005, 2008
This file is part of the MPC Library.
diff --git a/tests/tneg.c b/tests/tneg.c
index f7e4abc..ad70091 100644
--- a/tests/tneg.c
+++ b/tests/tneg.c
@@ -1,6 +1,6 @@
/* tneg -- test file for mpc_neg.
-Copyright (C) 2008 Philippe Th\'eveny, Andreas Enge
+Copyright (C) INRIA, 2008
This file is part of the MPC Library.
diff --git a/tests/tnorm.c b/tests/tnorm.c
index 31d2a35..00c589b 100644
--- a/tests/tnorm.c
+++ b/tests/tnorm.c
@@ -1,6 +1,6 @@
/* tnorm -- test file for mpc_norm.
-Copyright (C) 2008 Philippe Th\'eveny, Andreas Enge
+Copyright (C) INRIA, 2008
This file is part of the MPC Library.
diff --git a/tests/tpow.c b/tests/tpow.c
index 56a3e9a..1ad3ede 100644
--- a/tests/tpow.c
+++ b/tests/tpow.c
@@ -1,6 +1,6 @@
/* test file for mpc_pow.
-Copyright (C) 2009 Paul Zimmermann
+Copyright (C) INRIA, 2009
This file is part of the MPC Library.
diff --git a/tests/tpow_d.c b/tests/tpow_d.c
index 09b19ab..b983379 100644
--- a/tests/tpow_d.c
+++ b/tests/tpow_d.c
@@ -1,6 +1,6 @@
/* test file for mpc_pow_d.
-Copyright (C) 2009 Paul Zimmermann
+Copyright (C) INRIA, 2009
This file is part of the MPC Library.
diff --git a/tests/tpow_fr.c b/tests/tpow_fr.c
index 78027c8..85d0039 100644
--- a/tests/tpow_fr.c
+++ b/tests/tpow_fr.c
@@ -1,6 +1,6 @@
/* test file for mpc_pow_fr.
-Copyright (C) 2009 Paul Zimmermann
+Copyright (C) INRIA, 2009
This file is part of the MPC Library.
diff --git a/tests/tpow_ld.c b/tests/tpow_ld.c
index 31a58cb..691d171 100644
--- a/tests/tpow_ld.c
+++ b/tests/tpow_ld.c
@@ -1,6 +1,6 @@
/* test file for mpc_pow_ld.
-Copyright (C) 2009 Paul Zimmermann
+Copyright (C) INRIA, 2009
This file is part of the MPC Library.
diff --git a/tests/tpow_si.c b/tests/tpow_si.c
index 55f2b09..dd874a6 100644
--- a/tests/tpow_si.c
+++ b/tests/tpow_si.c
@@ -1,6 +1,6 @@
/* test file for mpc_pow_si.
-Copyright (C) 2009, 2010 Paul Zimmermann, Andreas Enge
+Copyright (C) INRIA, 2009, 2010
This file is part of the MPC Library.
diff --git a/tests/tpow_ui.c b/tests/tpow_ui.c
index 39dfd18..b80be0a 100644
--- a/tests/tpow_ui.c
+++ b/tests/tpow_ui.c
@@ -1,6 +1,6 @@
/* test file for mpc_pow_ui.
-Copyright (C) 2009, 2010 Paul Zimmermann, Andreas Enge
+Copyright (C) INRIA, 2009, 2010
This file is part of the MPC Library.
diff --git a/tests/tpow_z.c b/tests/tpow_z.c
index a6a19e6..47f0cbb 100644
--- a/tests/tpow_z.c
+++ b/tests/tpow_z.c
@@ -1,6 +1,6 @@
/* test file for mpc_pow_z.
-Copyright (C) 2009 Paul Zimmermann
+Copyright (C) INRIA, 2009
This file is part of the MPC Library.
diff --git a/tests/tprec.c b/tests/tprec.c
index c7956a2..0d23962 100644
--- a/tests/tprec.c
+++ b/tests/tprec.c
@@ -1,6 +1,6 @@
/* tprec.c -- Test file for mpc_set_prec, mpc_get_prec and mpc_get_prec2.
-Copyright (C) 2009 Philippe Th\'eveny
+Copyright (C) INRIA, 2009
This file is part of the MPC Library.
diff --git a/tests/tproj.c b/tests/tproj.c
index 78a2dfb..e4860aa 100644
--- a/tests/tproj.c
+++ b/tests/tproj.c
@@ -1,6 +1,6 @@
/* tproj -- test file for mpc_proj.
-Copyright (C) 2008 Philippe Th\'eveny, Andreas Enge
+Copyright (C) INRIA, 2008
This file is part of the MPC Library.
diff --git a/tests/treal.c b/tests/treal.c
index 792dc52..a2b984d 100644
--- a/tests/treal.c
+++ b/tests/treal.c
@@ -1,6 +1,6 @@
/* treal -- test file for mpc_real.
-Copyright (C) 2008 Philippe Th\'eveny, Andreas Enge
+Copyright (C) INRIA, 2008
This file is part of the MPC Library.
diff --git a/tests/treimref.c b/tests/treimref.c
index e6779a9..095f37b 100644
--- a/tests/treimref.c
+++ b/tests/treimref.c
@@ -1,6 +1,6 @@
/* test file for mpc_realref and mpc_imagref.
-Copyright (C) 2009 Paul Zimmermann
+Copyright (C) INRIA, 2009
This file is part of the MPC Library.
diff --git a/tests/tset.c b/tests/tset.c
index 9e9d092..ecae3e4 100644
--- a/tests/tset.c
+++ b/tests/tset.c
@@ -1,6 +1,6 @@
/* tset.c -- Test file for mpc_set_x and mpc_set_x_x functions.
-Copyright (C) 2009, 2010, 2011 Philippe Th\'eveny, Paul Zimmermann, Andreas Enge
+Copyright (C) INRIA, 2009, 2010, 2011
This file is part of the MPC Library.
diff --git a/tests/tsin.c b/tests/tsin.c
index bb397ba..72b3378 100644
--- a/tests/tsin.c
+++ b/tests/tsin.c
@@ -1,6 +1,6 @@
/* test file for mpc_sin.
-Copyright (C) 2007, 2008, 2010 Andreas Enge, Paul Zimmermann, Philippe Th\'eveny
+Copyright (C) INRIA, 2007, 2008, 2010
This file is part of the MPC Library.
diff --git a/tests/tsin_cos.c b/tests/tsin_cos.c
index 8a13f2b..55c1799 100644
--- a/tests/tsin_cos.c
+++ b/tests/tsin_cos.c
@@ -1,6 +1,6 @@
/* test file for mpc_sin_cos.
-Copyright (C) 2011 Andreas Enge
+Copyright (C) INRIA, 2011
This file is part of the MPC Library.
diff --git a/tests/tsinh.c b/tests/tsinh.c
index 67eafdb..23579d4 100644
--- a/tests/tsinh.c
+++ b/tests/tsinh.c
@@ -1,6 +1,6 @@
/* test file for mpc_sinh.
-Copyright (C) 2008 Philippe Th\'eveny, Andreas Enge
+Copyright (C) INRIA, 2008
This file is part of the MPC Library.
diff --git a/tests/tsqr.c b/tests/tsqr.c
index 9d7ff7f..d5d2da4 100644
--- a/tests/tsqr.c
+++ b/tests/tsqr.c
@@ -1,6 +1,6 @@
/* tsqr -- test file for mpc_sqr.
-Copyright (C) 2002, 2005, 2008, 2010, 2011 Andreas Enge, Paul Zimmermann, Philippe Th\'eveny
+Copyright (C) INRIA, 2002, 2005, 2008, 2010, 2011
This file is part of the MPC Library.
diff --git a/tests/tsqrt.c b/tests/tsqrt.c
index 432e344..15c4619 100644
--- a/tests/tsqrt.c
+++ b/tests/tsqrt.c
@@ -1,6 +1,6 @@
/* tsqrt -- test file for mpc_sqrt.
-Copyright (C) 2008 Philippe Th\'eveny, Andreas Enge
+Copyright (C) INRIA, 2008
This file is part of the MPC Library.
diff --git a/tests/tstrtoc.c b/tests/tstrtoc.c
index a3b5326..c00bc49 100644
--- a/tests/tstrtoc.c
+++ b/tests/tstrtoc.c
@@ -1,6 +1,6 @@
/* test file for mpc_strtoc.
-Copyright (C) 2009, 2011 Philippe Th\'eveny, Andreas Enge
+Copyright (C) INRIA, 2009, 2011
This file is part of the MPC Library.
diff --git a/tests/tsub.c b/tests/tsub.c
index 3b582f7..9bbcfe0 100644
--- a/tests/tsub.c
+++ b/tests/tsub.c
@@ -1,6 +1,6 @@
/* test file for mpc_sub.
-Copyright (C) 2008 Andreas Enge, Philippe Th\'eveny
+Copyright (C) INRIA, 2008
This file is part of the MPC Library.
diff --git a/tests/tsub_fr.c b/tests/tsub_fr.c
index 9374842..5355002 100644
--- a/tests/tsub_fr.c
+++ b/tests/tsub_fr.c
@@ -1,6 +1,6 @@
/* test file for mpc_sub_fr.
-Copyright (C) 2008 Philippe Th\'eveny, Andreas Enge
+Copyright (C) INRIA, 2008
This file is part of the MPC Library.
diff --git a/tests/tsub_ui.c b/tests/tsub_ui.c
index 4fab4ac..71427a7 100644
--- a/tests/tsub_ui.c
+++ b/tests/tsub_ui.c
@@ -1,6 +1,6 @@
/* test file for mpc_sub_ui.
-Copyright (C) 2008 Philippe Th\'eveny, Andreas Enge
+Copyright (C) INRIA, 2008
This file is part of the MPC Library.
diff --git a/tests/ttan.c b/tests/ttan.c
index c67af79..1d9bea9 100644
--- a/tests/ttan.c
+++ b/tests/ttan.c
@@ -1,6 +1,6 @@
/* test file for mpc_tan.
-Copyright (C) 2008, 2011 Philippe Th\'eveny, Paul Zimmermann, Andreas Enge
+Copyright (C) INRIA, 2008, 2011
This file is part of the MPC Library.
diff --git a/tests/ttanh.c b/tests/ttanh.c
index b41b872..0bbb959 100644
--- a/tests/ttanh.c
+++ b/tests/ttanh.c
@@ -1,6 +1,6 @@
/* test file for mpc_tanh.
-Copyright (C) 2008 Andreas Enge, Philippe Th\'eveny
+Copyright (C) INRIA, 2008
This file is part of the MPC Library.
diff --git a/tests/tui_div.c b/tests/tui_div.c
index 0151b4f..f7e3d3d 100644
--- a/tests/tui_div.c
+++ b/tests/tui_div.c
@@ -1,6 +1,6 @@
/* test file for mpc_ui_div.
-Copyright (C) 2008 Philippe Th\'eveny, Andreas Enge, Paul Zimmermann
+Copyright (C) INRIA, 2008
This file is part of the MPC Library.
diff --git a/tests/tui_ui_sub.c b/tests/tui_ui_sub.c
index ab7c72d..fda20f3 100644
--- a/tests/tui_ui_sub.c
+++ b/tests/tui_ui_sub.c
@@ -1,6 +1,6 @@
/* test file for mpc_ui_ui_sub.
-Copyright (C) 2008 Philippe Th\'eveny, Andreas Enge
+Copyright (C) INRIA, 2008
This file is part of the MPC Library.