summaryrefslogtreecommitdiff
path: root/mpz/cmpabs_ui.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_ui.c
parentb43fefafa5215e11b7be1a8338f4fdac7162564a (diff)
downloadgmp-ea66c781140e3d6d28fdf7ff0c3e0c8342703db1.tar.gz
Add a copyright year.
Diffstat (limited to 'mpz/cmpabs_ui.c')
-rw-r--r--mpz/cmpabs_ui.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/mpz/cmpabs_ui.c b/mpz/cmpabs_ui.c
index 56a675d0f..913562d3c 100644
--- a/mpz/cmpabs_ui.c
+++ b/mpz/cmpabs_ui.c
@@ -1,7 +1,8 @@
/* mpz_cmpabs_ui.c -- Compare a mpz_t a with an mp_limb_t b. Return positive,
zero, or negative based on if a > b, a == b, or a < b.
-Copyright (C) 1991, 1993, 1994, 1995, 1997 Free Software Foundation, Inc.
+Copyright (C) 1991, 1993, 1994, 1995, 1997, 2000 Free Software Foundation,
+Inc.
This file is part of the GNU MP Library.