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:53:25 +0300
committerMikkel Krautz <mikkel@krautz.dk>2018-02-11 13:54:17 +0300
commit8eb9dfdce9b8f985fb1ba91c686d30613f04ecee (patch)
tree2c799c52db265b137df29af21497ecfa82ec60f7 /scripts
parent185a0aa9f3b429a46f7784713fabdc817016f9c7 (diff)
scripts/mklic.pl, 3rdPartyLicenses: add libdaemon 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 271b0e8cb..8ffcaef1c 100755
--- a/scripts/mklic.pl
+++ b/scripts/mklic.pl
@@ -116,7 +116,8 @@ my @thirdPartyLicenses = (
["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
- ["licenseLibcap2", "../3rdPartyLicenses/libcap2_license.txt", "libcap2", "https://sites.google.com/site/fullycapable/", "USE_BUILDENV"] # Linux only
+ ["licenseLibcap2", "../3rdPartyLicenses/libcap2_license.txt", "libcap2", "https://sites.google.com/site/fullycapable/", "USE_BUILDENV"], # Linux only
+ ["licenseLibdaemon", "../3rdPartyLicenses/libdaemon_license.txt", "libdaemon", "http://0pointer.de/lennart/projects/libdaemon/", "USE_BUILDENV"] # Linux only
);
# Print 3rd party licenses