summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2002-03-04 23:05:20 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2002-03-04 23:05:20 +0000
commitc6aad16d1e41f5c4244a6eb1c51ff952c4607214 (patch)
treee5f943fd223f610bf1f62c2eb174828fcc2d0760 /tests
parentba983c7478379174ce89e17068737287ff9191c6 (diff)
downloadmpfr-c6aad16d1e41f5c4244a6eb1c51ff952c4607214.tar.gz
Copyright line changed.
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@1713 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'tests')
-rw-r--r--tests/reuse.c2
-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_ui.c2
-rw-r--r--tests/tagm.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/tcan_round.c2
-rw-r--r--tests/tcmp.c2
-rw-r--r--tests/tcmp2.c2
-rw-r--r--tests/tcmp_ui.c2
-rw-r--r--tests/tconst_euler.c2
-rw-r--r--tests/tconst_log2.c2
-rw-r--r--tests/tconst_pi.c2
-rw-r--r--tests/tcos.c2
-rw-r--r--tests/tcosh.c2
-rw-r--r--tests/tdiv.c2
-rw-r--r--tests/tdiv_ui.c2
-rw-r--r--tests/tdump.c2
-rw-r--r--tests/teq.c2
-rw-r--r--tests/texceptions.c2
-rw-r--r--tests/texp.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/tgamma.c2
-rw-r--r--tests/tgeneric.c2
-rw-r--r--tests/tget_d.c2
-rw-r--r--tests/tget_str.c2
-rw-r--r--tests/thyperbolic.c2
-rw-r--r--tests/thypot.c2
-rw-r--r--tests/tisnan.c2
-rw-r--r--tests/tlog.c2
-rw-r--r--tests/tlog10.c2
-rw-r--r--tests/tlog1p.c2
-rw-r--r--tests/tlog2.c2
-rw-r--r--tests/tmul.c2
-rw-r--r--tests/tmul_2exp.c2
-rw-r--r--tests/tmul_ui.c2
-rw-r--r--tests/tout_str.c2
-rw-r--r--tests/tpow.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_d.c2
-rw-r--r--tests/tset_f.c2
-rw-r--r--tests/tset_q.c2
-rw-r--r--tests/tset_si.c2
-rw-r--r--tests/tset_str.c2
-rw-r--r--tests/tset_z.c2
-rw-r--r--tests/tsin.c2
-rw-r--r--tests/tsin_cos.c2
-rw-r--r--tests/tsinh.c2
-rw-r--r--tests/tsqrt.c2
-rw-r--r--tests/tsqrt_ui.c2
-rw-r--r--tests/tsub.c2
-rw-r--r--tests/tsub_ui.c2
-rw-r--r--tests/tswap.c2
-rw-r--r--tests/ttan.c2
-rw-r--r--tests/ttanh.c2
-rw-r--r--tests/ttrunc.c2
-rw-r--r--tests/tui_div.c2
-rw-r--r--tests/tui_pow.c2
-rw-r--r--tests/tui_sub.c2
-rw-r--r--tests/tzeta.c2
72 files changed, 72 insertions, 72 deletions
diff --git a/tests/reuse.c b/tests/reuse.c
index 3626b6e49..43d8f5826 100644
--- a/tests/reuse.c
+++ b/tests/reuse.c
@@ -1,6 +1,6 @@
/* Test file for in-place operations.
-Copyright (C) 2000, 2001, 2002 Free Software Foundation.
+Copyright 2000, 2001, 2002 Free Software Foundation.
This file is part of the MPFR Library.
diff --git a/tests/tabs.c b/tests/tabs.c
index 193a51f6c..bf5964d1e 100644
--- a/tests/tabs.c
+++ b/tests/tabs.c
@@ -1,6 +1,6 @@
/* Test file for mpfr_abs.
-Copyright (C) 2000-2002 Free Software Foundation, Inc.
+Copyright 2000, 2001, 2002 Free Software Foundation, Inc.
This file is part of the MPFR Library.
diff --git a/tests/tacos.c b/tests/tacos.c
index a8705463c..ad6803077 100644
--- a/tests/tacos.c
+++ b/tests/tacos.c
@@ -1,6 +1,6 @@
/* Test file for mpfr_acos.
-Copyright (C) 2001 Free Software Foundation.
+Copyright 2001 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 e3fcedea6..bc154a243 100644
--- a/tests/tacosh.c
+++ b/tests/tacosh.c
@@ -1,6 +1,6 @@
/* Test file for mpfr_acosh.
-Copyright (C) 2001 Free Software Foundation.
+Copyright 2001 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 e540a9fbb..e7720b984 100644
--- a/tests/tadd.c
+++ b/tests/tadd.c
@@ -1,6 +1,6 @@
/* Test file for mpfr_add and mpfr_sub.
-Copyright (C) 1999, 2000, 2001, 2002 Free Software Foundation.
+Copyright 1999, 2000, 2001, 2002 Free Software Foundation.
This file is part of the MPFR Library.
diff --git a/tests/tadd_ui.c b/tests/tadd_ui.c
index f791c7b76..d0df80981 100644
--- a/tests/tadd_ui.c
+++ b/tests/tadd_ui.c
@@ -1,6 +1,6 @@
/* Test file for mpfr_add_ui
-Copyright (C) 2000, 2001, 2002 Free Software Foundation.
+Copyright 2000, 2001, 2002 Free Software Foundation.
This file is part of the MPFR Library.
diff --git a/tests/tagm.c b/tests/tagm.c
index 8e5802bf0..a897ba8fe 100644
--- a/tests/tagm.c
+++ b/tests/tagm.c
@@ -1,6 +1,6 @@
/* Test file for mpfr_agm.
-Copyright (C) 1999, 2001, 2002 Free Software Foundation, Inc.
+Copyright 1999, 2001, 2002 Free Software Foundation, Inc.
This file is part of the MPFR Library.
diff --git a/tests/tasin.c b/tests/tasin.c
index 018160ce5..f4a2cd5c1 100644
--- a/tests/tasin.c
+++ b/tests/tasin.c
@@ -1,6 +1,6 @@
/* Test file for mpfr_asin.
-Copyright (C) 2001 Free Software Foundation.
+Copyright 2001 Free Software Foundation.
Contributed by Mathieu Dutour.
This file is part of the MPFR Library.
diff --git a/tests/tasinh.c b/tests/tasinh.c
index f41bbd8b9..540037c54 100644
--- a/tests/tasinh.c
+++ b/tests/tasinh.c
@@ -1,6 +1,6 @@
/* Test file for mpfr_asinh.
-Copyright (C) 2001 Free Software Foundation.
+Copyright 2001 Free Software Foundation.
Adapted from tarctan.c.
This file is part of the MPFR Library.
diff --git a/tests/tatan.c b/tests/tatan.c
index 7fb8cc365..4abd797b7 100644
--- a/tests/tatan.c
+++ b/tests/tatan.c
@@ -1,6 +1,6 @@
/* Test file for mpfr_arctan.
-Copyright (C) 2001, 2002 Free Software Foundation.
+Copyright 2001, 2002 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 91469a11a..5d719d7e2 100644
--- a/tests/tatanh.c
+++ b/tests/tatanh.c
@@ -1,6 +1,6 @@
/* Test file for mpfr_atanh.
-Copyright (C) 2001 Free Software Foundation.
+Copyright 2001 Free Software Foundation.
Adapted from tarctan.c.
This file is part of the MPFR Library.
diff --git a/tests/tcan_round.c b/tests/tcan_round.c
index ffbb9023f..4d5f7e332 100644
--- a/tests/tcan_round.c
+++ b/tests/tcan_round.c
@@ -1,6 +1,6 @@
/* Test file for mpfr_can_round.
-Copyright (C) 1999, 2001 Free Software Foundation, Inc.
+Copyright 1999, 2001 Free Software Foundation, Inc.
This file is part of the MPFR Library.
diff --git a/tests/tcmp.c b/tests/tcmp.c
index df6f23bdd..637cfa517 100644
--- a/tests/tcmp.c
+++ b/tests/tcmp.c
@@ -1,6 +1,6 @@
/* Test file for mpfr_cmp.
-Copyright (C) 1999, 2001 Free Software Foundation, Inc.
+Copyright 1999, 2001 Free Software Foundation, Inc.
This file is part of the MPFR Library.
diff --git a/tests/tcmp2.c b/tests/tcmp2.c
index 691afa933..ef5a6bb3a 100644
--- a/tests/tcmp2.c
+++ b/tests/tcmp2.c
@@ -1,6 +1,6 @@
/* Test file for mpfr_cmp2.
-Copyright (C) 1999, 2000, 2001, 2002 Free Software Foundation.
+Copyright 1999, 2000, 2001, 2002 Free Software Foundation.
This file is part of the MPFR Library.
diff --git a/tests/tcmp_ui.c b/tests/tcmp_ui.c
index 601bc3ab3..b3b548ccc 100644
--- a/tests/tcmp_ui.c
+++ b/tests/tcmp_ui.c
@@ -1,6 +1,6 @@
/* Test file for mpfr_cmp_ui.
-Copyright (C) 1999, 2001 Free Software Foundation, Inc.
+Copyright 1999, 2001 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 ab9f74321..364051ac4 100644
--- a/tests/tconst_euler.c
+++ b/tests/tconst_euler.c
@@ -1,6 +1,6 @@
/* Test file for mpfr_const_euler.
-Copyright (C) 2001 Free Software Foundation.
+Copyright 2001 Free Software Foundation.
This file is part of the MPFR Library.
diff --git a/tests/tconst_log2.c b/tests/tconst_log2.c
index b3b120d61..b0db337e7 100644
--- a/tests/tconst_log2.c
+++ b/tests/tconst_log2.c
@@ -1,6 +1,6 @@
/* Test file for mpfr_const_log2.
-Copyright (C) 1999, 2001 Free Software Foundation, Inc.
+Copyright 1999, 2001 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 60604d3e8..5f6d54b5a 100644
--- a/tests/tconst_pi.c
+++ b/tests/tconst_pi.c
@@ -1,6 +1,6 @@
/* Test file for mpfr_const_pi.
-Copyright (C) 1999, 2001 Free Software Foundation, Inc.
+Copyright 1999, 2001 Free Software Foundation, Inc.
This file is part of the MPFR Library.
diff --git a/tests/tcos.c b/tests/tcos.c
index f50767500..f4dd43290 100644
--- a/tests/tcos.c
+++ b/tests/tcos.c
@@ -1,6 +1,6 @@
/* Test file for mpfr_cos.
-Copyright (C) 2001, 2002 Free Software Foundation, Inc.
+Copyright 2001, 2002 Free Software Foundation, Inc.
This file is part of the MPFR Library.
diff --git a/tests/tcosh.c b/tests/tcosh.c
index 44421b380..54ae3a759 100644
--- a/tests/tcosh.c
+++ b/tests/tcosh.c
@@ -1,6 +1,6 @@
/* Test file for mpfr_cosh.
-Copyright (C) 2001 Free Software Foundation.
+Copyright 2001 Free Software Foundation.
Adapted from tarctan.c.
This file is part of the MPFR Library.
diff --git a/tests/tdiv.c b/tests/tdiv.c
index 70bb7ca47..e6577699b 100644
--- a/tests/tdiv.c
+++ b/tests/tdiv.c
@@ -1,6 +1,6 @@
/* Test file for mpfr_div.
-Copyright (C) 1999, 2001, 2002 Free Software Foundation, Inc.
+Copyright 1999, 2001, 2002 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 77de7e123..e3954e4cf 100644
--- a/tests/tdiv_ui.c
+++ b/tests/tdiv_ui.c
@@ -1,6 +1,6 @@
/* Test file for mpfr_div_ui.
-Copyright (C) 1999, 2000, 2001, 2002 Free Software Foundation.
+Copyright 1999, 2000, 2001, 2002 Free Software Foundation.
This file is part of the MPFR Library.
diff --git a/tests/tdump.c b/tests/tdump.c
index 8da7069f9..2f53ba931 100644
--- a/tests/tdump.c
+++ b/tests/tdump.c
@@ -1,6 +1,6 @@
/* Test file for mpfr_dump.
-Copyright (C) 2000, 2001 Free Software Foundation, Inc.
+Copyright 2000, 2001 Free Software Foundation, Inc.
This file is part of the MPFR Library.
diff --git a/tests/teq.c b/tests/teq.c
index fbb9a82b9..834972b05 100644
--- a/tests/teq.c
+++ b/tests/teq.c
@@ -1,6 +1,6 @@
/* Test file for mpfr_eq.
-Copyright (C) 1999, 2000, 2001, 2002 Free Software Foundation, Inc.
+Copyright 1999, 2000, 2001, 2002 Free Software Foundation, Inc.
This file is part of the MPFR Library.
diff --git a/tests/texceptions.c b/tests/texceptions.c
index ed981ba7a..6e9018b6e 100644
--- a/tests/texceptions.c
+++ b/tests/texceptions.c
@@ -1,6 +1,6 @@
/* Test file for exceptions.
-Copyright (C) 2001 Free Software Foundation.
+Copyright 2001 Free Software Foundation.
This file is part of the MPFR Library.
diff --git a/tests/texp.c b/tests/texp.c
index 21e19fb0c..1b737aa07 100644
--- a/tests/texp.c
+++ b/tests/texp.c
@@ -1,6 +1,6 @@
/* Test file for mpfr_exp.
-Copyright (C) 1999, 2001, 2002 Free Software Foundation, Inc.
+Copyright 1999, 2001, 2002 Free Software Foundation, Inc.
This file is part of the MPFR Library.
diff --git a/tests/texp2.c b/tests/texp2.c
index 7b9487c45..ef77c1fee 100644
--- a/tests/texp2.c
+++ b/tests/texp2.c
@@ -1,6 +1,6 @@
/* Test file for mpfr_exp2.
-Copyright (C) 2001 Free Software Foundation.
+Copyright 2001 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 f05f7d22a..b024e5a49 100644
--- a/tests/texpm1.c
+++ b/tests/texpm1.c
@@ -1,6 +1,6 @@
/* Test file for mpfr_expm1.
-Copyright (C) 2001 Free Software Foundation.
+Copyright 2001 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 4b81bb22a..c68eb5ae3 100644
--- a/tests/tfactorial.c
+++ b/tests/tfactorial.c
@@ -1,6 +1,6 @@
/* Test file for mpfr_factorial.
-Copyright (C) 2001 Free Software Foundation.
+Copyright 2001 Free Software Foundation.
Adapted from tarctan.c.
This file is part of the MPFR Library.
diff --git a/tests/tfma.c b/tests/tfma.c
index d661e78a1..d40dffeb3 100644
--- a/tests/tfma.c
+++ b/tests/tfma.c
@@ -1,6 +1,6 @@
/* Test file for mpfr_fma.
-Copyright (C) 2001 Free Software Foundation.
+Copyright 2001 Free Software Foundation.
Adapted from tarctan.c.
This file is part of the MPFR Library.
diff --git a/tests/tgamma.c b/tests/tgamma.c
index b71eee6b7..82825278f 100644
--- a/tests/tgamma.c
+++ b/tests/tgamma.c
@@ -1,6 +1,6 @@
/* mpfr_tgamma -- test file for gamma function
-Copyright (C) 2001 Free Software Foundation.
+Copyright 2001 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 8ce1153cb..40cf13099 100644
--- a/tests/tgeneric.c
+++ b/tests/tgeneric.c
@@ -1,6 +1,6 @@
/* Generic test file for functions with one mpfr_t argument.
-Copyright (C) 2001 Free Software Foundation.
+Copyright 2001 Free Software Foundation.
This file is part of the MPFR Library.
diff --git a/tests/tget_d.c b/tests/tget_d.c
index 56de029e2..5626ffa2c 100644
--- a/tests/tget_d.c
+++ b/tests/tget_d.c
@@ -1,6 +1,6 @@
/* Test file for mpfr_get_d
-Copyright (C) 1999-2002 Free Software Foundation.
+Copyright 1999, 2000, 2001, 2002 Free Software Foundation.
This file is part of the MPFR Library.
diff --git a/tests/tget_str.c b/tests/tget_str.c
index 07ae5c1ae..8e826aa00 100644
--- a/tests/tget_str.c
+++ b/tests/tget_str.c
@@ -1,6 +1,6 @@
/* Test file for mpfr_get_str.
-Copyright (C) 1999, 2001, 2002 Free Software Foundation, Inc.
+Copyright 1999, 2001, 2002 Free Software Foundation, Inc.
This file is part of the MPFR Library.
diff --git a/tests/thyperbolic.c b/tests/thyperbolic.c
index f3f8cdcd8..3a0f4eba5 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 (C) 2001, 2002 Free Software Foundation, Inc.
+Copyright 2001, 2002 Free Software Foundation, Inc.
This file is part of the MPFR Library.
diff --git a/tests/thypot.c b/tests/thypot.c
index 42621c3e6..e023f6d3f 100644
--- a/tests/thypot.c
+++ b/tests/thypot.c
@@ -1,6 +1,6 @@
/* Test file for mpfr_hypot.
-Copyright (C) 2001 Free Software Foundation.
+Copyright 2001 Free Software Foundation.
Adapted from tarctan.c.
This file is part of the MPFR Library.
diff --git a/tests/tisnan.c b/tests/tisnan.c
index f7410dc54..45478e9bd 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 (C) 2001 Free Software Foundation.
+Copyright 2001 Free Software Foundation.
This file is part of the MPFR Library.
diff --git a/tests/tlog.c b/tests/tlog.c
index a3e2bc049..b327d6dad 100644
--- a/tests/tlog.c
+++ b/tests/tlog.c
@@ -1,6 +1,6 @@
/* Test file for mpfr_log.
-Copyright (C) 1999, 2001, 2002 Free Software Foundation, Inc.
+Copyright 1999, 2001, 2002 Free Software Foundation, Inc.
This file is part of the MPFR Library.
diff --git a/tests/tlog10.c b/tests/tlog10.c
index 6d134321b..abf9a3089 100644
--- a/tests/tlog10.c
+++ b/tests/tlog10.c
@@ -1,6 +1,6 @@
/* Test file for mpfr_log10.
-Copyright (C) 2001 Free Software Foundation.
+Copyright 2001 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 9716f2e9c..673990267 100644
--- a/tests/tlog1p.c
+++ b/tests/tlog1p.c
@@ -1,6 +1,6 @@
/* Test file for mpfr_log1p.
-Copyright (C) 2001 Free Software Foundation.
+Copyright 2001 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 efe4f53a5..c3ca6798a 100644
--- a/tests/tlog2.c
+++ b/tests/tlog2.c
@@ -1,6 +1,6 @@
/* Test file for mpfr_log2.
-Copyright (C) 2001 Free Software Foundation.
+Copyright 2001 Free Software Foundation.
Adapted from tsinh.c.
This file is part of the MPFR Library.
diff --git a/tests/tmul.c b/tests/tmul.c
index 5c49f869b..77cad2910 100644
--- a/tests/tmul.c
+++ b/tests/tmul.c
@@ -1,6 +1,6 @@
/* Test file for mpfr_mul.
-Copyright (C) 1999, 2001, 2002 Free Software Foundation, Inc.
+Copyright 1999, 2001, 2002 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 b3812058b..5b9182725 100644
--- a/tests/tmul_2exp.c
+++ b/tests/tmul_2exp.c
@@ -1,6 +1,6 @@
/* Test file for mpfr_mul_2exp.
-Copyright (C) 1999, 2001 Free Software Foundation.
+Copyright 1999, 2001 Free Software Foundation.
This file is part of the MPFR Library.
diff --git a/tests/tmul_ui.c b/tests/tmul_ui.c
index 8ca7491b6..fcea36771 100644
--- a/tests/tmul_ui.c
+++ b/tests/tmul_ui.c
@@ -1,6 +1,6 @@
/* Test file for mpfr_mul_ui.
-Copyright (C) 1999-2001 Free Software Foundation.
+Copyright 1999, 2000, 2001 Free Software Foundation.
This file is part of the MPFR Library.
diff --git a/tests/tout_str.c b/tests/tout_str.c
index 7269a5017..1695ccce0 100644
--- a/tests/tout_str.c
+++ b/tests/tout_str.c
@@ -1,6 +1,6 @@
/* Test file for mpfr_out_str.
-Copyright (C) 1999, 2001, 2002 Free Software Foundation, Inc.
+Copyright 1999, 2001, 2002 Free Software Foundation, Inc.
This file is part of the MPFR Library.
diff --git a/tests/tpow.c b/tests/tpow.c
index b54a53679..882f874dd 100644
--- a/tests/tpow.c
+++ b/tests/tpow.c
@@ -1,6 +1,6 @@
/* Test file for mpfr_pow and mpfr_pow_ui.
-Copyright (C) 2000, 2001, 2002 Free Software Foundation, Inc.
+Copyright 2000, 2001, 2002 Free Software Foundation, Inc.
This file is part of the MPFR Library.
diff --git a/tests/tpow3.c b/tests/tpow3.c
index 12b945e55..b9cb9013a 100644
--- a/tests/tpow3.c
+++ b/tests/tpow3.c
@@ -1,6 +1,6 @@
/* Test file for mpfr_pow.
-Copyright (C) 2001 Free Software Foundation.
+Copyright 2001 Free Software Foundation.
Adapted from tarctan.c.
This file is part of the MPFR Library.
diff --git a/tests/trandom.c b/tests/trandom.c
index 2c1396cee..1499fc756 100644
--- a/tests/trandom.c
+++ b/tests/trandom.c
@@ -1,6 +1,6 @@
/* Test file for the various mpfr_random fonctions.
-Copyright (C) 1999, 2000, 2001, 2002 Free Software Foundation.
+Copyright 1999, 2000, 2001, 2002 Free Software Foundation.
This file is part of the MPFR Library.
diff --git a/tests/trint.c b/tests/trint.c
index 9c5935490..def8e765b 100644
--- a/tests/trint.c
+++ b/tests/trint.c
@@ -1,6 +1,6 @@
/* Test file for mpfr_trunc, mpfr_floor, mpfr_ceil, mpfr_round.
-Copyright (C) 2002 Free Software Foundation.
+Copyright 2002 Free Software Foundation.
This file is part of the MPFR Library.
diff --git a/tests/tround_prec.c b/tests/tround_prec.c
index 72437f26a..ade8e1322 100644
--- a/tests/tround_prec.c
+++ b/tests/tround_prec.c
@@ -1,6 +1,6 @@
/* Test file for mpfr_round_prec.
-Copyright (C) 1999-2002 Free Software Foundation.
+Copyright 1999, 2000, 2001, 2002 Free Software Foundation.
This file is part of the MPFR Library.
diff --git a/tests/tset.c b/tests/tset.c
index 1ae5951d6..f9a2b3911 100644
--- a/tests/tset.c
+++ b/tests/tset.c
@@ -1,6 +1,6 @@
/* Test file for mpfr_set.
-Copyright (C) 2001 Free Software Foundation.
+Copyright 2001 Free Software Foundation.
This file is part of the MPFR Library.
diff --git a/tests/tset_d.c b/tests/tset_d.c
index 3a1ace898..95ef9e26d 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 (C) 1999-2002 Free Software Foundation, Inc.
+Copyright 1999, 2000, 2001, 2002 Free Software Foundation, Inc.
This file is part of the MPFR Library.
diff --git a/tests/tset_f.c b/tests/tset_f.c
index 59af6a940..f2bb6ff88 100644
--- a/tests/tset_f.c
+++ b/tests/tset_f.c
@@ -1,6 +1,6 @@
/* Test file for mpfr_set_f.
-Copyright (C) 1999, 2001 Free Software Foundation, Inc.
+Copyright 1999, 2001 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 9807c6ea8..a39cf3776 100644
--- a/tests/tset_q.c
+++ b/tests/tset_q.c
@@ -1,6 +1,6 @@
/* Test file for mpfr_set_q.
-Copyright (C) 2000, 2001 Free Software Foundation, Inc.
+Copyright 2000, 2001 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 17ef0af63..1cef316fe 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 (C) 1999, 2001 Free Software Foundation, Inc.
+Copyright 1999, 2001 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 0477fcef3..ce052e6b8 100644
--- a/tests/tset_str.c
+++ b/tests/tset_str.c
@@ -1,6 +1,6 @@
/* Test file for mpfr_set_str.
-Copyright (C) 1999, 2001 Free Software Foundation, Inc.
+Copyright 1999, 2001 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 c76c624c5..214d3bb70 100644
--- a/tests/tset_z.c
+++ b/tests/tset_z.c
@@ -1,6 +1,6 @@
/* Test file for mpfr_set_z.
-Copyright (C) 1999, 2001, 2002 Free Software Foundation, Inc.
+Copyright 1999, 2001, 2002 Free Software Foundation, Inc.
This file is part of the MPFR Library.
diff --git a/tests/tsin.c b/tests/tsin.c
index ec063a136..6c085bdc0 100644
--- a/tests/tsin.c
+++ b/tests/tsin.c
@@ -1,6 +1,6 @@
/* Test file for mpfr_sin.
-Copyright (C) 2001, 2002 Free Software Foundation, Inc.
+Copyright 2001, 2002 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 cfceb12f1..98772ca00 100644
--- a/tests/tsin_cos.c
+++ b/tests/tsin_cos.c
@@ -1,6 +1,6 @@
/* Test file for mpfr_sin_cos.
-Copyright (C) 2000, 2001 Free Software Foundation, Inc.
+Copyright 2000, 2001 Free Software Foundation, Inc.
This file is part of the MPFR Library.
diff --git a/tests/tsinh.c b/tests/tsinh.c
index d1cd127cd..1315dc34a 100644
--- a/tests/tsinh.c
+++ b/tests/tsinh.c
@@ -1,6 +1,6 @@
/* Test file for mpfr_sinh.
-Copyright (C) 2001 Free Software Foundation.
+Copyright 2001 Free Software Foundation.
Adapted from tarctan.c.
This file is part of the MPFR Library.
diff --git a/tests/tsqrt.c b/tests/tsqrt.c
index 366e62c53..7dbf45481 100644
--- a/tests/tsqrt.c
+++ b/tests/tsqrt.c
@@ -1,6 +1,6 @@
/* Test file for mpfr_sqrt.
-Copyright (C) 1999, 2001, 2002 Free Software Foundation, Inc.
+Copyright 1999, 2001, 2002 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 3206d49e2..010fa089a 100644
--- a/tests/tsqrt_ui.c
+++ b/tests/tsqrt_ui.c
@@ -1,6 +1,6 @@
/* Test file for mpfr_sqrt_ui.
-Copyright (C) 2000, 2001, 2002 Free Software Foundation, Inc.
+Copyright 2000, 2001, 2002 Free Software Foundation, Inc.
This file is part of the MPFR Library.
diff --git a/tests/tsub.c b/tests/tsub.c
index 282b1a0af..8dede879f 100644
--- a/tests/tsub.c
+++ b/tests/tsub.c
@@ -1,6 +1,6 @@
/* Test file for mpfr_sub.
-Copyright (C) 2001 Free Software Foundation.
+Copyright 2001 Free Software Foundation.
This file is part of the MPFR Library.
diff --git a/tests/tsub_ui.c b/tests/tsub_ui.c
index 5436f3b17..3f7dd7e8c 100644
--- a/tests/tsub_ui.c
+++ b/tests/tsub_ui.c
@@ -1,6 +1,6 @@
/* Test file for mpfr_sub_ui
-Copyright (C) 2000, 2001, 2002 Free Software Foundation.
+Copyright 2000, 2001, 2002 Free Software Foundation.
This file is part of the MPFR Library.
diff --git a/tests/tswap.c b/tests/tswap.c
index b397c9742..7809f7016 100644
--- a/tests/tswap.c
+++ b/tests/tswap.c
@@ -1,6 +1,6 @@
/* Test file for mpfr_swap.
-Copyright (C) 2000, 2001 Free Software Foundation, Inc.
+Copyright 2000, 2001 Free Software Foundation, Inc.
This file is part of the MPFR Library.
diff --git a/tests/ttan.c b/tests/ttan.c
index eb2cf3859..9b7b4c435 100644
--- a/tests/ttan.c
+++ b/tests/ttan.c
@@ -1,6 +1,6 @@
/* Test file for mpfr_tan.
-Copyright (C) 2001, 2002 Free Software Foundation, Inc.
+Copyright 2001, 2002 Free Software Foundation, Inc.
This file is part of the MPFR Library.
diff --git a/tests/ttanh.c b/tests/ttanh.c
index 0a1fad746..8c947c4f7 100644
--- a/tests/ttanh.c
+++ b/tests/ttanh.c
@@ -1,6 +1,6 @@
/* Test file for mpfr_tanh.
-Copyright (C) 2001 Free Software Foundation.
+Copyright 2001 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 1f5338409..102ed380c 100644
--- a/tests/ttrunc.c
+++ b/tests/ttrunc.c
@@ -1,6 +1,6 @@
/* Test file for mpfr_trunc, mpfr_ceil, mpfr_floor.
-Copyright (C) 1999, 2000, 2001 Free Software Foundation, Inc.
+Copyright 1999, 2000, 2001 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 7b1df1bad..be71b90f8 100644
--- a/tests/tui_div.c
+++ b/tests/tui_div.c
@@ -1,6 +1,6 @@
/* Test file for mpfr_ui_div.
-Copyright (C) 2000, 2001, 2002 Free Software Foundation, Inc.
+Copyright 2000, 2001, 2002 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 058c5b1c7..33db9abce 100644
--- a/tests/tui_pow.c
+++ b/tests/tui_pow.c
@@ -1,6 +1,6 @@
/* Test file for mpfr_ui_pow.
-Copyright (C) 2001 Free Software Foundation.
+Copyright 2001 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 c51a48207..c3922fa3e 100644
--- a/tests/tui_sub.c
+++ b/tests/tui_sub.c
@@ -1,6 +1,6 @@
/* Test file for mpfr_ui_sub.
-Copyright (C) 2000-2001 Free Software Foundation.
+Copyright 2000, 2001 Free Software Foundation.
This file is part of the MPFR Library.
diff --git a/tests/tzeta.c b/tests/tzeta.c
index 3eb76ed8f..f36101d85 100644
--- a/tests/tzeta.c
+++ b/tests/tzeta.c
@@ -1,6 +1,6 @@
/* Test file for mpfr_zeta.
-Copyright (C) 1999 Free Software Foundation.
+Copyright 1999 Free Software Foundation.
This file is part of the MPFR Library.