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. --- demos/Makefile.am | 2 +- demos/calc/Makefile.am | 2 +- demos/calc/README | 2 +- demos/calc/calc-common.h | 2 +- demos/calc/calc-config-h.in | 2 +- demos/calc/calc.y | 2 +- demos/calc/calclex.l | 2 +- demos/calc/calcread.c | 2 +- demos/expr/Makefile.am | 2 +- demos/expr/README | 2 +- demos/expr/expr-impl.h | 2 +- demos/expr/expr.c | 2 +- demos/expr/expr.h | 2 +- demos/expr/exprf.c | 2 +- demos/expr/exprfa.c | 2 +- demos/expr/exprq.c | 2 +- demos/expr/exprqa.c | 2 +- demos/expr/exprv.c | 2 +- demos/expr/exprz.c | 2 +- demos/expr/exprza.c | 2 +- demos/expr/run-expr.c | 2 +- demos/expr/t-expr.c | 2 +- demos/factorize.c | 2 +- demos/isprime.c | 2 +- demos/perl/GMP.pm | 4 ++-- demos/perl/GMP.xs | 2 +- demos/perl/GMP/Mpf.pm | 2 +- demos/perl/GMP/Mpq.pm | 2 +- demos/perl/GMP/Mpz.pm | 2 +- demos/perl/GMP/Rand.pm | 2 +- demos/perl/INSTALL | 2 +- demos/perl/Makefile.PL | 2 +- demos/perl/sample.pl | 2 +- demos/perl/test.pl | 2 +- demos/perl/test2.pl | 2 +- demos/perl/typemap | 2 +- demos/pexpr-config-h.in | 2 +- demos/pexpr.c | 2 +- demos/primes.c | 2 +- demos/qcn.c | 2 +- 40 files changed, 41 insertions(+), 41 deletions(-) (limited to 'demos') diff --git a/demos/Makefile.am b/demos/Makefile.am index 1c6303d58..ed256676b 100644 --- a/demos/Makefile.am +++ b/demos/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/. SUBDIRS = calc expr diff --git a/demos/calc/Makefile.am b/demos/calc/Makefile.am index 3a906d1a4..fbe0c735a 100644 --- a/demos/calc/Makefile.am +++ b/demos/calc/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 = -I$(top_srcdir) diff --git a/demos/calc/README b/demos/calc/README index f2f613049..660394ecb 100644 --- a/demos/calc/README +++ b/demos/calc/README @@ -12,7 +12,7 @@ WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with -this program. If not, see http://www.gnu.org/licenses/. +this program. If not, see https://www.gnu.org/licenses/. diff --git a/demos/calc/calc-common.h b/demos/calc/calc-common.h index c9ca8a674..7a9187826 100644 --- a/demos/calc/calc-common.h +++ b/demos/calc/calc-common.h @@ -14,7 +14,7 @@ WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with -this program. If not, see http://www.gnu.org/licenses/. */ +this program. If not, see https://www.gnu.org/licenses/. */ #include /* for size_t */ #ifndef NO_CALC_H diff --git a/demos/calc/calc-config-h.in b/demos/calc/calc-config-h.in index 6ecf43e72..42cdd440c 100644 --- a/demos/calc/calc-config-h.in +++ b/demos/calc/calc-config-h.in @@ -14,7 +14,7 @@ WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with -this program. If not, see http://www.gnu.org/licenses/. */ +this program. If not, see https://www.gnu.org/licenses/. */ /* Define if GNU readline should be used. */ diff --git a/demos/calc/calc.y b/demos/calc/calc.y index 5859c6612..0fa1206f7 100644 --- a/demos/calc/calc.y +++ b/demos/calc/calc.y @@ -15,7 +15,7 @@ WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with -this program. If not, see http://www.gnu.org/licenses/. */ +this program. If not, see https://www.gnu.org/licenses/. */ /* This is a simple program, meant only to show one way to use GMP for this diff --git a/demos/calc/calclex.l b/demos/calc/calclex.l index ee47ac806..44df848fa 100644 --- a/demos/calc/calclex.l +++ b/demos/calc/calclex.l @@ -14,7 +14,7 @@ WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with -this program. If not, see http://www.gnu.org/licenses/. */ +this program. If not, see https://www.gnu.org/licenses/. */ %{ #include diff --git a/demos/calc/calcread.c b/demos/calc/calcread.c index 53291ff73..40433686c 100644 --- a/demos/calc/calcread.c +++ b/demos/calc/calcread.c @@ -14,7 +14,7 @@ WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with -this program. If not, see http://www.gnu.org/licenses/. */ +this program. If not, see https://www.gnu.org/licenses/. */ #include "calc-common.h" diff --git a/demos/expr/Makefile.am b/demos/expr/Makefile.am index 4b97330a3..56be5a4a2 100644 --- a/demos/expr/Makefile.am +++ b/demos/expr/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 = -I$(top_srcdir) -I$(top_srcdir)/tests diff --git a/demos/expr/README b/demos/expr/README index f80b4d707..ea67992da 100644 --- a/demos/expr/README +++ b/demos/expr/README @@ -13,7 +13,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/. diff --git a/demos/expr/expr-impl.h b/demos/expr/expr-impl.h index a5c7ab239..76d7b5a47 100644 --- a/demos/expr/expr-impl.h +++ b/demos/expr/expr-impl.h @@ -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/. */ /* Same tests as gmp.h. */ diff --git a/demos/expr/expr.c b/demos/expr/expr.c index 193145b1e..c1df5d5ae 100644 --- a/demos/expr/expr.c +++ b/demos/expr/expr.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/demos/expr/expr.h b/demos/expr/expr.h index 101e10496..9a69ed219 100644 --- a/demos/expr/expr.h +++ b/demos/expr/expr.h @@ -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/. */ #ifndef __EXPR_H__ diff --git a/demos/expr/exprf.c b/demos/expr/exprf.c index 3bead8832..75e89c808 100644 --- a/demos/expr/exprf.c +++ b/demos/expr/exprf.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/demos/expr/exprfa.c b/demos/expr/exprfa.c index 32151a6ca..1972fbc10 100644 --- a/demos/expr/exprfa.c +++ b/demos/expr/exprfa.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/. */ /* Future: Bitwise "&", "|" and "&" could be done, if desired. Not sure diff --git a/demos/expr/exprq.c b/demos/expr/exprq.c index fac95d1c0..08139b3a0 100644 --- a/demos/expr/exprq.c +++ b/demos/expr/exprq.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/demos/expr/exprqa.c b/demos/expr/exprqa.c index 8eaf60248..b7973fc37 100644 --- a/demos/expr/exprqa.c +++ b/demos/expr/exprqa.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 diff --git a/demos/expr/exprv.c b/demos/expr/exprv.c index b53682eec..31009df8b 100644 --- a/demos/expr/exprv.c +++ b/demos/expr/exprv.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/demos/expr/exprz.c b/demos/expr/exprz.c index d57db719b..fd0b60ab9 100644 --- a/demos/expr/exprz.c +++ b/demos/expr/exprz.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/demos/expr/exprza.c b/demos/expr/exprza.c index 23e18670c..cd848fe1e 100644 --- a/demos/expr/exprza.c +++ b/demos/expr/exprza.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/demos/expr/run-expr.c b/demos/expr/run-expr.c index afed36405..d045b3920 100644 --- a/demos/expr/run-expr.c +++ b/demos/expr/run-expr.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/. */ /* Usage: ./run-expr [-z] [-q] [-f] [-p prec] [-b base] expression... diff --git a/demos/expr/t-expr.c b/demos/expr/t-expr.c index fc5037450..c31ec5eb8 100644 --- a/demos/expr/t-expr.c +++ b/demos/expr/t-expr.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/demos/factorize.c b/demos/factorize.c index 1a8cb7898..0d5f26d90 100644 --- a/demos/factorize.c +++ b/demos/factorize.c @@ -12,7 +12,7 @@ WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with -this program. If not, see http://www.gnu.org/licenses/. */ +this program. If not, see https://www.gnu.org/licenses/. */ #include diff --git a/demos/isprime.c b/demos/isprime.c index 782106c0a..40ee70eb9 100644 --- a/demos/isprime.c +++ b/demos/isprime.c @@ -13,7 +13,7 @@ WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with -this program. If not, see http://www.gnu.org/licenses/. */ +this program. If not, see https://www.gnu.org/licenses/. */ #include #include diff --git a/demos/perl/GMP.pm b/demos/perl/GMP.pm index 769c90718..4806f411e 100644 --- a/demos/perl/GMP.pm +++ b/demos/perl/GMP.pm @@ -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/. # [Note: The above copyright notice is repeated in the documentation section # below, in order to get it into man pages etc generated by the various pod @@ -639,7 +639,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/. =cut diff --git a/demos/perl/GMP.xs b/demos/perl/GMP.xs index a52e950ca..25bbc1292 100644 --- a/demos/perl/GMP.xs +++ b/demos/perl/GMP.xs @@ -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/. /* Notes: diff --git a/demos/perl/GMP/Mpf.pm b/demos/perl/GMP/Mpf.pm index ea7b28b40..d6523f641 100644 --- a/demos/perl/GMP/Mpf.pm +++ b/demos/perl/GMP/Mpf.pm @@ -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/. package GMP::Mpf; diff --git a/demos/perl/GMP/Mpq.pm b/demos/perl/GMP/Mpq.pm index cd60cbef1..1d619a833 100644 --- a/demos/perl/GMP/Mpq.pm +++ b/demos/perl/GMP/Mpq.pm @@ -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/. package GMP::Mpq; diff --git a/demos/perl/GMP/Mpz.pm b/demos/perl/GMP/Mpz.pm index 805213d58..ea39e48fb 100644 --- a/demos/perl/GMP/Mpz.pm +++ b/demos/perl/GMP/Mpz.pm @@ -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/. package GMP::Mpz; diff --git a/demos/perl/GMP/Rand.pm b/demos/perl/GMP/Rand.pm index 049c72935..225290dfa 100644 --- a/demos/perl/GMP/Rand.pm +++ b/demos/perl/GMP/Rand.pm @@ -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/. package GMP::Rand; diff --git a/demos/perl/INSTALL b/demos/perl/INSTALL index e503c79dd..5f204bcf5 100644 --- a/demos/perl/INSTALL +++ b/demos/perl/INSTALL @@ -13,7 +13,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/. diff --git a/demos/perl/Makefile.PL b/demos/perl/Makefile.PL index c30b50343..a6e8c247e 100644 --- a/demos/perl/Makefile.PL +++ b/demos/perl/Makefile.PL @@ -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/. # Bugs: diff --git a/demos/perl/sample.pl b/demos/perl/sample.pl index 20ca5a704..9f83d8921 100644 --- a/demos/perl/sample.pl +++ b/demos/perl/sample.pl @@ -17,7 +17,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/. use strict; diff --git a/demos/perl/test.pl b/demos/perl/test.pl index 867d36e94..5354905f8 100644 --- a/demos/perl/test.pl +++ b/demos/perl/test.pl @@ -17,7 +17,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/. # These tests aim to exercise the many possible combinations of operands diff --git a/demos/perl/test2.pl b/demos/perl/test2.pl index 645d3cfbb..f93d92129 100644 --- a/demos/perl/test2.pl +++ b/demos/perl/test2.pl @@ -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/. # The following uses of :constants seem to provoke segvs in perl 5.005_03, diff --git a/demos/perl/typemap b/demos/perl/typemap index 06dc96d7d..1ac16e862 100644 --- a/demos/perl/typemap +++ b/demos/perl/typemap @@ -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/. TYPEMAP diff --git a/demos/pexpr-config-h.in b/demos/pexpr-config-h.in index 77f767f7a..b3e7f5d46 100644 --- a/demos/pexpr-config-h.in +++ b/demos/pexpr-config-h.in @@ -14,7 +14,7 @@ WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with -this program. If not, see http://www.gnu.org/licenses/. */ +this program. If not, see https://www.gnu.org/licenses/. */ /* Define if you have the header file. */ diff --git a/demos/pexpr.c b/demos/pexpr.c index 9e3d0a8f0..ce2818781 100644 --- a/demos/pexpr.c +++ b/demos/pexpr.c @@ -13,7 +13,7 @@ WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with -this program. If not, see http://www.gnu.org/licenses/. */ +this program. If not, see https://www.gnu.org/licenses/. */ /* This expressions evaluator works by building an expression tree (using a diff --git a/demos/primes.c b/demos/primes.c index 61844b9af..3cb32e2e2 100644 --- a/demos/primes.c +++ b/demos/primes.c @@ -14,7 +14,7 @@ WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with -this program. If not, see http://www.gnu.org/licenses/. */ +this program. If not, see https://www.gnu.org/licenses/. */ #include #include diff --git a/demos/qcn.c b/demos/qcn.c index 8aa25eb0b..9d7644680 100644 --- a/demos/qcn.c +++ b/demos/qcn.c @@ -17,7 +17,7 @@ FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with -this program. If not, see http://www.gnu.org/licenses/. */ +this program. If not, see https://www.gnu.org/licenses/. */ /* Usage: qcn [-p limit] ... -- cgit v1.2.1