summaryrefslogtreecommitdiff
path: root/src/copysign.c
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2012-01-10 12:41:58 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2012-01-10 12:41:58 +0000
commit4d44c026b5a9d81711708028d6df534457c28ac1 (patch)
tree4ebe9f7df75f4b5c3ec898619bfefcbaa1663ef4 /src/copysign.c
parent1dca0fe3faa11080957bcbd80c21350d3ec07006 (diff)
downloadmpfr-4d44c026b5a9d81711708028d6df534457c28ac1.tar.gz
Changed Arenaire to AriC with:
perl -pi -e 's/Contributed by the Arenaire/Contributed by the AriC/' **/*(^/) under zsh. git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@7993 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'src/copysign.c')
-rw-r--r--src/copysign.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/copysign.c b/src/copysign.c
index 1308fb941..cf464178a 100644
--- a/src/copysign.c
+++ b/src/copysign.c
@@ -1,7 +1,7 @@
/* mpfr_copysign -- Produce a value with the magnitude of x and sign bit of y
Copyright 2001, 2002, 2003, 2004, 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.