[diffoscope] 01/01: Change HTTP to HTTPS in URLs when applicable

Emanuel Bronshtein e3amn2l-guest at moszumanska.debian.org
Sun Dec 18 17:35:50 CET 2016


This is an automated email from the git hooks/post-receive script.

e3amn2l-guest pushed a commit to branch master
in repository diffoscope.

commit 9998996d4d2d744c9d0289e0c12bffddedbf0f94
Author: Emanuel Bronshtein <e3amn2l at gmx.com>
Date:   Sun Dec 18 18:35:44 2016 +0200

    Change HTTP to HTTPS in URLs when applicable
---
 README.rst                                | 4 ++--
 bin/diffoscope                            | 2 +-
 diffoscope/__init__.py                    | 2 +-
 diffoscope/comparators/__init__.py        | 2 +-
 diffoscope/comparators/apk.py             | 2 +-
 diffoscope/comparators/ar.py              | 2 +-
 diffoscope/comparators/binary.py          | 2 +-
 diffoscope/comparators/bzip2.py           | 2 +-
 diffoscope/comparators/cbfs.py            | 2 +-
 diffoscope/comparators/cpio.py            | 2 +-
 diffoscope/comparators/deb.py             | 2 +-
 diffoscope/comparators/debian.py          | 2 +-
 diffoscope/comparators/debian_fallback.py | 2 +-
 diffoscope/comparators/device.py          | 2 +-
 diffoscope/comparators/dex.py             | 2 +-
 diffoscope/comparators/directory.py       | 4 ++--
 diffoscope/comparators/elf.py             | 2 +-
 diffoscope/comparators/fonts.py           | 2 +-
 diffoscope/comparators/fsimage.py         | 2 +-
 diffoscope/comparators/gettext.py         | 2 +-
 diffoscope/comparators/git.py             | 2 +-
 diffoscope/comparators/gzip.py            | 2 +-
 diffoscope/comparators/haskell.py         | 2 +-
 diffoscope/comparators/icc.py             | 2 +-
 diffoscope/comparators/image.py           | 2 +-
 diffoscope/comparators/ipk.py             | 2 +-
 diffoscope/comparators/iso9660.py         | 2 +-
 diffoscope/comparators/java.py            | 2 +-
 diffoscope/comparators/json.py            | 2 +-
 diffoscope/comparators/libarchive.py      | 2 +-
 diffoscope/comparators/llvm.py            | 2 +-
 diffoscope/comparators/macho.py           | 2 +-
 diffoscope/comparators/mono.py            | 2 +-
 diffoscope/comparators/pdf.py             | 2 +-
 diffoscope/comparators/png.py             | 2 +-
 diffoscope/comparators/ppu.py             | 2 +-
 diffoscope/comparators/ps.py              | 2 +-
 diffoscope/comparators/rpm.py             | 2 +-
 diffoscope/comparators/rpm_fallback.py    | 2 +-
 diffoscope/comparators/rust.py            | 2 +-
 diffoscope/comparators/sqlite.py          | 2 +-
 diffoscope/comparators/squashfs.py        | 2 +-
 diffoscope/comparators/symlink.py         | 2 +-
 diffoscope/comparators/tar.py             | 2 +-
 diffoscope/comparators/text.py            | 2 +-
 diffoscope/comparators/utils.py           | 2 +-
 diffoscope/comparators/xz.py              | 2 +-
 diffoscope/comparators/zip.py             | 2 +-
 diffoscope/config.py                      | 2 +-
 diffoscope/difference.py                  | 2 +-
 diffoscope/exc.py                         | 2 +-
 diffoscope/main.py                        | 2 +-
 diffoscope/presenters/html.py             | 4 ++--
 diffoscope/presenters/text.py             | 2 +-
 diffoscope/progress.py                    | 2 +-
 tests/comparators/test_binary.py          | 2 +-
 tests/comparators/test_bzip2.py           | 2 +-
 tests/comparators/test_cbfs.py            | 2 +-
 tests/comparators/test_cpio.py            | 2 +-
 tests/comparators/test_deb.py             | 2 +-
 tests/comparators/test_debian.py          | 2 +-
 tests/comparators/test_dex.py             | 2 +-
 tests/comparators/test_directory.py       | 2 +-
 tests/comparators/test_elf.py             | 2 +-
 tests/comparators/test_epub.py            | 2 +-
 tests/comparators/test_fonts.py           | 2 +-
 tests/comparators/test_fsimage.py         | 2 +-
 tests/comparators/test_gettext.py         | 2 +-
 tests/comparators/test_git.py             | 2 +-
 tests/comparators/test_gzip.py            | 2 +-
 tests/comparators/test_haskell.py         | 2 +-
 tests/comparators/test_icc.py             | 2 +-
 tests/comparators/test_image.py           | 2 +-
 tests/comparators/test_ipk.py             | 2 +-
 tests/comparators/test_iso9660.py         | 2 +-
 tests/comparators/test_java.py            | 2 +-
 tests/comparators/test_json.py            | 2 +-
 tests/comparators/test_macho.py           | 2 +-
 tests/comparators/test_mono.py            | 2 +-
 tests/comparators/test_pdf.py             | 2 +-
 tests/comparators/test_png.py             | 2 +-
 tests/comparators/test_ppu.py             | 2 +-
 tests/comparators/test_ps.py              | 2 +-
 tests/comparators/test_rlib.py            | 2 +-
 tests/comparators/test_rpm.py             | 2 +-
 tests/comparators/test_sqlite.py          | 2 +-
 tests/comparators/test_squashfs.py        | 2 +-
 tests/comparators/test_tar.py             | 2 +-
 tests/comparators/test_text.py            | 2 +-
 tests/comparators/test_utils.py           | 2 +-
 tests/comparators/test_xz.py              | 2 +-
 tests/comparators/test_zip.py             | 2 +-
 tests/comparators/utils.py                | 2 +-
 tests/conftest.py                         | 2 +-
 tests/test_difference.py                  | 2 +-
 tests/test_main.py                        | 2 +-
 96 files changed, 99 insertions(+), 99 deletions(-)

