summaryrefslogtreecommitdiff
path: root/mpz/cmp_si.c
diff options
context:
space:
mode:
Diffstat (limited to 'mpz/cmp_si.c')
-rw-r--r--mpz/cmp_si.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/mpz/cmp_si.c b/mpz/cmp_si.c
index 981e51e1e..3cdb10380 100644
--- a/mpz/cmp_si.c
+++ b/mpz/cmp_si.c
@@ -1,8 +1,8 @@
/* mpz_cmp_si(u,v) -- Compare an integer U with a single-word int V.
Return positive, zero, or negative based on if U > V, U == V, or U < V.
-Copyright 1991, 1993, 1994, 1995, 1996, 2000, 2001 Free Software Foundation,
-Inc.
+Copyright 1991, 1993, 1994, 1995, 1996, 2000, 2001, 2002 Free Software
+Foundation, Inc.
This file is part of the GNU MP Library.