summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarco Bodrato <bodrato@mail.dm.unipi.it>2021-02-09 18:32:31 +0100
committerMarco Bodrato <bodrato@mail.dm.unipi.it>2021-02-09 18:32:31 +0100
commit798625e18d65d28740e92006cea8b90ca1f1c559 (patch)
tree9a06bad1faf02bac5d2b772e1d060f8aedb5bd46
parentb74fe7dc1c471db3dadba82e2aa495992886cd5e (diff)
downloadgmp-798625e18d65d28740e92006cea8b90ca1f1c559.tar.gz
Copyright year
-rw-r--r--mini-gmp/mini-gmp.c2
-rw-r--r--mpn/generic/binvert.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/mini-gmp/mini-gmp.c b/mini-gmp/mini-gmp.c
index 79c25ce1c..28b159752 100644
--- a/mini-gmp/mini-gmp.c
+++ b/mini-gmp/mini-gmp.c
@@ -2,7 +2,7 @@
Contributed to the GNU project by Niels Möller
-Copyright 1991-1997, 1999-2020 Free Software Foundation, Inc.
+Copyright 1991-1997, 1999-2021 Free Software Foundation, Inc.
This file is part of the GNU MP Library.
diff --git a/mpn/generic/binvert.c b/mpn/generic/binvert.c
index f1bfe031d..a170e66bf 100644
--- a/mpn/generic/binvert.c
+++ b/mpn/generic/binvert.c
@@ -6,7 +6,7 @@
SAFE TO REACH THEM THROUGH DOCUMENTED INTERFACES. IN FACT, IT IS ALMOST
GUARANTEED THAT THEY WILL CHANGE OR DISAPPEAR IN A FUTURE GMP RELEASE.
-Copyright (C) 2004-2007, 2009, 2012, 2017 Free Software Foundation, Inc.
+Copyright (C) 2004-2007, 2009, 2012, 2017, 2021 Free Software Foundation, Inc.
This file is part of the GNU MP Library.