summaryrefslogtreecommitdiff
path: root/tests/devel
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/devel
parent5e84964c324f36844d7ab53bc556abdad19712c6 (diff)
downloadgmp-d5e9576b847394f828d3a8194b5cdaa99676c756.tar.gz
Use https to link to GNU license.
Diffstat (limited to 'tests/devel')
-rw-r--r--tests/devel/Makefile.am2
-rw-r--r--tests/devel/README2
-rw-r--r--tests/devel/addmul_N.c2
-rw-r--r--tests/devel/addsub_n.c2
-rw-r--r--tests/devel/addsub_n_2.c2
-rw-r--r--tests/devel/anymul_1.c2
-rw-r--r--tests/devel/aors_n.c2
-rw-r--r--tests/devel/copy.c2
-rw-r--r--tests/devel/divmod_1.c2
-rw-r--r--tests/devel/divrem.c2
-rw-r--r--tests/devel/logops_n.c2
-rw-r--r--tests/devel/mul_N.c2
-rw-r--r--tests/devel/shift.c2
-rw-r--r--tests/devel/try.c2
-rw-r--r--tests/devel/tst-addsub.c2
15 files changed, 15 insertions, 15 deletions
diff --git a/tests/devel/Makefile.am b/tests/devel/Makefile.am
index 28950e776..7d62115bc 100644
--- a/tests/devel/Makefile.am
+++ b/tests/devel/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/devel/README b/tests/devel/README
index 2ae301025..77fa65dba 100644
--- a/tests/devel/README
+++ b/tests/devel/README
@@ -13,7 +13,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/.
diff --git a/tests/devel/addmul_N.c b/tests/devel/addmul_N.c
index f528d8bde..737dcd955 100644
--- a/tests/devel/addmul_N.c
+++ b/tests/devel/addmul_N.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 <stdlib.h>
#include <string.h>
diff --git a/tests/devel/addsub_n.c b/tests/devel/addsub_n.c
index c57a5c28c..a3d2bd82c 100644
--- a/tests/devel/addsub_n.c
+++ b/tests/devel/addsub_n.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 <stdlib.h>
#include <stdio.h>
diff --git a/tests/devel/addsub_n_2.c b/tests/devel/addsub_n_2.c
index 897d56fea..73ec28b6a 100644
--- a/tests/devel/addsub_n_2.c
+++ b/tests/devel/addsub_n_2.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 <stdlib.h>
#include <stdio.h>
diff --git a/tests/devel/anymul_1.c b/tests/devel/anymul_1.c
index 4831ed3b3..79807b0ce 100644
--- a/tests/devel/anymul_1.c
+++ b/tests/devel/anymul_1.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 <stdlib.h>
#include <string.h>
diff --git a/tests/devel/aors_n.c b/tests/devel/aors_n.c
index 3b7ae2ea7..5112d0a8d 100644
--- a/tests/devel/aors_n.c
+++ b/tests/devel/aors_n.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 <stdlib.h>
#include <string.h>
diff --git a/tests/devel/copy.c b/tests/devel/copy.c
index c42524fa2..1f951f538 100644
--- a/tests/devel/copy.c
+++ b/tests/devel/copy.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 <stdlib.h>
#include <string.h>
diff --git a/tests/devel/divmod_1.c b/tests/devel/divmod_1.c
index 642691310..54eaf36d9 100644
--- a/tests/devel/divmod_1.c
+++ b/tests/devel/divmod_1.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/devel/divrem.c b/tests/devel/divrem.c
index e493587e0..858078907 100644
--- a/tests/devel/divrem.c
+++ b/tests/devel/divrem.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/devel/logops_n.c b/tests/devel/logops_n.c
index a6b5c3489..be53336cf 100644
--- a/tests/devel/logops_n.c
+++ b/tests/devel/logops_n.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 <stdlib.h>
#include <stdio.h>
diff --git a/tests/devel/mul_N.c b/tests/devel/mul_N.c
index 58a6430f0..49951027d 100644
--- a/tests/devel/mul_N.c
+++ b/tests/devel/mul_N.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 <stdlib.h>
#include <string.h>
diff --git a/tests/devel/shift.c b/tests/devel/shift.c
index 23fceb261..611a77677 100644
--- a/tests/devel/shift.c
+++ b/tests/devel/shift.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 <stdlib.h>
#include <string.h>
diff --git a/tests/devel/try.c b/tests/devel/try.c
index 76a783511..d0ba4fadd 100644
--- a/tests/devel/try.c
+++ b/tests/devel/try.c
@@ -18,7 +18,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/. */
/* Usage: try [options] <function>...
diff --git a/tests/devel/tst-addsub.c b/tests/devel/tst-addsub.c
index 37d7f06d5..e0949f52e 100644
--- a/tests/devel/tst-addsub.c
+++ b/tests/devel/tst-addsub.c
@@ -13,7 +13,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>