Zuerst einmal vielen Dank für die Antwort (im Crosspost stand Ähnliches).
Beide Antworten beziehen sich auf
Zitat:
When you are distributing your application together with MariaDB or
MySQL you are bound (or can be seen to be bound by some lawyers) by the
GPL if some of the following statements apply:
- You are using GPL code from MySQL linked directly to your application. (Like the MySQL GPL client library).
- Your application requires the MariaDB server to work and without the MariaDB server it doesn't start or it has very limited functionality.
Nun meine Frage: Wenn ich den Kunden die
DB selber installieren lasse, und nur das reine Programm vertreibe, gilt dann diese Klausel für mich?
Etwas weiter vorn steht auch noch
Zitat:
If your application is using a license that is not covered by the FLOSS
exception, then you should use the new
LGPL client libraries or C. The
LGPL license allows you to distribute these MariaDB client library freely with any application.
Also doch kostenlose Nutzung? Ich verstehe irgendwie diese ganzen (GPG,
LGPL, LPL,
MPL, ...) Lizenzen nicht. Wenn ich die
LGPL-Library libmariadb.dll installiere und in libmysql.dll umbenenne, funktionioert alles.
Und wenn meine Einwände falsch sind: Gibt es noch irgendeine freie Datenbank ähnlich
MySQL, die ich ohne Wenn und Aber professionell nutzen kann?
ub60