summaryrefslogtreecommitdiff
path: root/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 /rand
parent5e84964c324f36844d7ab53bc556abdad19712c6 (diff)
downloadgmp-d5e9576b847394f828d3a8194b5cdaa99676c756.tar.gz
Use https to link to GNU license.
Diffstat (limited to 'rand')
-rw-r--r--rand/Makefile.am2
-rw-r--r--rand/rand.c2
-rw-r--r--rand/randbui.c2
-rw-r--r--rand/randclr.c2
-rw-r--r--rand/randdef.c2
-rw-r--r--rand/randiset.c2
-rw-r--r--rand/randlc2s.c2
-rw-r--r--rand/randlc2x.c2
-rw-r--r--rand/randmt.c2
-rw-r--r--rand/randmt.h2
-rw-r--r--rand/randmts.c2
-rw-r--r--rand/randmui.c2
-rw-r--r--rand/rands.c2
-rw-r--r--rand/randsd.c2
-rw-r--r--rand/randsdui.c2
15 files changed, 15 insertions, 15 deletions
diff --git a/rand/Makefile.am b/rand/Makefile.am
index 844bd81e8..5bf49ddb2 100644
--- a/rand/Makefile.am
+++ b/rand/Makefile.am
@@ -15,7 +15,7 @@
# 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/.
INCLUDES = -D__GMP_WITHIN_GMP -I$(top_srcdir)
diff --git a/rand/rand.c b/rand/rand.c
index f46cf37dd..4039ac35b 100644
--- a/rand/rand.c
+++ b/rand/rand.c
@@ -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/. */
#include "config.h"
diff --git a/rand/randbui.c b/rand/randbui.c
index 5fc49b27d..ed76f6db3 100644
--- a/rand/randbui.c
+++ b/rand/randbui.c
@@ -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/. */
#include "gmp.h"
#include "gmp-impl.h"
diff --git a/rand/randclr.c b/rand/randclr.c
index 788874cfa..b27756fd9 100644
--- a/rand/randclr.c
+++ b/rand/randclr.c
@@ -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/. */
#include "gmp.h"
#include "gmp-impl.h"
diff --git a/rand/randdef.c b/rand/randdef.c
index 171a0bd87..62a83e4dc 100644
--- a/rand/randdef.c
+++ b/rand/randdef.c
@@ -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/. */
#include "gmp.h"
#include "gmp-impl.h"
diff --git a/rand/randiset.c b/rand/randiset.c
index f140a330b..62be1a5ed 100644
--- a/rand/randiset.c
+++ b/rand/randiset.c
@@ -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/. */
#include "gmp.h"
#include "gmp-impl.h"
diff --git a/rand/randlc2s.c b/rand/randlc2s.c
index f672948bc..55709322d 100644
--- a/rand/randlc2s.c
+++ b/rand/randlc2s.c
@@ -16,7 +16,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/. */
#include <stdio.h> /* for NULL */
#include "gmp.h"
diff --git a/rand/randlc2x.c b/rand/randlc2x.c
index f1fc372e1..8e02b3c69 100644
--- a/rand/randlc2x.c
+++ b/rand/randlc2x.c
@@ -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/. */
#include "gmp.h"
#include "gmp-impl.h"
diff --git a/rand/randmt.c b/rand/randmt.c
index 3137bb54f..677b454cf 100644
--- a/rand/randmt.c
+++ b/rand/randmt.c
@@ -19,7 +19,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/. */
#include <stdio.h> /* for NULL */
diff --git a/rand/randmt.h b/rand/randmt.h
index 2f26956a5..ad3a61417 100644
--- a/rand/randmt.h
+++ b/rand/randmt.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/. */
/* Number of extractions used to warm the buffer up. */
diff --git a/rand/randmts.c b/rand/randmts.c
index 55fdfa192..28d072161 100644
--- a/rand/randmts.c
+++ b/rand/randmts.c
@@ -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/. */
#include "gmp.h"
#include "gmp-impl.h"
diff --git a/rand/randmui.c b/rand/randmui.c
index f349d3593..eafd555bf 100644
--- a/rand/randmui.c
+++ b/rand/randmui.c
@@ -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/. */
#include "gmp.h"
#include "gmp-impl.h"
diff --git a/rand/rands.c b/rand/rands.c
index 93eb3e70c..b4d9ea553 100644
--- a/rand/rands.c
+++ b/rand/rands.c
@@ -20,7 +20,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/. */
#include "gmp.h"
#include "gmp-impl.h"
diff --git a/rand/randsd.c b/rand/randsd.c
index 077382eea..4dafffa2f 100644
--- a/rand/randsd.c
+++ b/rand/randsd.c
@@ -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/. */
#include "gmp.h"
#include "gmp-impl.h"
diff --git a/rand/randsdui.c b/rand/randsdui.c
index 9039edab2..b0d383b17 100644
--- a/rand/randsdui.c
+++ b/rand/randsdui.c
@@ -16,7 +16,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/. */
#include "gmp.h"
#include "gmp-impl.h"