summaryrefslogtreecommitdiff
path: root/mpz/invert.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/invert.c
parentcc94a86660fd4b3f024c7c5ec86984bfc88b9dfe (diff)
downloadgmp-d595859b5fb90053b9dd2249352220a7b778fd0f.tar.gz
Add a copyright year.
Diffstat (limited to 'mpz/invert.c')
-rw-r--r--mpz/invert.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mpz/invert.c b/mpz/invert.c
index 90594ad8a..0c0a1c2c8 100644
--- a/mpz/invert.c
+++ b/mpz/invert.c
@@ -2,7 +2,7 @@
If X has an inverse, return non-zero and store inverse in INVERSE,
otherwise, return 0 and put garbage in INVERSE.
-Copyright (C) 1996 Free Software Foundation, Inc.
+Copyright (C) 1996, 1997, 1998, 1999, 2000 Free Software Foundation, Inc.
This file is part of the GNU MP Library.