diff --git a/README.rst b/README.rst
index 0503c2c..de807be 100644
--- a/README.rst
+++ b/README.rst
@@ -57,7 +57,7 @@ Optionally, the following modules will enhance it:
   Available on Debian and Fedora as ``python3-rpm``.
 * ``Magic-file-extension`` can be used instead of
   ``python-magic``. It is built from `file
-  <http://www.darwinsys.com/file/>`_.
+  <https://www.darwinsys.com/file/>`_.
   Available on Debian and Fedora as ``python3-magic``.
 * ``argcomplete`` is used for argument completion.
   Available on Debian as ``python3-argcomplete``.
@@ -103,4 +103,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 diffoscope.  If not, see <http://www.gnu.org/licenses/>.
+along with diffoscope.  If not, see <https://www.gnu.org/licenses/>.
diff --git a/bin/diffoscope b/bin/diffoscope
index 2ad123b..857984f 100755
--- a/bin/diffoscope
+++ b/bin/diffoscope
@@ -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 diffoscope.  If not, see <http://www.gnu.org/licenses/>.
+# along with diffoscope.  If not, see <https://www.gnu.org/licenses/>.
 
 import os
 import sys
diff --git a/diffoscope/__init__.py b/diffoscope/__init__.py
index 827445f..f330b87 100644
--- a/diffoscope/__init__.py
+++ b/diffoscope/__init__.py
@@ -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 diffoscope.  If not, see <http://www.gnu.org/licenses/>.
+# along with diffoscope.  If not, see <https://www.gnu.org/licenses/>.
 
 import os
 import shutil
diff --git a/diffoscope/comparators/__init__.py b/diffoscope/comparators/__init__.py
index 946c4ba..479f39e 100644
--- a/diffoscope/comparators/__init__.py
+++ b/diffoscope/comparators/__init__.py
@@ -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 diffoscope.  If not, see <http://www.gnu.org/licenses/>.
+# along with diffoscope.  If not, see <https://www.gnu.org/licenses/>.
 
 import re
 import sys
diff --git a/diffoscope/comparators/apk.py b/diffoscope/comparators/apk.py
index eafa367..9b5e42c 100644
--- a/diffoscope/comparators/apk.py
+++ b/diffoscope/comparators/apk.py
@@ -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 diffoscope.  If not, see <http://www.gnu.org/licenses/>.
+# along with diffoscope.  If not, see <https://www.gnu.org/licenses/>.
 
 import re
 import os.path
diff --git a/diffoscope/comparators/ar.py b/diffoscope/comparators/ar.py
index 0a82ade..55a6a4b 100644
--- a/diffoscope/comparators/ar.py
+++ b/diffoscope/comparators/ar.py
@@ -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 diffoscope.  If not, see <http://www.gnu.org/licenses/>.
+# along with diffoscope.  If not, see <https://www.gnu.org/licenses/>.
 
 import re
 
diff --git a/diffoscope/comparators/binary.py b/diffoscope/comparators/binary.py
index 11e2b02..45e1a52 100644
--- a/diffoscope/comparators/binary.py
+++ b/diffoscope/comparators/binary.py
@@ -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 diffoscope.  If not, see <http://www.gnu.org/licenses/>.
+# along with diffoscope.  If not, see <https://www.gnu.org/licenses/>.
 
 import io
 import os
diff --git a/diffoscope/comparators/bzip2.py b/diffoscope/comparators/bzip2.py
index 56c9abc..1337022 100644
--- a/diffoscope/comparators/bzip2.py
+++ b/diffoscope/comparators/bzip2.py
@@ -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 diffoscope.  If not, see <http://www.gnu.org/licenses/>.
+# along with diffoscope.  If not, see <https://www.gnu.org/licenses/>.
 
 import re
 import os.path
diff --git a/diffoscope/comparators/cbfs.py b/diffoscope/comparators/cbfs.py
index 012367b..0003e8b 100644
--- a/diffoscope/comparators/cbfs.py
+++ b/diffoscope/comparators/cbfs.py
@@ -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 diffoscope.  If not, see <http://www.gnu.org/licenses/>.
+# along with diffoscope.  If not, see <https://www.gnu.org/licenses/>.
 
 import io
 import os
diff --git a/diffoscope/comparators/cpio.py b/diffoscope/comparators/cpio.py
index bba3ecc..1dc29c3 100644
--- a/diffoscope/comparators/cpio.py
+++ b/diffoscope/comparators/cpio.py
@@ -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 diffoscope.  If not, see <http://www.gnu.org/licenses/>.
+# along with diffoscope.  If not, see <https://www.gnu.org/licenses/>.
 
 import re
 
diff --git a/diffoscope/comparators/deb.py b/diffoscope/comparators/deb.py
index 43cf58f..b2046ac 100644
--- a/diffoscope/comparators/deb.py
+++ b/diffoscope/comparators/deb.py
@@ -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 diffoscope.  If not, see <http://www.gnu.org/licenses/>.
+# along with diffoscope.  If not, see <https://www.gnu.org/licenses/>.
 
 import re
 
diff --git a/diffoscope/comparators/debian.py b/diffoscope/comparators/debian.py
index 41dad4f..a145992 100644
--- a/diffoscope/comparators/debian.py
+++ b/diffoscope/comparators/debian.py
@@ -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 diffoscope.  If not, see <http://www.gnu.org/licenses/>.
+# along with diffoscope.  If not, see <https://www.gnu.org/licenses/>.
 
 import re
 import os.path
diff --git a/diffoscope/comparators/debian_fallback.py b/diffoscope/comparators/debian_fallback.py
index 98ab6cc..085f4e2 100644
--- a/diffoscope/comparators/debian_fallback.py
+++ b/diffoscope/comparators/debian_fallback.py
@@ -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 diffoscope.  If not, see <http://www.gnu.org/licenses/>.
+# along with diffoscope.  If not, see <https://www.gnu.org/licenses/>.
 
 import re
 
