From d5e9576b847394f828d3a8194b5cdaa99676c756 Mon Sep 17 00:00:00 2001 From: Torbjorn Granlund Date: Mon, 2 Dec 2013 20:31:04 +0100 Subject: Use https to link to GNU license. --- scanf/Makefile.am | 2 +- scanf/doscan.c | 2 +- scanf/fscanf.c | 2 +- scanf/fscanffuns.c | 2 +- scanf/scanf.c | 2 +- scanf/sscanf.c | 2 +- scanf/sscanffuns.c | 2 +- scanf/vfscanf.c | 2 +- scanf/vscanf.c | 2 +- scanf/vsscanf.c | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) (limited to 'scanf') 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 #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 #include 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" -- cgit v1.2.1