diff options
author | tege <tege@gmplib.org> | 2002-05-14 18:59:44 +0200 |
---|---|---|
committer | tege <tege@gmplib.org> | 2002-05-14 18:59:44 +0200 |
commit | d024a305ef7bae0e84fbae558381589ab8006b34 (patch) | |
tree | 14ba68798bae6dfc1204c98eec4a9843a8c9c725 /mpz/fac_ui.c | |
parent | 8ff1ddeac009c1e5a290c78d384f54547d57e529 (diff) | |
download | gmp-d024a305ef7bae0e84fbae558381589ab8006b34.tar.gz |
Add a copyright year.
Diffstat (limited to 'mpz/fac_ui.c')
-rw-r--r-- | mpz/fac_ui.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mpz/fac_ui.c b/mpz/fac_ui.c index 0142ab07a..48ce4e39f 100644 --- a/mpz/fac_ui.c +++ b/mpz/fac_ui.c @@ -1,6 +1,7 @@ /* mpz_fac_ui(result, n) -- Set RESULT to N!. -Copyright 1991, 1993, 1994, 1995, 2000, 2001 Free Software Foundation, Inc. +Copyright 1991, 1993, 1994, 1995, 2000, 2001, 2002 Free Software Foundation, +Inc. This file is part of the GNU MP Library. |