diff --git a/diffoscope/comparators/device.py b/diffoscope/comparators/device.py
index b59b765..ea275e6 100644
--- a/diffoscope/comparators/device.py
+++ b/diffoscope/comparators/device.py
@@ -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 diffoscope.  If not, see <http://www.gnu.org/licenses/>.
+# along with diffoscope.  If not, see <https://www.gnu.org/licenses/>.
 
 import os
 
diff --git a/diffoscope/comparators/dex.py b/diffoscope/comparators/dex.py
index 0693755..d7f6fee 100644
--- a/diffoscope/comparators/dex.py
+++ b/diffoscope/comparators/dex.py
@@ -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 diffoscope.  If not, see <http://www.gnu.org/licenses/>.
+# along with diffoscope.  If not, see <https://www.gnu.org/licenses/>.
 
 import re
 import os.path
diff --git a/diffoscope/comparators/directory.py b/diffoscope/comparators/directory.py
index 4725b3c..0750d76 100644
--- a/diffoscope/comparators/directory.py
+++ b/diffoscope/comparators/directory.py
@@ -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 diffoscope.  If not, see <http://www.gnu.org/licenses/>.
+# along with diffoscope.  If not, see <https://www.gnu.org/licenses/>.
 
 import os
 import re
@@ -66,7 +66,7 @@ class Stat(Command):
 def lsattr(path):
     """
     NB. Difficult to replace with in-Python version. See
-    <http://stackoverflow.com/questions/35501249/python-get-linux-file-immutable-attribute/38092961#38092961>
+    <https://stackoverflow.com/questions/35501249/python-get-linux-file-immutable-attribute/38092961#38092961>
     """
 
     try:
diff --git a/diffoscope/comparators/elf.py b/diffoscope/comparators/elf.py
index e1da8d1..4676df2 100644
--- a/diffoscope/comparators/elf.py
+++ b/diffoscope/comparators/elf.py
@@ -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 diffoscope.  If not, see <http://www.gnu.org/licenses/>.
+# along with diffoscope.  If not, see <https://www.gnu.org/licenses/>.
 
 import re
 import os.path
diff --git a/diffoscope/comparators/fonts.py b/diffoscope/comparators/fonts.py
index 81f8d9e..62767ef 100644
--- a/diffoscope/comparators/fonts.py
+++ b/diffoscope/comparators/fonts.py
@@ -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 diffoscope.  If not, see <http://www.gnu.org/licenses/>.
+# along with diffoscope.  If not, see <https://www.gnu.org/licenses/>.
 
 import re
 
diff --git a/diffoscope/comparators/fsimage.py b/diffoscope/comparators/fsimage.py
index ca539cd..132bac6 100644
--- a/diffoscope/comparators/fsimage.py
+++ b/diffoscope/comparators/fsimage.py
@@ -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 diffoscope.  If not, see <http://www.gnu.org/licenses/>.
+# along with diffoscope.  If not, see <https://www.gnu.org/licenses/>.
 
 import re
 import os.path
diff --git a/diffoscope/comparators/gettext.py b/diffoscope/comparators/gettext.py
index ede3b5d..a82d2a1 100644
--- a/diffoscope/comparators/gettext.py
+++ b/diffoscope/comparators/gettext.py
@@ -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 diffoscope.  If not, see <http://www.gnu.org/licenses/>.
+# along with diffoscope.  If not, see <https://www.gnu.org/licenses/>.
 
 import io
 import re
diff --git a/diffoscope/comparators/git.py b/diffoscope/comparators/git.py
index 0a09441..85e2898 100644
--- a/diffoscope/comparators/git.py
+++ b/diffoscope/comparators/git.py
@@ -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 diffoscope.  If not, see <http://www.gnu.org/licenses/>.
+# along with diffoscope.  If not, see <https://www.gnu.org/licenses/>.
 
 import re
 import os
diff --git a/diffoscope/comparators/gzip.py b/diffoscope/comparators/gzip.py
index fff03e5..29939a3 100644
--- a/diffoscope/comparators/gzip.py
+++ b/diffoscope/comparators/gzip.py
@@ -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 diffoscope.  If not, see <http://www.gnu.org/licenses/>.
+# along with diffoscope.  If not, see <https://www.gnu.org/licenses/>.
 
 import re
 import os.path
diff --git a/diffoscope/comparators/haskell.py b/diffoscope/comparators/haskell.py
index 76c7b43..0e4f9e6 100644
--- a/diffoscope/comparators/haskell.py
+++ b/diffoscope/comparators/haskell.py
@@ -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 diffoscope.  If not, see <http://www.gnu.org/licenses/>.
+# along with diffoscope.  If not, see <https://www.gnu.org/licenses/>.
 
 import re
 import struct
diff --git a/diffoscope/comparators/icc.py b/diffoscope/comparators/icc.py
index 1356761..8bdbf9a 100644
--- a/diffoscope/comparators/icc.py
+++ b/diffoscope/comparators/icc.py
@@ -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 diffoscope.  If not, see <http://www.gnu.org/licenses/>.
+# along with diffoscope.  If not, see <https://www.gnu.org/licenses/>.
 
 import re
 
diff --git a/diffoscope/comparators/image.py b/diffoscope/comparators/image.py
index d781b55..32a4b6c 100644
--- a/diffoscope/comparators/image.py
+++ b/diffoscope/comparators/image.py
@@ -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 diffoscope.  If not, see <http://www.gnu.org/licenses/>.
+# along with diffoscope.  If not, see <https://www.gnu.org/licenses/>.
 
 import re
 
diff --git a/diffoscope/comparators/ipk.py b/diffoscope/comparators/ipk.py
index f2d3865..5e39025 100644
--- a/diffoscope/comparators/ipk.py
+++ b/diffoscope/comparators/ipk.py
@@ -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 diffoscope.  If not, see <http://www.gnu.org/licenses/>.
+# along with diffoscope.  If not, see <https://www.gnu.org/licenses/>.
 
 import re
 
