summaryrefslogtreecommitdiff
path: root/mpz/root.c
diff options
context:
space:
mode:
authorKevin Ryde <user42@zip.com.au>2000-04-12 21:16:49 +0200
committerKevin Ryde <user42@zip.com.au>2000-04-12 21:16:49 +0200
commitcc94a86660fd4b3f024c7c5ec86984bfc88b9dfe (patch)
treefa08525d8026dcbe1f178c6e90f047432b02d3ad /mpz/root.c
parentea66c781140e3d6d28fdf7ff0c3e0c8342703db1 (diff)
downloadgmp-cc94a86660fd4b3f024c7c5ec86984bfc88b9dfe.tar.gz
Add a copyright year.
Diffstat (limited to 'mpz/root.c')
-rw-r--r--mpz/root.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mpz/root.c b/mpz/root.c
index b223b2f12..a25ac484b 100644
--- a/mpz/root.c
+++ b/mpz/root.c
@@ -1,7 +1,7 @@
/* mpz_root(root, u, nth) -- Set ROOT to floor(U^(1/nth)).
Return an indication if the result is exact.
-Copyright (C) 2000 Free Software Foundation, Inc.
+Copyright (C) 1999, 2000 Free Software Foundation, Inc.
This file is part of the GNU MP Library.