summaryrefslogtreecommitdiff
path: root/mpz/tdiv_ui.c
diff options
context:
space:
mode:
authortege <tege@gmplib.org>2002-05-14 18:59:44 +0200
committertege <tege@gmplib.org>2002-05-14 18:59:44 +0200
commitd024a305ef7bae0e84fbae558381589ab8006b34 (patch)
tree14ba68798bae6dfc1204c98eec4a9843a8c9c725 /mpz/tdiv_ui.c
parent8ff1ddeac009c1e5a290c78d384f54547d57e529 (diff)
downloadgmp-d024a305ef7bae0e84fbae558381589ab8006b34.tar.gz
Add a copyright year.
Diffstat (limited to 'mpz/tdiv_ui.c')
-rw-r--r--mpz/tdiv_ui.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/mpz/tdiv_ui.c b/mpz/tdiv_ui.c
index 406fbc4b2..ec4390120 100644
--- a/mpz/tdiv_ui.c
+++ b/mpz/tdiv_ui.c
@@ -1,7 +1,7 @@
/* mpz_tdiv_ui(dividend, divisor_limb) -- Return DIVDEND mod DIVISOR_LIMB.
-Copyright 1991, 1993, 1994, 1996, 1997, 1998, 2001 Free Software Foundation,
-Inc.
+Copyright 1991, 1993, 1994, 1996, 1997, 1998, 2001, 2002 Free Software
+Foundation, Inc.
This file is part of the GNU MP Library.