diff --git a/diffoscope/comparators/iso9660.py b/diffoscope/comparators/iso9660.py
index 8c80cb1..762bff9 100644
--- a/diffoscope/comparators/iso9660.py
+++ b/diffoscope/comparators/iso9660.py
@@ -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 diffoscope.  If not, see <http://www.gnu.org/licenses/>.
+# along with diffoscope.  If not, see <https://www.gnu.org/licenses/>.
 
 import re
 import subprocess
diff --git a/diffoscope/comparators/java.py b/diffoscope/comparators/java.py
index 159be7b..d53f287 100644
--- a/diffoscope/comparators/java.py
+++ b/diffoscope/comparators/java.py
@@ -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 diffoscope.  If not, see <http://www.gnu.org/licenses/>.
+# along with diffoscope.  If not, see <https://www.gnu.org/licenses/>.
 
 import re
 import os.path
diff --git a/diffoscope/comparators/json.py b/diffoscope/comparators/json.py
index 8d0c104..40c9f4f 100644
--- a/diffoscope/comparators/json.py
+++ b/diffoscope/comparators/json.py
@@ -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 diffoscope.  If not, see <http://www.gnu.org/licenses/>.
+# along with diffoscope.  If not, see <https://www.gnu.org/licenses/>.
 
 from collections import OrderedDict
 import re
diff --git a/diffoscope/comparators/libarchive.py b/diffoscope/comparators/libarchive.py
index 816bca2..2a4f007 100644
--- a/diffoscope/comparators/libarchive.py
+++ b/diffoscope/comparators/libarchive.py
@@ -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 diffoscope.  If not, see <http://www.gnu.org/licenses/>.
+# along with diffoscope.  If not, see <https://www.gnu.org/licenses/>.
 
 
 import time
diff --git a/diffoscope/comparators/llvm.py b/diffoscope/comparators/llvm.py
index 2292363..ad19bb7 100644
--- a/diffoscope/comparators/llvm.py
+++ b/diffoscope/comparators/llvm.py
@@ -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 diffoscope.  If not, see <http://www.gnu.org/licenses/>.
+# along with diffoscope.  If not, see <https://www.gnu.org/licenses/>.
 
 from diffoscope import tool_required
 from diffoscope.difference import Difference
diff --git a/diffoscope/comparators/macho.py b/diffoscope/comparators/macho.py
index fa83268..9149c3f 100644
--- a/diffoscope/comparators/macho.py
+++ b/diffoscope/comparators/macho.py
@@ -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 diffoscope.  If not, see <http://www.gnu.org/licenses/>.
+# along with diffoscope.  If not, see <https://www.gnu.org/licenses/>.
 
 import re
 import subprocess
diff --git a/diffoscope/comparators/mono.py b/diffoscope/comparators/mono.py
index 5a0d4e3..d81f0ba 100644
--- a/diffoscope/comparators/mono.py
+++ b/diffoscope/comparators/mono.py
@@ -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 diffoscope.  If not, see <http://www.gnu.org/licenses/>.
+# along with diffoscope.  If not, see <https://www.gnu.org/licenses/>.
 
 import re
 
diff --git a/diffoscope/comparators/pdf.py b/diffoscope/comparators/pdf.py
index 3325c36..50a271d 100644
--- a/diffoscope/comparators/pdf.py
+++ b/diffoscope/comparators/pdf.py
@@ -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 diffoscope.  If not, see <http://www.gnu.org/licenses/>.
+# along with diffoscope.  If not, see <https://www.gnu.org/licenses/>.
 
 import re
 
diff --git a/diffoscope/comparators/png.py b/diffoscope/comparators/png.py
index 0b26a74..1d5ceb4 100644
--- a/diffoscope/comparators/png.py
+++ b/diffoscope/comparators/png.py
@@ -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 diffoscope.  If not, see <http://www.gnu.org/licenses/>.
+# along with diffoscope.  If not, see <https://www.gnu.org/licenses/>.
 
 import re
 import functools
diff --git a/diffoscope/comparators/ppu.py b/diffoscope/comparators/ppu.py
index d743a00..84609bf 100644
--- a/diffoscope/comparators/ppu.py
+++ b/diffoscope/comparators/ppu.py
@@ -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 diffoscope.  If not, see <http://www.gnu.org/licenses/>.
+# along with diffoscope.  If not, see <https://www.gnu.org/licenses/>.
 
 import os
 import re
diff --git a/diffoscope/comparators/ps.py b/diffoscope/comparators/ps.py
index 9fa1113..d2531ae 100644
--- a/diffoscope/comparators/ps.py
+++ b/diffoscope/comparators/ps.py
@@ -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 diffoscope.  If not, see <http://www.gnu.org/licenses/>.
+# along with diffoscope.  If not, see <https://www.gnu.org/licenses/>.
 
 import re
 
diff --git a/diffoscope/comparators/rpm.py b/diffoscope/comparators/rpm.py
index a7fee08..274f2e4 100644
--- a/diffoscope/comparators/rpm.py
+++ b/diffoscope/comparators/rpm.py
@@ -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 diffoscope.  If not, see <http://www.gnu.org/licenses/>.
+# along with diffoscope.  If not, see <https://www.gnu.org/licenses/>.
 
 import io
 import rpm
diff --git a/diffoscope/comparators/rpm_fallback.py b/diffoscope/comparators/rpm_fallback.py
index 08c31af..c8ca1c7 100644
--- a/diffoscope/comparators/rpm_fallback.py
+++ b/diffoscope/comparators/rpm_fallback.py
@@ -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 diffoscope.  If not, see <http://www.gnu.org/licenses/>.
+# along with diffoscope.  If not, see <https://www.gnu.org/licenses/>.
 
 import re
 
diff --git a/diffoscope/comparators/rust.py b/diffoscope/comparators/rust.py
index 16f5604..673fa35 100644
--- a/diffoscope/comparators/rust.py
+++ b/diffoscope/comparators/rust.py
@@ -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 diffoscope.  If not, see <http://www.gnu.org/licenses/>.
+# along with diffoscope.  If not, see <https://www.gnu.org/licenses/>.
 
 import zlib
 import os.path
