summaryrefslogtreecommitdiff
path: root/mpz
diff options
context:
space:
mode:
Diffstat (limited to 'mpz')
-rw-r--r--mpz/init2.c2
-rw-r--r--mpz/realloc.c4
-rw-r--r--mpz/realloc2.c3
3 files changed, 5 insertions, 4 deletions
diff --git a/mpz/init2.c b/mpz/init2.c
index 118a20cae..cdb46bfc4 100644
--- a/mpz/init2.c
+++ b/mpz/init2.c
@@ -1,6 +1,6 @@
/* mpz_init2 -- initialize mpz, with requested size in bits.
-Copyright 2001, 2002, 2008, 2021 Free Software Foundation, Inc.
+Copyright 2001, 2002, 2008, 2021, 2022 Free Software Foundation, Inc.
This file is part of the GNU MP Library.
diff --git a/mpz/realloc.c b/mpz/realloc.c
index 1f738fba1..4288ef12e 100644
--- a/mpz/realloc.c
+++ b/mpz/realloc.c
@@ -1,7 +1,7 @@
/* _mpz_realloc -- make the mpz_t have NEW_ALLOC digits allocated.
-Copyright 1991, 1993-1995, 2000, 2001, 2008, 2015, 2021 Free Software
-Foundation, Inc.
+Copyright 1991, 1993-1995, 2000, 2001, 2008, 2015, 2021, 2022 Free
+Software Foundation, Inc.
This file is part of the GNU MP Library.
diff --git a/mpz/realloc2.c b/mpz/realloc2.c
index fb3011dde..633077e87 100644
--- a/mpz/realloc2.c
+++ b/mpz/realloc2.c
@@ -1,6 +1,7 @@
/* mpz_realloc2 -- change allocated data size.
-Copyright 2001, 2002, 2008, 2015, 2021 Free Software Foundation, Inc.
+Copyright 2001, 2002, 2008, 2015, 2021, 2022 Free Software Foundation,
+Inc.
This file is part of the GNU MP Library.