summaryrefslogtreecommitdiff
path: root/mpz/powm_ui.c
diff options
context:
space:
mode:
Diffstat (limited to 'mpz/powm_ui.c')
-rw-r--r--mpz/powm_ui.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/mpz/powm_ui.c b/mpz/powm_ui.c
index db9e64faa..d73c3afc4 100644
--- a/mpz/powm_ui.c
+++ b/mpz/powm_ui.c
@@ -1,7 +1,7 @@
/* mpz_powm_ui(res,base,exp,mod) -- Set RES to (base**exp) mod MOD.
-Copyright 1991, 1993, 1994, 1996, 1997, 2000, 2001 Free Software Foundation,
-Inc.
+Copyright 1991, 1993, 1994, 1996, 1997, 2000, 2001, 2002 Free Software
+Foundation, Inc.
This file is part of the GNU MP Library.