diff options
author | vlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4> | 2017-01-01 01:58:07 +0000 |
---|---|---|
committer | vlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4> | 2017-01-01 01:58:07 +0000 |
commit | 74c745603891ed4820bc0c560cb895bdd7e69384 (patch) | |
tree | 84042922643f8f891ed5c26c0e589a7b33553fd8 /tests/tfactorial.c | |
parent | dd702825b4fd55af077796664c4cde84e9f367cf (diff) | |
download | mpfr-74c745603891ed4820bc0c560cb895bdd7e69384.tar.gz |
Merged the latest changes from the trunk.
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/branches/faithful@11121 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'tests/tfactorial.c')
-rw-r--r-- | tests/tfactorial.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tfactorial.c b/tests/tfactorial.c index 92b69eb16..544ab2d73 100644 --- a/tests/tfactorial.c +++ b/tests/tfactorial.c @@ -1,6 +1,6 @@ /* Test file for mpfr_factorial. -Copyright 2001-2016 Free Software Foundation, Inc. +Copyright 2001-2017 Free Software Foundation, Inc. Contributed by the AriC and Caramba projects, INRIA. This file is part of the GNU MPFR Library. |