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 12:53:20 +0300
committerMikkel Krautz <mikkel@krautz.dk>2018-02-11 13:50:40 +0300
commit2a2a0e04ae103e00f4538ee5cc9169fd1c63f202 (patch)
tree1f16f22a5f18c0b31742563e13b7200a7e93d9ec /scripts
parentec789c6c28fa8234b755fc8e106aa9b83b62467b (diff)
scripts/mklic.pl, 3rdPartyLicenses: add XAR 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 9b2661e88..fe11cb7a0 100755
--- a/scripts/mklic.pl
+++ b/scripts/mklic.pl
@@ -108,7 +108,8 @@ my @thirdPartyLicenses = (
["licenseMDNSResponder", "../3rdPartyLicenses/mdnsresponder_license.txt", "mDNSResponder", "https://opensource.apple.com/tarballs/mDNSResponder/", "USE_BUILDENV"],
["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"]
+ ["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
);
# Print 3rd party licenses