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:49:27 +0300
committerMikkel Krautz <mikkel@krautz.dk>2018-02-11 13:54:15 +0300
commit185a0aa9f3b429a46f7784713fabdc817016f9c7 (patch)
treedb5fc4b319ee7ef738d2f68c37d3dbec60a40d99 /scripts
parent33a1a05b3e54ea5b76d8c068188b09bb24c82ebe (diff)
scripts/mklic.pl, 3rdPartyLicenses: add libcap2 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 5caa5646a..271b0e8cb 100755
--- a/scripts/mklic.pl
+++ b/scripts/mklic.pl
@@ -115,7 +115,8 @@ my @thirdPartyLicenses = (
["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
["licenseLibfuse", "../3rdPartyLicenses/libfuse_license.txt", "libfuse", "https://github.com/libfuse/libfuse/", "USE_BUILDENV"], # Linux only
- ["licenseGlib", "../3rdPartyLicenses/glib_license.txt", "glib", "https://developer.gnome.org/glib/", "USE_BUILDENV"] # Linux only
+ ["licenseGlib", "../3rdPartyLicenses/glib_license.txt", "glib", "https://developer.gnome.org/glib/", "USE_BUILDENV"], # Linux only
+ ["licenseLibcap2", "../3rdPartyLicenses/libcap2_license.txt", "libcap2", "https://sites.google.com/site/fullycapable/", "USE_BUILDENV"] # Linux only
);
# Print 3rd party licenses