diff options
author | vlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4> | 2007-02-07 01:48:01 +0000 |
---|---|---|
committer | vlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4> | 2007-02-07 01:48:01 +0000 |
commit | 975f12134bafeff2ae15aeb0fc12e83913e1412f (patch) | |
tree | 78ef87a7caf7d1832cc95bfa8d3929abb24dcd77 /tests/texpm1.c | |
parent | 7f7e2501fe1fa4cff7d3b530c02e6ea128b2e6bb (diff) | |
download | mpfr-975f12134bafeff2ae15aeb0fc12e83913e1412f.tar.gz |
Added "Contributed by the Arenaire and Cacao projects, INRIA." to the
copyright notices and removed a few old things.
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@4350 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'tests/texpm1.c')
-rw-r--r-- | tests/texpm1.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/texpm1.c b/tests/texpm1.c index a0845421b..1dbefcdb6 100644 --- a/tests/texpm1.c +++ b/tests/texpm1.c @@ -1,7 +1,7 @@ /* Test file for mpfr_expm1. Copyright 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. -Adapted from tsinh.c. +Contributed by the Arenaire and Cacao projects, INRIA. This file is part of the MPFR Library. |