summaryrefslogtreecommitdiff
path: root/tests/tests.h
diff options
context:
space:
mode:
authorTorbjorn Granlund <tege@gmplib.org>2012-11-21 16:23:16 +0100
committerTorbjorn Granlund <tege@gmplib.org>2012-11-21 16:23:16 +0100
commit1372884859fb9106a7db27815f09e8cc0ba12faf (patch)
tree432a3a4fc819904c1cca2afdb0bc616b1555c669 /tests/tests.h
parent3e904e49aee4110c57b6c621b20232d705c0012e (diff)
downloadgmp-1372884859fb9106a7db27815f09e8cc0ba12faf.tar.gz
Put all of test suite under GPL, use consistent header.
Diffstat (limited to 'tests/tests.h')
-rw-r--r--tests/tests.h22
1 files changed, 11 insertions, 11 deletions
diff --git a/tests/tests.h b/tests/tests.h
index 043dfcdee..88dea3899 100644
--- a/tests/tests.h
+++ b/tests/tests.h
@@ -3,20 +3,20 @@
Copyright 2000, 2001, 2002, 2003, 2004, 2008, 2009, 2010, 2011, 2012 Free
Software Foundation, Inc.
-This file is part of the GNU MP Library.
+This file is part of the GNU MP Library test suite.
-The GNU MP Library is free software; you can redistribute it and/or modify
-it under the terms of the GNU Lesser General Public License as published by
-the Free Software Foundation; either version 3 of the License, or (at your
-option) any later version.
+The GNU MP Library test suite is free software; you can redistribute it
+and/or modify it under the terms of the GNU General Public License as
+published by the Free Software Foundation; either version 3 of the License,
+or (at your option) any later version.
-The GNU MP Library is distributed in the hope that it will be useful, but
-WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
-or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
-License for more details.
+The GNU MP Library test suite is distributed in the hope that it will be
+useful, but WITHOUT ANY WARRANTY; without even the implied warranty of
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
+Public License for more details.
-You should have received a copy of the GNU Lesser General Public License
-along with the GNU MP Library. If not, see http://www.gnu.org/licenses/. */
+You should have received a copy of the GNU General Public License along with
+the GNU MP Library test suite. If not, see http://www.gnu.org/licenses/. */
#ifndef __TESTS_H__