summaryrefslogtreecommitdiff
path: root/mpz/cmpabs.c
diff options
context:
space:
mode:
authorKevin Ryde <user42@zip.com.au>2000-04-12 21:10:48 +0200
committerKevin Ryde <user42@zip.com.au>2000-04-12 21:10:48 +0200
commitea66c781140e3d6d28fdf7ff0c3e0c8342703db1 (patch)
treeab2824cab083948a3d7ccf8262a324e56fb7f59d /mpz/cmpabs.c
parentb43fefafa5215e11b7be1a8338f4fdac7162564a (diff)
downloadgmp-ea66c781140e3d6d28fdf7ff0c3e0c8342703db1.tar.gz
Add a copyright year.
Diffstat (limited to 'mpz/cmpabs.c')
-rw-r--r--mpz/cmpabs.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/mpz/cmpabs.c b/mpz/cmpabs.c
index 71bc4237f..528e7bf3b 100644
--- a/mpz/cmpabs.c
+++ b/mpz/cmpabs.c
@@ -1,7 +1,8 @@
/* mpz_cmpabs(u,v) -- Compare U, V. Return postive, zero, or negative
based on if U > V, U == V, or U < V.
-Copyright (C) 1991, 1993, 1994, 1996, 1997 Free Software Foundation, Inc.
+Copyright (C) 1991, 1993, 1994, 1996, 1997, 2000 Free Software Foundation,
+Inc.
This file is part of the GNU MP Library.