summaryrefslogtreecommitdiff
path: root/mpz
diff options
context:
space:
mode:
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.