summaryrefslogtreecommitdiff
path: root/cxx
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 /cxx
parent5e84964c324f36844d7ab53bc556abdad19712c6 (diff)
downloadgmp-d5e9576b847394f828d3a8194b5cdaa99676c756.tar.gz
Use https to link to GNU license.
Diffstat (limited to 'cxx')
-rw-r--r--cxx/Makefile.am2
-rw-r--r--cxx/dummy.cc2
-rw-r--r--cxx/isfuns.cc2
-rw-r--r--cxx/ismpf.cc2
-rw-r--r--cxx/ismpq.cc2
-rw-r--r--cxx/ismpz.cc2
-rw-r--r--cxx/ismpznw.cc2
-rw-r--r--cxx/limits.cc2
-rw-r--r--cxx/osdoprnti.cc2
-rw-r--r--cxx/osfuns.cc2
-rw-r--r--cxx/osmpf.cc2
-rw-r--r--cxx/osmpq.cc2
-rw-r--r--cxx/osmpz.cc2
13 files changed, 13 insertions, 13 deletions
diff --git a/cxx/Makefile.am b/cxx/Makefile.am
index 9c04715c2..7388dded4 100644
--- a/cxx/Makefile.am
+++ b/cxx/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_GMPXX -I$(top_srcdir)
diff --git a/cxx/dummy.cc b/cxx/dummy.cc
index 00e470c91..4335363a6 100644
--- a/cxx/dummy.cc
+++ b/cxx/dummy.cc
@@ -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/. */
/* some compilers reputedly dislike completely empty files */
diff --git a/cxx/isfuns.cc b/cxx/isfuns.cc
index e3ea5ae13..9501c7835 100644
--- a/cxx/isfuns.cc
+++ b/cxx/isfuns.cc
@@ -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 <cctype>
#include <iostream>
diff --git a/cxx/ismpf.cc b/cxx/ismpf.cc
index b97d68b39..1f63396ca 100644
--- a/cxx/ismpf.cc
+++ b/cxx/ismpf.cc
@@ -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 <cctype>
#include <iostream>
diff --git a/cxx/ismpq.cc b/cxx/ismpq.cc
index 5cf8c4f94..9c6bf9295 100644
--- a/cxx/ismpq.cc
+++ b/cxx/ismpq.cc
@@ -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 <cctype>
#include <iostream>
diff --git a/cxx/ismpz.cc b/cxx/ismpz.cc
index 3afa8368e..8d4a9dc30 100644
--- a/cxx/ismpz.cc
+++ b/cxx/ismpz.cc
@@ -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 <cctype>
#include <iostream>
diff --git a/cxx/ismpznw.cc b/cxx/ismpznw.cc
index 4111575d0..193c726c6 100644
--- a/cxx/ismpznw.cc
+++ b/cxx/ismpznw.cc
@@ -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 <cctype>
#include <iostream>
diff --git a/cxx/limits.cc b/cxx/limits.cc
index 9b32df758..c05ea3f52 100644
--- a/cxx/limits.cc
+++ b/cxx/limits.cc
@@ -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 "gmpxx.h"
diff --git a/cxx/osdoprnti.cc b/cxx/osdoprnti.cc
index 7034bfbc6..67a7abe04 100644
--- a/cxx/osdoprnti.cc
+++ b/cxx/osdoprnti.cc
@@ -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 <iostream>
#include <stdarg.h> /* for va_list and hence doprnt_funs_t */
diff --git a/cxx/osfuns.cc b/cxx/osfuns.cc
index d4a244328..55a1a79c8 100644
--- a/cxx/osfuns.cc
+++ b/cxx/osfuns.cc
@@ -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 <iostream>
#include <stdarg.h> /* for va_list and hence doprnt_funs_t */
diff --git a/cxx/osmpf.cc b/cxx/osmpf.cc
index f60514bb7..93372bdaf 100644
--- a/cxx/osmpf.cc
+++ b/cxx/osmpf.cc
@@ -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 <clocale>
#include <iostream>
diff --git a/cxx/osmpq.cc b/cxx/osmpq.cc
index 92679f852..c46c23045 100644
--- a/cxx/osmpq.cc
+++ b/cxx/osmpq.cc
@@ -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 <iostream>
#include <stdarg.h> /* for va_list and hence doprnt_funs_t */
diff --git a/cxx/osmpz.cc b/cxx/osmpz.cc
index d7d0b5c96..9017f8dd4 100644
--- a/cxx/osmpz.cc
+++ b/cxx/osmpz.cc
@@ -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 <iostream>
#include <stdarg.h> /* for va_list and hence doprnt_funs_t */