summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--COPYING8
-rw-r--r--Makefile.am2
-rw-r--r--README-hacking2
-rwxr-xr-xbootstrap2
-rw-r--r--bootstrap.conf2
-rw-r--r--cfg.mk2
-rw-r--r--configure.ac2
-rw-r--r--doc/local.mk2
-rw-r--r--init.cfg2
-rw-r--r--lib/local.mk2
-rw-r--r--sed/local.mk2
-rwxr-xr-xtestsuite/8bit.sh2
-rwxr-xr-xtestsuite/8to7.sh2
-rw-r--r--testsuite/Coreutils.pm2
-rw-r--r--testsuite/CuSkip.pm2
-rw-r--r--testsuite/CuTmpdir.pm2
-rwxr-xr-xtestsuite/badenc.sh2
-rwxr-xr-xtestsuite/binary.sh2
-rw-r--r--testsuite/bsd-wrapper.sh2
-rw-r--r--testsuite/cmd-R.sh2
-rwxr-xr-xtestsuite/cmd-l.sh2
-rwxr-xr-xtestsuite/colon-with-no-label.sh2
-rw-r--r--testsuite/command-endings.sh2
-rw-r--r--testsuite/comment-n.sh2
-rw-r--r--testsuite/compile-errors.sh2
-rw-r--r--testsuite/compile-tests.sh2
-rwxr-xr-xtestsuite/convert-number.sh2
-rwxr-xr-xtestsuite/dc.sh2
-rw-r--r--testsuite/distrib.sh2
-rw-r--r--testsuite/envvar-check2
-rwxr-xr-xtestsuite/eval.sh2
-rw-r--r--testsuite/execute-tests.sh2
-rwxr-xr-xtestsuite/follow-symlinks-stdin.sh2
-rw-r--r--testsuite/follow-symlinks.sh2
-rwxr-xr-xtestsuite/help-version.sh2
-rw-r--r--testsuite/help.sh2
-rwxr-xr-xtestsuite/in-place-hyphen.sh2
-rw-r--r--testsuite/in-place-suffix-backup.sh2
-rw-r--r--testsuite/init.sh2
-rw-r--r--testsuite/inplace-hold.sh2
-rwxr-xr-xtestsuite/inplace-selinux.sh2
-rwxr-xr-xtestsuite/invalid-mb-seq-UMR.sh2
-rw-r--r--testsuite/local.mk2
-rwxr-xr-xtestsuite/mac-mf.sh2
-rwxr-xr-xtestsuite/madding.sh2
-rwxr-xr-xtestsuite/mb-bad-delim.sh2
-rwxr-xr-xtestsuite/mb-charclass-non-utf8.sh2
-rwxr-xr-xtestsuite/mb-match-slash.sh2
-rwxr-xr-xtestsuite/mb-y-translate.sh2
-rw-r--r--testsuite/misc.pl2
-rwxr-xr-xtestsuite/newjis.sh2
-rwxr-xr-xtestsuite/newline-dfa-bug.sh2
-rw-r--r--testsuite/normalize-text.sh2
-rwxr-xr-xtestsuite/nulldata.sh2
-rw-r--r--testsuite/panic-tests.sh2
-rw-r--r--testsuite/posix-char-class.sh2
-rw-r--r--testsuite/posix-mode-ERE.sh2
-rwxr-xr-xtestsuite/posix-mode-N.sh2
-rw-r--r--testsuite/posix-mode-addr.sh2
-rwxr-xr-xtestsuite/posix-mode-bad-ref.sh2
-rw-r--r--testsuite/posix-mode-s.sh2
-rwxr-xr-xtestsuite/range-overlap.sh2
-rw-r--r--testsuite/recursive-escape-c.sh2
-rw-r--r--testsuite/regex-errors.sh2
-rwxr-xr-xtestsuite/sandbox.sh2
-rw-r--r--testsuite/stdin-prog.sh2
-rwxr-xr-xtestsuite/stdin.sh2
-rwxr-xr-xtestsuite/subst-mb-incomplete.sh2
-rw-r--r--testsuite/subst-options.sh2
-rw-r--r--testsuite/subst-replacement.sh2
-rwxr-xr-xtestsuite/temp-file-cleanup.sh2
-rwxr-xr-xtestsuite/title-case.sh2
-rw-r--r--testsuite/unbuffered.sh2
-rw-r--r--testsuite/uniq.sh2
-rw-r--r--testsuite/utf8-ru.sh2
-rwxr-xr-xtestsuite/xemacs.sh2
76 files changed, 79 insertions, 79 deletions
diff --git a/COPYING b/COPYING
index 94a9ed0..e600086 100644
--- a/COPYING
+++ b/COPYING
@@ -1,7 +1,7 @@
GNU GENERAL PUBLIC LICENSE
Version 3, 29 June 2007
- Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
+ Copyright (C) 2007 Free Software Foundation, Inc. <https://fsf.org/>
Everyone is permitted to copy and distribute verbatim copies
of this license document, but changing it is not allowed.
@@ -645,7 +645,7 @@ the "copyright" line and a pointer to where the full notice is found.
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/>.
Also add information on how to contact you by electronic and paper mail.
@@ -664,11 +664,11 @@ might be different; for a GUI interface, you would use an "about box".
You should also get your employer (if you work as a programmer) or school,
if any, to sign a "copyright disclaimer" for the program, if necessary.
For more information on this, and how to apply and follow the GNU GPL, see
-<http://www.gnu.org/licenses/>.
+<https://www.gnu.org/licenses/>.
The GNU General Public License does not permit incorporating your program
into proprietary programs. If your program is a subroutine library, you
may consider it more useful to permit linking proprietary applications with
the library. If this is what you want to do, use the GNU Lesser General
Public License instead of this License. But first, please read
-<http://www.gnu.org/philosophy/why-not-lgpl.html>.
+<https://www.gnu.org/philosophy/why-not-lgpl.html>.
diff --git a/Makefile.am b/Makefile.am
index ea6ba4f..311ef1f 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -11,7 +11,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/>.
PACKAGE = sed
diff --git a/README-hacking b/README-hacking
index ab434a3..fa69a1b 100644
--- a/README-hacking
+++ b/README-hacking
@@ -80,4 +80,4 @@ 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/>.
+along with this program. If not, see <https://www.gnu.org/licenses/>.
diff --git a/bootstrap b/bootstrap
index 4b15395..e5f983c 100755
--- a/bootstrap
+++ b/bootstrap
@@ -17,7 +17,7 @@ scriptversion=2017-01-09.19; # UTC
# 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/>.
# Originally written by Paul Eggert. The canonical version of this
# script is maintained as build-aux/bootstrap in gnulib, however, to
diff --git a/bootstrap.conf b/bootstrap.conf
index dc20ee4..75c6654 100644
--- a/bootstrap.conf
+++ b/bootstrap.conf
@@ -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/>.
avoided_gnulib_modules='
--avoid=lock-tests
diff --git a/cfg.mk b/cfg.mk
index 0bf6f4c..ded367c 100644
--- a/cfg.mk
+++ b/cfg.mk
@@ -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/>.
# Cause the tool(s) built by this package to be used also when running
# commands via e.g., "make syntax-check". Doing this a little sooner
diff --git a/configure.ac b/configure.ac
index 88b5874..4c57d68 100644
--- a/configure.ac
+++ b/configure.ac
@@ -11,7 +11,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/>.
dnl Process this file with -*- autoconf -*- to produce a configure script.
AC_INIT([GNU sed],
diff --git a/doc/local.mk b/doc/local.mk
index 1229e73..3031692 100644
--- a/doc/local.mk
+++ b/doc/local.mk
@@ -11,7 +11,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/>.
info_TEXINFOS = doc/sed.texi
doc_sed_TEXINFOS = doc/config.texi doc/version.texi doc/fdl.texi
diff --git a/init.cfg b/init.cfg
index a30dbb8..bd3db79 100644
--- a/init.cfg
+++ b/init.cfg
@@ -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/>.
# This goes hand in hand with the "exec 9>&2;" in tests/Makefile.am's
# TESTS_ENVIRONMENT definition.
diff --git a/lib/local.mk b/lib/local.mk
index a191a07..1ef14b4 100644
--- a/lib/local.mk
+++ b/lib/local.mk
@@ -11,7 +11,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/>.
#
include lib/gnulib.mk
diff --git a/sed/local.mk b/sed/local.mk
index 87b9135..19d136e 100644
--- a/sed/local.mk
+++ b/sed/local.mk
@@ -11,7 +11,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/>.
bin_PROGRAMS += sed/sed
diff --git a/testsuite/8bit.sh b/testsuite/8bit.sh
index 6319f42..81d449a 100755
--- a/testsuite/8bit.sh
+++ b/testsuite/8bit.sh
@@ -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/>.
. "${srcdir=.}/testsuite/init.sh"; path_prepend_ ./sed
print_ver_ sed
diff --git a/testsuite/8to7.sh b/testsuite/8to7.sh
index 8a8d088..f4fbfd3 100755
--- a/testsuite/8to7.sh
+++ b/testsuite/8to7.sh
@@ -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/>.
. "${srcdir=.}/testsuite/init.sh"; path_prepend_ ./sed
print_ver_ sed
diff --git a/testsuite/Coreutils.pm b/testsuite/Coreutils.pm
index c83b14a..4e7a00a 100644
--- a/testsuite/Coreutils.pm
+++ b/testsuite/Coreutils.pm
@@ -14,7 +14,7 @@ package Coreutils;
# 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/>.
use strict;
use vars qw($VERSION @ISA @EXPORT);
diff --git a/testsuite/CuSkip.pm b/testsuite/CuSkip.pm
index 8bba9fb..a2aad28 100644
--- a/testsuite/CuSkip.pm
+++ b/testsuite/CuSkip.pm
@@ -14,7 +14,7 @@ package CuSkip;
# 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/>.
use strict;
use warnings;
diff --git a/testsuite/CuTmpdir.pm b/testsuite/CuTmpdir.pm
index d04cff6..eee8a8d 100644
--- a/testsuite/CuTmpdir.pm
+++ b/testsuite/CuTmpdir.pm
@@ -14,7 +14,7 @@ package CuTmpdir;
# 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/>.
use strict;
use warnings;
diff --git a/testsuite/badenc.sh b/testsuite/badenc.sh
index 855a825..c96f4de 100755
--- a/testsuite/badenc.sh
+++ b/testsuite/badenc.sh
@@ -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/>.
. "${srcdir=.}/testsuite/init.sh"; path_prepend_ ./sed
print_ver_ sed
diff --git a/testsuite/binary.sh b/testsuite/binary.sh
index 02392d9..1833cfc 100755
--- a/testsuite/binary.sh
+++ b/testsuite/binary.sh
@@ -16,7 +16,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/>.
. "${srcdir=.}/testsuite/init.sh"; path_prepend_ ./sed
print_ver_ sed
diff --git a/testsuite/bsd-wrapper.sh b/testsuite/bsd-wrapper.sh
index 1b249e4..64e807f 100644
--- a/testsuite/bsd-wrapper.sh
+++ b/testsuite/bsd-wrapper.sh
@@ -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/>.
. "${srcdir=.}/testsuite/init.sh"; path_prepend_ ./sed
print_ver_ sed
diff --git a/testsuite/cmd-R.sh b/testsuite/cmd-R.sh
index 5831a97..1e34a08 100644
--- a/testsuite/cmd-R.sh
+++ b/testsuite/cmd-R.sh
@@ -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/>.
. "${srcdir=.}/testsuite/init.sh"; path_prepend_ ./sed
print_ver_ sed
diff --git a/testsuite/cmd-l.sh b/testsuite/cmd-l.sh
index 0a76cc1..fcf3c6c 100755
--- a/testsuite/cmd-l.sh
+++ b/testsuite/cmd-l.sh
@@ -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/>.
. "${srcdir=.}/testsuite/init.sh"; path_prepend_ ./sed
print_ver_ sed
diff --git a/testsuite/colon-with-no-label.sh b/testsuite/colon-with-no-label.sh
index 0560ec9..426bb4c 100755
--- a/testsuite/colon-with-no-label.sh
+++ b/testsuite/colon-with-no-label.sh
@@ -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/>.
. "${srcdir=.}/testsuite/init.sh"; path_prepend_ ./sed
print_ver_ sed
diff --git a/testsuite/command-endings.sh b/testsuite/command-endings.sh
index b736230..1c257e9 100644
--- a/testsuite/command-endings.sh
+++ b/testsuite/command-endings.sh
@@ -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/>.
. "${srcdir=.}/testsuite/init.sh"; path_prepend_ ./sed
print_ver_ sed
diff --git a/testsuite/comment-n.sh b/testsuite/comment-n.sh
index 7b6fb17..03e7b95 100644
--- a/testsuite/comment-n.sh
+++ b/testsuite/comment-n.sh
@@ -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/>.
. "${srcdir=.}/testsuite/init.sh"; path_prepend_ ./sed
print_ver_ sed
diff --git a/testsuite/compile-errors.sh b/testsuite/compile-errors.sh
index 73edcc9..d3c5bf9 100644
--- a/testsuite/compile-errors.sh
+++ b/testsuite/compile-errors.sh
@@ -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/>.
. "${srcdir=.}/testsuite/init.sh"; path_prepend_ ./sed
print_ver_ sed
diff --git a/testsuite/compile-tests.sh b/testsuite/compile-tests.sh
index d4de40a..e86a27c 100644
--- a/testsuite/compile-tests.sh
+++ b/testsuite/compile-tests.sh
@@ -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/>.
. "${srcdir=.}/testsuite/init.sh"; path_prepend_ ./sed
print_ver_ sed
diff --git a/testsuite/convert-number.sh b/testsuite/convert-number.sh
index 76d82e0..b2297e4 100755
--- a/testsuite/convert-number.sh
+++ b/testsuite/convert-number.sh
@@ -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/>.
. "${srcdir=.}/testsuite/init.sh"; path_prepend_ ./sed
print_ver_ sed
diff --git a/testsuite/dc.sh b/testsuite/dc.sh
index bdd2644..421896b 100755
--- a/testsuite/dc.sh
+++ b/testsuite/dc.sh
@@ -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/>.
. "${srcdir=.}/testsuite/init.sh"; path_prepend_ ./sed
print_ver_ sed
diff --git a/testsuite/distrib.sh b/testsuite/distrib.sh
index c440096..f02d431 100644
--- a/testsuite/distrib.sh
+++ b/testsuite/distrib.sh
@@ -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/>.
. "${srcdir=.}/testsuite/init.sh"; path_prepend_ ./sed
print_ver_ sed
diff --git a/testsuite/envvar-check b/testsuite/envvar-check
index 18ae309..708013e 100644
--- a/testsuite/envvar-check
+++ b/testsuite/envvar-check
@@ -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/>.
if (FOO=FOO; unset FOO) >/dev/null 2>&1; then
as_unset=unset
diff --git a/testsuite/eval.sh b/testsuite/eval.sh
index 5ba71ad..215620c 100755
--- a/testsuite/eval.sh
+++ b/testsuite/eval.sh
@@ -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/>.
. "${srcdir=.}/testsuite/init.sh"; path_prepend_ ./sed
print_ver_ sed
diff --git a/testsuite/execute-tests.sh b/testsuite/execute-tests.sh
index c26dee1..539cecd 100644
--- a/testsuite/execute-tests.sh
+++ b/testsuite/execute-tests.sh
@@ -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/>.
. "${srcdir=.}/testsuite/init.sh"; path_prepend_ ./sed
print_ver_ sed
diff --git a/testsuite/follow-symlinks-stdin.sh b/testsuite/follow-symlinks-stdin.sh
index 42a8598..12ba236 100755
--- a/testsuite/follow-symlinks-stdin.sh
+++ b/testsuite/follow-symlinks-stdin.sh
@@ -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/>.
. "${srcdir=.}/testsuite/init.sh"; path_prepend_ ./sed
print_ver_ sed
diff --git a/testsuite/follow-symlinks.sh b/testsuite/follow-symlinks.sh
index 3634ad1..3ccc48c 100644
--- a/testsuite/follow-symlinks.sh
+++ b/testsuite/follow-symlinks.sh
@@ -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/>.
. "${srcdir=.}/testsuite/init.sh"; path_prepend_ ./sed
print_ver_ sed
diff --git a/testsuite/help-version.sh b/testsuite/help-version.sh
index 7c22c08..d053cf1 100755
--- a/testsuite/help-version.sh
+++ b/testsuite/help-version.sh
@@ -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
diff --git a/testsuite/help.sh b/testsuite/help.sh
index 61ba2b0..68cf2a7 100644
--- a/testsuite/help.sh
+++ b/testsuite/help.sh
@@ -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/>.
. "${srcdir=.}/testsuite/init.sh"; path_prepend_ ./sed
print_ver_ sed
diff --git a/testsuite/in-place-hyphen.sh b/testsuite/in-place-hyphen.sh
index cdaaf05..09ef966 100755
--- a/testsuite/in-place-hyphen.sh
+++ b/testsuite/in-place-hyphen.sh
@@ -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/>.
. "${srcdir=.}/testsuite/init.sh"; path_prepend_ ./sed
print_ver_ sed
diff --git a/testsuite/in-place-suffix-backup.sh b/testsuite/in-place-suffix-backup.sh
index 79a2877..bc7defc 100644
--- a/testsuite/in-place-suffix-backup.sh
+++ b/testsuite/in-place-suffix-backup.sh
@@ -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/>.
. "${srcdir=.}/testsuite/init.sh"; path_prepend_ ./sed
print_ver_ sed
diff --git a/testsuite/init.sh b/testsuite/init.sh
index 705a698..d37f157 100644
--- a/testsuite/init.sh
+++ b/testsuite/init.sh
@@ -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
# =========================
diff --git a/testsuite/inplace-hold.sh b/testsuite/inplace-hold.sh
index 83d43f7..8ca9cac 100644
--- a/testsuite/inplace-hold.sh
+++ b/testsuite/inplace-hold.sh
@@ -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/>.
. "${srcdir=.}/testsuite/init.sh"; path_prepend_ ./sed
print_ver_ sed
diff --git a/testsuite/inplace-selinux.sh b/testsuite/inplace-selinux.sh
index ac315f5..f16276b 100755
--- a/testsuite/inplace-selinux.sh
+++ b/testsuite/inplace-selinux.sh
@@ -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/>.
. "${srcdir=.}/testsuite/init.sh"; path_prepend_ ./sed
print_ver_ sed
require_selinux_
diff --git a/testsuite/invalid-mb-seq-UMR.sh b/testsuite/invalid-mb-seq-UMR.sh
index 1de4051..196db65 100755
--- a/testsuite/invalid-mb-seq-UMR.sh
+++ b/testsuite/invalid-mb-seq-UMR.sh
@@ -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/>.
. "${srcdir=.}/testsuite/init.sh"; path_prepend_ ./sed
print_ver_ sed
diff --git a/testsuite/local.mk b/testsuite/local.mk
index fe47b92..1415f20 100644
--- a/testsuite/local.mk
+++ b/testsuite/local.mk
@@ -11,7 +11,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/>.
CLEANFILES += tmp* core *.core $(EXTRA_PROGRAMS) *.*out *.log
diff --git a/testsuite/mac-mf.sh b/testsuite/mac-mf.sh
index 9d8078b..c7094a2 100755
--- a/testsuite/mac-mf.sh
+++ b/testsuite/mac-mf.sh
@@ -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/>.
. "${srcdir=.}/testsuite/init.sh"; path_prepend_ ./sed
print_ver_ sed
diff --git a/testsuite/madding.sh b/testsuite/madding.sh
index f2daacd..4018510 100755
--- a/testsuite/madding.sh
+++ b/testsuite/madding.sh
@@ -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/>.
. "${srcdir=.}/testsuite/init.sh"; path_prepend_ ./sed
print_ver_ sed
diff --git a/testsuite/mb-bad-delim.sh b/testsuite/mb-bad-delim.sh
index fc64ba6..26a9f98 100755
--- a/testsuite/mb-bad-delim.sh
+++ b/testsuite/mb-bad-delim.sh
@@ -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/>.
. "${srcdir=.}/testsuite/init.sh"; path_prepend_ ./sed
print_ver_ sed
diff --git a/testsuite/mb-charclass-non-utf8.sh b/testsuite/mb-charclass-non-utf8.sh
index f9dea19..c9f305a 100755
--- a/testsuite/mb-charclass-non-utf8.sh
+++ b/testsuite/mb-charclass-non-utf8.sh
@@ -17,7 +17,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/>.
. "${srcdir=.}/testsuite/init.sh"; path_prepend_ ./sed
print_ver_ sed
diff --git a/testsuite/mb-match-slash.sh b/testsuite/mb-match-slash.sh
index 49e8455..d719298 100755
--- a/testsuite/mb-match-slash.sh
+++ b/testsuite/mb-match-slash.sh
@@ -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/>.
. "${srcdir=.}/testsuite/init.sh"; path_prepend_ ./sed
print_ver_ sed
diff --git a/testsuite/mb-y-translate.sh b/testsuite/mb-y-translate.sh
index a3e6120..c3ea08f 100755
--- a/testsuite/mb-y-translate.sh
+++ b/testsuite/mb-y-translate.sh
@@ -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/>.
. "${srcdir=.}/testsuite/init.sh"; path_prepend_ ./sed
print_ver_ sed
diff --git a/testsuite/misc.pl b/testsuite/misc.pl
index b710a9c..92838cb 100644
--- a/testsuite/misc.pl
+++ b/testsuite/misc.pl
@@ -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/>.
use strict;
use File::stat;
diff --git a/testsuite/newjis.sh b/testsuite/newjis.sh
index aca0598..a1f4ace 100755
--- a/testsuite/newjis.sh
+++ b/testsuite/newjis.sh
@@ -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/>.
. "${srcdir=.}/testsuite/init.sh"; path_prepend_ ./sed
print_ver_ sed
diff --git a/testsuite/newline-dfa-bug.sh b/testsuite/newline-dfa-bug.sh
index 4575fbc..af31ce5 100755
--- a/testsuite/newline-dfa-bug.sh
+++ b/testsuite/newline-dfa-bug.sh
@@ -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/>.
. "${srcdir=.}/testsuite/init.sh"; path_prepend_ ./sed
print_ver_ sed
diff --git a/testsuite/normalize-text.sh b/testsuite/normalize-text.sh
index 08231b7..baae97d 100644
--- a/testsuite/normalize-text.sh
+++ b/testsuite/normalize-text.sh
@@ -17,7 +17,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/>.
. "${srcdir=.}/testsuite/init.sh"; path_prepend_ ./sed
print_ver_ sed
diff --git a/testsuite/nulldata.sh b/testsuite/nulldata.sh
index 7d2d263..a8a0114 100755
--- a/testsuite/nulldata.sh
+++ b/testsuite/nulldata.sh
@@ -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/>.
. "${srcdir=.}/testsuite/init.sh"; path_prepend_ ./sed
print_ver_ sed
diff --git a/testsuite/panic-tests.sh b/testsuite/panic-tests.sh
index ce3c617..76146f9 100644
--- a/testsuite/panic-tests.sh
+++ b/testsuite/panic-tests.sh
@@ -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/>.
. "${srcdir=.}/testsuite/init.sh"; path_prepend_ ./sed
print_ver_ sed
diff --git a/testsuite/posix-char-class.sh b/testsuite/posix-char-class.sh
index e32595f..1d2f6f3 100644
--- a/testsuite/posix-char-class.sh
+++ b/testsuite/posix-char-class.sh
@@ -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/>.
# NOTE:
# In GNU Extension mode, all text is normalized (e.g. backslash-X combinations).
diff --git a/testsuite/posix-mode-ERE.sh b/testsuite/posix-mode-ERE.sh
index b43df72..8c2afb2 100644
--- a/testsuite/posix-mode-ERE.sh
+++ b/testsuite/posix-mode-ERE.sh
@@ -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/>.
. "${srcdir=.}/testsuite/init.sh"; path_prepend_ ./sed
print_ver_ sed
diff --git a/testsuite/posix-mode-N.sh b/testsuite/posix-mode-N.sh
index a6dcfaf..c2fe840 100755
--- a/testsuite/posix-mode-N.sh
+++ b/testsuite/posix-mode-N.sh
@@ -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/>.
. "${srcdir=.}/testsuite/init.sh"; path_prepend_ ./sed
print_ver_ sed
diff --git a/testsuite/posix-mode-addr.sh b/testsuite/posix-mode-addr.sh
index f997983..d335b17 100644
--- a/testsuite/posix-mode-addr.sh
+++ b/testsuite/posix-mode-addr.sh
@@ -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/>.
. "${srcdir=.}/testsuite/init.sh"; path_prepend_ ./sed
print_ver_ sed
diff --git a/testsuite/posix-mode-bad-ref.sh b/testsuite/posix-mode-bad-ref.sh
index 4d3104d..412e2c3 100755
--- a/testsuite/posix-mode-bad-ref.sh
+++ b/testsuite/posix-mode-bad-ref.sh
@@ -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/>.
. "${srcdir=.}/testsuite/init.sh"; path_prepend_ ./sed
print_ver_ sed
diff --git a/testsuite/posix-mode-s.sh b/testsuite/posix-mode-s.sh
index ce4b0d9..cf0a708 100644
--- a/testsuite/posix-mode-s.sh
+++ b/testsuite/posix-mode-s.sh
@@ -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/>.
. "${srcdir=.}/testsuite/init.sh"; path_prepend_ ./sed
print_ver_ sed
diff --git a/testsuite/range-overlap.sh b/testsuite/range-overlap.sh
index 96a3222..9a21285 100755
--- a/testsuite/range-overlap.sh
+++ b/testsuite/range-overlap.sh
@@ -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/>.
. "${srcdir=.}/testsuite/init.sh"; path_prepend_ ./sed
print_ver_ sed
diff --git a/testsuite/recursive-escape-c.sh b/testsuite/recursive-escape-c.sh
index cc168fb..cc29741 100644
--- a/testsuite/recursive-escape-c.sh
+++ b/testsuite/recursive-escape-c.sh
@@ -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/>.
. "${srcdir=.}/testsuite/init.sh"; path_prepend_ ./sed
print_ver_ sed
diff --git a/testsuite/regex-errors.sh b/testsuite/regex-errors.sh
index bce4d9e..454f7c0 100644
--- a/testsuite/regex-errors.sh
+++ b/testsuite/regex-errors.sh
@@ -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/>.
. "${srcdir=.}/testsuite/init.sh"; path_prepend_ ./sed
print_ver_ sed
diff --git a/testsuite/sandbox.sh b/testsuite/sandbox.sh
index 1257f50..8a296ee 100755
--- a/testsuite/sandbox.sh
+++ b/testsuite/sandbox.sh
@@ -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/>.
. "${srcdir=.}/testsuite/init.sh"; path_prepend_ ./sed
print_ver_ sed
diff --git a/testsuite/stdin-prog.sh b/testsuite/stdin-prog.sh
index c64ba8d..927b643 100644
--- a/testsuite/stdin-prog.sh
+++ b/testsuite/stdin-prog.sh
@@ -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/>.
. "${srcdir=.}/testsuite/init.sh"; path_prepend_ ./sed
print_ver_ sed
diff --git a/testsuite/stdin.sh b/testsuite/stdin.sh
index 74766d9..c34e074 100755
--- a/testsuite/stdin.sh
+++ b/testsuite/stdin.sh
@@ -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/>.
. "${srcdir=.}/testsuite/init.sh"; path_prepend_ ./sed
print_ver_ sed
diff --git a/testsuite/subst-mb-incomplete.sh b/testsuite/subst-mb-incomplete.sh
index b79a4fc..c6a65d2 100755
--- a/testsuite/subst-mb-incomplete.sh
+++ b/testsuite/subst-mb-incomplete.sh
@@ -16,7 +16,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/>.
. "${srcdir=.}/testsuite/init.sh"; path_prepend_ ./sed
print_ver_ sed
diff --git a/testsuite/subst-options.sh b/testsuite/subst-options.sh
index 4bd8409..c380d43 100644
--- a/testsuite/subst-options.sh
+++ b/testsuite/subst-options.sh
@@ -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/>.
. "${srcdir=.}/testsuite/init.sh"; path_prepend_ ./sed
print_ver_ sed
diff --git a/testsuite/subst-replacement.sh b/testsuite/subst-replacement.sh
index 6a7a15b..b423b3c 100644
--- a/testsuite/subst-replacement.sh
+++ b/testsuite/subst-replacement.sh
@@ -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/>.
. "${srcdir=.}/testsuite/init.sh"; path_prepend_ ./sed
print_ver_ sed
diff --git a/testsuite/temp-file-cleanup.sh b/testsuite/temp-file-cleanup.sh
index 76204bc..dc53d57 100755
--- a/testsuite/temp-file-cleanup.sh
+++ b/testsuite/temp-file-cleanup.sh
@@ -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/>.
. "${srcdir=.}/testsuite/init.sh"; path_prepend_ ./sed
print_ver_ sed
diff --git a/testsuite/title-case.sh b/testsuite/title-case.sh
index 8e64584..2a318af 100755
--- a/testsuite/title-case.sh
+++ b/testsuite/title-case.sh
@@ -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/>.
. "${srcdir=.}/testsuite/init.sh"; path_prepend_ ./sed
print_ver_ sed
diff --git a/testsuite/unbuffered.sh b/testsuite/unbuffered.sh
index fb6b895..5cdfc27 100644
--- a/testsuite/unbuffered.sh
+++ b/testsuite/unbuffered.sh
@@ -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/>.
. "${srcdir=.}/testsuite/init.sh"; path_prepend_ ./sed
print_ver_ sed
diff --git a/testsuite/uniq.sh b/testsuite/uniq.sh
index 7e32ed4..ff9a811 100644
--- a/testsuite/uniq.sh
+++ b/testsuite/uniq.sh
@@ -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/>.
. "${srcdir=.}/testsuite/init.sh"; path_prepend_ ./sed
print_ver_ sed
diff --git a/testsuite/utf8-ru.sh b/testsuite/utf8-ru.sh
index 1a37182..eafd4b4 100644
--- a/testsuite/utf8-ru.sh
+++ b/testsuite/utf8-ru.sh
@@ -17,7 +17,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/>.
. "${srcdir=.}/testsuite/init.sh"; path_prepend_ ./sed
print_ver_ sed
diff --git a/testsuite/xemacs.sh b/testsuite/xemacs.sh
index 731ccea..48a85e5 100755
--- a/testsuite/xemacs.sh
+++ b/testsuite/xemacs.sh
@@ -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/>.
. "${srcdir=.}/testsuite/init.sh"; path_prepend_ ./sed
print_ver_ sed