summaryrefslogtreecommitdiff
path: root/tests/mpn
diff options
context:
space:
mode:
Diffstat (limited to 'tests/mpn')
-rw-r--r--tests/mpn/Makefile.am3
-rw-r--r--tests/mpn/logic.c2
-rw-r--r--tests/mpn/t-get_d.c2
-rw-r--r--tests/mpn/t-hgcd.c4
-rw-r--r--tests/mpn/t-hgcd_appr.c4
5 files changed, 7 insertions, 8 deletions
diff --git a/tests/mpn/Makefile.am b/tests/mpn/Makefile.am
index d0541e33e..8d1b761a6 100644
--- a/tests/mpn/Makefile.am
+++ b/tests/mpn/Makefile.am
@@ -1,7 +1,6 @@
## Process this file with automake to generate Makefile.in
-# Copyright 2001, 2002, 2003, 2009, 2010, 2011, 2012 Free Software Foundation,
-# Inc.
+# Copyright 2001-2003, 2009-2012 Free Software Foundation, Inc.
#
# This file is part of the GNU MP Library test suite.
#
diff --git a/tests/mpn/logic.c b/tests/mpn/logic.c
index 9ee0d5817..feb8f9936 100644
--- a/tests/mpn/logic.c
+++ b/tests/mpn/logic.c
@@ -1,7 +1,7 @@
/* Test mpn_and, mpn_ior, mpn_xor, mpn_andn, mpn_iorn, mpn_xnor, mpn_nand, and
mpn_nior.
-Copyright 2011, 2012, 2013 Free Software Foundation, Inc.
+Copyright 2011-2013 Free Software Foundation, Inc.
This file is part of the GNU MP Library test suite.
diff --git a/tests/mpn/t-get_d.c b/tests/mpn/t-get_d.c
index a98472fad..9d60881b6 100644
--- a/tests/mpn/t-get_d.c
+++ b/tests/mpn/t-get_d.c
@@ -1,6 +1,6 @@
/* Test mpn_get_d.
-Copyright 2002, 2003, 2004 Free Software Foundation, Inc.
+Copyright 2002-2004 Free Software Foundation, Inc.
This file is part of the GNU MP Library test suite.
diff --git a/tests/mpn/t-hgcd.c b/tests/mpn/t-hgcd.c
index 99357eb56..f41fc8e52 100644
--- a/tests/mpn/t-hgcd.c
+++ b/tests/mpn/t-hgcd.c
@@ -1,7 +1,7 @@
/* Test mpn_hgcd.
-Copyright 1991, 1993, 1994, 1996, 1997, 2000, 2001, 2002, 2003, 2004 Free
-Software Foundation, Inc.
+Copyright 1991, 1993, 1994, 1996, 1997, 2000-2004 Free Software Foundation,
+Inc.
This file is part of the GNU MP Library test suite.
diff --git a/tests/mpn/t-hgcd_appr.c b/tests/mpn/t-hgcd_appr.c
index 31266147d..95973319f 100644
--- a/tests/mpn/t-hgcd_appr.c
+++ b/tests/mpn/t-hgcd_appr.c
@@ -1,7 +1,7 @@
/* Test mpn_hgcd_appr.
-Copyright 1991, 1993, 1994, 1996, 1997, 2000, 2001, 2002, 2003, 2004, 2011 Free
-Software Foundation, Inc.
+Copyright 1991, 1993, 1994, 1996, 1997, 2000-2004, 2011 Free Software
+Foundation, Inc.
This file is part of the GNU MP Library test suite.