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:04:16 +0300
committerMikkel Krautz <mikkel@krautz.dk>2018-02-11 13:50:42 +0300
commiteae5e74bcc684899745e75528f0b1b20ce973a26 (patch)
tree731ed72809312d3b559b85a61f82611750837232 /scripts
parent2a2a0e04ae103e00f4538ee5cc9169fd1c63f202 (diff)
scripts/mklic.pl, 3rdPartyLicenses: add Avahi 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 fe11cb7a0..5c5b6916f 100755
--- a/scripts/mklic.pl
+++ b/scripts/mklic.pl
@@ -109,7 +109,8 @@ my @thirdPartyLicenses = (
["licensePCRE", "../3rdPartyLicenses/pcre_license.txt", "PCRE", "http://www.pcre.org/", "USE_BUILDENV"],
["licenseQt", "../3rdPartyLicenses/qt_license.txt", "Qt", "https://www.qt.io/", "USE_BUILDENV"],
["licenseSQLite3", "../3rdPartyLicenses/sqlite3_license.txt", "SQLite3", "http://sqlite.org", "USE_BUILDENV"],
- ["licenseXar", "../3rdPartyLicenses/xar_license.txt", "XAR", "https://opensource.apple.com/source/xar/", "USE_BUILDENV"] # macOS only
+ ["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
);
# Print 3rd party licenses