Free DB for distribution along with commercial application

0

I was walking around reading certain licenses of some DBMS software along with the DB itself and a very confusing question came up.

MariaDB (Free version) it is open-source, but could I distribute it along with my application commercially? I'm talking about the following case:

1 - My application does not include MariaDB in conjunction with the code, it only links to a LGPL licensed plugin, which in this case would be the Java version available on MariaDB's own website.

For example, one file is my application and the other is the bank installer separately.

    
asked by anonymous 26.05.2017 / 08:33

1 answer

0

With LGPL you can distribute with proprietary codes. You just can not do derivative works without opening the code.

link

    
26.05.2017 / 18:12