summaryrefslogtreecommitdiff
path: root/inp_str.c
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2007-01-10 12:51:56 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2007-01-10 12:51:56 +0000
commit5ccc1c8b25da336f375811eeb0731b5ba1df1975 (patch)
tree6c1cd5488b64618fc02cd38c3d7b69bb1324cec4 /inp_str.c
parent54da7d4a1144b2b129bfcecfd4069ece9bdec101 (diff)
downloadmpfr-5ccc1c8b25da336f375811eeb0731b5ba1df1975.tar.gz
Copyright notice update: added 2007.
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@4326 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 6570f7be9..7d6c953b3 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 1999, 2001, 2002, 2004, 2006 Free Software Foundation, Inc.
+Copyright 1999, 2001, 2002, 2004, 2006, 2007 Free Software Foundation, Inc.
(Copied from GMP, file mpf/inp_str.c)
This file is part of the MPFR Library.