summaryrefslogtreecommitdiff
path: root/printf
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 /printf
parent5e84964c324f36844d7ab53bc556abdad19712c6 (diff)
downloadgmp-d5e9576b847394f828d3a8194b5cdaa99676c756.tar.gz
Use https to link to GNU license.
Diffstat (limited to 'printf')
-rw-r--r--printf/Makefile.am2
-rw-r--r--printf/asprintf.c2
-rw-r--r--printf/asprntffuns.c2
-rw-r--r--printf/doprnt.c2
-rw-r--r--printf/doprntf.c2
-rw-r--r--printf/doprnti.c2
-rw-r--r--printf/fprintf.c2
-rw-r--r--printf/obprintf.c2
-rw-r--r--printf/obprntffuns.c2
-rw-r--r--printf/obvprintf.c2
-rw-r--r--printf/printf.c2
-rw-r--r--printf/printffuns.c2
-rw-r--r--printf/repl-vsnprintf.c2
-rw-r--r--printf/snprintf.c2
-rw-r--r--printf/snprntffuns.c2
-rw-r--r--printf/sprintf.c2
-rw-r--r--printf/sprintffuns.c2
-rw-r--r--printf/vasprintf.c2
-rw-r--r--printf/vfprintf.c2
-rw-r--r--printf/vprintf.c2
-rw-r--r--printf/vsnprintf.c2
-rw-r--r--printf/vsprintf.c2
22 files changed, 22 insertions, 22 deletions
diff --git a/printf/Makefile.am b/printf/Makefile.am
index c4aead79b..88133363c 100644
--- a/printf/Makefile.am
+++ b/printf/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/printf/asprintf.c b/printf/asprintf.c
index e2edef6ee..638f7eb8b 100644
--- a/printf/asprintf.c
+++ b/printf/asprintf.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/printf/asprntffuns.c b/printf/asprntffuns.c
index 1a2b9e1e1..fd1714eb4 100644
--- a/printf/asprntffuns.c
+++ b/printf/asprntffuns.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/. */
/* These routines are in a separate file so that the mpz_t, mpq_t and mpf_t
diff --git a/printf/doprnt.c b/printf/doprnt.c
index 3c449b577..2cb76726d 100644
--- a/printf/doprnt.c
+++ b/printf/doprnt.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 glibc langinfo.h */
diff --git a/printf/doprntf.c b/printf/doprntf.c
index 49e701304..c2469f023 100644
--- a/printf/doprntf.c
+++ b/printf/doprntf.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 "config.h"
diff --git a/printf/doprnti.c b/printf/doprnti.c
index df474df3e..99e321f3e 100644
--- a/printf/doprnti.c
+++ b/printf/doprnti.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 "config.h"
diff --git a/printf/fprintf.c b/printf/fprintf.c
index dba30b90f..0f139e464 100644
--- a/printf/fprintf.c
+++ b/printf/fprintf.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/printf/obprintf.c b/printf/obprintf.c
index 51ad703b3..19b141c01 100644
--- a/printf/obprintf.c
+++ b/printf/obprintf.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/printf/obprntffuns.c b/printf/obprntffuns.c
index 092e6cca2..a1ad9c220 100644
--- a/printf/obprntffuns.c
+++ b/printf/obprntffuns.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 "config.h"
diff --git a/printf/obvprintf.c b/printf/obvprintf.c
index 4e3712f24..56a3d4d99 100644
--- a/printf/obvprintf.c
+++ b/printf/obvprintf.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/printf/printf.c b/printf/printf.c
index bcb0acbb8..8727dca3b 100644
--- a/printf/printf.c
+++ b/printf/printf.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/printf/printffuns.c b/printf/printffuns.c
index 89c9589fc..2947082c8 100644
--- a/printf/printffuns.c
+++ b/printf/printffuns.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 "config.h"
diff --git a/printf/repl-vsnprintf.c b/printf/repl-vsnprintf.c
index 06809dcb8..5b21e0342 100644
--- a/printf/repl-vsnprintf.c
+++ b/printf/repl-vsnprintf.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 "config.h"
diff --git a/printf/snprintf.c b/printf/snprintf.c
index 88afc32b8..73ab6398a 100644
--- a/printf/snprintf.c
+++ b/printf/snprintf.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/printf/snprntffuns.c b/printf/snprntffuns.c
index 340ee051a..a478e89bd 100644
--- a/printf/snprntffuns.c
+++ b/printf/snprntffuns.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 "config.h"
diff --git a/printf/sprintf.c b/printf/sprintf.c
index 0a3294d8e..8b7b830a9 100644
--- a/printf/sprintf.c
+++ b/printf/sprintf.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/printf/sprintffuns.c b/printf/sprintffuns.c
index 01fb3c98e..0acd9ef39 100644
--- a/printf/sprintffuns.c
+++ b/printf/sprintffuns.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 "config.h"
diff --git a/printf/vasprintf.c b/printf/vasprintf.c
index 4ed4c5dbe..d733c9b8a 100644
--- a/printf/vasprintf.c
+++ b/printf/vasprintf.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/printf/vfprintf.c b/printf/vfprintf.c
index 8bed6775a..f85e5c267 100644
--- a/printf/vfprintf.c
+++ b/printf/vfprintf.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/printf/vprintf.c b/printf/vprintf.c
index f8da0efbd..cef76127c 100644
--- a/printf/vprintf.c
+++ b/printf/vprintf.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/printf/vsnprintf.c b/printf/vsnprintf.c
index 565fdfd8d..cb5e31066 100644
--- a/printf/vsnprintf.c
+++ b/printf/vsnprintf.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/printf/vsprintf.c b/printf/vsprintf.c
index b1a304562..3cbb52c82 100644
--- a/printf/vsprintf.c
+++ b/printf/vsprintf.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"