summaryrefslogtreecommitdiff
path: root/scanf
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 /scanf
parent5e84964c324f36844d7ab53bc556abdad19712c6 (diff)
downloadgmp-d5e9576b847394f828d3a8194b5cdaa99676c756.tar.gz
Use https to link to GNU license.
Diffstat (limited to 'scanf')
-rw-r--r--scanf/Makefile.am2
-rw-r--r--scanf/doscan.c2
-rw-r--r--scanf/fscanf.c2
-rw-r--r--scanf/fscanffuns.c2
-rw-r--r--scanf/scanf.c2
-rw-r--r--scanf/sscanf.c2
-rw-r--r--scanf/sscanffuns.c2
-rw-r--r--scanf/vfscanf.c2
-rw-r--r--scanf/vscanf.c2
-rw-r--r--scanf/vsscanf.c2
10 files changed, 10 insertions, 10 deletions
diff --git a/scanf/Makefile.am b/scanf/Makefile.am
index 5359b5e5e..7a418f68b 100644
--- a/scanf/Makefile.am
+++ b/scanf/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/scanf/doscan.c b/scanf/doscan.c
index a54c34756..08422ceb9 100644
--- a/scanf/doscan.c
+++ b/scanf/doscan.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/. */
#define _GNU_SOURCE /* for DECIMAL_POINT in langinfo.h */
diff --git a/scanf/fscanf.c b/scanf/fscanf.c
index 596571eeb..acd6bbde3 100644
--- a/scanf/fscanf.c
+++ b/scanf/fscanf.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/scanf/fscanffuns.c b/scanf/fscanffuns.c
index 74590232d..0a93d9055 100644
--- a/scanf/fscanffuns.c
+++ b/scanf/fscanffuns.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>
#include "gmp.h"
diff --git a/scanf/scanf.c b/scanf/scanf.c
index b4840d1f5..9797fdf8f 100644
--- a/scanf/scanf.c
+++ b/scanf/scanf.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/scanf/sscanf.c b/scanf/sscanf.c
index 3eb10ee38..aeb31d06c 100644
--- a/scanf/sscanf.c
+++ b/scanf/sscanf.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/scanf/sscanffuns.c b/scanf/sscanffuns.c
index a044cbe77..b3e0312dd 100644
--- a/scanf/sscanffuns.c
+++ b/scanf/sscanffuns.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>
#include <stdarg.h>
diff --git a/scanf/vfscanf.c b/scanf/vfscanf.c
index 2f8684cdd..44685fe32 100644
--- a/scanf/vfscanf.c
+++ b/scanf/vfscanf.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/scanf/vscanf.c b/scanf/vscanf.c
index a411a7c5d..5b7a964a6 100644
--- a/scanf/vscanf.c
+++ b/scanf/vscanf.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/scanf/vsscanf.c b/scanf/vsscanf.c
index 160e62dce..80b31430f 100644
--- a/scanf/vsscanf.c
+++ b/scanf/vsscanf.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"