Hacker News new | ask | show | jobs
by cesaref 319 days ago
And yes, people being able to use your code for whatever they want is absolutely more open than having restrictions on how/who gets to use it.

One other model that can also work well is to dual license as GPL + commercial, so people who want to publish their work can use the GPL license but you can potentially fund the project from license sales to closed source users using the commercial licensing option. I see this a fair bit in the audio community I work within.

2 comments

>And yes, people being able to use your code for whatever they want is absolutely more open than having restrictions on how/who gets to use it.

Yes, this is why people should use free not open , and GPL is more free when you report to the entire community otherwise you are in the famous case from a story where an USAian was claiming "Amerika is the land of the free, we are free to own slaves"

Why would it be unfeasible to just share the code parts that are GPL?
If you link against GPL code, your code needs to be GPL compatible. There are some IPC based workarounds, but they are too annoying and slow in most cases.
LGPL exists too.
Sure, but the thread was initially about GPL.
When I see expressions like "GPL > MIT" I understand them more as comparing license families, not specific licenses.