Skip to content

Commit

Permalink
[wip][doc] Update version output and OSS attributions
Browse files Browse the repository at this point in the history
  • Loading branch information
mxmlnkn committed Oct 12, 2024
1 parent 9d011e0 commit 8194945
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ratarmount.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 8194945

Please sign in to comment.