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:
-rw-r--r--3rdPartyLicenses/sqlite3_license.txt6
-rwxr-xr-xscripts/mklic.pl3
2 files changed, 8 insertions, 1 deletions
diff --git a/3rdPartyLicenses/sqlite3_license.txt b/3rdPartyLicenses/sqlite3_license.txt
new file mode 100644
index 000000000..1c9e363ae
--- /dev/null
+++ b/3rdPartyLicenses/sqlite3_license.txt
@@ -0,0 +1,6 @@
+The author disclaims copyright to this source code. In place of
+a legal notice, here is a blessing:
+
+ May you do good and not evil.
+ May you find forgiveness for yourself and forgive others.
+ May you share freely, never taking more than you give.
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