summaryrefslogtreecommitdiff
path: root/mpz
diff options
context:
space:
mode:
authorKevin Ryde <user42@zip.com.au>2000-07-01 02:41:27 +0200
committerKevin Ryde <user42@zip.com.au>2000-07-01 02:41:27 +0200
commit96aab2bf3bfa49334f0249e1dd1801daad42a37b (patch)
tree404c25f9cb9e89b8c18543c1e6cbbf12a6e7e5b0 /mpz
parent390f2317ef64319f20358e67ad6840d33095a90b (diff)
downloadgmp-96aab2bf3bfa49334f0249e1dd1801daad42a37b.tar.gz
Add a copyright year.
Diffstat (limited to 'mpz')
-rw-r--r--mpz/perfsqr.c2
-rw-r--r--mpz/tests/t-powm.c3
2 files changed, 3 insertions, 2 deletions
diff --git a/mpz/perfsqr.c b/mpz/perfsqr.c
index 62a0c3f99..f1aed4aa7 100644
--- a/mpz/perfsqr.c
+++ b/mpz/perfsqr.c
@@ -1,7 +1,7 @@
/* mpz_perfect_square_p(arg) -- Return non-zero if ARG is a perfect square,
zero otherwise.
-Copyright (C) 1991, 1993, 1994, 1996 Free Software Foundation, Inc.
+Copyright (C) 1991, 1993, 1994, 1996, 2000 Free Software Foundation, Inc.
This file is part of the GNU MP Library.
diff --git a/mpz/tests/t-powm.c b/mpz/tests/t-powm.c
index 5919484ad..4578a160a 100644
--- a/mpz/tests/t-powm.c
+++ b/mpz/tests/t-powm.c
@@ -1,6 +1,7 @@
/* Test mpz_powm, mpz_mul. mpz_mod, mpz_mod_ui, mpz_div_ui.
-Copyright (C) 1991, 1993, 1994, 1996, 1999 Free Software Foundation, Inc.
+Copyright (C) 1991, 1993, 1994, 1996, 1999, 2000 Free Software Foundation,
+Inc.
This file is part of the GNU MP Library.