summaryrefslogtreecommitdiff
path: root/tools/mbench
diff options
context:
space:
mode:
Diffstat (limited to 'tools/mbench')
-rw-r--r--tools/mbench/generate.c2
-rw-r--r--tools/mbench/mfv5-arprec.cc2
-rw-r--r--tools/mbench/mfv5-cln.cc2
-rw-r--r--tools/mbench/mfv5-crlibm.cc2
-rw-r--r--tools/mbench/mfv5-libc.cc2
-rw-r--r--tools/mbench/mfv5-lidia.cc2
-rw-r--r--tools/mbench/mfv5-mpf.cc2
-rw-r--r--tools/mbench/mfv5-mpfr.cc2
-rw-r--r--tools/mbench/mfv5-ntl.cc2
-rw-r--r--tools/mbench/mfv5-pari.cc2
-rw-r--r--tools/mbench/mfv5-void.cc2
-rw-r--r--tools/mbench/mfv5.cc2
-rw-r--r--tools/mbench/mfv5.h2
-rw-r--r--tools/mbench/mpfr-gfx.c2
-rw-r--r--tools/mbench/mpfr-v4.c2
-rw-r--r--tools/mbench/mpfr-v6.c2
-rw-r--r--tools/mbench/timp.h2
17 files changed, 17 insertions, 17 deletions
diff --git a/tools/mbench/generate.c b/tools/mbench/generate.c
index 52ab67dc5..483eb555f 100644
--- a/tools/mbench/generate.c
+++ b/tools/mbench/generate.c
@@ -16,7 +16,7 @@ License for more details.
You should have received a copy of the GNU Lesser General Public License
along with the MPFR Library; see the file COPYING.LESSER. If not, see
-http://www.gnu.org/licenses/ or write to the Free Software Foundation, Inc.,
+https://www.gnu.org/licenses/ or write to the Free Software Foundation, Inc.,
51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. */
#include <stdio.h>
diff --git a/tools/mbench/mfv5-arprec.cc b/tools/mbench/mfv5-arprec.cc
index d017b5d46..83d50d776 100644
--- a/tools/mbench/mfv5-arprec.cc
+++ b/tools/mbench/mfv5-arprec.cc
@@ -16,7 +16,7 @@ License for more details.
You should have received a copy of the GNU Lesser General Public License
along with the MPFR Library; see the file COPYING.LESSER. If not, see
-http://www.gnu.org/licenses/ or write to the Free Software Foundation, Inc.,
+https://www.gnu.org/licenses/ or write to the Free Software Foundation, Inc.,
51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. */
#include "mfv5.h"
diff --git a/tools/mbench/mfv5-cln.cc b/tools/mbench/mfv5-cln.cc
index 32294b8d1..c9b08d8ce 100644
--- a/tools/mbench/mfv5-cln.cc
+++ b/tools/mbench/mfv5-cln.cc
@@ -16,7 +16,7 @@ License for more details.
You should have received a copy of the GNU Lesser General Public License
along with the MPFR Library; see the file COPYING.LESSER. If not, see
-http://www.gnu.org/licenses/ or write to the Free Software Foundation, Inc.,
+https://www.gnu.org/licenses/ or write to the Free Software Foundation, Inc.,
51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. */
#include "mfv5.h"
diff --git a/tools/mbench/mfv5-crlibm.cc b/tools/mbench/mfv5-crlibm.cc
index a52776d68..7667b8f64 100644
--- a/tools/mbench/mfv5-crlibm.cc
+++ b/tools/mbench/mfv5-crlibm.cc
@@ -16,7 +16,7 @@ License for more details.
You should have received a copy of the GNU Lesser General Public License
along with the MPFR Library; see the file COPYING.LESSER. If not, see
-http://www.gnu.org/licenses/ or write to the Free Software Foundation, Inc.,
+https://www.gnu.org/licenses/ or write to the Free Software Foundation, Inc.,
51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. */
#include "mfv5.h"
diff --git a/tools/mbench/mfv5-libc.cc b/tools/mbench/mfv5-libc.cc
index 73435455b..5aff6c28f 100644
--- a/tools/mbench/mfv5-libc.cc
+++ b/tools/mbench/mfv5-libc.cc
@@ -16,7 +16,7 @@ License for more details.
You should have received a copy of the GNU Lesser General Public License
along with the MPFR Library; see the file COPYING.LESSER. If not, see
-http://www.gnu.org/licenses/ or write to the Free Software Foundation, Inc.,
+https://www.gnu.org/licenses/ or write to the Free Software Foundation, Inc.,
51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. */
#include <math.h>
diff --git a/tools/mbench/mfv5-lidia.cc b/tools/mbench/mfv5-lidia.cc
index 6dc8743bd..b8cfd504d 100644
--- a/tools/mbench/mfv5-lidia.cc
+++ b/tools/mbench/mfv5-lidia.cc
@@ -16,7 +16,7 @@ License for more details.
You should have received a copy of the GNU Lesser General Public License
along with the MPFR Library; see the file COPYING.LESSER. If not, see
-http://www.gnu.org/licenses/ or write to the Free Software Foundation, Inc.,
+https://www.gnu.org/licenses/ or write to the Free Software Foundation, Inc.,
51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. */
#include "mfv5.h"
diff --git a/tools/mbench/mfv5-mpf.cc b/tools/mbench/mfv5-mpf.cc
index 1dddbd06a..d90cc1633 100644
--- a/tools/mbench/mfv5-mpf.cc
+++ b/tools/mbench/mfv5-mpf.cc
@@ -16,7 +16,7 @@ License for more details.
You should have received a copy of the GNU Lesser General Public License
along with the MPFR Library; see the file COPYING.LESSER. If not, see
-http://www.gnu.org/licenses/ or write to the Free Software Foundation, Inc.,
+https://www.gnu.org/licenses/ or write to the Free Software Foundation, Inc.,
51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. */
#include "mfv5.h"
diff --git a/tools/mbench/mfv5-mpfr.cc b/tools/mbench/mfv5-mpfr.cc
index 65bacb6b5..e0f0e5c15 100644
--- a/tools/mbench/mfv5-mpfr.cc
+++ b/tools/mbench/mfv5-mpfr.cc
@@ -17,7 +17,7 @@ License for more details.
You should have received a copy of the GNU Lesser General Public License
along with the MPFR Library; see the file COPYING.LESSER. If not, see
-http://www.gnu.org/licenses/ or write to the Free Software Foundation, Inc.,
+https://www.gnu.org/licenses/ or write to the Free Software Foundation, Inc.,
51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. */
#include "mfv5.h"
diff --git a/tools/mbench/mfv5-ntl.cc b/tools/mbench/mfv5-ntl.cc
index 98f82b114..8b7cf2b35 100644
--- a/tools/mbench/mfv5-ntl.cc
+++ b/tools/mbench/mfv5-ntl.cc
@@ -16,7 +16,7 @@ License for more details.
You should have received a copy of the GNU Lesser General Public License
along with the MPFR Library; see the file COPYING.LESSER. If not, see
-http://www.gnu.org/licenses/ or write to the Free Software Foundation, Inc.,
+https://www.gnu.org/licenses/ or write to the Free Software Foundation, Inc.,
51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. */
#include "mfv5.h"
diff --git a/tools/mbench/mfv5-pari.cc b/tools/mbench/mfv5-pari.cc
index 6242bf6c4..44d9ab483 100644
--- a/tools/mbench/mfv5-pari.cc
+++ b/tools/mbench/mfv5-pari.cc
@@ -16,7 +16,7 @@ License for more details.
You should have received a copy of the GNU Lesser General Public License
along with the MPFR Library; see the file COPYING.LESSER. If not, see
-http://www.gnu.org/licenses/ or write to the Free Software Foundation, Inc.,
+https://www.gnu.org/licenses/ or write to the Free Software Foundation, Inc.,
51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. */
#include "mfv5.h"
diff --git a/tools/mbench/mfv5-void.cc b/tools/mbench/mfv5-void.cc
index c50f29d16..94d25058f 100644
--- a/tools/mbench/mfv5-void.cc
+++ b/tools/mbench/mfv5-void.cc
@@ -16,6 +16,6 @@ License for more details.
You should have received a copy of the GNU Lesser General Public License
along with the MPFR Library; see the file COPYING.LESSER. If not, see
-http://www.gnu.org/licenses/ or write to the Free Software Foundation, Inc.,
+https://www.gnu.org/licenses/ or write to the Free Software Foundation, Inc.,
51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. */
diff --git a/tools/mbench/mfv5.cc b/tools/mbench/mfv5.cc
index 17574f74a..4b3644f37 100644
--- a/tools/mbench/mfv5.cc
+++ b/tools/mbench/mfv5.cc
@@ -16,7 +16,7 @@ License for more details.
You should have received a copy of the GNU Lesser General Public License
along with the MPFR Library; see the file COPYING.LESSER. If not, see
-http://www.gnu.org/licenses/ or write to the Free Software Foundation, Inc.,
+https://www.gnu.org/licenses/ or write to the Free Software Foundation, Inc.,
51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. */
#include <mpfr.h>
diff --git a/tools/mbench/mfv5.h b/tools/mbench/mfv5.h
index ad4c32d82..5b76f3d27 100644
--- a/tools/mbench/mfv5.h
+++ b/tools/mbench/mfv5.h
@@ -16,7 +16,7 @@ License for more details.
You should have received a copy of the GNU Lesser General Public License
along with the MPFR Library; see the file COPYING.LESSER. If not, see
-http://www.gnu.org/licenses/ or write to the Free Software Foundation, Inc.,
+https://www.gnu.org/licenses/ or write to the Free Software Foundation, Inc.,
51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. */
#ifndef __MPFR_T_LOW_BENCHMARCH_H__
diff --git a/tools/mbench/mpfr-gfx.c b/tools/mbench/mpfr-gfx.c
index 2e9684c9d..d9bbf51a9 100644
--- a/tools/mbench/mpfr-gfx.c
+++ b/tools/mbench/mpfr-gfx.c
@@ -16,7 +16,7 @@ License for more details.
You should have received a copy of the GNU Lesser General Public License
along with the MPFR Library; see the file COPYING.LESSER. If not, see
-http://www.gnu.org/licenses/ or write to the Free Software Foundation, Inc.,
+https://www.gnu.org/licenses/ or write to the Free Software Foundation, Inc.,
51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. */
#include <stdlib.h>
diff --git a/tools/mbench/mpfr-v4.c b/tools/mbench/mpfr-v4.c
index 92386ac77..949930c19 100644
--- a/tools/mbench/mpfr-v4.c
+++ b/tools/mbench/mpfr-v4.c
@@ -16,7 +16,7 @@ License for more details.
You should have received a copy of the GNU Lesser General Public License
along with the MPFR Library; see the file COPYING.LESSER. If not, see
-http://www.gnu.org/licenses/ or write to the Free Software Foundation, Inc.,
+https://www.gnu.org/licenses/ or write to the Free Software Foundation, Inc.,
51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. */
#include <stdlib.h>
diff --git a/tools/mbench/mpfr-v6.c b/tools/mbench/mpfr-v6.c
index 784240cf3..b394045e0 100644
--- a/tools/mbench/mpfr-v6.c
+++ b/tools/mbench/mpfr-v6.c
@@ -16,7 +16,7 @@ License for more details.
You should have received a copy of the GNU Lesser General Public License
along with the MPFR Library; see the file COPYING.LESSER. If not, see
-http://www.gnu.org/licenses/ or write to the Free Software Foundation, Inc.,
+https://www.gnu.org/licenses/ or write to the Free Software Foundation, Inc.,
51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. */
#include <stdlib.h>
diff --git a/tools/mbench/timp.h b/tools/mbench/timp.h
index ca0b95eec..2e99f0e03 100644
--- a/tools/mbench/timp.h
+++ b/tools/mbench/timp.h
@@ -16,7 +16,7 @@ License for more details.
You should have received a copy of the GNU Lesser General Public License
along with the MPFR Library; see the file COPYING.LESSER. If not, see
-http://www.gnu.org/licenses/ or write to the Free Software Foundation, Inc.,
+https://www.gnu.org/licenses/ or write to the Free Software Foundation, Inc.,
51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. */
#ifndef __TIMP__H__