From 9a1ecf1a94e9b3ddb7d1546061c8d99e3d6aa269 Mon Sep 17 00:00:00 2001 From: pelissip Date: Fri, 6 Feb 2004 15:37:40 +0000 Subject: Add forgotten copyright 2004 line. Add a small documentation about mpfr_sum. git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@2671 280ebfd0-de03-0410-8827-d642c229c3f4 --- sgn.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'sgn.c') diff --git a/sgn.c b/sgn.c index 1f326eeeb..ad4028744 100644 --- a/sgn.c +++ b/sgn.c @@ -1,6 +1,6 @@ /* mpfr_sgn -- Sign of a floating point number. -Copyright 2003 Free Software Foundation. +Copyright 2003, 2004 Free Software Foundation. Contributed by the Spaces project, INRIA Lorraine. This file is part of the MPFR Library. @@ -20,7 +20,6 @@ along with the MPFR Library; see the file COPYING.LIB. If not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ - #include "mpfr-impl.h" int -- cgit v1.2.1