diff options
author | tege <tege@gmplib.org> | 2005-11-01 00:20:34 +0100 |
---|---|---|
committer | tege <tege@gmplib.org> | 2005-11-01 00:20:34 +0100 |
commit | 9f9e94507cef689067411684ac7eed4c76d58f53 (patch) | |
tree | 6696a0e096595ee2452c0cd28f1e58d09afb617a /mpz/fdiv_ui.c | |
parent | a6f4d0b7bd8fb555d493a9a6f2d44e0eb06ca3be (diff) | |
download | gmp-9f9e94507cef689067411684ac7eed4c76d58f53.tar.gz |
Add a copyright year.
Diffstat (limited to 'mpz/fdiv_ui.c')
-rw-r--r-- | mpz/fdiv_ui.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mpz/fdiv_ui.c b/mpz/fdiv_ui.c index 2bb707e12..bdaf98750 100644 --- a/mpz/fdiv_ui.c +++ b/mpz/fdiv_ui.c @@ -1,7 +1,8 @@ /* mpz_fdiv_ui -- Division rounding the quotient towards -infinity. The remainder gets the same sign as the denominator. -Copyright 1994, 1995, 1996, 2001, 2002, 2004 Free Software Foundation, Inc. +Copyright 1994, 1995, 1996, 2001, 2002, 2004, 2005 Free Software Foundation, +Inc. This file is part of the GNU MP Library. |