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:49:58 +0300
committerMikkel Krautz <mikkel@krautz.dk>2018-02-11 13:50:37 +0300
commitec789c6c28fa8234b755fc8e106aa9b83b62467b (patch)
treef9f2c3473f2f7b10fb3631fe84904ec7032a56a2 /scripts
parent0eb596a347b63007f213282cba873f4758ba42c5 (diff)
scripts/mklic.pl, 3rdPartyLicenses: add SQLite3 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 fa01b1b1a..9b2661e88 100755
--- a/scripts/mklic.pl
+++ b/scripts/mklic.pl
@@ -107,7 +107,8 @@ my @thirdPartyLicenses = (
["licenseMcpp", "../3rdPartyLicenses/mcpp_license.txt", "mcpp", "http://mcpp.sourceforge.net/", "USE_BUILDENV"],
["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"]
+ ["licenseQt", "../3rdPartyLicenses/qt_license.txt", "Qt", "https://www.qt.io/", "USE_BUILDENV"],
+ ["licenseSQLite3", "../3rdPartyLicenses/sqlite3_license.txt", "SQLite3", "http://sqlite.org", "USE_BUILDENV"]
);
# Print 3rd party licenses