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 /tests/tdiv_ui.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 'tests/tdiv_ui.c')
-rw-r--r-- | tests/tdiv_ui.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tdiv_ui.c b/tests/tdiv_ui.c index 2f5d0c6f3..5ee6b33e0 100644 --- a/tests/tdiv_ui.c +++ b/tests/tdiv_ui.c @@ -1,7 +1,7 @@ /* Test file for mpfr_div_ui. Copyright 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 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. |