1
yyfearth 2014-11-30 22:58:35 +08:00
不同协议不一样 MIT直接用没问题的
但是GPL之类的就不行了 也不存在给作者许可的问题 除非作者以其他协议把软件给你 很多协议Copy就可以了 顶多改一下名字之类的 |
2
yyfearth 2014-11-30 22:59:58 +08:00 1
可以去wiki自己查 也有一些不错的网站可以学习 http://choosealicense.com/
|
3
lwhite 2014-11-30 23:00:01 +08:00 2
|
4
Luzifer 2014-11-30 23:35:34 +08:00
最喜欢MIT了
|
5
dorentus 2014-11-30 23:37:24 +08:00
MIT 和 BSD License 本身的内容又不长,读一遍不就知道了……
|
7
lincanbin 2014-12-01 09:33:16 +08:00
MIT不是可持续发展
|
8
fengchang 2014-12-01 09:34:57 +08:00 2
我也提供个页面http://choosealicense.gitcafe.com/licenses/
@atcuan MIT的第一段是允许你做的事情,简单的说就是什么都可以。第二段是要求你做的事情,就是版权声明。第三段全部用大写,就是用出了什么问题别来找我 |
9
abscon 2014-12-01 10:38:00 +08:00
|
10
sonaive 2014-12-01 14:10:21 +08:00
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 |