Ask HN: Which OS License you try to avoid? And why?
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?
7 comments
[ 2.6 ms ] story [ 21.3 ms ] threadhttp://choosealicense.com/licenses
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.
Not everyone are willing to go those lengths to save time and work. Not-invented-here is still going strong, as is FUD. If you are in a highly competitive field that can't afford NIH and FUD, then you can't afford a blacklist either.