summaryrefslogtreecommitdiff
path: root/src/inp_str.c
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2011-01-17 03:01:30 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2011-01-17 03:01:30 +0000
commit0bd29f1a612bded0b720dd238e4625a1adb8c8d7 (patch)
tree6dcaa5258aa0f2c5a2db678848940dedd93984dd /src/inp_str.c
parent1825c3699033a2fa28cf2e4f15f8d08e73ed2e8e (diff)
downloadmpfr-0bd29f1a612bded0b720dd238e4625a1adb8c8d7.tar.gz
Copyright notice update: added 2011 with
perl -pi -e 's/2010 Free Software/2010, 2011 Free Software/' **/*(^/) under zsh, reverting the ChangeLog file and the m4 and tools/mbench directories. git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@7389 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'src/inp_str.c')
-rw-r--r--src/inp_str.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/inp_str.c b/src/inp_str.c
index 7925a3643..b7d47bd52 100644
--- a/src/inp_str.c
+++ b/src/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, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
+Copyright 1999, 2001, 2002, 2004, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
Contributed by the Arenaire and Caramel projects, INRIA.
(Copied from GMP, file mpf/inp_str.c)