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:56:13 +0300
committerMikkel Krautz <mikkel@krautz.dk>2018-02-11 13:54:20 +0300
commite25cc497502c8987c5bd88a3baeffd787f9649cc (patch)
treef42e51fca95fd3b313b1c15812d4fe2407d8c44f /scripts
parent8eb9dfdce9b8f985fb1ba91c686d30613f04ecee (diff)
scripts/mklic.pl, 3rdPartyLicenses: add libffi 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 8ffcaef1c..1b5b11530 100755
--- a/scripts/mklic.pl
+++ b/scripts/mklic.pl
@@ -117,7 +117,8 @@ my @thirdPartyLicenses = (
["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
- ["licenseLibdaemon", "../3rdPartyLicenses/libdaemon_license.txt", "libdaemon", "http://0pointer.de/lennart/projects/libdaemon/", "USE_BUILDENV"] # Linux only
+ ["licenseLibdaemon", "../3rdPartyLicenses/libdaemon_license.txt", "libdaemon", "http://0pointer.de/lennart/projects/libdaemon/", "USE_BUILDENV"], # Linux only
+ ["licenseLibffi", "../3rdPartyLicenses/libffi_license.txt", "libffi", "https://sourceware.org/libffi/", "USE_BUILDENV"] # Linux only
);
# Print 3rd party licenses