summaryrefslogtreecommitdiff
path: root/mpn/vax
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 /mpn/vax
parent5e84964c324f36844d7ab53bc556abdad19712c6 (diff)
downloadgmp-d5e9576b847394f828d3a8194b5cdaa99676c756.tar.gz
Use https to link to GNU license.
Diffstat (limited to 'mpn/vax')
-rw-r--r--mpn/vax/add_n.asm2
-rw-r--r--mpn/vax/addmul_1.asm2
-rw-r--r--mpn/vax/elf.m42
-rw-r--r--mpn/vax/gmp-mparam.h2
-rw-r--r--mpn/vax/lshift.asm2
-rw-r--r--mpn/vax/mul_1.asm2
-rw-r--r--mpn/vax/rshift.asm2
-rw-r--r--mpn/vax/sub_n.asm2
-rw-r--r--mpn/vax/submul_1.asm2
9 files changed, 9 insertions, 9 deletions
diff --git a/mpn/vax/add_n.asm b/mpn/vax/add_n.asm
index 1854bec6a..3c93dc833 100644
--- a/mpn/vax/add_n.asm
+++ b/mpn/vax/add_n.asm
@@ -16,7 +16,7 @@ dnl or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
dnl License for more details.
dnl You should have received a copy of the GNU Lesser General Public License
-dnl along with the GNU MP Library. If not, see http://www.gnu.org/licenses/.
+dnl along with the GNU MP Library. If not, see https://www.gnu.org/licenses/.
include(`../config.m4')
diff --git a/mpn/vax/addmul_1.asm b/mpn/vax/addmul_1.asm
index a4bd311c1..a98be3108 100644
--- a/mpn/vax/addmul_1.asm
+++ b/mpn/vax/addmul_1.asm
@@ -16,7 +16,7 @@ dnl or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
dnl License for more details.
dnl You should have received a copy of the GNU Lesser General Public License
-dnl along with the GNU MP Library. If not, see http://www.gnu.org/licenses/.
+dnl along with the GNU MP Library. If not, see https://www.gnu.org/licenses/.
include(`../config.m4')
diff --git a/mpn/vax/elf.m4 b/mpn/vax/elf.m4
index 4946c98dc..6c7c552ce 100644
--- a/mpn/vax/elf.m4
+++ b/mpn/vax/elf.m4
@@ -17,7 +17,7 @@ dnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
dnl Lesser General Public License for more details.
dnl
dnl You should have received a copy of the GNU Lesser General Public License
-dnl along with the GNU MP Library. If not, see http://www.gnu.org/licenses/.
+dnl along with the GNU MP Library. If not, see https://www.gnu.org/licenses/.
defreg(r0,`%r``''0')
diff --git a/mpn/vax/gmp-mparam.h b/mpn/vax/gmp-mparam.h
index bc6a1a256..91235863c 100644
--- a/mpn/vax/gmp-mparam.h
+++ b/mpn/vax/gmp-mparam.h
@@ -15,7 +15,7 @@ or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser 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/. */
+along with the GNU MP Library. If not, see https://www.gnu.org/licenses/. */
/* These numbers were measured manually using the tune/speed program.
The standard tune/tuneup takes too long. (VAX 8800) */
diff --git a/mpn/vax/lshift.asm b/mpn/vax/lshift.asm
index 9a5e0af00..3d469cd3d 100644
--- a/mpn/vax/lshift.asm
+++ b/mpn/vax/lshift.asm
@@ -15,7 +15,7 @@ dnl or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
dnl License for more details.
dnl You should have received a copy of the GNU Lesser General Public License
-dnl along with the GNU MP Library. If not, see http://www.gnu.org/licenses/.
+dnl along with the GNU MP Library. If not, see https://www.gnu.org/licenses/.
include(`../config.m4')
diff --git a/mpn/vax/mul_1.asm b/mpn/vax/mul_1.asm
index 158847676..48763dd89 100644
--- a/mpn/vax/mul_1.asm
+++ b/mpn/vax/mul_1.asm
@@ -16,7 +16,7 @@ dnl or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
dnl License for more details.
dnl You should have received a copy of the GNU Lesser General Public License
-dnl along with the GNU MP Library. If not, see http://www.gnu.org/licenses/.
+dnl along with the GNU MP Library. If not, see https://www.gnu.org/licenses/.
include(`../config.m4')
diff --git a/mpn/vax/rshift.asm b/mpn/vax/rshift.asm
index 9a7fb380e..eb15ba980 100644
--- a/mpn/vax/rshift.asm
+++ b/mpn/vax/rshift.asm
@@ -15,7 +15,7 @@ dnl or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
dnl License for more details.
dnl You should have received a copy of the GNU Lesser General Public License
-dnl along with the GNU MP Library. If not, see http://www.gnu.org/licenses/.
+dnl along with the GNU MP Library. If not, see https://www.gnu.org/licenses/.
include(`../config.m4')
diff --git a/mpn/vax/sub_n.asm b/mpn/vax/sub_n.asm
index 450449793..ff511dcd0 100644
--- a/mpn/vax/sub_n.asm
+++ b/mpn/vax/sub_n.asm
@@ -16,7 +16,7 @@ dnl or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
dnl License for more details.
dnl You should have received a copy of the GNU Lesser General Public License
-dnl along with the GNU MP Library. If not, see http://www.gnu.org/licenses/.
+dnl along with the GNU MP Library. If not, see https://www.gnu.org/licenses/.
include(`../config.m4')
diff --git a/mpn/vax/submul_1.asm b/mpn/vax/submul_1.asm
index 06277d1d9..0d89b91d8 100644
--- a/mpn/vax/submul_1.asm
+++ b/mpn/vax/submul_1.asm
@@ -16,7 +16,7 @@ dnl or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
dnl License for more details.
dnl You should have received a copy of the GNU Lesser General Public License
-dnl along with the GNU MP Library. If not, see http://www.gnu.org/licenses/.
+dnl along with the GNU MP Library. If not, see https://www.gnu.org/licenses/.
include(`../config.m4')