diff --git a/diffoscope/comparators/sqlite.py b/diffoscope/comparators/sqlite.py
index 5790bf4..58e4ff1 100644
--- a/diffoscope/comparators/sqlite.py
+++ b/diffoscope/comparators/sqlite.py
@@ -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 diffoscope.  If not, see <http://www.gnu.org/licenses/>.
+# along with diffoscope.  If not, see <https://www.gnu.org/licenses/>.
 
 from diffoscope import tool_required
 from diffoscope.difference import Difference
diff --git a/diffoscope/comparators/squashfs.py b/diffoscope/comparators/squashfs.py
index 4911ccc..4bfb04e 100644
--- a/diffoscope/comparators/squashfs.py
+++ b/diffoscope/comparators/squashfs.py
@@ -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 diffoscope.  If not, see <http://www.gnu.org/licenses/>.
+# along with diffoscope.  If not, see <https://www.gnu.org/licenses/>.
 
 import re
 import stat
diff --git a/diffoscope/comparators/symlink.py b/diffoscope/comparators/symlink.py
index 0e0a1d4..a0f4e2f 100644
--- a/diffoscope/comparators/symlink.py
+++ b/diffoscope/comparators/symlink.py
@@ -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 diffoscope.  If not, see <http://www.gnu.org/licenses/>.
+# along with diffoscope.  If not, see <https://www.gnu.org/licenses/>.
 
 import os
 
diff --git a/diffoscope/comparators/tar.py b/diffoscope/comparators/tar.py
index 36fd229..827ecab 100644
--- a/diffoscope/comparators/tar.py
+++ b/diffoscope/comparators/tar.py
@@ -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 diffoscope.  If not, see <http://www.gnu.org/licenses/>.
+# along with diffoscope.  If not, see <https://www.gnu.org/licenses/>.
 
 import re
 
diff --git a/diffoscope/comparators/text.py b/diffoscope/comparators/text.py
index 45aaa4d..909ff98 100644
--- a/diffoscope/comparators/text.py
+++ b/diffoscope/comparators/text.py
@@ -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 diffoscope.  If not, see <http://www.gnu.org/licenses/>.
+# along with diffoscope.  If not, see <https://www.gnu.org/licenses/>.
 
 import re
 import codecs
diff --git a/diffoscope/comparators/utils.py b/diffoscope/comparators/utils.py
index 5d8c633..e114de8 100644
--- a/diffoscope/comparators/utils.py
+++ b/diffoscope/comparators/utils.py
@@ -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 diffoscope.  If not, see <http://www.gnu.org/licenses/>.
+# along with diffoscope.  If not, see <https://www.gnu.org/licenses/>.
 
 import abc
 import os
diff --git a/diffoscope/comparators/xz.py b/diffoscope/comparators/xz.py
index 8844898..442d62f 100644
--- a/diffoscope/comparators/xz.py
+++ b/diffoscope/comparators/xz.py
@@ -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 diffoscope.  If not, see <http://www.gnu.org/licenses/>.
+# along with diffoscope.  If not, see <https://www.gnu.org/licenses/>.
 
 import re
 import os.path
diff --git a/diffoscope/comparators/zip.py b/diffoscope/comparators/zip.py
index c551974..0303db3 100644
--- a/diffoscope/comparators/zip.py
+++ b/diffoscope/comparators/zip.py
@@ -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 diffoscope.  If not, see <http://www.gnu.org/licenses/>.
+# along with diffoscope.  If not, see <https://www.gnu.org/licenses/>.
 
 import re
 import sys
diff --git a/diffoscope/config.py b/diffoscope/config.py
index aab2509..4db0d88 100644
--- a/diffoscope/config.py
+++ b/diffoscope/config.py
@@ -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 diffoscope.  If not, see <http://www.gnu.org/licenses/>.
+# along with diffoscope.  If not, see <https://www.gnu.org/licenses/>.
 
 
 class Config(object):
diff --git a/diffoscope/difference.py b/diffoscope/difference.py
index d4a5a68..5f4dab8 100644
--- a/diffoscope/difference.py
+++ b/diffoscope/difference.py
@@ -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 diffoscope.  If not, see <http://www.gnu.org/licenses/>.
+# along with diffoscope.  If not, see <https://www.gnu.org/licenses/>.
 
 import os
 import re
diff --git a/diffoscope/exc.py b/diffoscope/exc.py
index b9fbaff..1bf5749 100644
--- a/diffoscope/exc.py
+++ b/diffoscope/exc.py
@@ -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 diffoscope.  If not, see <http://www.gnu.org/licenses/>.
+# along with diffoscope.  If not, see <https://www.gnu.org/licenses/>.
 
 class OutputParsingError(Exception):
     def __init__(self, command, object):
diff --git a/diffoscope/main.py b/diffoscope/main.py
index 788aeb9..456a82d 100644
--- a/diffoscope/main.py
+++ b/diffoscope/main.py
@@ -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 diffoscope.  If not, see <http://www.gnu.org/licenses/>.
+# along with diffoscope.  If not, see <https://www.gnu.org/licenses/>.
 
 import os
 import sys
diff --git a/diffoscope/presenters/html.py b/diffoscope/presenters/html.py
index 5f86ef6..1c331b9 100644
--- a/diffoscope/presenters/html.py
+++ b/diffoscope/presenters/html.py
@@ -21,7 +21,7 @@
 # GNU General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with diffoscope.  If not, see <http://www.gnu.org/licenses/>.
+# along with diffoscope.  If not, see <https://www.gnu.org/licenses/>.
 #
 #
 # Most of the code is borrowed from diff2html.py available at:
