This is a read-only copy of the MariaDB Knowledgebase generated on 2024-11-15. For the latest, interactive version please visit https://mariadb.com/kb/.

jdbc driver redistribute

if i redistribute mariadb jdbc driver with own application without license, it will be ok?

Answer Answered by Daniel Black in this comment.

The LGPL-2.1 version that applies to MariaDB Connector/J gives significant freedoms to redistribute.

As LGPL there isn't a requirement for your application to be GPL or any specific license.

Take note there are obligations under section 5/6. Read and apply it carefully.

https://github.com/mariadb-corporation/mariadb-connector-j/blob/master/LICENSE

Content reproduced on this site is the property of its respective owners, and this content is not reviewed in advance by MariaDB. The views, information and opinions expressed by this content do not necessarily represent those of MariaDB or any other party.