Hacker News new | ask | show | jobs
by adsche 1741 days ago
Curious, what license(s) prevented you from using a library?

Or maybe rather, what does "use" mean here?

3 comments

GPL, and in some cases source-available codebases produced by decompilation.

"Use" in this case means to have some feature that's implemented by those libraries reimplemented in an open-source project (MIT-licensed).

GPLv2, which is viral.
GPL by some quite popular interpretations of what derivate work means. I do not personally agree but those interpretations are common enough to be a real concern and I do not think it has been tested in court yet (GPL has been tested in court but I do not think this particular aspect has).