summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2005-01-28 10:56:19 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2005-01-28 10:56:19 +0000
commit8e30b5eaf8fcef65b82f9d8a3e5704b715c2ea6c (patch)
treec02020bb1ff354eafc156e0c0a85003e6106e9a2 /tests
parent74cf25ac3d39815741cadcb56cbf514ccc204190 (diff)
downloadmpfr-8e30b5eaf8fcef65b82f9d8a3e5704b715c2ea6c.tar.gz
Updated copyright lines.
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@3231 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/tabs.c2
-rw-r--r--tests/tacos.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/tcan_round.c2
-rw-r--r--tests/tcbrt.c2
-rw-r--r--tests/tcmp.c2
-rw-r--r--tests/tcmpabs.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/tdiv.c2
-rw-r--r--tests/tdiv_ui.c2
-rw-r--r--tests/teq.c2
-rw-r--r--tests/tests.c2
-rw-r--r--tests/texceptions.c2
-rw-r--r--tests/texp.c2
-rw-r--r--tests/tfactorial.c2
-rw-r--r--tests/tfma.c2
-rw-r--r--tests/tfrac.c2
-rw-r--r--tests/tgeneric.c2
-rw-r--r--tests/tget_d_2exp.c2
-rw-r--r--tests/tget_sj.c2
-rw-r--r--tests/tget_str.c2
-rw-r--r--tests/tgmpop.c2
-rw-r--r--tests/thypot.c2
-rw-r--r--tests/tlog.c2
-rw-r--r--tests/tmul.c2
-rw-r--r--tests/tmul_ui.c2
-rw-r--r--tests/tout_str.c2
-rw-r--r--tests/toutimpl.c2
-rw-r--r--tests/tpow.c2
-rw-r--r--tests/tpow3.c2
-rw-r--r--tests/trint.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_ld.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/tsqr.c2
-rw-r--r--tests/tsqrt.c2
-rw-r--r--tests/tsub.c2
-rw-r--r--tests/tsub1sp.c2
-rw-r--r--tests/tsum.c2
-rw-r--r--tests/tui_div.c2
-rw-r--r--tests/tui_pow.c2
-rw-r--r--tests/tzeta.c2
55 files changed, 55 insertions, 55 deletions
diff --git a/tests/mpf_compat.c b/tests/mpf_compat.c
index ea395fc7e..ec954d9a1 100644
--- a/tests/mpf_compat.c
+++ b/tests/mpf_compat.c
@@ -1,6 +1,6 @@
/* Test compatibility mpf-mpfr.
-Copyright 2003 Free Software Foundation.
+Copyright 2003, 2005 Free Software Foundation.
This file is part of the MPFR Library.
diff --git a/tests/mpf_compat.h b/tests/mpf_compat.h
index 574e21bd7..a3ef247b5 100644
--- a/tests/mpf_compat.h
+++ b/tests/mpf_compat.h
@@ -1,6 +1,6 @@
/* Test compatibility mpf-mpfr.
-Copyright 2003, 2004 Free Software Foundation.
+Copyright 2003, 2004, 2005 Free Software Foundation.
This file is part of the MPFR Library.
diff --git a/tests/mpfr_compat.c b/tests/mpfr_compat.c
index d56203300..e7bf72d64 100644
--- a/tests/mpfr_compat.c
+++ b/tests/mpfr_compat.c
@@ -1,6 +1,6 @@
/* Test compatibility mpf-mpfr.
-Copyright 2003 Free Software Foundation.
+Copyright 2003, 2005 Free Software Foundation.
This file is part of the MPFR Library.
diff --git a/tests/tabs.c b/tests/tabs.c
index 6083ef300..965e72b0d 100644
--- a/tests/tabs.c
+++ b/tests/tabs.c
@@ -1,6 +1,6 @@
/* Test file for mpfr_abs.
-Copyright 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
+Copyright 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
This file is part of the MPFR Library.
diff --git a/tests/tacos.c b/tests/tacos.c
index 991b50258..14c20efb9 100644
--- a/tests/tacos.c
+++ b/tests/tacos.c
@@ -1,6 +1,6 @@
/* Test file for mpfr_acos.
-Copyright 2001, 2002, 2003, 2004 Free Software Foundation.
+Copyright 2001, 2002, 2003, 2004, 2005 Free Software Foundation.
Contributed by Mathieu Dutour.
This file is part of the MPFR Library.
diff --git a/tests/tadd.c b/tests/tadd.c
index 80b7e9601..161ad9b64 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 Free Software Foundation.
+Copyright 1999, 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation.
This file is part of the MPFR Library.
diff --git a/tests/tadd1sp.c b/tests/tadd1sp.c
index bc93cb58f..52a7f9bc2 100644
--- a/tests/tadd1sp.c
+++ b/tests/tadd1sp.c
@@ -1,6 +1,6 @@
/* Test file for mpfr_add1sp.
-Copyright 2004 Free Software Foundation.
+Copyright 2004, 2005 Free Software Foundation.
This file is part of the MPFR Library.
diff --git a/tests/tadd_ui.c b/tests/tadd_ui.c
index da5ccbb8c..e7ae1c4d9 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 Free Software Foundation.
+Copyright 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation.
This file is part of the MPFR Library.
diff --git a/tests/tasin.c b/tests/tasin.c
index c6cb63298..57e3d7e21 100644
--- a/tests/tasin.c
+++ b/tests/tasin.c
@@ -1,6 +1,6 @@
/* Test file for mpfr_asin.
-Copyright 2001, 2002, 2003, 2004 Free Software Foundation.
+Copyright 2001, 2002, 2003, 2004, 2005 Free Software Foundation.
Original version by Mathieu Dutour.
This file is part of the MPFR Library.
diff --git a/tests/tcan_round.c b/tests/tcan_round.c
index d4c3290d3..d2679b43e 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 Free Software Foundation, Inc.
+Copyright 1999, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
This file is part of the MPFR Library.
diff --git a/tests/tcbrt.c b/tests/tcbrt.c
index 98d93a96b..ac64e01ba 100644
--- a/tests/tcbrt.c
+++ b/tests/tcbrt.c
@@ -1,6 +1,6 @@
/* Test file for mpfr_cbrt.
-Copyright 2002, 2003, 2004 Free Software Foundation, Inc.
+Copyright 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
This file is part of the MPFR Library.
diff --git a/tests/tcmp.c b/tests/tcmp.c
index 4dd97f8ba..d3e9489f7 100644
--- a/tests/tcmp.c
+++ b/tests/tcmp.c
@@ -1,6 +1,6 @@
/* Test file for mpfr_cmp.
-Copyright 1999, 2001, 2002, 2003 Free Software Foundation, Inc.
+Copyright 1999, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
This file is part of the MPFR Library.
diff --git a/tests/tcmpabs.c b/tests/tcmpabs.c
index b3d4c05fe..54869dfa0 100644
--- a/tests/tcmpabs.c
+++ b/tests/tcmpabs.c
@@ -1,6 +1,6 @@
/* Test file for mpfr_cmpabs.
-Copyright 2004 Free Software Foundation, Inc.
+Copyright 2004, 2005 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 68a39e1a3..d72786817 100644
--- a/tests/tconst_euler.c
+++ b/tests/tconst_euler.c
@@ -1,6 +1,6 @@
/* Test file for mpfr_const_euler.
-Copyright 2001, 2004 Free Software Foundation.
+Copyright 2001, 2002, 2003, 2004, 2005 Free Software Foundation.
This file is part of the MPFR Library.
diff --git a/tests/tconst_log2.c b/tests/tconst_log2.c
index 0406647f6..203331593 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 Free Software Foundation, Inc.
+Copyright 1999, 2001, 2002, 2003, 2004, 2005 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 d50062275..f4a92da05 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 Free Software Foundation, Inc.
+Copyright 1999, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
This file is part of the MPFR Library.
diff --git a/tests/tdiv.c b/tests/tdiv.c
index 338c76edb..75e363b85 100644
--- a/tests/tdiv.c
+++ b/tests/tdiv.c
@@ -1,6 +1,6 @@
/* Test file for mpfr_div.
-Copyright 1999, 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
+Copyright 1999, 2001, 2002, 2003, 2004, 2005 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 20b98f973..68a3ae916 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 Free Software Foundation.
+Copyright 1999, 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation.
This file is part of the MPFR Library.
diff --git a/tests/teq.c b/tests/teq.c
index 5fa7cedb1..42c5e6b8f 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 Free Software Foundation, Inc.
+Copyright 1999, 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
This file is part of the MPFR Library.
diff --git a/tests/tests.c b/tests/tests.c
index f7b92559a..25205471b 100644
--- a/tests/tests.c
+++ b/tests/tests.c
@@ -1,6 +1,6 @@
/* Miscellaneous support for test programs.
-Copyright 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
+Copyright 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
This file is part of the MPFR Library.
diff --git a/tests/texceptions.c b/tests/texceptions.c
index bf88a0728..6cb7daf68 100644
--- a/tests/texceptions.c
+++ b/tests/texceptions.c
@@ -1,6 +1,6 @@
/* Test file for exceptions.
-Copyright 2001, 2002, 2003, 2004 Free Software Foundation.
+Copyright 2001, 2002, 2003, 2004, 2005 Free Software Foundation.
This file is part of the MPFR Library.
diff --git a/tests/texp.c b/tests/texp.c
index 09a5b14dc..0bd81ded1 100644
--- a/tests/texp.c
+++ b/tests/texp.c
@@ -1,6 +1,6 @@
/* Test file for mpfr_exp.
-Copyright 1999, 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
+Copyright 1999, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
This file is part of the MPFR Library.
diff --git a/tests/tfactorial.c b/tests/tfactorial.c
index d821fc19d..8a2834fd1 100644
--- a/tests/tfactorial.c
+++ b/tests/tfactorial.c
@@ -1,6 +1,6 @@
/* Test file for mpfr_factorial.
-Copyright 2001, 2002, 2003, 2004 Free Software Foundation.
+Copyright 2001, 2002, 2003, 2004, 2005 Free Software Foundation.
This file is part of the MPFR Library.
diff --git a/tests/tfma.c b/tests/tfma.c
index 2888dbef1..8d5053224 100644
--- a/tests/tfma.c
+++ b/tests/tfma.c
@@ -1,6 +1,6 @@
/* Test file for mpfr_fma.
-Copyright 2001, 2002, 2003, 2004 Free Software Foundation.
+Copyright 2001, 2002, 2003, 2004, 2005 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 39d6648f3..e6b229a5d 100644
--- a/tests/tfrac.c
+++ b/tests/tfrac.c
@@ -1,6 +1,6 @@
/* Test file for mpfr_frac.
-Copyright 2002, 2003, 2004 Free Software Foundation.
+Copyright 2002, 2003, 2004, 2005 Free Software Foundation.
This file is part of the MPFR Library.
diff --git a/tests/tgeneric.c b/tests/tgeneric.c
index 5bb266383..17cedd053 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 Free Software Foundation.
+Copyright 2001, 2002, 2003, 2004, 2005 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 bbd4215ec..a009ca174 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 Free Software Foundation.
+Copyright 1999, 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation.
This file is part of the MPFR Library.
diff --git a/tests/tget_sj.c b/tests/tget_sj.c
index 4e43db0eb..a5591818b 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 Free Software Foundation, Inc.
+Copyright 2004, 2005 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 5fa6062bd..a2d8d7de9 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 Free Software Foundation, Inc.
+Copyright 1999, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
This file is part of the MPFR Library.
diff --git a/tests/tgmpop.c b/tests/tgmpop.c
index 8f64fba61..332c33a02 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 Free Software Foundation.
+Copyright 2004, 2005 Free Software Foundation.
This file is part of the MPFR Library.
diff --git a/tests/thypot.c b/tests/thypot.c
index 6de670b16..0fa4982f1 100644
--- a/tests/thypot.c
+++ b/tests/thypot.c
@@ -1,6 +1,6 @@
/* Test file for mpfr_hypot.
-Copyright 2001, 2002, 2003, 2004 Free Software Foundation.
+Copyright 2001, 2002, 2003, 2004, 2005 Free Software Foundation.
Adapted from tarctan.c.
This file is part of the MPFR Library.
diff --git a/tests/tlog.c b/tests/tlog.c
index 6358c8534..d6c3efe49 100644
--- a/tests/tlog.c
+++ b/tests/tlog.c
@@ -1,6 +1,6 @@
/* Test file for mpfr_log.
-Copyright 1999, 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
+Copyright 1999, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
This file is part of the MPFR Library.
diff --git a/tests/tmul.c b/tests/tmul.c
index f46f12d51..55502c594 100644
--- a/tests/tmul.c
+++ b/tests/tmul.c
@@ -1,6 +1,6 @@
/* Test file for mpfr_mul.
-Copyright 1999, 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
+Copyright 1999, 2001, 2002, 2003, 2004, 2005 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 45d0bdcd2..b0b040603 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 Free Software Foundation.
+Copyright 1999, 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation.
This file is part of the MPFR Library.
diff --git a/tests/tout_str.c b/tests/tout_str.c
index 0c478b1d6..4cdaf6642 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 Free Software Foundation, Inc.
+Copyright 1999, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
This file is part of the MPFR Library.
diff --git a/tests/toutimpl.c b/tests/toutimpl.c
index e41133b51..c1e60382d 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 Free Software Foundation, Inc.
+Copyright 2004, 2005 Free Software Foundation, Inc.
This file is part of the MPFR Library.
diff --git a/tests/tpow.c b/tests/tpow.c
index 73fe61d5d..7749d54f6 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 Free Software Foundation, Inc.
+Copyright 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
This file is part of the MPFR Library.
diff --git a/tests/tpow3.c b/tests/tpow3.c
index 7e1f67e06..e5817e215 100644
--- a/tests/tpow3.c
+++ b/tests/tpow3.c
@@ -1,6 +1,6 @@
/* Test file for mpfr_pow.
-Copyright 2001, 2002, 2003 Free Software Foundation.
+Copyright 2001, 2002, 2003, 2004, 2005 Free Software Foundation.
Adapted from tarctan.c.
This file is part of the MPFR Library.
diff --git a/tests/trint.c b/tests/trint.c
index 93a5b4e5f..c735880fc 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 Free Software Foundation.
+Copyright 2002, 2003, 2004, 2005 Free Software Foundation.
This file is part of the MPFR Library.
diff --git a/tests/tset.c b/tests/tset.c
index 47c7551a4..6d4c7f54c 100644
--- a/tests/tset.c
+++ b/tests/tset.c
@@ -1,6 +1,6 @@
/* Test file for mpfr_set.
-Copyright 2001, 2002, 2003, 2004 Free Software Foundation.
+Copyright 2001, 2002, 2003, 2004, 2005 Free Software Foundation.
This file is part of the MPFR Library.
diff --git a/tests/tset_d.c b/tests/tset_d.c
index 520c10d06..964a95036 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 Free Software Foundation, Inc.
+Copyright 1999, 2000, 2001, 2002, 2003, 2004, 2005 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 f0934ec8b..32f266cad 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 Free Software Foundation, Inc.
+Copyright 1999, 2001, 2002, 2003, 2004, 2005 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 e39a323a2..15c2cf0c0 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 Free Software Foundation, Inc.
+Copyright 2002, 2003, 2004, 2005 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 e838b52ce..70d74f3af 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 Free Software Foundation, Inc.
+Copyright 2000, 2001, 2002, 2003, 2004, 2005 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 4d25e5b95..9c065ec3b 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 Free Software Foundation, Inc.
+Copyright 1999, 2001, 2002, 2003, 2004, 2005 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 95ba5dba4..7867ca68b 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 Free Software Foundation, Inc.
+Copyright 1999, 2001, 2002, 2003, 2004, 2005 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 3bb53e7f1..afdc971a6 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 Free Software Foundation, Inc.
+Copyright 1999, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
This file is part of the MPFR Library.
diff --git a/tests/tsqr.c b/tests/tsqr.c
index 7036ab28b..be2a6953c 100644
--- a/tests/tsqr.c
+++ b/tests/tsqr.c
@@ -1,6 +1,6 @@
/* Test file for mpfr_sqr.
-Copyright 2004 Free Software Foundation.
+Copyright 2004, 2005 Free Software Foundation.
This file is part of the MPFR Library.
diff --git a/tests/tsqrt.c b/tests/tsqrt.c
index 0af702ea8..859059794 100644
--- a/tests/tsqrt.c
+++ b/tests/tsqrt.c
@@ -1,6 +1,6 @@
/* Test file for mpfr_sqrt.
-Copyright 1999, 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
+Copyright 1999, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
This file is part of the MPFR Library.
diff --git a/tests/tsub.c b/tests/tsub.c
index 9382949b8..bdf14e00a 100644
--- a/tests/tsub.c
+++ b/tests/tsub.c
@@ -1,6 +1,6 @@
/* Test file for mpfr_sub.
-Copyright 2001, 2002, 2003, 2004 Free Software Foundation.
+Copyright 2001, 2002, 2003, 2004, 2005 Free Software Foundation.
This file is part of the MPFR Library.
diff --git a/tests/tsub1sp.c b/tests/tsub1sp.c
index f717cd720..3f92a87c9 100644
--- a/tests/tsub1sp.c
+++ b/tests/tsub1sp.c
@@ -1,6 +1,6 @@
/* Test file for mpfr_sub1sp.
-Copyright 2003, 2004 Free Software Foundation.
+Copyright 2003, 2004, 2005 Free Software Foundation.
This file is part of the MPFR Library.
diff --git a/tests/tsum.c b/tests/tsum.c
index 6de0253bb..65d4a59d4 100644
--- a/tests/tsum.c
+++ b/tests/tsum.c
@@ -1,6 +1,6 @@
/* tsum -- test file for the list summation function
-Copyright 2004 Free Software Foundation.
+Copyright 2004, 2005 Free Software Foundation.
This file is part of the MPFR Library.
diff --git a/tests/tui_div.c b/tests/tui_div.c
index 095d2911c..ff5d67c86 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 Free Software Foundation, Inc.
+Copyright 2000, 2001, 2002, 2003, 2004, 2005 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 d6c3f938f..d36dbc5e6 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 Free Software Foundation.
+Copyright 2001, 2002, 2003, 2004, 2005 Free Software Foundation.
Adapted from tarctan.c.
This file is part of the MPFR Library.
diff --git a/tests/tzeta.c b/tests/tzeta.c
index c183207b8..efc4b999f 100644
--- a/tests/tzeta.c
+++ b/tests/tzeta.c
@@ -1,6 +1,6 @@
/* tzeta -- test file for the Riemann Zeta function
-Copyright 2003, 2004 Free Software Foundation.
+Copyright 2003, 2004, 2005 Free Software Foundation.
Contributed by Jean-Luc Re'my and the Spaces project, INRIA Lorraine.
This file is part of the MPFR Library.