summaryrefslogtreecommitdiff
path: root/mpz/fdiv_qr.c
diff options
context:
space:
mode:
authortege <tege@gmplib.org>2000-06-07 10:32:07 +0200
committertege <tege@gmplib.org>2000-06-07 10:32:07 +0200
commitc4ffeadf859a5b4007d0a88446e7b3ed51edb38a (patch)
treef5bf5ba42c9bd71681a3dfff8e3e07375695faa1 /mpz/fdiv_qr.c
parent736d95eaf6bdf40455e6ec63c2ad229f564122a6 (diff)
downloadgmp-c4ffeadf859a5b4007d0a88446e7b3ed51edb38a.tar.gz
Add a copyright year.
Diffstat (limited to 'mpz/fdiv_qr.c')
-rw-r--r--mpz/fdiv_qr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mpz/fdiv_qr.c b/mpz/fdiv_qr.c
index 1120fa01f..28ceab8b0 100644
--- a/mpz/fdiv_qr.c
+++ b/mpz/fdiv_qr.c
@@ -1,7 +1,7 @@
/* mpz_fdiv_qr -- Division rounding the quotient towards -infinity.
The remainder gets the same sign as the denominator.
-Copyright (C) 1994, 1995, 1996 Free Software Foundation, Inc.
+Copyright (C) 1994, 1995, 1996, 2000 Free Software Foundation, Inc.
This file is part of the GNU MP Library.