summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@open-infrastructure.net>2021-04-11 13:31:14 +0000
committerDaniel Baumann <daniel.baumann@open-infrastructure.net>2021-04-11 13:39:09 +0000
commit26851c094e351564ac10e7bf24c4e59e86fd58e4 (patch)
tree09075cb97036715d3001d55d4e3b52a14aece125
parentUsing https for security.debian.org in container create related items. (diff)
downloadcompute-tools-26851c094e351564ac10e7bf24c4e59e86fd58e4.tar.xz
compute-tools-26851c094e351564ac10e7bf24c4e59e86fd58e4.zip
Using https instead of http in all comments.
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
-rw-r--r--Makefile2
-rwxr-xr-xbin/container2
-rwxr-xr-xbin/container-shell2
-rwxr-xr-xlibexec/container/auto2
-rwxr-xr-xlibexec/container/console2
-rwxr-xr-xlibexec/container/create2
-rwxr-xr-xlibexec/container/enter2
-rwxr-xr-xlibexec/container/key2
-rwxr-xr-xlibexec/container/limit2
-rwxr-xr-xlibexec/container/list2
-rwxr-xr-xlibexec/container/log2
-rwxr-xr-xlibexec/container/move2
-rwxr-xr-xlibexec/container/remove2
-rwxr-xr-xlibexec/container/restart2
-rwxr-xr-xlibexec/container/run2
-rwxr-xr-xlibexec/container/start2
-rwxr-xr-xlibexec/container/status2
-rwxr-xr-xlibexec/container/stop2
-rwxr-xr-xlibexec/container/top2
-rwxr-xr-xlibexec/container/version2
-rw-r--r--share/bash-completion/container2
-rwxr-xr-xshare/doc/examples/container-images.sh2
-rwxr-xr-xshare/hooks/post-start.chown-nvidia.sh2
-rwxr-xr-xshare/hooks/pre-create.git-pull.sh2
-rwxr-xr-xshare/hooks/pre-start.unlink-console.sh2
-rw-r--r--share/man/Makefile2
-rw-r--r--share/man/compute-tools.7.txt2
-rw-r--r--share/man/container-auto.1.txt2
-rw-r--r--share/man/container-console.1.txt2
-rw-r--r--share/man/container-create-curl.1.txt2
-rw-r--r--share/man/container-create-debconf.1.txt2
-rw-r--r--share/man/container-create-debootstrap.1.txt2
-rw-r--r--share/man/container-create.1.txt2
-rw-r--r--share/man/container-enter.1.txt2
-rw-r--r--share/man/container-key.1.txt2
-rw-r--r--share/man/container-limit.1.txt2
-rw-r--r--share/man/container-list.1.txt2
-rw-r--r--share/man/container-log.1.txt2
-rw-r--r--share/man/container-move.1.txt2
-rw-r--r--share/man/container-remove.1.txt2
-rw-r--r--share/man/container-restart.1.txt2
-rw-r--r--share/man/container-run.1.txt2
-rw-r--r--share/man/container-shell.1.txt2
-rw-r--r--share/man/container-start.1.txt2
-rw-r--r--share/man/container-status.1.txt2
-rw-r--r--share/man/container-stop.1.txt2
-rw-r--r--share/man/container-top.1.txt2
-rw-r--r--share/man/container-version.1.txt2
-rw-r--r--share/man/container.1.txt2
-rwxr-xr-xshare/scripts/curl2
-rwxr-xr-xshare/scripts/curl.d/0001-debconf2
-rwxr-xr-xshare/scripts/debconf2
-rwxr-xr-xshare/scripts/debconf.d/0001-preseed-file2
-rwxr-xr-xshare/scripts/debconf.d/0002-preseed-debconf2
-rwxr-xr-xshare/scripts/debconf.d/0003-debconf2
-rwxr-xr-xshare/scripts/debootstrap2
56 files changed, 56 insertions, 56 deletions
diff --git a/Makefile b/Makefile
index 343438e..538c2ac 100644
--- a/Makefile
+++ b/Makefile
@@ -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/>.
SHELL := sh -e
diff --git a/bin/container b/bin/container
index 6106578..c3748d9 100755
--- a/bin/container
+++ b/bin/container
@@ -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/>.
set -e
diff --git a/bin/container-shell b/bin/container-shell
index 0622370..98ece06 100755
--- a/bin/container-shell
+++ b/bin/container-shell
@@ -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/>.
set -e
diff --git a/libexec/container/auto b/libexec/container/auto
index 4c39e2d..0c9d136 100755
--- a/libexec/container/auto
+++ b/libexec/container/auto
@@ -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/>.
set -e
diff --git a/libexec/container/console b/libexec/container/console
index 912a259..ce53712 100755
--- a/libexec/container/console
+++ b/libexec/container/console
@@ -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/>.
set -e
diff --git a/libexec/container/create b/libexec/container/create
index 3d639e5..418bc35 100755
--- a/libexec/container/create
+++ b/libexec/container/create
@@ -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/>.
set -e
diff --git a/libexec/container/enter b/libexec/container/enter
index d89ceec..2664fdc 100755
--- a/libexec/container/enter
+++ b/libexec/container/enter
@@ -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/>.
set -e
diff --git a/libexec/container/key b/libexec/container/key
index 56eb9d2..5f76fb2 100755
--- a/libexec/container/key
+++ b/libexec/container/key
@@ -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/>.
set -e
diff --git a/libexec/container/limit b/libexec/container/limit
index ec07fe6..6323a42 100755
--- a/libexec/container/limit
+++ b/libexec/container/limit
@@ -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/>.
set -e
diff --git a/libexec/container/list b/libexec/container/list
index 6f9f533..30446c0 100755
--- a/libexec/container/list
+++ b/libexec/container/list
@@ -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/>.
set -e
diff --git a/libexec/container/log b/libexec/container/log
index d0dc4af..e514391 100755
--- a/libexec/container/log
+++ b/libexec/container/log
@@ -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/>.
set -e
diff --git a/libexec/container/move b/libexec/container/move
index 5f65b21..a76cde1 100755
--- a/libexec/container/move
+++ b/libexec/container/move
@@ -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/>.
set -e
diff --git a/libexec/container/remove b/libexec/container/remove
index 01161fa..3205c32 100755
--- a/libexec/container/remove
+++ b/libexec/container/remove
@@ -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/>.
set -e
diff --git a/libexec/container/restart b/libexec/container/restart
index 04708a1..922629d 100755
--- a/libexec/container/restart
+++ b/libexec/container/restart
@@ -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/>.
set -e
diff --git a/libexec/container/run b/libexec/container/run
index c72c1b6..bf8d0a7 100755
--- a/libexec/container/run
+++ b/libexec/container/run
@@ -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/>.
set -e
diff --git a/libexec/container/start b/libexec/container/start
index 4e31f72..089aa7d 100755
--- a/libexec/container/start
+++ b/libexec/container/start
@@ -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/>.
set -e
diff --git a/libexec/container/status b/libexec/container/status
index 25c9b95..9c3a076 100755
--- a/libexec/container/status
+++ b/libexec/container/status
@@ -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/>.
set -e
diff --git a/libexec/container/stop b/libexec/container/stop
index 8de825b..58fc0e9 100755
--- a/libexec/container/stop
+++ b/libexec/container/stop
@@ -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/>.
set -e
diff --git a/libexec/container/top b/libexec/container/top
index f71f7c3..c846000 100755
--- a/libexec/container/top
+++ b/libexec/container/top
@@ -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/>.
set -e
diff --git a/libexec/container/version b/libexec/container/version
index 7e90b4e..3b33a4d 100755
--- a/libexec/container/version
+++ b/libexec/container/version
@@ -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/>.
set -e
diff --git a/share/bash-completion/container b/share/bash-completion/container
index 46750f0..540f162 100644
--- a/share/bash-completion/container
+++ b/share/bash-completion/container
@@ -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/>.
_container()
{
diff --git a/share/doc/examples/container-images.sh b/share/doc/examples/container-images.sh
index 7bb40b4..ede68b5 100755
--- a/share/doc/examples/container-images.sh
+++ b/share/doc/examples/container-images.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/>.
# Description: example for automated Debian base system container image creation
# Requires: debootstrap plzip xz-utils
diff --git a/share/hooks/post-start.chown-nvidia.sh b/share/hooks/post-start.chown-nvidia.sh
index e1ab35b..64c02cc 100755
--- a/share/hooks/post-start.chown-nvidia.sh
+++ b/share/hooks/post-start.chown-nvidia.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/>.
set -e
diff --git a/share/hooks/pre-create.git-pull.sh b/share/hooks/pre-create.git-pull.sh
index d081b43..744f955 100755
--- a/share/hooks/pre-create.git-pull.sh
+++ b/share/hooks/pre-create.git-pull.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/>.
set -e
diff --git a/share/hooks/pre-start.unlink-console.sh b/share/hooks/pre-start.unlink-console.sh
index f781167..b44491e 100755
--- a/share/hooks/pre-start.unlink-console.sh
+++ b/share/hooks/pre-start.unlink-console.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/>.
set -e
diff --git a/share/man/Makefile b/share/man/Makefile
index 1500b15..2ef1507 100644
--- a/share/man/Makefile
+++ b/share/man/Makefile
@@ -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/>.
# Depends: asciidoc dblatex docbook-xsl libxml2-utils source-highlight
diff --git a/share/man/compute-tools.7.txt b/share/man/compute-tools.7.txt
index f8d9c76..e5f2c54 100644
--- a/share/man/compute-tools.7.txt
+++ b/share/man/compute-tools.7.txt
@@ -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/>.
CONTAINER-TOOLS(7)
==================
diff --git a/share/man/container-auto.1.txt b/share/man/container-auto.1.txt
index 3ed4c56..ecb84b0 100644
--- a/share/man/container-auto.1.txt
+++ b/share/man/container-auto.1.txt
@@ -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/>.
CONTAINER-START(1)
==================
diff --git a/share/man/container-console.1.txt b/share/man/container-console.1.txt
index 8f35a8d..59bb421 100644
--- a/share/man/container-console.1.txt
+++ b/share/man/container-console.1.txt
@@ -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/>.
CONTAINER-CONSOLE(1)
====================
diff --git a/share/man/container-create-curl.1.txt b/share/man/container-create-curl.1.txt
index 95a5dc4..e263092 100644
--- a/share/man/container-create-curl.1.txt
+++ b/share/man/container-create-curl.1.txt
@@ -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/>.
CONTAINER-CREATE-CURL(1)
========================
diff --git a/share/man/container-create-debconf.1.txt b/share/man/container-create-debconf.1.txt
index 7b045bb..a04dfaf 100644
--- a/share/man/container-create-debconf.1.txt
+++ b/share/man/container-create-debconf.1.txt
@@ -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/>.
CONTAINER-CREATE-DEBOOTSTRAP(1)
===============================
diff --git a/share/man/container-create-debootstrap.1.txt b/share/man/container-create-debootstrap.1.txt
index 60f0a22..37d6414 100644
--- a/share/man/container-create-debootstrap.1.txt
+++ b/share/man/container-create-debootstrap.1.txt
@@ -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/>.
CONTAINER-CREATE-DEBOOTSTRAP(1)
===============================
diff --git a/share/man/container-create.1.txt b/share/man/container-create.1.txt
index dcb0df4..c49ac9c 100644
--- a/share/man/container-create.1.txt
+++ b/share/man/container-create.1.txt
@@ -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/>.
CONTAINER-CREATE(1)
===================
diff --git a/share/man/container-enter.1.txt b/share/man/container-enter.1.txt
index c8d7f3c..c7adc1e 100644
--- a/share/man/container-enter.1.txt
+++ b/share/man/container-enter.1.txt
@@ -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/>.
CONTAINER-CONSOLE(1)
====================
diff --git a/share/man/container-key.1.txt b/share/man/container-key.1.txt
index 2b54d78..e6c1553 100644
--- a/share/man/container-key.1.txt
+++ b/share/man/container-key.1.txt
@@ -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/>.
CONTAINER-KEY(1)
================
diff --git a/share/man/container-limit.1.txt b/share/man/container-limit.1.txt
index 5f1ca30..12d76cd 100644
--- a/share/man/container-limit.1.txt
+++ b/share/man/container-limit.1.txt
@@ -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/>.
CONTAINER-LIMIT(1)
==================
diff --git a/share/man/container-list.1.txt b/share/man/container-list.1.txt
index 4016b87..4b3df3a 100644
--- a/share/man/container-list.1.txt
+++ b/share/man/container-list.1.txt
@@ -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/>.
CONTAINER-LIST(1)
=================
diff --git a/share/man/container-log.1.txt b/share/man/container-log.1.txt
index c30b37a..b503d42 100644
--- a/share/man/container-log.1.txt
+++ b/share/man/container-log.1.txt
@@ -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/>.
CONTAINER-LOG(1)
================
diff --git a/share/man/container-move.1.txt b/share/man/container-move.1.txt
index fef0bce..5c9475c 100644
--- a/share/man/container-move.1.txt
+++ b/share/man/container-move.1.txt
@@ -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/>.
CONTAINER-REMOVE(1)
===================
diff --git a/share/man/container-remove.1.txt b/share/man/container-remove.1.txt
index 0975168..50ad861 100644
--- a/share/man/container-remove.1.txt
+++ b/share/man/container-remove.1.txt
@@ -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/>.
CONTAINER-REMOVE(1)
===================
diff --git a/share/man/container-restart.1.txt b/share/man/container-restart.1.txt
index 2a4dfa8..afc4581 100644
--- a/share/man/container-restart.1.txt
+++ b/share/man/container-restart.1.txt
@@ -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/>.
CONTAINER-RESTART(1)
====================
diff --git a/share/man/container-run.1.txt b/share/man/container-run.1.txt
index b46ebf8..593e1a7 100644
--- a/share/man/container-run.1.txt
+++ b/share/man/container-run.1.txt
@@ -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/>.
CONTAINER-RUN(1)
================
diff --git a/share/man/container-shell.1.txt b/share/man/container-shell.1.txt
index 03f2185..ce5c13c 100644
--- a/share/man/container-shell.1.txt
+++ b/share/man/container-shell.1.txt
@@ -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/>.
CONTAINER(1)
============
diff --git a/share/man/container-start.1.txt b/share/man/container-start.1.txt
index 2b7b919..bc0c946 100644
--- a/share/man/container-start.1.txt
+++ b/share/man/container-start.1.txt
@@ -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/>.
CONTAINER-START(1)
==================
diff --git a/share/man/container-status.1.txt b/share/man/container-status.1.txt
index 86820df..e74b8e5 100644
--- a/share/man/container-status.1.txt
+++ b/share/man/container-status.1.txt
@@ -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/>.
CONTAINER-STATUS(1)
===================
diff --git a/share/man/container-stop.1.txt b/share/man/container-stop.1.txt
index 9eab1c4..dc36bb9 100644
--- a/share/man/container-stop.1.txt
+++ b/share/man/container-stop.1.txt
@@ -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/>.
CONTAINER-STOP(1)
=================
diff --git a/share/man/container-top.1.txt b/share/man/container-top.1.txt
index 367be1b..295f51b 100644
--- a/share/man/container-top.1.txt
+++ b/share/man/container-top.1.txt
@@ -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/>.
CONTAINER-TOP(1)
================
diff --git a/share/man/container-version.1.txt b/share/man/container-version.1.txt
index 6549d02..4f625f8 100644
--- a/share/man/container-version.1.txt
+++ b/share/man/container-version.1.txt
@@ -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/>.
CONTAINER-VERSION(1)
====================
diff --git a/share/man/container.1.txt b/share/man/container.1.txt
index df16f14..7edc1f4 100644
--- a/share/man/container.1.txt
+++ b/share/man/container.1.txt
@@ -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/>.
CONTAINER(1)
============
diff --git a/share/scripts/curl b/share/scripts/curl
index bc813aa..98c2b82 100755
--- a/share/scripts/curl
+++ b/share/scripts/curl
@@ -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/>.
set -e
diff --git a/share/scripts/curl.d/0001-debconf b/share/scripts/curl.d/0001-debconf
index 0910480..083d469 100755
--- a/share/scripts/curl.d/0001-debconf
+++ b/share/scripts/curl.d/0001-debconf
@@ -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/>.
set -e
diff --git a/share/scripts/debconf b/share/scripts/debconf
index 57f1f6e..934321b 100755
--- a/share/scripts/debconf
+++ b/share/scripts/debconf
@@ -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/>.
set -e
diff --git a/share/scripts/debconf.d/0001-preseed-file b/share/scripts/debconf.d/0001-preseed-file
index edf26a0..d70e4e1 100755
--- a/share/scripts/debconf.d/0001-preseed-file
+++ b/share/scripts/debconf.d/0001-preseed-file
@@ -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/>.
set -e
diff --git a/share/scripts/debconf.d/0002-preseed-debconf b/share/scripts/debconf.d/0002-preseed-debconf
index 9bc9fcf..4bc4da6 100755
--- a/share/scripts/debconf.d/0002-preseed-debconf
+++ b/share/scripts/debconf.d/0002-preseed-debconf
@@ -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/>.
set -e
diff --git a/share/scripts/debconf.d/0003-debconf b/share/scripts/debconf.d/0003-debconf
index 43a9556..4e717d2 100755
--- a/share/scripts/debconf.d/0003-debconf
+++ b/share/scripts/debconf.d/0003-debconf
@@ -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/>.
set -e
diff --git a/share/scripts/debootstrap b/share/scripts/debootstrap
index 13a7746..f0db7e8 100755
--- a/share/scripts/debootstrap
+++ b/share/scripts/debootstrap
@@ -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/>.
set -e