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/mariadb_c_connector_license.txt14
-rwxr-xr-xscripts/mklic.pl2
2 files changed, 15 insertions, 1 deletions
diff --git a/3rdPartyLicenses/mariadb_c_connector_license.txt b/3rdPartyLicenses/mariadb_c_connector_license.txt
new file mode 100644
index 000000000..1a8b91709
--- /dev/null
+++ b/3rdPartyLicenses/mariadb_c_connector_license.txt
@@ -0,0 +1,14 @@
+This library is free software; you can redistribute it and/or
+modify it under the terms of the GNU Lesser General Public
+License as published by the Free Software Foundation; either
+version 2.1 of the License, or (at your option) any later version.
+
+This library is distributed in the hope that it will be useful,
+but WITHOUT ANY WARRANTY; without even the implied warranty of
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+Lesser General Public License for more details.
+
+You should have received a copy of the GNU Lesser General Public
+License along with this library; if not, write to the Free Software
+Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+02110-1301 USA
diff --git a/scripts/mklic.pl b/scripts/mklic.pl
index 07f68de48..7d354480c 100755
--- a/scripts/mklic.pl
+++ b/scripts/mklic.pl
@@ -92,7 +92,7 @@ my @thirdPartyLicenses = (
["licenseSmallFT", "../3rdparty/smallft-src/LICENSE", "smallft", "https://www.xiph.org"],
["licenseOldStyleLicenseHeaders", "../3rdPartyLicenses/mumble-old-license-headers/LICENSE.txt", "Old-style Mumble license headers", "https://www.mumble.info"],
["licenseArc4RandomUniform", "../3rdparty/arc4random-src/LICENSE", "arc4random_uniform", "https://www.openbsd.org"],
-
+ ["licenseMariaDBCConnector", "../3rdPartyLicenses/mariadb_c_connector_license.txt", "MariaDB Connector/C", "https://www.mariadb.org", "USE_BUILDENV"]
);
# Print 3rd party licenses