summaryrefslogtreecommitdiff
path: root/mpz/inp_str.c
diff options
context:
space:
mode:
authorKevin Ryde <user42@zip.com.au>2000-04-12 21:25:23 +0200
committerKevin Ryde <user42@zip.com.au>2000-04-12 21:25:23 +0200
commitd595859b5fb90053b9dd2249352220a7b778fd0f (patch)
treee4a5ec5a9cffead0633e91250349109f58a2dfa7 /mpz/inp_str.c
parentcc94a86660fd4b3f024c7c5ec86984bfc88b9dfe (diff)
downloadgmp-d595859b5fb90053b9dd2249352220a7b778fd0f.tar.gz
Add a copyright year.
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 76b867f4e..0120cde40 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 Free Software Foundation, Inc.
+Copyright (C) 1991, 1993, 1994, 1996, 1998 Free Software Foundation, Inc.
This file is part of the GNU MP Library.