summaryrefslogtreecommitdiff
path: root/tests/refmpq.c
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/refmpq.c
parent3e904e49aee4110c57b6c621b20232d705c0012e (diff)
downloadgmp-1372884859fb9106a7db27815f09e8cc0ba12faf.tar.gz
Put all of test suite under GPL, use consistent header.
Diffstat (limited to 'tests/refmpq.c')
-rw-r--r--tests/refmpq.c22
1 files changed, 11 insertions, 11 deletions
diff --git a/tests/refmpq.c b/tests/refmpq.c
index 460a4801d..1d688a52f 100644
--- a/tests/refmpq.c
+++ b/tests/refmpq.c
@@ -2,20 +2,20 @@
Copyright 2001 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/. */
#include "gmp.h"
#include "gmp-impl.h"