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 /mpz/sizeinbase.c | |
parent | 8dc1c7a622ee6b3f2bf0c236a98451ee3be824ff (diff) | |
download | gmp-5e84964c324f36844d7ab53bc556abdad19712c6.tar.gz |
Collapse copyright years.
Diffstat (limited to 'mpz/sizeinbase.c')
-rw-r--r-- | mpz/sizeinbase.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mpz/sizeinbase.c b/mpz/sizeinbase.c index d70e87832..87c013279 100644 --- a/mpz/sizeinbase.c +++ b/mpz/sizeinbase.c @@ -2,7 +2,7 @@ character the integer X would have printed in base BASE. The approximation is never too small. -Copyright 1991, 1993, 1994, 1995, 2001, 2002 Free Software Foundation, Inc. +Copyright 1991, 1993-1995, 2001, 2002 Free Software Foundation, Inc. This file is part of the GNU MP Library. |