diff options
Diffstat (limited to 'mpz/tdiv_r_ui.c')
-rw-r--r-- | mpz/tdiv_r_ui.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mpz/tdiv_r_ui.c b/mpz/tdiv_r_ui.c index 2ea411fda..26f3db919 100644 --- a/mpz/tdiv_r_ui.c +++ b/mpz/tdiv_r_ui.c @@ -1,7 +1,7 @@ /* mpz_tdiv_r_ui(rem, dividend, divisor_limb) -- Set REM to DIVDEND mod DIVISOR_LIMB. -Copyright (C) 1991, 1993, 1994, 1996, 1998 Free Software Foundation, Inc. +Copyright 1991, 1993, 1994, 1996, 1998 Free Software Foundation, Inc. This file is part of the GNU MP Library. |