diff options
author | vlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4> | 2012-01-10 12:47:05 +0000 |
---|---|---|
committer | vlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4> | 2012-01-10 12:47:05 +0000 |
commit | 76b632ef7fcc3eac7fcbe7af99d3f946af6affff (patch) | |
tree | 1772fcb9b1dcb90cf79e2bcbbfaca591dfdea488 /src/d_div.c | |
parent | 6f7e00677f11cce4406fb9c70bbcfee8b0938715 (diff) | |
download | mpfr-76b632ef7fcc3eac7fcbe7af99d3f946af6affff.tar.gz |
Changed Arenaire to AriC with:
perl -pi -e 's/Contributed by the Arenaire/Contributed by the AriC/' **/*(^/)
under zsh, reverting the ChangeLog file.
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/branches/3.1@7995 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'src/d_div.c')
-rw-r--r-- | src/d_div.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/d_div.c b/src/d_div.c index b498e8d37..03362f5c6 100644 --- a/src/d_div.c +++ b/src/d_div.c @@ -2,7 +2,7 @@ by a multiple precision floating-point number Copyright 2007, 2008, 2009, 2010, 2011, 2012 Free Software Foundation, Inc. -Contributed by the Arenaire and Caramel projects, INRIA. +Contributed by the AriC and Caramel projects, INRIA. This file is part of the GNU MPFR Library. |