TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: Which OS License you try to avoid? And why?

2 pointsby reizabout 10 years 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?

3 comments

nunobritoabout 10 years ago
Context is missing, so &quot;it depends&quot; applies.<p>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&#x27;t mean public distribution, it just means giving the code to the person who receives the binaries.<p>On the case of web services, it is rare to see distribution of software.<p>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.
belornabout 10 years ago
Are you in a highly competitive field? If so, any code you can avoid writing is a competitive advantage, and means you can push out a product faster than everyone else. In those cases, use, buy, and ask for any code which will benefit the production and only avoid licenses which directly prevents your business model from earning revenue.
评论 #9252364 未加载
bbrksabout 10 years ago
MIT, BSD or Apache are fine. I try to avoid GPL as it tends to bring up more issues than it solves with the derived works clause.<p><a href="http://choosealicense.com/licenses" rel="nofollow">http:&#x2F;&#x2F;choosealicense.com&#x2F;licenses</a>
评论 #9246992 未加载