summaryrefslogtreecommitdiff
path: root/mpn/thumb
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/thumb
parent5e84964c324f36844d7ab53bc556abdad19712c6 (diff)
downloadgmp-d5e9576b847394f828d3a8194b5cdaa99676c756.tar.gz
Use https to link to GNU license.
Diffstat (limited to 'mpn/thumb')
-rw-r--r--mpn/thumb/add_n.asm2
-rw-r--r--mpn/thumb/sub_n.asm2
2 files changed, 2 insertions, 2 deletions
diff --git a/mpn/thumb/add_n.asm b/mpn/thumb/add_n.asm
index e28a4add3..248e8b82b 100644
--- a/mpn/thumb/add_n.asm
+++ b/mpn/thumb/add_n.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/thumb/sub_n.asm b/mpn/thumb/sub_n.asm
index 7ba737552..d7b939135 100644
--- a/mpn/thumb/sub_n.asm
+++ b/mpn/thumb/sub_n.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')