vote up 1 vote down star

I have to create an application which transfers data from a local workstation into a remote MySQL database.

Unfortunatly my boss doesn't want to pay for a commercial license, because it's not a critical application and we wouldn't make any money of it, but still he doesn't want to put the full source under GPL. (Please don't comment on this attitude, I don't share it)

On the other hand I'd really like to do this project for my personal experience, so please forgive me if this question makes me look like a freeloader.

Here's my question:

Would creating an additional layer with a liberal open source license, like MPL or LGPL, fulfil the conditions of the FLOSS exception?

Example:

Closed-source Java application -- uses --> MPL JDBC connector -- uses --> GPL'ed MySQL Connector/J

I guess this would pretty much defy the spirit of the FLOSS exception, it would be a legal application of the facade pattern :)

flag

Please keep in mind that answers concerning legal matters on SO can only be "legal opinions". If you need legal advice you should consult a lawyer. – VolkerK Oct 2 at 11:26
Yes, I understand that. But it would even help me, if someone would give me a ballpark estimate. – DR Oct 2 at 11:37

1 Answer

vote up 1 vote down check

The question is whether you distribute your application (or sell it), or just use it in house.

AFAIK, if you distribute it as closed source you need to purchase a license. It seems that if you are using it in house there's no need to do so as you are no distributing it.

Notice that I'm not a lawyer...

link|flag
Would providing some kind of commercial web-based service also count as internal use? – DR Oct 29 at 15:10
AFAIK it should be ok (again, I'm not a lawyer). The accepted answer here also agrees with me - stackoverflow.com/questions/620696/… – David Rabinowitz Oct 29 at 20:18

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.