diff options
author | Torbjorn Granlund <tege@gmplib.org> | 2013-11-28 16:50:42 +0100 |
---|---|---|
committer | Torbjorn Granlund <tege@gmplib.org> | 2013-11-28 16:50:42 +0100 |
commit | 5e84964c324f36844d7ab53bc556abdad19712c6 (patch) | |
tree | fa7d302d8d4cb0c507a646fd9907aee5a9ec6a1b /mpf/set_str.c | |
parent | 8dc1c7a622ee6b3f2bf0c236a98451ee3be824ff (diff) | |
download | gmp-5e84964c324f36844d7ab53bc556abdad19712c6.tar.gz |
Collapse copyright years.
Diffstat (limited to 'mpf/set_str.c')
-rw-r--r-- | mpf/set_str.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mpf/set_str.c b/mpf/set_str.c index be70c6f1d..b2b4f2a05 100644 --- a/mpf/set_str.c +++ b/mpf/set_str.c @@ -2,8 +2,8 @@ in base BASE to a float in dest. If BASE is zero, the leading characters of STRING is used to figure out the base. -Copyright 1993, 1994, 1995, 1996, 1997, 2000, 2001, 2002, 2003, 2005, 2007, -2008, 2011, 2013 Free Software Foundation, Inc. +Copyright 1993-1997, 2000-2003, 2005, 2007, 2008, 2011, 2013 Free Software +Foundation, Inc. This file is part of the GNU MP Library. |