对于开源软件许可协议一直不是很清楚,网上的介绍也是千篇一律的拷贝。简单粗暴点儿,比如 MIT License。是不是需要给作者发邮件获取许可?还是直接用就好了?请各位大虾科普
1
yyfearth Nov 30, 2014
不同协议不一样 MIT直接用没问题的
但是GPL之类的就不行了 也不存在给作者许可的问题 除非作者以其他协议把软件给你 很多协议Copy就可以了 顶多改一下名字之类的 |
2
yyfearth Nov 30, 2014 可以去wiki自己查 也有一些不错的网站可以学习 http://choosealicense.com/
|
3
lwhite Nov 30, 2014 |
4
Luzifer Nov 30, 2014
最喜欢MIT了
|
5
dorentus Nov 30, 2014
MIT 和 BSD License 本身的内容又不长,读一遍不就知道了……
|
7
lincanbin Dec 1, 2014
MIT不是可持续发展
|
8
fengchang Dec 1, 2014 我也提供个页面http://choosealicense.gitcafe.com/licenses/
@atcuan MIT的第一段是允许你做的事情,简单的说就是什么都可以。第二段是要求你做的事情,就是版权声明。第三段全部用大写,就是用出了什么问题别来找我 |
10
sonaive Dec 1, 2014
http://stackoverflow.com/questions/40100/apache-license-vs-bsd-vs-mit
The BSD license is very, very, very simple, and was largely created in a time when software copyright was not a big issue, and so the legal language is not as finely crafted as it might otherwise be. But it's easily readable English, and should still stand up in court just as well as any other license. However: Apache: 4 pages, ~1,400 words BSD: less than 1 page, ~270 words |