summaryrefslogtreecommitdiff
path: root/mpz/cmpabs.c
diff options
context:
space:
mode:
authorMarco Bodrato <bodrato@mail.dm.unipi.it>2020-03-11 21:20:57 +0100
committerMarco Bodrato <bodrato@mail.dm.unipi.it>2020-03-11 21:20:57 +0100
commit9c1ce105afd705221fe4e7b630500bdbdb5337c7 (patch)
tree985c7c8c4d2b25f26914d8541d8a910a2a809c2a /mpz/cmpabs.c
parent96e86cd2704eb6580fd494699c9099ca901c898e (diff)
downloadgmp-9c1ce105afd705221fe4e7b630500bdbdb5337c7.tar.gz
ChangeLog
Diffstat (limited to 'mpz/cmpabs.c')
-rw-r--r--mpz/cmpabs.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/mpz/cmpabs.c b/mpz/cmpabs.c
index fb1ddc9d8..7e9f160a2 100644
--- a/mpz/cmpabs.c
+++ b/mpz/cmpabs.c
@@ -1,8 +1,8 @@
/* mpz_cmpabs(u,v) -- Compare U, V. Return positive, zero, or negative
based on if U > V, U == V, or U < V.
-Copyright 1991, 1993, 1994, 1996, 1997, 2000-2002 Free Software Foundation,
-Inc.
+Copyright 1991, 1993, 1994, 1996, 1997, 2000-2002, 2020 Free Software
+Foundation, Inc.
This file is part of the GNU MP Library.