diff options
author | vlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4> | 2008-01-01 03:26:37 +0000 |
---|---|---|
committer | vlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4> | 2008-01-01 03:26:37 +0000 |
commit | cacc49dc006513f8780e99be17537808f4f78b79 (patch) | |
tree | 881d93c4d9202c3bb2fb2e9e73526032240cfc8a /round_near_x.c | |
parent | 1343504c832f1365d4c67fa55400528b07596396 (diff) | |
download | mpfr-cacc49dc006513f8780e99be17537808f4f78b79.tar.gz |
Copyright notice update: added 2008 with
perl -pi -e 's/2007 Free Software/2007, 2008 Free Software/' **/*(^/)
under zsh.
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@5151 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'round_near_x.c')
-rw-r--r-- | round_near_x.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/round_near_x.c b/round_near_x.c index dfb550daf..985d74cce 100644 --- a/round_near_x.c +++ b/round_near_x.c @@ -1,6 +1,6 @@ /* mpfr_round_near_x -- Round a floating point number nears another one. -Copyright 2005, 2006, 2007 Free Software Foundation, Inc. +Copyright 2005, 2006, 2007, 2008 Free Software Foundation, Inc. Contributed by the Arenaire and Cacao projects, INRIA. This file is part of the MPFR Library, and was contributed by Mathieu Dutour. |