summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2002-05-14 23:03:08 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2002-05-14 23:03:08 +0000
commit83784892382dd29b29e52b5ebce660962edafcb1 (patch)
tree0cbf60b3ccf174a2bf015b1541f122bc4bad18a8 /tests
parent66303aa480a6fb9e945fef1cb692bf283c2c7196 (diff)
downloadmpfr-83784892382dd29b29e52b5ebce660962edafcb1.tar.gz
Copyright line updated.
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@1930 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'tests')
-rw-r--r--tests/tacos.c2
-rw-r--r--tests/tacosh.c2
-rw-r--r--tests/tasinh.c2
-rw-r--r--tests/tatanh.c2
-rw-r--r--tests/tcmp_ui.c2
-rw-r--r--tests/tconst_log2.c2
-rw-r--r--tests/tconst_pi.c2
-rw-r--r--tests/tcosh.c2
-rw-r--r--tests/texceptions.c2
-rw-r--r--tests/texp2.c2
-rw-r--r--tests/texpm1.c2
-rw-r--r--tests/tfma.c2
-rw-r--r--tests/tgamma.c2
-rw-r--r--tests/thypot.c2
-rw-r--r--tests/tlog1p.c2
-rw-r--r--tests/tlog2.c2
-rw-r--r--tests/tpow3.c2
-rw-r--r--tests/tset.c2
-rw-r--r--tests/tsinh.c2
-rw-r--r--tests/tsub.c2
-rw-r--r--tests/tswap.c2
-rw-r--r--tests/ttanh.c2
-rw-r--r--tests/ttrunc.c2
-rw-r--r--tests/tui_pow.c2
-rw-r--r--tests/tzeta.c2
25 files changed, 25 insertions, 25 deletions
diff --git a/tests/tacos.c b/tests/tacos.c
index 6690d797d..bfdb52c79 100644
--- a/tests/tacos.c
+++ b/tests/tacos.c
@@ -1,6 +1,6 @@
/* Test file for mpfr_acos.
-Copyright 2001 Free Software Foundation.
+Copyright 2001, 2002 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 bc154a243..eddf0f0ec 100644
--- a/tests/tacosh.c
+++ b/tests/tacosh.c
@@ -1,6 +1,6 @@
/* Test file for mpfr_acosh.
-Copyright 2001 Free Software Foundation.
+Copyright 2001, 2002 Free Software Foundation.
Adapted from tarctan.c.
This file is part of the MPFR Library.
diff --git a/tests/tasinh.c b/tests/tasinh.c
index 540037c54..61f53236c 100644
--- a/tests/tasinh.c
+++ b/tests/tasinh.c
@@ -1,6 +1,6 @@
/* Test file for mpfr_asinh.
-Copyright 2001 Free Software Foundation.
+Copyright 2001, 2002 Free Software Foundation.
Adapted from tarctan.c.
This file is part of the MPFR Library.
diff --git a/tests/tatanh.c b/tests/tatanh.c
index 5d719d7e2..e8221ec6c 100644
--- a/tests/tatanh.c
+++ b/tests/tatanh.c
@@ -1,6 +1,6 @@
/* Test file for mpfr_atanh.
-Copyright 2001 Free Software Foundation.
+Copyright 2001, 2002 Free Software Foundation.
Adapted from tarctan.c.
This file is part of the MPFR Library.
diff --git a/tests/tcmp_ui.c b/tests/tcmp_ui.c
index 3607c4f08..76f4831b2 100644
--- a/tests/tcmp_ui.c
+++ b/tests/tcmp_ui.c
@@ -1,6 +1,6 @@
/* Test file for mpfr_cmp_ui.
-Copyright 1999, 2001 Free Software Foundation, Inc.
+Copyright 1999, 2001, 2002 Free Software Foundation, Inc.
This file is part of the MPFR Library.
diff --git a/tests/tconst_log2.c b/tests/tconst_log2.c
index dce91d8b3..4ae036c7d 100644
--- a/tests/tconst_log2.c
+++ b/tests/tconst_log2.c
@@ -1,6 +1,6 @@
/* Test file for mpfr_const_log2.
-Copyright 1999, 2001 Free Software Foundation, Inc.
+Copyright 1999, 2001, 2002 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 45affb32f..7d26f2da1 100644
--- a/tests/tconst_pi.c
+++ b/tests/tconst_pi.c
@@ -1,6 +1,6 @@
/* Test file for mpfr_const_pi.
-Copyright 1999, 2001 Free Software Foundation, Inc.
+Copyright 1999, 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 54ae3a759..40b2d0ca2 100644
--- a/tests/tcosh.c
+++ b/tests/tcosh.c
@@ -1,6 +1,6 @@
/* Test file for mpfr_cosh.
-Copyright 2001 Free Software Foundation.
+Copyright 2001, 2002 Free Software Foundation.
Adapted from tarctan.c.
This file is part of the MPFR Library.
diff --git a/tests/texceptions.c b/tests/texceptions.c
index 6e9018b6e..565954ec8 100644
--- a/tests/texceptions.c
+++ b/tests/texceptions.c
@@ -1,6 +1,6 @@
/* Test file for exceptions.
-Copyright 2001 Free Software Foundation.
+Copyright 2001, 2002 Free Software Foundation.
This file is part of the MPFR Library.
diff --git a/tests/texp2.c b/tests/texp2.c
index 4f6819453..10315bf84 100644
--- a/tests/texp2.c
+++ b/tests/texp2.c
@@ -1,6 +1,6 @@
/* Test file for mpfr_exp2.
-Copyright 2001 Free Software Foundation.
+Copyright 2001, 2002 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 b024e5a49..64a6775e5 100644
--- a/tests/texpm1.c
+++ b/tests/texpm1.c
@@ -1,6 +1,6 @@
/* Test file for mpfr_expm1.
-Copyright 2001 Free Software Foundation.
+Copyright 2001, 2002 Free Software Foundation.
Adapted from tsinh.c.
This file is part of the MPFR Library.
diff --git a/tests/tfma.c b/tests/tfma.c
index 880c87e01..d76f539ca 100644
--- a/tests/tfma.c
+++ b/tests/tfma.c
@@ -1,6 +1,6 @@
/* Test file for mpfr_fma.
-Copyright 2001 Free Software Foundation.
+Copyright 2001, 2002 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 54474dc80..d6ff23c31 100644
--- a/tests/tgamma.c
+++ b/tests/tgamma.c
@@ -1,6 +1,6 @@
/* mpfr_tgamma -- test file for gamma function
-Copyright 2001 Free Software Foundation.
+Copyright 2001, 2002 Free Software Foundation.
This file is part of the MPFR Library, and was contributed by Mathieu Dutour.
diff --git a/tests/thypot.c b/tests/thypot.c
index e023f6d3f..3ed8c8610 100644
--- a/tests/thypot.c
+++ b/tests/thypot.c
@@ -1,6 +1,6 @@
/* Test file for mpfr_hypot.
-Copyright 2001 Free Software Foundation.
+Copyright 2001, 2002 Free Software Foundation.
Adapted from tarctan.c.
This file is part of the MPFR Library.
diff --git a/tests/tlog1p.c b/tests/tlog1p.c
index 673990267..ed9b9645b 100644
--- a/tests/tlog1p.c
+++ b/tests/tlog1p.c
@@ -1,6 +1,6 @@
/* Test file for mpfr_log1p.
-Copyright 2001 Free Software Foundation.
+Copyright 2001, 2002 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 c3ca6798a..b5f0878d4 100644
--- a/tests/tlog2.c
+++ b/tests/tlog2.c
@@ -1,6 +1,6 @@
/* Test file for mpfr_log2.
-Copyright 2001 Free Software Foundation.
+Copyright 2001, 2002 Free Software Foundation.
Adapted from tsinh.c.
This file is part of the MPFR Library.
diff --git a/tests/tpow3.c b/tests/tpow3.c
index b9cb9013a..5d0c29364 100644
--- a/tests/tpow3.c
+++ b/tests/tpow3.c
@@ -1,6 +1,6 @@
/* Test file for mpfr_pow.
-Copyright 2001 Free Software Foundation.
+Copyright 2001, 2002 Free Software Foundation.
Adapted from tarctan.c.
This file is part of the MPFR Library.
diff --git a/tests/tset.c b/tests/tset.c
index 4d8be37fe..12adeada3 100644
--- a/tests/tset.c
+++ b/tests/tset.c
@@ -1,6 +1,6 @@
/* Test file for mpfr_set.
-Copyright 2001 Free Software Foundation.
+Copyright 2001, 2002 Free Software Foundation.
This file is part of the MPFR Library.
diff --git a/tests/tsinh.c b/tests/tsinh.c
index 1315dc34a..4dfa2db60 100644
--- a/tests/tsinh.c
+++ b/tests/tsinh.c
@@ -1,6 +1,6 @@
/* Test file for mpfr_sinh.
-Copyright 2001 Free Software Foundation.
+Copyright 2001, 2002 Free Software Foundation.
Adapted from tarctan.c.
This file is part of the MPFR Library.
diff --git a/tests/tsub.c b/tests/tsub.c
index 09abf9578..cbf6876da 100644
--- a/tests/tsub.c
+++ b/tests/tsub.c
@@ -1,6 +1,6 @@
/* Test file for mpfr_sub.
-Copyright 2001 Free Software Foundation.
+Copyright 2001, 2002 Free Software Foundation.
This file is part of the MPFR Library.
diff --git a/tests/tswap.c b/tests/tswap.c
index 5ea61da35..417fe9f8f 100644
--- a/tests/tswap.c
+++ b/tests/tswap.c
@@ -1,6 +1,6 @@
/* Test file for mpfr_swap.
-Copyright 2000, 2001 Free Software Foundation, Inc.
+Copyright 2000, 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 8c947c4f7..67fc80a44 100644
--- a/tests/ttanh.c
+++ b/tests/ttanh.c
@@ -1,6 +1,6 @@
/* Test file for mpfr_tanh.
-Copyright 2001 Free Software Foundation.
+Copyright 2001, 2002 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 6cb344eb6..e932ba12a 100644
--- a/tests/ttrunc.c
+++ b/tests/ttrunc.c
@@ -1,6 +1,6 @@
/* Test file for mpfr_trunc, mpfr_ceil, mpfr_floor.
-Copyright 1999, 2000, 2001 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/tui_pow.c b/tests/tui_pow.c
index 33db9abce..7e39b4f6e 100644
--- a/tests/tui_pow.c
+++ b/tests/tui_pow.c
@@ -1,6 +1,6 @@
/* Test file for mpfr_ui_pow.
-Copyright 2001 Free Software Foundation.
+Copyright 2001, 2002 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 01b80a885..f8b12039f 100644
--- a/tests/tzeta.c
+++ b/tests/tzeta.c
@@ -1,6 +1,6 @@
/* Test file for mpfr_zeta.
-Copyright 1999 Free Software Foundation.
+Copyright 1999, 2000, 2001, 2002 Free Software Foundation.
This file is part of the MPFR Library.