summaryrefslogtreecommitdiff
path: root/mpz/inp_str.c
diff options
context:
space:
mode:
Diffstat (limited to 'mpz/inp_str.c')
-rw-r--r--mpz/inp_str.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mpz/inp_str.c b/mpz/inp_str.c
index 6545797c3..b21df2812 100644
--- a/mpz/inp_str.c
+++ b/mpz/inp_str.c
@@ -1,7 +1,7 @@
/* mpz_inp_str(dest_integer, stream, base) -- Input a number in base
BASE from stdio stream STREAM and store the result in DEST_INTEGER.
-Copyright (C) 1991, 1993, 1994, 1996, 1998 Free Software Foundation, Inc.
+Copyright (C) 1991, 1993, 1994, 1996, 1998, 2000 Free Software Foundation, Inc.
This file is part of the GNU MP Library.