[Gmp-commit] /var/hg/gmp: Put also mini-gmp test suite under GPL.
mercurial at gmplib.org
mercurial at gmplib.org
Wed Nov 21 21:45:26 CET 2012
details: /var/hg/gmp/rev/8dfcfce75031
changeset: 15132:8dfcfce75031
user: Torbjorn Granlund <tege at gmplib.org>
date: Wed Nov 21 21:45:23 2012 +0100
description:
Put also mini-gmp test suite under GPL.
diffstat:
mini-gmp/tests/Makefile | 22 +++++++++++-----------
mini-gmp/tests/hex-random.c | 22 +++++++++++-----------
mini-gmp/tests/hex-random.h | 22 +++++++++++-----------
mini-gmp/tests/mini-random.c | 22 +++++++++++-----------
mini-gmp/tests/mini-random.h | 22 +++++++++++-----------
mini-gmp/tests/t-add.c | 22 +++++++++++-----------
mini-gmp/tests/t-bitops.c | 22 +++++++++++-----------
mini-gmp/tests/t-div.c | 22 +++++++++++-----------
mini-gmp/tests/t-div_2exp.c | 22 +++++++++++-----------
mini-gmp/tests/t-double.c | 22 +++++++++++-----------
mini-gmp/tests/t-gcd.c | 22 +++++++++++-----------
mini-gmp/tests/t-invert.c | 22 +++++++++++-----------
mini-gmp/tests/t-lcm.c | 22 +++++++++++-----------
mini-gmp/tests/t-logops.c | 22 +++++++++++-----------
mini-gmp/tests/t-mul.c | 22 +++++++++++-----------
mini-gmp/tests/t-powm.c | 22 +++++++++++-----------
mini-gmp/tests/t-reuse.c | 22 +++++++++++-----------
mini-gmp/tests/t-root.c | 22 +++++++++++-----------
mini-gmp/tests/t-scan.c | 22 +++++++++++-----------
mini-gmp/tests/t-sqrt.c | 22 +++++++++++-----------
mini-gmp/tests/t-str.c | 22 +++++++++++-----------
mini-gmp/tests/t-sub.c | 22 +++++++++++-----------
22 files changed, 242 insertions(+), 242 deletions(-)
diffs (truncated from 770 to 300 lines):
diff -r eff2e89eb5bd -r 8dfcfce75031 mini-gmp/tests/Makefile
--- a/mini-gmp/tests/Makefile Wed Nov 21 16:23:16 2012 +0100
+++ b/mini-gmp/tests/Makefile Wed Nov 21 21:45:23 2012 +0100
@@ -2,20 +2,20 @@
# Copyright 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/.
srcdir=.
MINI_GMP_DIR=..
diff -r eff2e89eb5bd -r 8dfcfce75031 mini-gmp/tests/hex-random.c
--- a/mini-gmp/tests/hex-random.c Wed Nov 21 16:23:16 2012 +0100
+++ b/mini-gmp/tests/hex-random.c Wed Nov 21 21:45:23 2012 +0100
@@ -2,20 +2,20 @@
Copyright 2011, 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 <stdio.h>
#include <stdlib.h>
diff -r eff2e89eb5bd -r 8dfcfce75031 mini-gmp/tests/hex-random.h
--- a/mini-gmp/tests/hex-random.h Wed Nov 21 16:23:16 2012 +0100
+++ b/mini-gmp/tests/hex-random.h Wed Nov 21 21:45:23 2012 +0100
@@ -2,20 +2,20 @@
Copyright 2011, 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/. */
enum hex_random_op
{
diff -r eff2e89eb5bd -r 8dfcfce75031 mini-gmp/tests/mini-random.c
--- a/mini-gmp/tests/mini-random.c Wed Nov 21 16:23:16 2012 +0100
+++ b/mini-gmp/tests/mini-random.c Wed Nov 21 21:45:23 2012 +0100
@@ -2,20 +2,20 @@
Copyright 2011, 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 <stdio.h>
#include <stdlib.h>
diff -r eff2e89eb5bd -r 8dfcfce75031 mini-gmp/tests/mini-random.h
--- a/mini-gmp/tests/mini-random.h Wed Nov 21 16:23:16 2012 +0100
+++ b/mini-gmp/tests/mini-random.h Wed Nov 21 21:45:23 2012 +0100
@@ -2,20 +2,20 @@
Copyright 2011, 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 "mini-gmp.h"
#include "hex-random.h"
diff -r eff2e89eb5bd -r 8dfcfce75031 mini-gmp/tests/t-add.c
--- a/mini-gmp/tests/t-add.c Wed Nov 21 16:23:16 2012 +0100
+++ b/mini-gmp/tests/t-add.c Wed Nov 21 21:45:23 2012 +0100
@@ -2,20 +2,20 @@
Copyright 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/. */
#include <stdlib.h>
#include <stdio.h>
diff -r eff2e89eb5bd -r 8dfcfce75031 mini-gmp/tests/t-bitops.c
--- a/mini-gmp/tests/t-bitops.c Wed Nov 21 16:23:16 2012 +0100
+++ b/mini-gmp/tests/t-bitops.c Wed Nov 21 21:45:23 2012 +0100
@@ -2,20 +2,20 @@
Copyright 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/. */
#include <limits.h>
#include <stdlib.h>
diff -r eff2e89eb5bd -r 8dfcfce75031 mini-gmp/tests/t-div.c
--- a/mini-gmp/tests/t-div.c Wed Nov 21 16:23:16 2012 +0100
+++ b/mini-gmp/tests/t-div.c Wed Nov 21 21:45:23 2012 +0100
@@ -2,20 +2,20 @@
Copyright 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/. */
#include <assert.h>
#include <stdlib.h>
diff -r eff2e89eb5bd -r 8dfcfce75031 mini-gmp/tests/t-div_2exp.c
--- a/mini-gmp/tests/t-div_2exp.c Wed Nov 21 16:23:16 2012 +0100
+++ b/mini-gmp/tests/t-div_2exp.c Wed Nov 21 21:45:23 2012 +0100
@@ -2,20 +2,20 @@
Copyright 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
More information about the gmp-commit
mailing list