@@ -191,7 +191,7 @@ $(function() {
     var td = a.parent();
     td.text('... loading ...');
     td.parent().load(filename + " tr", function() {
-        // http://stackoverflow.com/a/8452751/946226
+        // https://stackoverflow.com/a/8452751/946226
         var elems = $(this).children(':first').unwrap();
         // set this behaviour for the next link too
         var td = elems.parent().find(".ondemand td");
diff --git a/diffoscope/presenters/text.py b/diffoscope/presenters/text.py
index ae7e131..c56e660 100644
--- a/diffoscope/presenters/text.py
+++ b/diffoscope/presenters/text.py
@@ -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 diffoscope.  If not, see <http://www.gnu.org/licenses/>.
+# along with diffoscope.  If not, see <https://www.gnu.org/licenses/>.
 
 import subprocess
 import sys
diff --git a/diffoscope/progress.py b/diffoscope/progress.py
index f59ace3..4ce43bc 100644
--- a/diffoscope/progress.py
+++ b/diffoscope/progress.py
@@ -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 diffoscope.  If not, see <http://www.gnu.org/licenses/>.
+# along with diffoscope.  If not, see <https://www.gnu.org/licenses/>.
 
 import os
 import sys
diff --git a/tests/comparators/test_binary.py b/tests/comparators/test_binary.py
index 4bec1ba..4567727 100644
--- a/tests/comparators/test_binary.py
+++ b/tests/comparators/test_binary.py
@@ -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 diffoscope.  If not, see <http://www.gnu.org/licenses/>.
+# along with diffoscope.  If not, see <https://www.gnu.org/licenses/>.
 
 import pytest
 import subprocess
diff --git a/tests/comparators/test_bzip2.py b/tests/comparators/test_bzip2.py
index 293bfa2..c0ddf7c 100644
--- a/tests/comparators/test_bzip2.py
+++ b/tests/comparators/test_bzip2.py
@@ -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 diffoscope.  If not, see <http://www.gnu.org/licenses/>.
+# along with diffoscope.  If not, see <https://www.gnu.org/licenses/>.
 
 import shutil
 import pytest
diff --git a/tests/comparators/test_cbfs.py b/tests/comparators/test_cbfs.py
index b1ea951..8193737 100644
--- a/tests/comparators/test_cbfs.py
+++ b/tests/comparators/test_cbfs.py
@@ -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 diffoscope.  If not, see <http://www.gnu.org/licenses/>.
+# along with diffoscope.  If not, see <https://www.gnu.org/licenses/>.
 
 import struct
 import pytest
diff --git a/tests/comparators/test_cpio.py b/tests/comparators/test_cpio.py
index 9daeb95..cd68482 100644
--- a/tests/comparators/test_cpio.py
+++ b/tests/comparators/test_cpio.py
@@ -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 diffoscope.  If not, see <http://www.gnu.org/licenses/>.
+# along with diffoscope.  If not, see <https://www.gnu.org/licenses/>.
 
 import pytest
 
diff --git a/tests/comparators/test_deb.py b/tests/comparators/test_deb.py
index 52b97e0..aeeccfa 100644
--- a/tests/comparators/test_deb.py
+++ b/tests/comparators/test_deb.py
@@ -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 diffoscope.  If not, see <http://www.gnu.org/licenses/>.
+# along with diffoscope.  If not, see <https://www.gnu.org/licenses/>.
 
 import pytest
 
diff --git a/tests/comparators/test_debian.py b/tests/comparators/test_debian.py
index 06a0cc8..45b6142 100644
--- a/tests/comparators/test_debian.py
+++ b/tests/comparators/test_debian.py
@@ -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 diffoscope.  If not, see <http://www.gnu.org/licenses/>.
+# along with diffoscope.  If not, see <https://www.gnu.org/licenses/>.
 
 import shutil
 import pytest
diff --git a/tests/comparators/test_dex.py b/tests/comparators/test_dex.py
index 6d4e810..3a09fdf 100644
--- a/tests/comparators/test_dex.py
+++ b/tests/comparators/test_dex.py
@@ -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 diffoscope.  If not, see <http://www.gnu.org/licenses/>.
+# along with diffoscope.  If not, see <https://www.gnu.org/licenses/>.
 
 import pytest
 
diff --git a/tests/comparators/test_directory.py b/tests/comparators/test_directory.py
index cd87162..e83c663 100644
--- a/tests/comparators/test_directory.py
+++ b/tests/comparators/test_directory.py
@@ -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 diffoscope.  If not, see <http://www.gnu.org/licenses/>.
+# along with diffoscope.  If not, see <https://www.gnu.org/licenses/>.
 
 import os
 import shutil
diff --git a/tests/comparators/test_elf.py b/tests/comparators/test_elf.py
index 6b07f81..83d5a63 100644
--- a/tests/comparators/test_elf.py
+++ b/tests/comparators/test_elf.py
@@ -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 diffoscope.  If not, see <http://www.gnu.org/licenses/>.
+# along with diffoscope.  If not, see <https://www.gnu.org/licenses/>.
 
 import pytest
 import os.path
diff --git a/tests/comparators/test_epub.py b/tests/comparators/test_epub.py
index af55a41..31db0cd 100644
--- a/tests/comparators/test_epub.py
+++ b/tests/comparators/test_epub.py
@@ -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 diffoscope.  If not, see <http://www.gnu.org/licenses/>.
+# along with diffoscope.  If not, see <https://www.gnu.org/licenses/>.
 
 import pytest
 
diff --git a/tests/comparators/test_fonts.py b/tests/comparators/test_fonts.py
index 70aa1ac..8c67568 100644
--- a/tests/comparators/test_fonts.py
+++ b/tests/comparators/test_fonts.py
@@ -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 diffoscope.  If not, see <http://www.gnu.org/licenses/>.
+# along with diffoscope.  If not, see <https://www.gnu.org/licenses/>.
 
 import pytest
 
diff --git a/tests/comparators/test_fsimage.py b/tests/comparators/test_fsimage.py
index 643d461..9847b5d 100644
--- a/tests/comparators/test_fsimage.py
+++ b/tests/comparators/test_fsimage.py
@@ -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 diffoscope.  If not, see <http://www.gnu.org/licenses/>.
+# along with diffoscope.  If not, see <https://www.gnu.org/licenses/>.
 
 import pytest
 
diff --git a/tests/comparators/test_gettext.py b/tests/comparators/test_gettext.py
index 9b1a091..069c625 100644
--- a/tests/comparators/test_gettext.py
+++ b/tests/comparators/test_gettext.py
@@ -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 diffoscope.  If not, see <http://www.gnu.org/licenses/>.
+# along with diffoscope.  If not, see <https://www.gnu.org/licenses/>.
 
 import codecs
 import pytest
diff --git a/tests/comparators/test_git.py b/tests/comparators/test_git.py
index 4805e63..a254bbf 100644
--- a/tests/comparators/test_git.py
+++ b/tests/comparators/test_git.py
@@ -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 diffoscope.  If not, see <http://www.gnu.org/licenses/>.
+# along with diffoscope.  If not, see <https://www.gnu.org/licenses/>.
 
 import pytest
 
diff --git a/tests/comparators/test_gzip.py b/tests/comparators/test_gzip.py
index a448820..9a0f786 100644
--- a/tests/comparators/test_gzip.py
+++ b/tests/comparators/test_gzip.py
@@ -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 diffoscope.  If not, see <http://www.gnu.org/licenses/>.
+# along with diffoscope.  If not, see <https://www.gnu.org/licenses/>.
 
 import shutil
 import pytest
diff --git a/tests/comparators/test_haskell.py b/tests/comparators/test_haskell.py
index 8439c87..7ca18b5 100644
--- a/tests/comparators/test_haskell.py
+++ b/tests/comparators/test_haskell.py
@@ -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 diffoscope.  If not, see <http://www.gnu.org/licenses/>.
+# along with diffoscope.  If not, see <https://www.gnu.org/licenses/>.
 
 import pytest
 
diff --git a/tests/comparators/test_icc.py b/tests/comparators/test_icc.py
index 4ce74e1..9c59433 100644
--- a/tests/comparators/test_icc.py
+++ b/tests/comparators/test_icc.py
@@ -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 diffoscope.  If not, see <http://www.gnu.org/licenses/>.
+# along with diffoscope.  If not, see <https://www.gnu.org/licenses/>.
 
 import pytest
 
diff --git a/tests/comparators/test_image.py b/tests/comparators/test_image.py
index 16a3fc2..640b88c 100644
--- a/tests/comparators/test_image.py
+++ b/tests/comparators/test_image.py
@@ -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 diffoscope.  If not, see <http://www.gnu.org/licenses/>.
+# along with diffoscope.  If not, see <https://www.gnu.org/licenses/>.
 
 import pytest
 
diff --git a/tests/comparators/test_ipk.py b/tests/comparators/test_ipk.py
index 3d2fe15..ea01b9f 100644
--- a/tests/comparators/test_ipk.py
+++ b/tests/comparators/test_ipk.py
@@ -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 diffoscope.  If not, see <http://www.gnu.org/licenses/>.
+# along with diffoscope.  If not, see <https://www.gnu.org/licenses/>.
 
 import pytest
 
diff --git a/tests/comparators/test_iso9660.py b/tests/comparators/test_iso9660.py
index 4299f5d..b09ac53 100644
--- a/tests/comparators/test_iso9660.py
+++ b/tests/comparators/test_iso9660.py
@@ -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 diffoscope.  If not, see <http://www.gnu.org/licenses/>.
+# along with diffoscope.  If not, see <https://www.gnu.org/licenses/>.
 
 import pytest
 
diff --git a/tests/comparators/test_java.py b/tests/comparators/test_java.py
index 2bf647c..586233d 100644
--- a/tests/comparators/test_java.py
+++ b/tests/comparators/test_java.py
@@ -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 diffoscope.  If not, see <http://www.gnu.org/licenses/>.
+# along with diffoscope.  If not, see <https://www.gnu.org/licenses/>.
 
 import pytest
 import subprocess
diff --git a/tests/comparators/test_json.py b/tests/comparators/test_json.py
index 57c2006..0344fda 100644
--- a/tests/comparators/test_json.py
+++ b/tests/comparators/test_json.py
@@ -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 diffoscope.  If not, see <http://www.gnu.org/licenses/>.
+# along with diffoscope.  If not, see <https://www.gnu.org/licenses/>.
 
 import pytest
 
diff --git a/tests/comparators/test_macho.py b/tests/comparators/test_macho.py
index 634f726..176747b 100644
--- a/tests/comparators/test_macho.py
+++ b/tests/comparators/test_macho.py
@@ -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 diffoscope.  If not, see <http://www.gnu.org/licenses/>.
+# along with diffoscope.  If not, see <https://www.gnu.org/licenses/>.
 
 import pytest
 import os.path
diff --git a/tests/comparators/test_mono.py b/tests/comparators/test_mono.py
index eda5c43..f265fdb 100644
--- a/tests/comparators/test_mono.py
+++ b/tests/comparators/test_mono.py
@@ -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 diffoscope.  If not, see <http://www.gnu.org/licenses/>.
+# along with diffoscope.  If not, see <https://www.gnu.org/licenses/>.
 
 import pytest
 
diff --git a/tests/comparators/test_pdf.py b/tests/comparators/test_pdf.py
index 913d4a4..590590d 100644
--- a/tests/comparators/test_pdf.py
+++ b/tests/comparators/test_pdf.py
@@ -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 diffoscope.  If not, see <http://www.gnu.org/licenses/>.
+# along with diffoscope.  If not, see <https://www.gnu.org/licenses/>.
 
 import pytest
 
diff --git a/tests/comparators/test_png.py b/tests/comparators/test_png.py
index fb45dbc..6722744 100644
--- a/tests/comparators/test_png.py
+++ b/tests/comparators/test_png.py
@@ -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 diffoscope.  If not, see <http://www.gnu.org/licenses/>.
+# along with diffoscope.  If not, see <https://www.gnu.org/licenses/>.
 
 import pytest
 
diff --git a/tests/comparators/test_ppu.py b/tests/comparators/test_ppu.py
index 4081075..5bcd456 100644
--- a/tests/comparators/test_ppu.py
+++ b/tests/comparators/test_ppu.py
@@ -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 diffoscope.  If not, see <http://www.gnu.org/licenses/>.
+# along with diffoscope.  If not, see <https://www.gnu.org/licenses/>.
 
 import pytest
 import subprocess
diff --git a/tests/comparators/test_ps.py b/tests/comparators/test_ps.py
index 85c82e5..d4761c8 100644
--- a/tests/comparators/test_ps.py
+++ b/tests/comparators/test_ps.py
@@ -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 diffoscope.  If not, see <http://www.gnu.org/licenses/>.
+# along with diffoscope.  If not, see <https://www.gnu.org/licenses/>.
 
 import pytest
 
diff --git a/tests/comparators/test_rlib.py b/tests/comparators/test_rlib.py
index 3ea809f..33c1154 100644
--- a/tests/comparators/test_rlib.py
+++ b/tests/comparators/test_rlib.py
@@ -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 diffoscope.  If not, see <http://www.gnu.org/licenses/>.
+# along with diffoscope.  If not, see <https://www.gnu.org/licenses/>.
 
 import pytest
 import subprocess
diff --git a/tests/comparators/test_rpm.py b/tests/comparators/test_rpm.py
index 72fed8a..1b43007 100644
--- a/tests/comparators/test_rpm.py
+++ b/tests/comparators/test_rpm.py
@@ -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 diffoscope.  If not, see <http://www.gnu.org/licenses/>.
+# along with diffoscope.  If not, see <https://www.gnu.org/licenses/>.
 
 import pytest
 
diff --git a/tests/comparators/test_sqlite.py b/tests/comparators/test_sqlite.py
index f05c5f1..52395fc 100644
--- a/tests/comparators/test_sqlite.py
+++ b/tests/comparators/test_sqlite.py
@@ -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 diffoscope.  If not, see <http://www.gnu.org/licenses/>.
+# along with diffoscope.  If not, see <https://www.gnu.org/licenses/>.
 
 import pytest
 
diff --git a/tests/comparators/test_squashfs.py b/tests/comparators/test_squashfs.py
index 82837d0..5c407b5 100644
--- a/tests/comparators/test_squashfs.py
+++ b/tests/comparators/test_squashfs.py
@@ -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 diffoscope.  If not, see <http://www.gnu.org/licenses/>.
+# along with diffoscope.  If not, see <https://www.gnu.org/licenses/>.
 
 import pytest
 import subprocess
diff --git a/tests/comparators/test_tar.py b/tests/comparators/test_tar.py
index ffca7d8..858ddbe 100644
--- a/tests/comparators/test_tar.py
+++ b/tests/comparators/test_tar.py
@@ -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 diffoscope.  If not, see <http://www.gnu.org/licenses/>.
+# along with diffoscope.  If not, see <https://www.gnu.org/licenses/>.
 
 import pytest
 
diff --git a/tests/comparators/test_text.py b/tests/comparators/test_text.py
index 918827a..9892826 100644
--- a/tests/comparators/test_text.py
+++ b/tests/comparators/test_text.py
@@ -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 diffoscope.  If not, see <http://www.gnu.org/licenses/>.
+# along with diffoscope.  If not, see <https://www.gnu.org/licenses/>.
 
 import codecs
 
diff --git a/tests/comparators/test_utils.py b/tests/comparators/test_utils.py
index 2be6aba..936cbfd 100644
--- a/tests/comparators/test_utils.py
+++ b/tests/comparators/test_utils.py
@@ -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 diffoscope.  If not, see <http://www.gnu.org/licenses/>.
+# along with diffoscope.  If not, see <https://www.gnu.org/licenses/>.
 
 import codecs
 import pytest
diff --git a/tests/comparators/test_xz.py b/tests/comparators/test_xz.py
index bc326bd..8422740 100644
--- a/tests/comparators/test_xz.py
+++ b/tests/comparators/test_xz.py
@@ -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 diffoscope.  If not, see <http://www.gnu.org/licenses/>.
+# along with diffoscope.  If not, see <https://www.gnu.org/licenses/>.
 
 import shutil
 import pytest
diff --git a/tests/comparators/test_zip.py b/tests/comparators/test_zip.py
index a11f34a..c4a401a 100644
--- a/tests/comparators/test_zip.py
+++ b/tests/comparators/test_zip.py
@@ -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 diffoscope.  If not, see <http://www.gnu.org/licenses/>.
+# along with diffoscope.  If not, see <https://www.gnu.org/licenses/>.
 
 import pytest
 
diff --git a/tests/comparators/utils.py b/tests/comparators/utils.py
index 0b60826..972a2c8 100644
--- a/tests/comparators/utils.py
+++ b/tests/comparators/utils.py
@@ -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 diffoscope.  If not, see <http://www.gnu.org/licenses/>.
+# along with diffoscope.  If not, see <https://www.gnu.org/licenses/>.
 
 import os
 import pytest
diff --git a/tests/conftest.py b/tests/conftest.py
index 2f1811e..2d283a0 100644
--- a/tests/conftest.py
+++ b/tests/conftest.py
@@ -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 diffoscope.  If not, see <http://www.gnu.org/licenses/>.
+# along with diffoscope.  If not, see <https://www.gnu.org/licenses/>.
 
 import pytest
 import diffoscope
diff --git a/tests/test_difference.py b/tests/test_difference.py
index 9aa6b40..2bc255a 100644
--- a/tests/test_difference.py
+++ b/tests/test_difference.py
@@ -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 diffoscope.  If not, see <http://www.gnu.org/licenses/>.
+# along with diffoscope.  If not, see <https://www.gnu.org/licenses/>.
 
 import io
 import pytest
diff --git a/tests/test_main.py b/tests/test_main.py
index 7a5cd07..bed24a6 100644
--- a/tests/test_main.py
+++ b/tests/test_main.py
@@ -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 diffoscope.  If not, see <http://www.gnu.org/licenses/>.
+# along with diffoscope.  If not, see <https://www.gnu.org/licenses/>.
 
 import os
 import pytest

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/diffoscope.git


More information about the diffoscope mailing list