Open BryceBeagle opened 3 years ago
This should affect us less once we open source the client, right?
Or does our license have to be GPL to get away with using GPL licenses? I forgot which was which
This should affect us less once we open source the client, right?
Correct
Or does our license have to be GPL to get away with using GPL licenses? I forgot which was which
Yes. The GPL license is viral (a good thing in my opinion)
What we can technically do is dual license our code under MIT and GPL. But if we ever distribute our code with the GPL dependencies, that distribution has to be GPL.
Someone could then use our MIT licensed code, modify it to not depend on GPL code, and then distribute that as MIT
LGPL license instead of GPL licensed