Hacker News new | ask | show | jobs
by pocksuppet 42 days ago
In some cases, yes. It has to be used judiciously. The free software pioneers understood this, and wrote a little essay about it (LGPL vs GPL): https://www.gnu.org/licenses/why-not-lgpl.html In short, it depends on the market situation: if you created something new and exciting, you should use GPL (nowadays that would be AGPL) to encourage lock-in. If you created something that is supposed to displace an existing proprietary product, you should use LGPL to encourage switching. These days it'd be MIT, but MIT is exactly the same as proprietary as far as user freedom is concerned.