summaryrefslogtreecommitdiff
path: root/mpz/set_str.c
diff options
context:
space:
mode:
authortege <tege@gmplib.org>2002-05-23 20:05:55 +0200
committertege <tege@gmplib.org>2002-05-23 20:05:55 +0200
commit5df4c0ef82215be2c7f3f8c8f0046ee3a77d1410 (patch)
tree5e777c61a270aae5fd1cca801d7e5902dbf6a16f /mpz/set_str.c
parente72b04e09613d5ca8bbb31cea217c6b4d5a47320 (diff)
downloadgmp-5df4c0ef82215be2c7f3f8c8f0046ee3a77d1410.tar.gz
Add a copyright year.
Diffstat (limited to 'mpz/set_str.c')
-rw-r--r--mpz/set_str.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mpz/set_str.c b/mpz/set_str.c
index 4027527e0..420fa97c2 100644
--- a/mpz/set_str.c
+++ b/mpz/set_str.c
@@ -4,7 +4,7 @@
the base in the C standard way, i.e. 0xhh...h means base 16,
0oo...o means base 8, otherwise assume base 10.
-Copyright 1991, 1993, 1994, 1996, 1997, 1998, 2000, 2001 Free Software
+Copyright 1991, 1993, 1994, 1996, 1997, 1998, 2000, 2001, 2002 Free Software
Foundation, Inc.
This file is part of the GNU MP Library.