summaryrefslogtreecommitdiff
path: root/tests/rand
diff options
context:
space:
mode:
authorTorbjorn Granlund <tege@gmplib.org>2013-12-02 20:31:04 +0100
committerTorbjorn Granlund <tege@gmplib.org>2013-12-02 20:31:04 +0100
commitd5e9576b847394f828d3a8194b5cdaa99676c756 (patch)
tree6b02383eb31a6bd87993ed6182697b74885a84cd /tests/rand
parent5e84964c324f36844d7ab53bc556abdad19712c6 (diff)
downloadgmp-d5e9576b847394f828d3a8194b5cdaa99676c756.tar.gz
Use https to link to GNU license.
Diffstat (limited to 'tests/rand')
-rw-r--r--tests/rand/Makefile.am2
-rw-r--r--tests/rand/findlc.c2
-rw-r--r--tests/rand/gen.c2
-rw-r--r--tests/rand/gmpstat.h2
-rw-r--r--tests/rand/spect.c2
-rw-r--r--tests/rand/stat.c2
-rw-r--r--tests/rand/statlib.c2
-rw-r--r--tests/rand/t-iset.c2
-rw-r--r--tests/rand/t-lc2exp.c2
-rw-r--r--tests/rand/t-mt.c2
-rw-r--r--tests/rand/t-rand.c2
-rw-r--r--tests/rand/t-urbui.c2
-rw-r--r--tests/rand/t-urmui.c2
-rw-r--r--tests/rand/t-urndmm.c2
-rw-r--r--tests/rand/zdiv_round.c2
15 files changed, 15 insertions, 15 deletions
diff --git a/tests/rand/Makefile.am b/tests/rand/Makefile.am
index 0e769044c..ed585b7ed 100644
--- a/tests/rand/Makefile.am
+++ b/tests/rand/Makefile.am
@@ -15,7 +15,7 @@
# Public License for more details.
#
# 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/.
+# the GNU MP Library test suite. If not, see https://www.gnu.org/licenses/.
INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/tests
diff --git a/tests/rand/findlc.c b/tests/rand/findlc.c
index 89a452c5a..2406c3b64 100644
--- a/tests/rand/findlc.c
+++ b/tests/rand/findlc.c
@@ -14,7 +14,7 @@ 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 General Public License along with
-the GNU MP Library test suite. If not, see http://www.gnu.org/licenses/. */
+the GNU MP Library test suite. If not, see https://www.gnu.org/licenses/. */
#include <stdio.h>
#include <stdlib.h>
diff --git a/tests/rand/gen.c b/tests/rand/gen.c
index ea6d0e751..65401e375 100644
--- a/tests/rand/gen.c
+++ b/tests/rand/gen.c
@@ -15,7 +15,7 @@ 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 General Public License along with
-the GNU MP Library test suite. If not, see http://www.gnu.org/licenses/. */
+the GNU MP Library test suite. If not, see https://www.gnu.org/licenses/. */
/* Examples:
diff --git a/tests/rand/gmpstat.h b/tests/rand/gmpstat.h
index 4b9af70be..99c5cca19 100644
--- a/tests/rand/gmpstat.h
+++ b/tests/rand/gmpstat.h
@@ -16,7 +16,7 @@ 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 General Public License along with
-the GNU MP Library test suite. If not, see http://www.gnu.org/licenses/. */
+the GNU MP Library test suite. If not, see https://www.gnu.org/licenses/. */
/* This file requires the following header files: gmp.h */
diff --git a/tests/rand/spect.c b/tests/rand/spect.c
index 545374dae..194dfca31 100644
--- a/tests/rand/spect.c
+++ b/tests/rand/spect.c
@@ -16,7 +16,7 @@ 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 General Public License along with
-the GNU MP Library test suite. If not, see http://www.gnu.org/licenses/. */
+the GNU MP Library test suite. If not, see https://www.gnu.org/licenses/. */
/* T is upper dimension. Z_A is the LC multiplier, which is
relatively prime to Z_M, the LC modulus. The result is put in
diff --git a/tests/rand/stat.c b/tests/rand/stat.c
index a68486ac7..1285ccfb9 100644
--- a/tests/rand/stat.c
+++ b/tests/rand/stat.c
@@ -16,7 +16,7 @@ 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 General Public License along with
-the GNU MP Library test suite. If not, see http://www.gnu.org/licenses/. */
+the GNU MP Library test suite. If not, see https://www.gnu.org/licenses/. */
/* Examples:
diff --git a/tests/rand/statlib.c b/tests/rand/statlib.c
index a5f1b3d20..7cecd6dee 100644
--- a/tests/rand/statlib.c
+++ b/tests/rand/statlib.c
@@ -17,7 +17,7 @@ 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 General Public License along with
-the GNU MP Library test suite. If not, see http://www.gnu.org/licenses/. */
+the GNU MP Library test suite. If not, see https://www.gnu.org/licenses/. */
/* The theories for these functions are taken from D. Knuth's "The Art
of Computer Programming: Volume 2, Seminumerical Algorithms", Third
diff --git a/tests/rand/t-iset.c b/tests/rand/t-iset.c
index f84c3a63c..0414037c1 100644
--- a/tests/rand/t-iset.c
+++ b/tests/rand/t-iset.c
@@ -15,7 +15,7 @@ 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 General Public License along with
-the GNU MP Library test suite. If not, see http://www.gnu.org/licenses/. */
+the GNU MP Library test suite. If not, see https://www.gnu.org/licenses/. */
#include <stdio.h>
#include <stdlib.h>
diff --git a/tests/rand/t-lc2exp.c b/tests/rand/t-lc2exp.c
index b2e3e13e8..b524441f2 100644
--- a/tests/rand/t-lc2exp.c
+++ b/tests/rand/t-lc2exp.c
@@ -15,7 +15,7 @@ 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 General Public License along with
-the GNU MP Library test suite. If not, see http://www.gnu.org/licenses/. */
+the GNU MP Library test suite. If not, see https://www.gnu.org/licenses/. */
#include <stdio.h>
#include <stdlib.h>
diff --git a/tests/rand/t-mt.c b/tests/rand/t-mt.c
index 7bb0d4f69..3aabffe88 100644
--- a/tests/rand/t-mt.c
+++ b/tests/rand/t-mt.c
@@ -15,7 +15,7 @@ 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 General Public License along with
-the GNU MP Library test suite. If not, see http://www.gnu.org/licenses/. */
+the GNU MP Library test suite. If not, see https://www.gnu.org/licenses/. */
#include <stdio.h>
#include "gmp.h"
diff --git a/tests/rand/t-rand.c b/tests/rand/t-rand.c
index 1eb33c1ef..ceaa8cb50 100644
--- a/tests/rand/t-rand.c
+++ b/tests/rand/t-rand.c
@@ -16,7 +16,7 @@ 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 General Public License along with
-the GNU MP Library test suite. If not, see http://www.gnu.org/licenses/. */
+the GNU MP Library test suite. If not, see https://www.gnu.org/licenses/. */
#include <stdlib.h>
#include <stdio.h>
diff --git a/tests/rand/t-urbui.c b/tests/rand/t-urbui.c
index 59d80e0bb..bac8b6d5a 100644
--- a/tests/rand/t-urbui.c
+++ b/tests/rand/t-urbui.c
@@ -15,7 +15,7 @@ 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 General Public License along with
-the GNU MP Library test suite. If not, see http://www.gnu.org/licenses/. */
+the GNU MP Library test suite. If not, see https://www.gnu.org/licenses/. */
#include <stdio.h>
#include <stdlib.h>
diff --git a/tests/rand/t-urmui.c b/tests/rand/t-urmui.c
index c32688225..c58d740f4 100644
--- a/tests/rand/t-urmui.c
+++ b/tests/rand/t-urmui.c
@@ -15,7 +15,7 @@ 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 General Public License along with
-the GNU MP Library test suite. If not, see http://www.gnu.org/licenses/. */
+the GNU MP Library test suite. If not, see https://www.gnu.org/licenses/. */
#include <stdio.h>
#include <stdlib.h>
diff --git a/tests/rand/t-urndmm.c b/tests/rand/t-urndmm.c
index 99eba0d40..d5a9217b4 100644
--- a/tests/rand/t-urndmm.c
+++ b/tests/rand/t-urndmm.c
@@ -15,7 +15,7 @@ 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 General Public License along with
-the GNU MP Library test suite. If not, see http://www.gnu.org/licenses/. */
+the GNU MP Library test suite. If not, see https://www.gnu.org/licenses/. */
#include <stdio.h>
#include "gmp.h"
diff --git a/tests/rand/zdiv_round.c b/tests/rand/zdiv_round.c
index 7a200515f..3a91e3092 100644
--- a/tests/rand/zdiv_round.c
+++ b/tests/rand/zdiv_round.c
@@ -16,7 +16,7 @@ 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 General Public License along with
-the GNU MP Library test suite. If not, see http://www.gnu.org/licenses/. */
+the GNU MP Library test suite. If not, see https://www.gnu.org/licenses/. */
#include "gmp.h"