summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorMarco Bodrato <bodrato@mail.dm.unipi.it>2013-01-02 04:10:50 +0100
committerMarco Bodrato <bodrato@mail.dm.unipi.it>2013-01-02 04:10:50 +0100
commit02cd4b649eceb772acc673e128b566666aeb2898 (patch)
treedea97f052c997c0b426c829a9aba9f141cfdb3e5 /tests
parentd4de258796e17aa8d2ae14ca8cd791aeb7aae614 (diff)
downloadgmp-02cd4b649eceb772acc673e128b566666aeb2898.tar.gz
Copyright year.
Diffstat (limited to 'tests')
-rw-r--r--tests/mpz/bit.c3
-rw-r--r--tests/mpz/logic.c2
2 files changed, 3 insertions, 2 deletions
diff --git a/tests/mpz/bit.c b/tests/mpz/bit.c
index d7afe2555..c13cd1cec 100644
--- a/tests/mpz/bit.c
+++ b/tests/mpz/bit.c
@@ -1,6 +1,7 @@
/* Test mpz_setbit, mpz_clrbit, mpz_tstbit.
-Copyright 1997, 2000, 2001, 2002, 2003, 2012 Free Software Foundation, Inc.
+Copyright 1997, 2000, 2001, 2002, 2003, 2012, 2013 Free Software
+Foundation, Inc.
This file is part of the GNU MP Library test suite.
diff --git a/tests/mpz/logic.c b/tests/mpz/logic.c
index 203e2f3c4..04f396c8c 100644
--- a/tests/mpz/logic.c
+++ b/tests/mpz/logic.c
@@ -1,6 +1,6 @@
/* Test mpz_com, mpz_and, mpz_ior, and mpz_xor.
-Copyright 1993, 1994, 1996, 1997, 2001 Free Software Foundation, Inc.
+Copyright 1993, 1994, 1996, 1997, 2001, 2013 Free Software Foundation, Inc.
This file is part of the GNU MP Library test suite.