summaryrefslogtreecommitdiff
path: root/inp_str.c
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2002-03-04 23:05:20 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2002-03-04 23:05:20 +0000
commitc6aad16d1e41f5c4244a6eb1c51ff952c4607214 (patch)
treee5f943fd223f610bf1f62c2eb174828fcc2d0760 /inp_str.c
parentba983c7478379174ce89e17068737287ff9191c6 (diff)
downloadmpfr-c6aad16d1e41f5c4244a6eb1c51ff952c4607214.tar.gz
Copyright line changed.
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@1713 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'inp_str.c')
-rw-r--r--inp_str.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/inp_str.c b/inp_str.c
index a218f8c3c..6afa00e2f 100644
--- a/inp_str.c
+++ b/inp_str.c
@@ -1,7 +1,7 @@
/* mpf_inp_str(dest_float, stream, base) -- Input a number in base
BASE from stdio stream STREAM and store the result in DEST_FLOAT.
-Copyright (C) 1999, 2001 Free Software Foundation, Inc.
+Copyright 1999, 2001 Free Software Foundation, Inc.
(Copied from GMP, file mpf/inp_str.c)
This file is part of the MPFR Library.