maint: prefer HTTPS to HTTP, FTP in URLs
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 19 Sep 2017 17:24:05 +0000 (10:24 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 19 Sep 2017 17:43:52 +0000 (10:43 -0700)
43 files changed:
ChangeLog-2007
NEWS
README
README-hacking
TODO
algorithm.doc
bootstrap.conf
cfg.mk
configure.ac
doc/gzip.texi
gunzip.in
gzexe.in
gzip.1
gzip.c
tests/Makefile.am
tests/gzip-env
tests/helin-segv
tests/help-version
tests/hufts
tests/init.sh
tests/keep
tests/list
tests/memcpy-abuse
tests/mixed
tests/null-suffix-clobber
tests/stdin
tests/timestamp
tests/trailing-nul
tests/unpack-invalid
tests/z-suffix
tests/zdiff
tests/zgrep-context
tests/zgrep-f
tests/zgrep-signal
tests/znew-k
zcat.in
zcmp.in
zdiff.in
zforce.in
zgrep.in
zless.in
zmore.in
znew.in

index 847f7f1e5089c3b18f461e5c2d5a0fe450265791..19705b5ef13dda03c5b42fdca3e9420e40f1b142 100644 (file)
@@ -6,7 +6,7 @@
        * gzip.c (handled_sig): Move out of install_signal_handlers, and
        move previous to all uses of SIGPIPE, to fix a bug encountered when
        porting to mingw32.  Reported by Robert Millan in
-       <http://lists.gnu.org/archive/html/bug-gzip/2007-11/msg00007.html>.
+       <https://lists.gnu.org/archive/html/bug-gzip/2007-11/msg00007.html>.
 
 2007-10-04  Paul Eggert  <eggert@cs.ucla.edu>
 
@@ -15,7 +15,7 @@
        * Makefile.am (gzip.doc.gz, check-local): Depend on $(bin_PROGRAMS).
        (gzip.doc.gz): Use our gzip, not the system-installed one.
        Problem reported by Chris Staub in
-       <http://lists.gnu.org/archive/html/bug-gzip/2007-10/msg00000.html>.
+       <https://lists.gnu.org/archive/html/bug-gzip/2007-10/msg00000.html>.
 
 2007-07-03  Paul Eggert  <eggert@cs.ucla.edu>
 
 2007-06-04  Paul Eggert  <eggert@cs.ucla.edu>
 
        * gzip.c (get_method): Fix typo: "a a" -> "a" in diagnostic.  Reported
-       by Justin Pryzby in Debian bug 426965 <http://bugs.debian.org/426965>.
+       by Justin Pryzby in Debian bug 426965 <https://bugs.debian.org/426965>.
 
 2007-05-07  Paul Eggert  <eggert@cs.ucla.edu>
 
        * NEWS: 'gzip -f foo.gz' now works instead of complaining.
        * gzip.c (make_ofname): Implement this.
        Problem reported by Sven Hartrumpf in
-       <http://lists.gnu.org/archive/html/bug-gzip/2007-05/msg00003.html>.
+       <https://lists.gnu.org/archive/html/bug-gzip/2007-05/msg00003.html>.
 
        * NEWS, gzip.1: Document that case is ignored when looking at file name
        extensions.
@@ -51,7 +51,7 @@
        consistency with other substitutions.
        (check-local): Use --__bindir . rather than setting GZIP_BINDIR=.,
        to allay security concerns voiced by Joerg Lehners in
-       <http://lists.gnu.org/archive/html/bug-gzip/2007-04/msg00003.html>.
+       <https://lists.gnu.org/archive/html/bug-gzip/2007-04/msg00003.html>.
        * gunzip.in, gzexe.in, zcat.in, zcmp.in, zdiff.in, zegrep.in, zfgrep.in:
        * zforce.in, zgrep.in, zless.in, zmore.in, znew.in:
        Support --__bindir rather than GZIP_BINDIR.
        * gunzip.in, zcat.in, zcmp.in: Support --help and --version
        directly, to avoid some confusion in help and version output.
        Problem reported by Eric Blake in
-       <http://lists.gnu.org/archive/html/bug-gzip/2007-04/msg00006.html>.
+       <https://lists.gnu.org/archive/html/bug-gzip/2007-04/msg00006.html>.
 
 2007-04-28  Paul Eggert  <eggert@cs.ucla.edu>
 
        * m4/shell.m4 (AC_PROG_SHELL): Check for old-fashioned shells that
        don't allow "(" in front of case labels.  Problem reported by midair
-       in <http://lists.gnu.org/archive/html/bug-gzip/2007-04/msg00004.html>.
+       in <https://lists.gnu.org/archive/html/bug-gzip/2007-04/msg00004.html>.
        Also, check for buggy shells that require ";;" before "esac".
 
 2007-04-13  Paul Eggert  <eggert@cs.ucla.edu>
 
        * README (WARNING): Reword to avoid mention of no-longer-existing
        section in INSTALL file.  Problem reported by Paul Townsend in
-       <http://lists.gnu.org/archive/html/bug-gzip/2007-03/msg00000.html>.
+       <https://lists.gnu.org/archive/html/bug-gzip/2007-03/msg00000.html>.
 
 2007-02-11  Paul Eggert  <eggert@cs.ucla.edu>
 
        * zdiff.in: Don't use '((' in a shell script, as it's not portable
        to some ksh implementations, e.g., Solaris 10 ksh M-11/16/88i.
        Problem reported by Nelson H. F. Beebe in
-       <http://lists.gnu.org/archive/html/bug-gzip/2007-02/msg00005.html>.
+       <https://lists.gnu.org/archive/html/bug-gzip/2007-02/msg00005.html>.
 
 2007-02-05  Paul Eggert  <eggert@cs.ucla.edu>
 
 
        * m4/shell.m4 (AC_PROG_SHELL): Test that $(...) works.
        Problem reported for SGI IRIX 6 by Nelson H. F. Beebe in
-       <http://lists.gnu.org/archive/html/bug-gzip/2007-01/msg00007.html>.
+       <https://lists.gnu.org/archive/html/bug-gzip/2007-01/msg00007.html>.
 
 2007-01-04  Paul Eggert  <eggert@cs.ucla.edu>
 
        * zdiff.in (cmp0): New var.
        Rewrite test for /dev/fd/3 to detect bugs in Solaris 8
        /bin/bash 2.03.  Problem reported by Nelson H. F. Beebe in
-       <http://lists.gnu.org/archive/html/bug-gzip/2007-01/msg00001.html>.
+       <https://lists.gnu.org/archive/html/bug-gzip/2007-01/msg00001.html>.
        Avoid "for file; do", which doesn't work with Solaris 8 /bin/sh.
 
 2007-01-03  Paul Eggert  <eggert@cs.ucla.edu>
 
        * zdiff.in: Test /dev//fd/3, not /dev/fd/3, to work around a problem
        with Tru64 4.0F ksh M-11/16/88f reported by Thomas Koutcher in
-       <http://lists.gnu.org/archive/html/bug-gzip/2007-01/msg00000.html>.
+       <https://lists.gnu.org/archive/html/bug-gzip/2007-01/msg00000.html>.
 
 2006-12-30  Paul Eggert  <eggert@cs.ucla.edu>
 
 
        * zless.in: Work around a bug in less 394 and earlier; it
        mishandles $%=~ in file names.  Problem reported by
-       Sami Liedes in <http://bugs.debian.org/383358>.
+       Sami Liedes in <https://bugs.debian.org/383358>.
 
        * doc/gzip.texi: Swap order of dircategory entries, to pacify
        Debian install-info 1.10.28.  This should fix
-       <http://bugs.debian.org/404048>.
+       <https://bugs.debian.org/404048>.
 
        * zgrep.in (version): Fix bug: $grep wasn't evaluated.
 
 
 2006-12-26  Paul Eggert  <eggert@cs.ucla.edu>
 
-       Fix Debian bug 367673 <http://bugs.debian.org/367673> plus several
+       Fix Debian bug 367673 <https://bugs.debian.org/367673> plus several
        other bugs discovered in the neighborhood.
        * NEWS: gzip -q now exits with status 2 (not 1) on SIGPIPE.
        zgrep has many bugs fixed with argument handling, special characters,
 2006-12-23  Paul Eggert  <eggert@cs.ucla.edu>
 
        * NEWS: Fix bug reported by Martin Mares in
-       <http://bugs.debian.org/177942>.
+       <https://bugs.debian.org/177942>.
        * gzip.c (treat_stdin): Remove NO_STDIN_FSTAT and NO_PIPE_TIMESTAMP
        stuff.  It didn't work (led to syntax errors) and was confusing.
        Report an error if stdin cannot be statted even if !list && no_time.
        Use the same form for timestamps that treat_stdin uses.
 
        * zdiff.in: Fix typo that broke most usages.  Problem reported by
-       Jari Aalto in <http://bugs.debian.org/404114>.  While we're at it,
+       Jari Aalto in <https://bugs.debian.org/404114>.  While we're at it,
        fix a bunch of other problems.  Handle "-" better.  Send
        diagnostics to stderr, not stdout.  Use expr rather than echo |
        sed, to handle special characters better.  Report a diagnostic in
 
        * zdiff.1: Mention that these programs currently understand only
        formats that gzip does.  Problem reported by Jari Aalto in
-       <http://bugs.debian.org/404099>.
+       <https://bugs.debian.org/404099>.
 
 2006-12-20  Paul Eggert  <eggert@cs.ucla.edu>
 
        * znew.in: Likewise.
 
        Fix problems in porting to NSK reported by Matthew Woehlke in
-       <http://lists.gnu.org/archive/html/bug-gzip/2006-12/msg00025.html> and
-       <http://lists.gnu.org/archive/html/bug-gzip/2006-12/msg00027.html>.
+       <https://lists.gnu.org/archive/html/bug-gzip/2006-12/msg00025.html> and
+       <https://lists.gnu.org/archive/html/bug-gzip/2006-12/msg00027.html>.
        * gzip.h: Include <limits.h>, for SSIZE_MAX.
        (INBUFSIZE): Don't make it any larger than SSIZE_MAX.
        Problem reported by Matthew Woehlke in
-       <http://lists.gnu.org/archive/html/bug-gzip/2006-11/msg00013.html>.
+       <https://lists.gnu.org/archive/html/bug-gzip/2006-11/msg00013.html>.
        * gzip.c: Don't include <limits.h>, as gzip.h now does this.
        * util.c: Likewise.
        * gzip.c (main): Set exiting_signal before installing signal handlers.
        * configure.ac (for assembler): Set ASFLAGS_config to
        -Wa,--noexecstack if this seems advisable on this platform.
        Problem reported by Mike Frysinger in
-       <http://lists.gnu.org/archive/html/bug-gzip/2006-12/msg00018.html>.
+       <https://lists.gnu.org/archive/html/bug-gzip/2006-12/msg00018.html>.
        * lib/Makefile.am (match.$(OBJEXT)): Use ASFLAGS_config.
 
 2006-12-07  Paul Eggert  <eggert@cs.ucla.edu>
 
        * deflate.c (deflate_fast, deflate): Avoid core dump.  Problem
        originally reported by Jochen Friedrich and trivial patch supplied
-       by Anthony Towns; see <http://bugs.debian.org/184057>.
+       by Anthony Towns; see <https://bugs.debian.org/184057>.
 
 2006-12-06  Paul Eggert  <eggert@cs.ucla.edu>
 
 
        Port to Tandem NSK/OSS, which lacks fchdir.  Problem reported by
        Matthew Woehlke in
-       <http://lists.gnu.org/archive/html/bug-gzip/2006-11/msg00013.html>.
+       <https://lists.gnu.org/archive/html/bug-gzip/2006-11/msg00013.html>.
        * bootstrap.conf (gnulib_modules): Remove openat, as it pulls in
        fchdir.
        * configure.ac: Check for fdopendir.
        * gzexe.in: Sweep the code and fix some bugs.
        My, what sharp teeth you have, gzexe!
        The straw that broke this camel's back was Matthew Burgess's bug report
-       <http://lists.gnu.org/archive/html/bug-gzip/2006-11/msg00012.html>.
+       <https://lists.gnu.org/archive/html/bug-gzip/2006-11/msg00012.html>.
 
        (IFS): Set it to the standard value, both here and in the
        script gzexe generates.
diff --git a/NEWS b/NEWS
index 708655314535662aeedea9ba663dc14e91c514d3..50b2e99ad4de74796883cff761af2f4d05b844ee 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -123,7 +123,7 @@ GNU gzip NEWS                                    -*- outline -*-
   gzip -d could segfault and/or clobber the stack, possibly leading to
   arbitrary code execution.  This affects x86_64 but not 32-bit systems.
   This fixes CVE-2010-0001.
-  For more details, see http://bugzilla.redhat.com/554418
+  For more details, see https://bugzilla.redhat.com/554418
 
   gzip -d would fail with a CRC error for some valid inputs.
   So far, the only valid input known to exhibit this failure was
diff --git a/README b/README
index a116df7b6b4c3a0e7b389218ef58e4c2305bb985..21504c206ffe3f14f571e8df20ac155d31b54faa 100644 (file)
--- a/README
+++ b/README
@@ -1,6 +1,6 @@
 This is the file README for the gzip distribution.
 
-The GNU gzip home page is http://www.gnu.org/software/gzip.
+The GNU gzip home page is https://www.gnu.org/software/gzip.
 
 gzip (GNU zip) is a compression utility designed to be a replacement
 for 'compress'. Its main advantages over compress are much better
@@ -64,7 +64,7 @@ provided as example (not installed by default since it relies on perl).
 gzip is free software, you can redistribute it and/or modify it under
 the terms of the GNU General Public License, a copy of which is
 provided under the name COPYING. The latest version of gzip is always
-available from ftp://ftp.gnu.org/gnu/gzip or in any of the GNU
+available from https://ftp.gnu.org/gnu/gzip or in any of the GNU
 mirror sites.
 
 Many thanks to those who provided me with bug reports and feedback.
index 3650ff25fc02df10370fd3d0dc1641ede876bf3c..4f2279faecd6794f0ae21dad5a21e5a8ed25bce9 100644 (file)
@@ -9,10 +9,10 @@ Only the sources are installed in the CVS repository (to ease the
 maintenance, merges etc.), therefore you will have to get the latest
 stable versions of the maintainer tools we depend upon, including:
 
-- Automake <http://www.gnu.org/software/automake/>
-- Autoconf <http://www.gnu.org/software/autoconf/>
-- Tar <http://www.gnu.org/software/tar/>
-- Wget <http://www.gnu.org/software/wget/>
+- Automake <https://www.gnu.org/software/automake/>
+- Autoconf <https://www.gnu.org/software/autoconf/>
+- Tar <https://www.gnu.org/software/tar/>
+- Wget <https://www.gnu.org/software/wget/>
 
 Valgrind <http://valgrind.org/> is also highly recommended, if
 Valgrind supports your architecture.
diff --git a/TODO b/TODO
index 268777f801d94444f11a73022d7462fbb7d87dd8..604ea4993e2e9658afaba268dc2b2cdc980eb7da 100644 (file)
--- a/TODO
+++ b/TODO
@@ -31,16 +31,14 @@ Some of the planned features include:
   should be done in chunks to reduce memory usage.)
 
 - Add a super-fast compression method, suitable for implementing
-  file systems with transparent compression. One problem is that the
-  best candidate (lzrw1) is patented twice (Waterworth 4,701,745
-  and Gibson & Graybill 5,049,881). The lzrw series of algorithms
-  are available by ftp in ftp.adelaide.edu.au:/pub/compression/lzrw*.
+  file systems with transparent compression. The lzrw series of algorithms
+  are available at http://www.ross.net/compression/.
 
 - Add a super-tight (but slow) compression method, suitable for long
-  term archives.  One problem is that the best versions of arithmetic
-  coding are patented (4,286,256 4,295,125 4,463,342 4,467,317
-  4,633,490 4,652,856 4,891,643 4,905,297 4,935,882 4,973,961
-  5,023,611 5,025,258).
+  term archives.  See, for example, US Patents 4,286,256 4,295,125
+  4,463,342 4,467,317 4,633,490 4,652,856 4,891,643 4,905,297
+  4,935,882 4,973,961 5,023,611 5,025,258, which have all expired.
+  More recent patent-free techniques may also be available.
 
   Note: I will introduce new compression methods only if they are
   significantly better in either speed or compression ratio than the
@@ -59,7 +57,7 @@ Some of the planned features include:
 
   For one possible approach to this, please see:
 
-    http://www.samba.org/netfilter/diary/gzip.rsync.patch
+    https://ozlabs.org/~rusty/gzip.rsync.patch
 
 - Use a larger window size to deal with some large redundant files that
   'compress' currently handles better than gzip.
index aa46705521e0e269d820e5b8e885b61b1dd9024f..1091169c9b67f5f3abd85be1dbb38e27f4cff40c 100644 (file)
@@ -158,8 +158,8 @@ Compression", IEEE Transactions on Information Theory, Vol. 23, No. 3,
 May 1977, pp. 337-343.
 
 [RFC1952] Deutsch P., "GZIP file format specification version 4.3",
-Internet RFC 1952, May 1996, <http://www.ietf.org/rfc/rfc1952.txt>.
+Internet RFC 1952, May 1996, <https://www.ietf.org/rfc/rfc1952.txt>.
 
 APPNOTE.TXT documentation file in PKZIP 1.93a (October 1991).  This
 version no longer seems to be available online; the latest version is
-in <http://www.pkware.com/documents/casestudies/APPNOTE.TXT>.
+in <https://www.pkware.com/documents/casestudies/APPNOTE.TXT>.
index 16a84cefe5c5824dfa9cab060b3fbe9d354bb03b..649b94a5a5e5c60661320a07f8f1d429e57824d0 100644 (file)
@@ -13,7 +13,7 @@
 # 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/>.
+# along with this program.  If not, see <https://www.gnu.org/licenses/>.
 
 
 # gzip doesn't use gettext.
diff --git a/cfg.mk b/cfg.mk
index b70ee6e83ac702e8af7315820436655c73084d7b..3ee7b0b3c34d6072394eac2074f911e06bdef041 100644 (file)
--- a/cfg.mk
+++ b/cfg.mk
 # 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/>.
+# along with this program.  If not, see <https://www.gnu.org/licenses/>.
 
 # Used in maint.mk's web-manual rule
 manual_title = gzip: the data compression program
 
 # Use the direct link.  This is guaranteed to work immediately, while
 # it can take a while for the faster mirror links to become usable.
-url_dir_list = http://ftp.gnu.org/gnu/$(PACKAGE)
+url_dir_list = https://ftp.gnu.org/gnu/$(PACKAGE)
 
 # Tests not to run as part of "make distcheck".
 local-checks-to-skip =         \
index ca4066c4fbe52d779795a24147b88314d4558d39..76a82fe906f21d558079c42ebaf9e8ee42e0459e 100644 (file)
@@ -133,7 +133,7 @@ if test "$gl_gcc_warnings" = yes; then
 
   # Using -Wstrict-overflow is a pain, but the alternative is worse.
   # For an example, see the code that provoked this report:
-  # http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33498
+  # https://gcc.gnu.org/bugzilla/show_bug.cgi?id=33498
   # Code like that still infloops with gcc-4.6.0 and -O2.  Scary indeed.
 
   gl_MANYWARN_ALL_GCC([ws])
index 0176da460d92e5da2aec8c6b98df839a51786d6b..ca1e62378a1cbcf5d5e6cdd535176fda1ca5c373 100644 (file)
@@ -172,10 +172,10 @@ ownership and timestamps of files when compressing or decompressing.
 
 The @command{gzip} file format is specified in P. Deutsch, GZIP file
 format specification version 4.3,
-@uref{http://www.ietf.org/rfc/rfc1952.txt, Internet @abbr{RFC} 1952} (May
+@uref{https://www.ietf.org/rfc/rfc1952.txt, Internet @abbr{RFC} 1952} (May
 1996).  The @command{zip} deflation format is specified in P. Deutsch,
 DEFLATE Compressed Data Format Specification version 1.3,
-@uref{http://www.ietf.org/rfc/rfc1951.txt, Internet @abbr{RFC} 1951} (May
+@uref{https://www.ietf.org/rfc/rfc1951.txt, Internet @abbr{RFC} 1951} (May
 1996).
 
 @node Sample
index 140809cbb1b37266d35e62c436fec7c877b99a8d..cbb573a399c5b150c5b3086ef001926900c5f53d 100644 (file)
--- a/gunzip.in
+++ b/gunzip.in
@@ -20,7 +20,7 @@
 version="gunzip (gzip) @VERSION@
 Copyright (C) 2007, 2011-2016 Free Software Foundation, Inc.
 This is free software.  You may redistribute copies of it under the terms of
-the GNU General Public License <http://www.gnu.org/licenses/gpl.html>.
+the GNU General Public License <https://www.gnu.org/licenses/gpl.html>.
 There is NO WARRANTY, to the extent permitted by law.
 
 Written by Paul Eggert."
index 371289c2c1557a918a571b10074b59bfb9c6feee..139805027db47d1bcb11777d7047d7de385bd5bd 100644 (file)
--- a/gzexe.in
+++ b/gzexe.in
@@ -39,7 +39,7 @@ IFS=" $tab$nl"
 version='gzexe (gzip) @VERSION@
 Copyright (C) 2007, 2011-2016 Free Software Foundation, Inc.
 This is free software.  You may redistribute copies of it under the terms of
-the GNU General Public License <http://www.gnu.org/licenses/gpl.html>.
+the GNU General Public License <https://www.gnu.org/licenses/gpl.html>.
 There is NO WARRANTY, to the extent permitted by law.
 
 Written by Jean-loup Gailly.'
diff --git a/gzip.1 b/gzip.1
index ffc804164c04c0a8481b60285df0642cc543e94f..acde58aa9d86a784b4394ca77ab1b455a27c9ce4 100644 (file)
--- a/gzip.1
+++ b/gzip.1
@@ -408,13 +408,13 @@ The
 .I gzip
 file format is specified in P. Deutsch, \s-1GZIP\s0 file format
 specification version 4.3,
-.BR <http://www.ietf.org/rfc/rfc1952.txt> ,
+.BR <https://www.ietf.org/rfc/rfc1952.txt> ,
 Internet RFC 1952 (May 1996).
 The
 .I zip
 deflation format is specified in P. Deutsch, \s-1DEFLATE\s0 Compressed
 Data Format Specification version 1.3,
-.BR <http://www.ietf.org/rfc/rfc1951.txt> ,
+.BR <https://www.ietf.org/rfc/rfc1951.txt> ,
 Internet RFC 1951 (May 1996).
 .SH "DIAGNOSTICS"
 Exit status is normally 0;
diff --git a/gzip.c b/gzip.c
index 32a229c4e044a28a1b36e6e61fea47521b6c59b9..a4717aaad8be2fa7723f450e2ab1d094c995fec3 100644 (file)
--- a/gzip.c
+++ b/gzip.c
@@ -32,7 +32,7 @@ static char const *const license_msg[] = {
 "Copyright (C) 2016 Free Software Foundation, Inc.",
 "Copyright (C) 1993 Jean-loup Gailly.",
 "This is free software.  You may redistribute copies of it under the terms of",
-"the GNU General Public License <http://www.gnu.org/licenses/gpl.html>.",
+"the GNU General Public License <https://www.gnu.org/licenses/gpl.html>.",
 "There is NO WARRANTY, to the extent permitted by law.",
 0};
 
index 20ea2219b85d6c49fa7a96fa1284e093743bb1c0..df1789d773af068c87dfe779d8bc3bc464de3e91 100644 (file)
@@ -12,7 +12,7 @@
 # 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/>.
+# along with this program.  If not, see <https://www.gnu.org/licenses/>.
 
 TESTS =                                        \
   gzip-env                             \
index 90b3a83571c817189caab23f4dd90d0b23451b75..eeacebf0ab0a70123d8abc9659a1eb7dd13a8e5f 100755 (executable)
@@ -14,7 +14,7 @@
 # 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/>.
+# along with this program.  If not, see <https://www.gnu.org/licenses/>.
 # limit so don't run it by default.
 
 . "${srcdir=.}/init.sh"; path_prepend_ ..
index ed9835a0aa7575e5cf6cab3106f6754eb40a3150..2bb86dbf61d331bd97fba4c626fff6d8cb5e6588 100755 (executable)
@@ -14,7 +14,7 @@
 # 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/>.
+# along with this program.  If not, see <https://www.gnu.org/licenses/>.
 # limit so don't run it by default.
 
 . "${srcdir=.}/init.sh"; path_prepend_ ..
index aa704711482e850beea2df38afb1f1cbe7beb8a3..8bcfe5d078cf9c71c0c3f0fa175037069c4bdc6a 100755 (executable)
@@ -15,7 +15,7 @@
 # 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/>.
+# along with this program.  If not, see <https://www.gnu.org/licenses/>.
 
 # Ensure that $SHELL is set to *some* value and exported.
 # This is required for dircolors, which would fail e.g., when
index d626123094559794e11f86bdce557516c880d44c..6f851b65803cabc66231dfb6f008ecbd2771eea4 100755 (executable)
@@ -14,7 +14,7 @@
 # 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/>.
+# along with this program.  If not, see <https://www.gnu.org/licenses/>.
 # limit so don't run it by default.
 
 . "${srcdir=.}/init.sh"; path_prepend_ ..
index 584194f0e86169fecd09cb23b77bafbea71c7fb5..470605c116631af8d1950d6615f63e53e93d5416 100644 (file)
@@ -13,7 +13,7 @@
 # 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/>.
+# along with this program.  If not, see <https://www.gnu.org/licenses/>.
 
 # Using this file in a test
 # =========================
index dec8afa1bcd36bdcbb29a0749020104d7cbfb01e..322c60a1ecce812b93a75850948a9b7c284f7fd5 100755 (executable)
@@ -14,7 +14,7 @@
 # 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/>.
+# along with this program.  If not, see <https://www.gnu.org/licenses/>.
 # limit so don't run it by default.
 
 . "${srcdir=.}/init.sh"; path_prepend_ ..
index 8b6187760213bc23b74a32959ebbd82512849730..b6e05ef72e580941ea12018a836b40be621a64df 100755 (executable)
@@ -14,7 +14,7 @@
 # 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/>.
+# along with this program.  If not, see <https://www.gnu.org/licenses/>.
 # limit so don't run it by default.
 
 . "${srcdir=.}/init.sh"; path_prepend_ ..
index c06172ae423cf80cfbb7407f1dd640bf306c29cc..8abf892174a639f9dfd225b30d0dfa9b576c649b 100755 (executable)
@@ -15,7 +15,7 @@
 # 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/>.
+# along with this program.  If not, see <https://www.gnu.org/licenses/>.
 # limit so don't run it by default.
 
 . "${srcdir=.}/init.sh"; path_prepend_ ..
index 05064c51f5858897c2f46c7c47467f20ef76b569..0ad93d6201b175e2ae9e920de50d69245665837c 100755 (executable)
@@ -15,7 +15,7 @@
 # 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/>.
+# along with this program.  If not, see <https://www.gnu.org/licenses/>.
 # limit so don't run it by default.
 
 . "${srcdir=.}/init.sh"; path_prepend_ ..
index c0f62e07e963bf376bb2c4ac5eddb6a85fc26ce9..e5d108a84876c9ef9cce3923aead1df7804a0729 100755 (executable)
@@ -14,7 +14,7 @@
 # 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/>.
+# along with this program.  If not, see <https://www.gnu.org/licenses/>.
 # limit so don't run it by default.
 
 . "${srcdir=.}/init.sh"; path_prepend_ ..
index 897fcdd5fb798d4e726b29d49aa25666af6b402b..09d08c9a326075c140c5f604bf77a469f87fd9cb 100755 (executable)
@@ -14,7 +14,7 @@
 # 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/>.
+# along with this program.  If not, see <https://www.gnu.org/licenses/>.
 # limit so don't run it by default.
 
 . "${srcdir=.}/init.sh"; path_prepend_ ..
index e538a4db4b35a48cb1f695870890e3627ba42903..6e4e1fc67cc030cef0245052251b19aa1d416c5d 100755 (executable)
@@ -14,7 +14,7 @@
 # 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/>.
+# along with this program.  If not, see <https://www.gnu.org/licenses/>.
 # limit so don't run it by default.
 
 . "${srcdir=.}/init.sh"; path_prepend_ ..
index ef19326ba6e668da2a9eaca66999670692a048c0..8c8b3d02e64769b76a8406c0ef0356083ec7c894 100755 (executable)
@@ -15,7 +15,7 @@
 # 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/>.
+# along with this program.  If not, see <https://www.gnu.org/licenses/>.
 # limit so don't run it by default.
 
 . "${srcdir=.}/init.sh"; path_prepend_ ..
index 0e664402a9b9d8c1dd4af80cd38725bf9119965a..d3035f12d50b9f90bc352d0fc30febb7429b578b 100755 (executable)
@@ -15,7 +15,7 @@
 # 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/>.
+# along with this program.  If not, see <https://www.gnu.org/licenses/>.
 # limit so don't run it by default.
 
 . "${srcdir=.}/init.sh"; path_prepend_ ..
index 5b5a860b72f5593d454423fceaa162d3a48aa50e..28b0258835878ec26c17c9373c6555affb2e7fe9 100755 (executable)
@@ -14,7 +14,7 @@
 # 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/>.
+# along with this program.  If not, see <https://www.gnu.org/licenses/>.
 # limit so don't run it by default.
 
 . "${srcdir=.}/init.sh"; path_prepend_ ..
index e2ca65117a5d9442c092a2acf59f63caf86f7b32..8f2518a191bd6ae8e4a5a42f4107a0ad604cce1a 100755 (executable)
@@ -15,7 +15,7 @@
 # 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/>.
+# along with this program.  If not, see <https://www.gnu.org/licenses/>.
 # limit so don't run it by default.
 
 . "${srcdir=.}/init.sh"; path_prepend_ ..
index d767ca307476255b815e796c2772ab1189ac5614..d00f9fa0e6a3fbae383269be1242d5a422569126 100755 (executable)
@@ -14,7 +14,7 @@
 # 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/>.
+# along with this program.  If not, see <https://www.gnu.org/licenses/>.
 # limit so don't run it by default.
 
 . "${srcdir=.}/init.sh"; path_prepend_ ..
index 346a8050e7a35d937cf1e9b5637b456055175955..40da9ffab7e9112d5d5f2adb687252d8ff7f5855 100755 (executable)
@@ -15,7 +15,7 @@
 # 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/>.
+# along with this program.  If not, see <https://www.gnu.org/licenses/>.
 # limit so don't run it by default.
 
 . "${srcdir=.}/init.sh"; path_prepend_ ..
index c45495eb3227ca6239bc6577b62ee2aeb8990459..f0a4d6fc2cdf7ce305fb41b2c521bbfa7038fe6d 100755 (executable)
@@ -15,7 +15,7 @@
 # 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/>.
+# along with this program.  If not, see <https://www.gnu.org/licenses/>.
 # limit so don't run it by default.
 
 . "${srcdir=.}/init.sh"; path_prepend_ ..
index 0b820f1a743cab614d53a5c6ba95dea9b79e868b..675c6a03456c8ded3f5bfd5871d7c5a60c685dda 100755 (executable)
@@ -14,7 +14,7 @@
 # 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/>.
+# along with this program.  If not, see <https://www.gnu.org/licenses/>.
 # limit so don't run it by default.
 
 . "${srcdir=.}/init.sh"; path_prepend_ ..
diff --git a/zcat.in b/zcat.in
index 7f9c99cb07f2dc5fd36cf7b09bbb5e6be327ea27..a93f6a8f6e214e6774fdc2137c42f79533b59457 100644 (file)
--- a/zcat.in
+++ b/zcat.in
@@ -20,7 +20,7 @@
 version="zcat (gzip) @VERSION@
 Copyright (C) 2007, 2011-2016 Free Software Foundation, Inc.
 This is free software.  You may redistribute copies of it under the terms of
-the GNU General Public License <http://www.gnu.org/licenses/gpl.html>.
+the GNU General Public License <https://www.gnu.org/licenses/gpl.html>.
 There is NO WARRANTY, to the extent permitted by law.
 
 Written by Paul Eggert."
diff --git a/zcmp.in b/zcmp.in
index 20fb031481c84874586a391b33ec62af220a0631..784735088bc37412994c238b7cd3c1522b4b775d 100644 (file)
--- a/zcmp.in
+++ b/zcmp.in
@@ -20,7 +20,7 @@
 version="zcmp (gzip) @VERSION@
 Copyright (C) 2010 Free Software Foundation, Inc.
 This is free software.  You may redistribute copies of it under the terms of
-the GNU General Public License <http://www.gnu.org/licenses/gpl.html>.
+the GNU General Public License <https://www.gnu.org/licenses/gpl.html>.
 There is NO WARRANTY, to the extent permitted by law.
 
 Written by Paul Eggert."
index d57e44dffd0b40b490693389dc5e0d49f4dc9b3d..ab76d2d059ef091e0e7178ab85c2e3996c5d3d9b 100644 (file)
--- a/zdiff.in
+++ b/zdiff.in
@@ -27,7 +27,7 @@ esac
 version="z$prog (gzip) @VERSION@
 Copyright (C) 2009, 2011-2016 Free Software Foundation, Inc.
 This is free software.  You may redistribute copies of it under the terms of
-the GNU General Public License <http://www.gnu.org/licenses/gpl.html>.
+the GNU General Public License <https://www.gnu.org/licenses/gpl.html>.
 There is NO WARRANTY, to the extent permitted by law.
 
 Written by Jean-loup Gailly."
index 9a07bbf274603e52448e65af833a068e494e83df..47daef84eadd1d5878813d7da7aef740f4f0a9aa 100644 (file)
--- a/zforce.in
+++ b/zforce.in
@@ -26,7 +26,7 @@
 version="zforce (gzip) @VERSION@
 Copyright (C) 2010-2016 Free Software Foundation, Inc.
 This is free software.  You may redistribute copies of it under the terms of
-the GNU General Public License <http://www.gnu.org/licenses/gpl.html>.
+the GNU General Public License <https://www.gnu.org/licenses/gpl.html>.
 There is NO WARRANTY, to the extent permitted by law.
 
 Written by Jean-loup Gailly."
index 78ffbc13fb35dfdb6b88ca1f0ba1a2a5a2bf6f63..6978dfabe48b953849322dc26ee7da24b13b4905 100644 (file)
--- a/zgrep.in
+++ b/zgrep.in
@@ -27,7 +27,7 @@ grep='${GREP-'\''@GREP@'\''}'
 version='zgrep (gzip) @VERSION@
 Copyright (C) 2010-2016 Free Software Foundation, Inc.
 This is free software.  You may redistribute copies of it under the terms of
-the GNU General Public License <http://www.gnu.org/licenses/gpl.html>.
+the GNU General Public License <https://www.gnu.org/licenses/gpl.html>.
 There is NO WARRANTY, to the extent permitted by law.
 
 Written by Jean-loup Gailly.'
index fdcc49ad1d497ad11c524f10bfda3edfcd7ac953..10b9a0c900ff65db4a99617c7e359126bc9060a7 100644 (file)
--- a/zless.in
+++ b/zless.in
@@ -19,7 +19,7 @@
 version="zless (gzip) @VERSION@
 Copyright (C) 2007, 2011-2016 Free Software Foundation, Inc.
 This is free software.  You may redistribute copies of it under the terms of
-the GNU General Public License <http://www.gnu.org/licenses/gpl.html>.
+the GNU General Public License <https://www.gnu.org/licenses/gpl.html>.
 There is NO WARRANTY, to the extent permitted by law.
 
 Written by Paul Eggert."
index 5b1c3705096442692ac0c72d15b20b54e7b92254..005b53644198a76991f4ddec9641f701aad435c3 100644 (file)
--- a/zmore.in
+++ b/zmore.in
@@ -20,7 +20,7 @@
 version="zmore (gzip) @VERSION@
 Copyright (C) 2010-2016 Free Software Foundation, Inc.
 This is free software.  You may redistribute copies of it under the terms of
-the GNU General Public License <http://www.gnu.org/licenses/gpl.html>.
+the GNU General Public License <https://www.gnu.org/licenses/gpl.html>.
 There is NO WARRANTY, to the extent permitted by law.
 
 Written by Jean-loup Gailly."
diff --git a/znew.in b/znew.in
index 0f73a0ae731fd846af523f6637a4101af6b186f5..8ba829f15e0cce06ed560abe4460974f97fd6957 100644 (file)
--- a/znew.in
+++ b/znew.in
@@ -21,7 +21,7 @@
 version="znew (gzip) @VERSION@
 Copyright (C) 2010-2016 Free Software Foundation, Inc.
 This is free software.  You may redistribute copies of it under the terms of
-the GNU General Public License <http://www.gnu.org/licenses/gpl.html>.
+the GNU General Public License <https://www.gnu.org/licenses/gpl.html>.
 There is NO WARRANTY, to the extent permitted by law.
 
 Written by Jean-loup Gailly."