summaryrefslogtreecommitdiff
path: root/tests/mpz
diff options
context:
space:
mode:
authortege <tege@gmplib.org>2002-05-14 18:59:44 +0200
committertege <tege@gmplib.org>2002-05-14 18:59:44 +0200
commitd024a305ef7bae0e84fbae558381589ab8006b34 (patch)
tree14ba68798bae6dfc1204c98eec4a9843a8c9c725 /tests/mpz
parent8ff1ddeac009c1e5a290c78d384f54547d57e529 (diff)
downloadgmp-d024a305ef7bae0e84fbae558381589ab8006b34.tar.gz
Add a copyright year.
Diffstat (limited to 'tests/mpz')
-rw-r--r--tests/mpz/bit.c2
-rw-r--r--tests/mpz/convert.c3
-rw-r--r--tests/mpz/t-aorsmul.c2
-rw-r--r--tests/mpz/t-gcd.c4
-rw-r--r--tests/mpz/t-mul.c4
-rw-r--r--tests/mpz/t-powm_ui.c3
-rw-r--r--tests/mpz/t-scan.c2
-rw-r--r--tests/mpz/t-sizeinbase.c2
-rw-r--r--tests/mpz/t-sqrtrem.c3
9 files changed, 14 insertions, 11 deletions
diff --git a/tests/mpz/bit.c b/tests/mpz/bit.c
index 6633ee482..70114ef14 100644
--- a/tests/mpz/bit.c
+++ b/tests/mpz/bit.c
@@ -1,6 +1,6 @@
/* Test mpz_setbit, mpz_clrbit, mpz_tstbit.
-Copyright 1997, 2000, 2001 Free Software Foundation, Inc.
+Copyright 1997, 2000, 2001, 2002 Free Software Foundation, Inc.
This file is part of the GNU MP Library.
diff --git a/tests/mpz/convert.c b/tests/mpz/convert.c
index 2e15f2236..a636412e1 100644
--- a/tests/mpz/convert.c
+++ b/tests/mpz/convert.c
@@ -1,6 +1,7 @@
/* Test conversion using mpz_get_str and mpz_set_str.
-Copyright 1993, 1994, 1996, 1999, 2000, 2001 Free Software Foundation, Inc.
+Copyright 1993, 1994, 1996, 1999, 2000, 2001, 2002 Free Software Foundation,
+Inc.
This file is part of the GNU MP Library.
diff --git a/tests/mpz/t-aorsmul.c b/tests/mpz/t-aorsmul.c
index 1463806f0..434376858 100644
--- a/tests/mpz/t-aorsmul.c
+++ b/tests/mpz/t-aorsmul.c
@@ -1,6 +1,6 @@
/* Test mpz_addmul, mpz_addmul_ui, mpz_submul, mpz_submul_ui.
-Copyright 2001 Free Software Foundation, Inc.
+Copyright 2001, 2002 Free Software Foundation, Inc.
This file is part of the GNU MP Library.
diff --git a/tests/mpz/t-gcd.c b/tests/mpz/t-gcd.c
index 3ba3e4632..74bf3cfdc 100644
--- a/tests/mpz/t-gcd.c
+++ b/tests/mpz/t-gcd.c
@@ -1,8 +1,8 @@
/* Test mpz_gcd, mpz_gcdext, mpz_mul, mpz_tdiv_r, mpz_add, mpz_cmp,
mpz_cmp_ui, mpz_init_set, mpz_set, mpz_clear.
-Copyright 1991, 1993, 1994, 1996, 1997, 2000, 2001 Free Software Foundation,
-Inc.
+Copyright 1991, 1993, 1994, 1996, 1997, 2000, 2001, 2002 Free Software
+Foundation, Inc.
This file is part of the GNU MP Library.
diff --git a/tests/mpz/t-mul.c b/tests/mpz/t-mul.c
index 04dd36fe9..e5c2f47ba 100644
--- a/tests/mpz/t-mul.c
+++ b/tests/mpz/t-mul.c
@@ -1,7 +1,7 @@
/* Test mpz_cmp, mpz_cmp_ui, mpz_tdiv_qr, mpz_mul.
-Copyright 1991, 1993, 1994, 1996, 1997, 2000, 2001 Free Software Foundation,
-Inc.
+Copyright 1991, 1993, 1994, 1996, 1997, 2000, 2001, 2002 Free Software
+Foundation, Inc.
This file is part of the GNU MP Library.
diff --git a/tests/mpz/t-powm_ui.c b/tests/mpz/t-powm_ui.c
index 16049f242..a75893ab1 100644
--- a/tests/mpz/t-powm_ui.c
+++ b/tests/mpz/t-powm_ui.c
@@ -1,6 +1,7 @@
/* Test mpz_powm_ui, mpz_mul. mpz_mod.
-Copyright 1991, 1993, 1994, 1996, 1997, 2000, 2001 Free Software Foundation, Inc.
+Copyright 1991, 1993, 1994, 1996, 1997, 2000, 2001, 2002 Free Software
+Foundation, Inc.
This file is part of the GNU MP Library.
diff --git a/tests/mpz/t-scan.c b/tests/mpz/t-scan.c
index 155b1d2eb..a08e1671a 100644
--- a/tests/mpz/t-scan.c
+++ b/tests/mpz/t-scan.c
@@ -1,6 +1,6 @@
/* Tests of mpz_scan0 and mpz_scan1.
-Copyright 2000, 2001 Free Software Foundation, Inc.
+Copyright 2000, 2001, 2002 Free Software Foundation, Inc.
This file is part of the GNU MP Library.
diff --git a/tests/mpz/t-sizeinbase.c b/tests/mpz/t-sizeinbase.c
index 6328ee2f9..10f667240 100644
--- a/tests/mpz/t-sizeinbase.c
+++ b/tests/mpz/t-sizeinbase.c
@@ -1,6 +1,6 @@
/* Test mpz_sizeinbase.
-Copyright 2001 Free Software Foundation, Inc.
+Copyright 2001, 2002 Free Software Foundation, Inc.
This file is part of the GNU MP Library.
diff --git a/tests/mpz/t-sqrtrem.c b/tests/mpz/t-sqrtrem.c
index 631a207a0..cfde2995b 100644
--- a/tests/mpz/t-sqrtrem.c
+++ b/tests/mpz/t-sqrtrem.c
@@ -1,6 +1,7 @@
/* Test mpz_add, mpz_add_ui, mpz_cmp, mpz_cmp, mpz_mul, mpz_sqrtrem.
-Copyright 1991, 1993, 1994, 1996, 2000, 2001 Free Software Foundation, Inc.
+Copyright 1991, 1993, 1994, 1996, 2000, 2001, 2002 Free Software Foundation,
+Inc.
This file is part of the GNU MP Library.