summaryrefslogtreecommitdiff
path: root/mpz
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
parent96e86cd2704eb6580fd494699c9099ca901c898e (diff)
downloadgmp-9c1ce105afd705221fe4e7b630500bdbdb5337c7.tar.gz
ChangeLog
Diffstat (limited to 'mpz')
-rw-r--r--mpz/bin_ui.c3
-rw-r--r--mpz/cmp.c4
-rw-r--r--mpz/cmpabs.c4
3 files changed, 6 insertions, 5 deletions
diff --git a/mpz/bin_ui.c b/mpz/bin_ui.c
index e40af0a16..04cd3402d 100644
--- a/mpz/bin_ui.c
+++ b/mpz/bin_ui.c
@@ -1,6 +1,7 @@
/* mpz_bin_ui(RESULT, N, K) -- Set RESULT to N over K.
-Copyright 1998-2002, 2012, 2013, 2015, 2017-2018 Free Software Foundation, Inc.
+Copyright 1998-2002, 2012, 2013, 2015, 2017-2018, 2020 Free Software
+Foundation, Inc.
This file is part of the GNU MP Library.
diff --git a/mpz/cmp.c b/mpz/cmp.c
index aa4fd5563..ba4c023e9 100644
--- a/mpz/cmp.c
+++ b/mpz/cmp.c
@@ -1,8 +1,8 @@
/* mpz_cmp(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, 2001, 2002, 2011 Free Software Foundation,
-Inc.
+Copyright 1991, 1993, 1994, 1996, 2001, 2002, 2011, 2020 Free Software
+Foundation, Inc.
This file is part of the GNU MP Library.
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.