diff options
Diffstat (limited to 'mpz/realloc.c')
-rw-r--r-- | mpz/realloc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mpz/realloc.c b/mpz/realloc.c index 6382f6112..b9f096bda 100644 --- a/mpz/realloc.c +++ b/mpz/realloc.c @@ -1,6 +1,6 @@ /* _mpz_realloc -- make the mpz_t have NEW_SIZE digits allocated. -Copyright 1991, 1993, 1994, 1995 Free Software Foundation, Inc. +Copyright 1991, 1993, 1994, 1995, 2000 Free Software Foundation, Inc. This file is part of the GNU MP Library. |