From 8194945dda1651237ac0ccf3fca80b979c5f3fbd Mon Sep 17 00:00:00 2001 From: mxmlnkn Date: Sat, 12 Oct 2024 10:46:26 +0200 Subject: [PATCH] [wip][doc] Update version output and OSS attributions --- ratarmount.py | 1 + 1 file changed, 1 insertion(+) diff --git a/ratarmount.py b/ratarmount.py index db44d551..40c066da 100755 --- a/ratarmount.py +++ b/ratarmount.py @@ -1124,6 +1124,7 @@ def __call__(self, parser, args, values, option_string=None): ("indexed_gzip", "/mxmlnkn/indexed_gzip/master/LICENSE"), ("indexed_zstd", "/martinellimarco/indexed_zstd/master/LICENSE"), ("rapidgzip", "/mxmlnkn/rapidgzip/master/LICENSE-MIT"), + ("fast-zip-decryption", "/mxmlnkn/fast-zip-decryption/LICENSE"), ]: licenseUrl = "https://raw.githubusercontent.com" + githubPath licenseContents = urllib.request.urlopen(licenseUrl).read().decode()