summaryrefslogtreecommitdiff
path: root/tests/devel
diff options
context:
space:
mode:
authortege <tege@gmplib.org>2001-11-15 20:03:07 +0100
committertege <tege@gmplib.org>2001-11-15 20:03:07 +0100
commit0601fdf10d21c68a412f6b0a883e0909d445f7cd (patch)
tree888a3807016ca3aeb7cafcdd055a9eaeb19e0ffb /tests/devel
parentf008307a6fc7b60b4d54e9f231feedc06e94701c (diff)
downloadgmp-0601fdf10d21c68a412f6b0a883e0909d445f7cd.tar.gz
Add a copyright year.
Diffstat (limited to 'tests/devel')
-rw-r--r--tests/devel/add_n.c2
-rw-r--r--tests/devel/addmul_1.c2
-rw-r--r--tests/devel/addsub_n.c2
-rw-r--r--tests/devel/addsub_n_2.c2
-rw-r--r--tests/devel/divmod_1.c2
-rw-r--r--tests/devel/divrem.c2
-rw-r--r--tests/devel/lshift.c2
-rw-r--r--tests/devel/mul_1.c2
-rw-r--r--tests/devel/rshift.c2
-rw-r--r--tests/devel/sub_n.c2
-rw-r--r--tests/devel/submul_1.c2
-rw-r--r--tests/devel/tst-addsub.c3
12 files changed, 12 insertions, 13 deletions
diff --git a/tests/devel/add_n.c b/tests/devel/add_n.c
index 7739f3661..5d43bda84 100644
--- a/tests/devel/add_n.c
+++ b/tests/devel/add_n.c
@@ -1,5 +1,5 @@
/*
-Copyright 1996, 1997, 1998, 1999, 2000 Free Software Foundation, Inc.
+Copyright 1996, 1997, 1998, 1999, 2000, 2001 Free Software Foundation, Inc.
This file is part of the GNU MP Library.
diff --git a/tests/devel/addmul_1.c b/tests/devel/addmul_1.c
index c73b9a9ce..f79434928 100644
--- a/tests/devel/addmul_1.c
+++ b/tests/devel/addmul_1.c
@@ -1,5 +1,5 @@
/*
-Copyright 1996, 1997, 1998, 1999, 2000 Free Software Foundation, Inc.
+Copyright 1996, 1997, 1998, 1999, 2000, 2001 Free Software Foundation, Inc.
This file is part of the GNU MP Library.
diff --git a/tests/devel/addsub_n.c b/tests/devel/addsub_n.c
index 984c42bbc..1223a10e2 100644
--- a/tests/devel/addsub_n.c
+++ b/tests/devel/addsub_n.c
@@ -1,5 +1,5 @@
/*
-Copyright 1999, 2000 Free Software Foundation, Inc.
+Copyright 1999, 2000, 2001 Free Software Foundation, Inc.
This file is part of the GNU MP Library.
diff --git a/tests/devel/addsub_n_2.c b/tests/devel/addsub_n_2.c
index 6630ba502..df3abac9e 100644
--- a/tests/devel/addsub_n_2.c
+++ b/tests/devel/addsub_n_2.c
@@ -1,5 +1,5 @@
/*
-Copyright 1999, 2000 Free Software Foundation, Inc.
+Copyright 1999, 2000, 2001 Free Software Foundation, Inc.
This file is part of the GNU MP Library.
diff --git a/tests/devel/divmod_1.c b/tests/devel/divmod_1.c
index 6229e9a01..d82ff5a60 100644
--- a/tests/devel/divmod_1.c
+++ b/tests/devel/divmod_1.c
@@ -1,5 +1,5 @@
/*
-Copyright 1996, 1998, 2000 Free Software Foundation, Inc.
+Copyright 1996, 1998, 2000, 2001 Free Software Foundation, Inc.
This file is part of the GNU MP Library.
diff --git a/tests/devel/divrem.c b/tests/devel/divrem.c
index 3c37e016f..15efbd3a9 100644
--- a/tests/devel/divrem.c
+++ b/tests/devel/divrem.c
@@ -1,5 +1,5 @@
/*
-Copyright 1996, 1997, 1998, 2000 Free Software Foundation, Inc.
+Copyright 1996, 1997, 1998, 2000, 2001 Free Software Foundation, Inc.
This file is part of the GNU MP Library.
diff --git a/tests/devel/lshift.c b/tests/devel/lshift.c
index 6d30ebc6c..24c340f5b 100644
--- a/tests/devel/lshift.c
+++ b/tests/devel/lshift.c
@@ -1,5 +1,5 @@
/*
-Copyright 1996, 1998, 1999, 2000 Free Software Foundation, Inc.
+Copyright 1996, 1998, 1999, 2000, 2001 Free Software Foundation, Inc.
This file is part of the GNU MP Library.
diff --git a/tests/devel/mul_1.c b/tests/devel/mul_1.c
index 5c24ef0e6..56292a6ad 100644
--- a/tests/devel/mul_1.c
+++ b/tests/devel/mul_1.c
@@ -1,5 +1,5 @@
/*
-Copyright 1996, 1997, 1998, 1999, 2000 Free Software Foundation, Inc.
+Copyright 1996, 1997, 1998, 1999, 2000, 2001 Free Software Foundation, Inc.
This file is part of the GNU MP Library.
diff --git a/tests/devel/rshift.c b/tests/devel/rshift.c
index ede74c17c..828df99a0 100644
--- a/tests/devel/rshift.c
+++ b/tests/devel/rshift.c
@@ -1,5 +1,5 @@
/*
-Copyright 1996, 1998, 1999, 2000 Free Software Foundation, Inc.
+Copyright 1996, 1998, 1999, 2000, 2001 Free Software Foundation, Inc.
This file is part of the GNU MP Library.
diff --git a/tests/devel/sub_n.c b/tests/devel/sub_n.c
index b5c933ec6..213dfa4dc 100644
--- a/tests/devel/sub_n.c
+++ b/tests/devel/sub_n.c
@@ -1,5 +1,5 @@
/*
-Copyright 1996, 1997, 1998, 1999, 2000 Free Software Foundation, Inc.
+Copyright 1996, 1997, 1998, 1999, 2000, 2001 Free Software Foundation, Inc.
This file is part of the GNU MP Library.
diff --git a/tests/devel/submul_1.c b/tests/devel/submul_1.c
index 0d0d74494..0899cee11 100644
--- a/tests/devel/submul_1.c
+++ b/tests/devel/submul_1.c
@@ -1,5 +1,5 @@
/*
-Copyright 1996, 1997, 1998, 1999, 2000 Free Software Foundation, Inc.
+Copyright 1996, 1997, 1998, 1999, 2000, 2001 Free Software Foundation, Inc.
This file is part of the GNU MP Library.
diff --git a/tests/devel/tst-addsub.c b/tests/devel/tst-addsub.c
index 2f04a47d4..a11803ba2 100644
--- a/tests/devel/tst-addsub.c
+++ b/tests/devel/tst-addsub.c
@@ -1,5 +1,4 @@
-/*
-Copyright 1996 Free Software Foundation, Inc.
+/* Copyright 1996, 2001 Free Software Foundation, Inc.
This file is part of the GNU MP Library.