What license does MariaDB use? - Source

Revision
4151
User
dbart
Date
2011-01-05 20:03
MariaDB is available under the terms of the [[mariadb-license|GPL v2 license]], just like MySQL. Some parts of the code use the BSD license or are public domain. See the header files for details. We are working on creating a LGPL library C client library that will be binary compatible with the current one. In the mean time you can find an old LGPL client library [[lgpl-mysql-client-library-32358|here]]. If you want to be part of the [[community|MariaDB community]] and donate code to the MariaDB project, then you need to give the code to the project under [[http://en.wikipedia.org/wiki/BSD_licences#3-clause_license_.28.22New_BSD_License.22_or_.22Modified_BSD_License.22.29|BSD-NEW]] or sign and email the [[http://montyprogram.com/mca/|Monty Program Contributor Agreement]]. The reason for this is that we want to be able to give code to others that may not be able to use the code under GPL, for example to the MySQL project under Oracle.