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. --- mpq/Makefile.am | 2 +- mpq/abs.c | 2 +- mpq/aors.c | 2 +- mpq/canonicalize.c | 2 +- mpq/clear.c | 2 +- mpq/clears.c | 2 +- mpq/cmp.c | 2 +- mpq/cmp_si.c | 2 +- mpq/cmp_ui.c | 2 +- mpq/div.c | 2 +- mpq/equal.c | 2 +- mpq/get_d.c | 2 +- mpq/get_den.c | 2 +- mpq/get_num.c | 2 +- mpq/get_str.c | 2 +- mpq/init.c | 2 +- mpq/inits.c | 2 +- mpq/inp_str.c | 2 +- mpq/inv.c | 2 +- mpq/md_2exp.c | 2 +- mpq/mul.c | 2 +- mpq/neg.c | 2 +- mpq/out_str.c | 2 +- mpq/set.c | 2 +- mpq/set_d.c | 2 +- mpq/set_den.c | 2 +- mpq/set_f.c | 2 +- mpq/set_num.c | 2 +- mpq/set_si.c | 2 +- mpq/set_str.c | 2 +- mpq/set_ui.c | 2 +- mpq/set_z.c | 2 +- mpq/swap.c | 2 +- 33 files changed, 33 insertions(+), 33 deletions(-) (limited to 'mpq') diff --git a/mpq/Makefile.am b/mpq/Makefile.am index c2b5bcc38..a1d215e4f 100644 --- a/mpq/Makefile.am +++ b/mpq/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/mpq/abs.c b/mpq/abs.c index 3f0caeba9..b2fd47998 100644 --- a/mpq/abs.c +++ b/mpq/abs.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/. */ #define __GMP_FORCE_mpq_abs 1 diff --git a/mpq/aors.c b/mpq/aors.c index cf821a22f..8147fd421 100644 --- a/mpq/aors.c +++ b/mpq/aors.c @@ -16,7 +16,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 "gmp.h" #include "gmp-impl.h" diff --git a/mpq/canonicalize.c b/mpq/canonicalize.c index b1f177de1..79e1bf298 100644 --- a/mpq/canonicalize.c +++ b/mpq/canonicalize.c @@ -16,7 +16,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 "gmp.h" #include "gmp-impl.h" diff --git a/mpq/clear.c b/mpq/clear.c index 787dae14b..7f470c0a4 100644 --- a/mpq/clear.c +++ b/mpq/clear.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 "gmp.h" #include "gmp-impl.h" diff --git a/mpq/clears.c b/mpq/clears.c index 0aa8b57c8..44deea018 100644 --- a/mpq/clears.c +++ b/mpq/clears.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/mpq/cmp.c b/mpq/cmp.c index c4bb5e0de..f2eadc131 100644 --- a/mpq/cmp.c +++ b/mpq/cmp.c @@ -16,7 +16,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 "gmp.h" #include "gmp-impl.h" diff --git a/mpq/cmp_si.c b/mpq/cmp_si.c index a465b1131..259fe689e 100644 --- a/mpq/cmp_si.c +++ b/mpq/cmp_si.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 "gmp.h" #include "gmp-impl.h" diff --git a/mpq/cmp_ui.c b/mpq/cmp_ui.c index c21dbc383..4557ba575 100644 --- a/mpq/cmp_ui.c +++ b/mpq/cmp_ui.c @@ -17,7 +17,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 "gmp.h" #include "gmp-impl.h" diff --git a/mpq/div.c b/mpq/div.c index a7076b8a2..a9223af7e 100644 --- a/mpq/div.c +++ b/mpq/div.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 "gmp.h" #include "gmp-impl.h" diff --git a/mpq/equal.c b/mpq/equal.c index e55180a56..822cf6ccf 100644 --- a/mpq/equal.c +++ b/mpq/equal.c @@ -16,7 +16,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 "gmp.h" #include "gmp-impl.h" diff --git a/mpq/get_d.c b/mpq/get_d.c index a58c3834e..f8c73a45d 100644 --- a/mpq/get_d.c +++ b/mpq/get_d.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 /* for NULL */ #include "gmp.h" diff --git a/mpq/get_den.c b/mpq/get_den.c index 6a969dfe3..d0f5a8b89 100644 --- a/mpq/get_den.c +++ b/mpq/get_den.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 "gmp.h" #include "gmp-impl.h" diff --git a/mpq/get_num.c b/mpq/get_num.c index bbc6448fd..990e14fb0 100644 --- a/mpq/get_num.c +++ b/mpq/get_num.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 "gmp.h" #include "gmp-impl.h" diff --git a/mpq/get_str.c b/mpq/get_str.c index 74398a538..67e102f09 100644 --- a/mpq/get_str.c +++ b/mpq/get_str.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 #include diff --git a/mpq/init.c b/mpq/init.c index a03df2ccd..5467f76a6 100644 --- a/mpq/init.c +++ b/mpq/init.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 "gmp.h" #include "gmp-impl.h" diff --git a/mpq/inits.c b/mpq/inits.c index 851daaa45..a44794e37 100644 --- a/mpq/inits.c +++ b/mpq/inits.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/mpq/inp_str.c b/mpq/inp_str.c index fef2f987d..2879ea2f5 100644 --- a/mpq/inp_str.c +++ b/mpq/inp_str.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 #include diff --git a/mpq/inv.c b/mpq/inv.c index 48f0ae75f..3b9ba05fd 100644 --- a/mpq/inv.c +++ b/mpq/inv.c @@ -16,7 +16,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 "gmp.h" #include "gmp-impl.h" diff --git a/mpq/md_2exp.c b/mpq/md_2exp.c index 7b85793d2..39dae94f4 100644 --- a/mpq/md_2exp.c +++ b/mpq/md_2exp.c @@ -16,7 +16,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 "gmp.h" #include "gmp-impl.h" diff --git a/mpq/mul.c b/mpq/mul.c index c2b074f23..a76b17a51 100644 --- a/mpq/mul.c +++ b/mpq/mul.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 "gmp.h" #include "gmp-impl.h" diff --git a/mpq/neg.c b/mpq/neg.c index 32115c2fc..4d8edc1ee 100644 --- a/mpq/neg.c +++ b/mpq/neg.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/. */ #define __GMP_FORCE_mpq_neg 1 diff --git a/mpq/out_str.c b/mpq/out_str.c index ade8e2b19..e910c4050 100644 --- a/mpq/out_str.c +++ b/mpq/out_str.c @@ -16,7 +16,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/mpq/set.c b/mpq/set.c index b2dad7e59..26a7c58e9 100644 --- a/mpq/set.c +++ b/mpq/set.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 "gmp.h" #include "gmp-impl.h" diff --git a/mpq/set_d.c b/mpq/set_d.c index c56ef5d69..4f9afc365 100644 --- a/mpq/set_d.c +++ b/mpq/set_d.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/mpq/set_den.c b/mpq/set_den.c index c38aeab21..ba97a8f42 100644 --- a/mpq/set_den.c +++ b/mpq/set_den.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 "gmp.h" #include "gmp-impl.h" diff --git a/mpq/set_f.c b/mpq/set_f.c index 2c8eb708c..cd8944e92 100644 --- a/mpq/set_f.c +++ b/mpq/set_f.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 "gmp.h" #include "gmp-impl.h" diff --git a/mpq/set_num.c b/mpq/set_num.c index 5b018c808..16e1b3483 100644 --- a/mpq/set_num.c +++ b/mpq/set_num.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 "gmp.h" #include "gmp-impl.h" diff --git a/mpq/set_si.c b/mpq/set_si.c index f7499aa7c..2fd3cc771 100644 --- a/mpq/set_si.c +++ b/mpq/set_si.c @@ -16,7 +16,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 "gmp.h" #include "gmp-impl.h" diff --git a/mpq/set_str.c b/mpq/set_str.c index 07a18bb17..63805b0e8 100644 --- a/mpq/set_str.c +++ b/mpq/set_str.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 #include diff --git a/mpq/set_ui.c b/mpq/set_ui.c index 51192dc75..7d41621eb 100644 --- a/mpq/set_ui.c +++ b/mpq/set_ui.c @@ -16,7 +16,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 "gmp.h" #include "gmp-impl.h" diff --git a/mpq/set_z.c b/mpq/set_z.c index e6f3ff0b6..9bcfa374a 100644 --- a/mpq/set_z.c +++ b/mpq/set_z.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 "gmp.h" #include "gmp-impl.h" diff --git a/mpq/swap.c b/mpq/swap.c index 0736c8779..4744848d5 100644 --- a/mpq/swap.c +++ b/mpq/swap.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 "gmp.h" #include "gmp-impl.h" -- cgit v1.2.1