summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/mpn/t-mulmod_bnm1.c3
-rw-r--r--tests/mpz/t-nextprime.c2
2 files changed, 3 insertions, 2 deletions
diff --git a/tests/mpn/t-mulmod_bnm1.c b/tests/mpn/t-mulmod_bnm1.c
index 4fd3bb9b8..08f59bb23 100644
--- a/tests/mpn/t-mulmod_bnm1.c
+++ b/tests/mpn/t-mulmod_bnm1.c
@@ -1,8 +1,9 @@
+
/* Test for mulmod_bnm1 function.
Contributed to the GNU project by Marco Bodrato.
-Copyright 2009 Free Software Foundation, Inc.
+Copyright 2009, 2020 Free Software Foundation, Inc.
This file is part of the GNU MP Library test suite.
diff --git a/tests/mpz/t-nextprime.c b/tests/mpz/t-nextprime.c
index 67c880765..58343cec6 100644
--- a/tests/mpz/t-nextprime.c
+++ b/tests/mpz/t-nextprime.c
@@ -1,6 +1,6 @@
/* Test mpz_nextprime.
-Copyright 2009, 2015, 2018 Free Software Foundation, Inc.
+Copyright 2009, 2015, 2018, 2020 Free Software Foundation, Inc.
This file is part of the GNU MP Library test suite.