开发者

Can I use others people's code from github? [closed]

Closed. This question is off-topic. It is not currently accepting answers.

Want to improve this question? Update the question so it's on-topic for Stack Overflow.

Closed 11 years ago.

Improve this question

Can I use others people's code from github in my own closed code project without putting any copyrights and links to original author? Legally,开发者_如何学Go not ethically.


Depends on the license. Read the license for each project you want to reuse and see if the license permits you to use the code in your closed source project. Some of the most popular licenses on Github (BSD and MIT) will allow you to use the code in your project, but there are terms that you must follow (read the respective licenses to figure out what those terms are). Many licenses require attribution, meaning that you cannot legally reuse their work without some form of attribution (whether it's including a copy of their license, linking to the original author, whatever). Off the top of my head, BSD and MIT both require that you reproduce the full license of the work in any redistribution, binary or source.

Also, regardless of license (and even license terms), attribution is always the right thing to do. Give acknowledgement to the authors of the libraries that you use, even if their license doesn't explicitly require it. Don't be a jerk.

Also, when in doubt, email the author.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