|
|
|
Ask HN: Which OS License you try to avoid? And why?
|
|
2 points
by reiz
4100 days ago
|
|
If you are a developer you have to deal with software libraries and software licenses. Which licenses you try to avoid and why? And which licenses are OK for you if you develop a proprietary product? |
|
GPL can be used inside proprietary products, the copyleft clause is only activated if you distribute the product to other parties. And by distribution this doesn't mean public distribution, it just means giving the code to the person who receives the binaries.
On the case of web services, it is rare to see distribution of software.
I could go on writing the whole day about the matter. In the end what wins is the end-user context. Licenses are like weapons, each one was created for a specific scenario.