Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/mumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikkel Krautz <mikkel@krautz.dk>2017-07-23 13:15:05 +0300
committerMikkel Krautz <mikkel@krautz.dk>2018-02-11 13:53:15 +0300
commit4a83bb8aeabb77000de4b9d172f620d7b576939c (patch)
tree8407170b289541dc95a3ecc5dd5894bbcb7deb82 /scripts
parentc310c42de374e73272532daf3d5da46e6f6d7b3b (diff)
scripts/mklic.pl, 3rdPartyLicenses: add squashfuse license.
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/mklic.pl3
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/mklic.pl b/scripts/mklic.pl
index ac3d9c2ba..14bed6282 100755
--- a/scripts/mklic.pl
+++ b/scripts/mklic.pl
@@ -112,7 +112,8 @@ my @thirdPartyLicenses = (
["licenseXar", "../3rdPartyLicenses/xar_license.txt", "XAR", "https://opensource.apple.com/source/xar/", "USE_BUILDENV"], # macOS only
["licenseAvahi", "../3rdPartyLicenses/avahi_license.txt", "Avahi", "https://www.avahi.org/", "USE_BUILDENV"], # Linux only
["licenseDBus", "../3rdPartyLicenses/dbus_license.txt", "D-Bus", "https://www.freedesktop.org/wiki/Software/dbus", "USE_BUILDENV"], # Linux only
- ["licenseAppImageRuntime", "../3rdPartyLicenses/appimage_runtime_license.txt", "AppImage Runtime", "http://www.appimage.org", "USE_BUILDENV"] # Linux only
+ ["licenseAppImageRuntime", "../3rdPartyLicenses/appimage_runtime_license.txt", "AppImage Runtime", "http://www.appimage.org", "USE_BUILDENV"], # Linux only
+ ["licenseSquashfuse", "../3rdPartyLicenses/squashfuse_license.txt", "squashfuse", "https://github.com/vasi/squashfuse", "USE_BUILDENV"] # Linux only
);
# Print 3rd party licenses