|
|
|
|
|
by cfdrake
5518 days ago
|
|
I'm curious what HN users prefer when it comes to licensing. Is there a difference between what a startup vs. a larger business should license a library under? How much does the type of license play a part in whether or not you'll clone that repo off of github (assuming you see a BSD vs. GPL, etc)? Is freedom of the code or the user more important? |
|
The reason for that, is the viral nature of the GPL: it's not friendly towards closed source, which is exactly what I want. If I, as a business, release a piece of code, then I want to benefit from any enhancements others make to it, I want to have the option, to take those modifications, and incorporate them into my version. With the BSD license, I'd be at the mercy of others, they may opt to contribute their changes back, or they may choose not to.
I don't trust most businesses, so I do not want to let them have that option: if they use my open source code, I want to have their modifications too, so we can mutually benefit.
Thus, for me, freedom of the code is more important.