免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 3583 | 回复: 4
打印 上一主题 下一主题

那几种BSD协议有什么区别么? [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2006-12-25 19:09 |只看该作者 |倒序浏览
我看到过下面几种BSD授权协议,他们之间有什么区别么?
BSD 2-clause
BSD 3-clause
BSD License (original)
BSD License (revised)

论坛徽章:
0
2 [报告]
发表于 2006-12-25 19:21 |只看该作者
没仔细看过,恳请懂点法律的大虾指点。

论坛徽章:
0
3 [报告]
发表于 2006-12-26 08:20 |只看该作者
原帖由 cobranail 于 2006-12-25 19:09 发表
我看到过下面几种BSD授权协议,他们之间有什么区别么?
BSD 2-clause
BSD 3-clause
BSD License (original)
BSD License (revised)


BSD License (original),(取自4.4BSD-Lite2, kern_synch.c):
  1. * Redistribution and use in source and binary forms, with or without
  2. * modification, are permitted provided that the following conditions
  3. * are met:
  4. * 1. Redistributions of source code must retain the above copyright
  5. *    notice, this list of conditions and the following disclaimer.
  6. * 2. Redistributions in binary form must reproduce the above copyright
  7. *    notice, this list of conditions and the following disclaimer in the
  8. *    documentation and/or other materials provided with the distribution.
  9. * 3. All advertising materials mentioning features or use of this software
  10. *    must display the following acknowledgement:
  11. *        This product includes software developed by the University of
  12. *        California, Berkeley and its contributors.
  13. * 4. Neither the name of the University nor the names of its contributors
  14. *    may be used to endorse or promote products derived from this software
  15. *    without specific prior written permission.
  16. *
  17. * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
  18. * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  19. * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
  20. * ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
  21. * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
  22. * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
  23. * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
  24. * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
  25. * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
  26. * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  27. * SUCH DAMAGE.
复制代码


BSD 3-clause、BSD License (revised),(取自FreeBSD6.1, kern_synch.c):
  1. * Redistribution and use in source and binary forms, with or without
  2. * modification, are permitted provided that the following conditions
  3. * are met:
  4. * 1. Redistributions of source code must retain the above copyright
  5. *    notice, this list of conditions and the following disclaimer.
  6. * 2. Redistributions in binary form must reproduce the above copyright
  7. *    notice, this list of conditions and the following disclaimer in the
  8. *    documentation and/or other materials provided with the distribution.
  9. * 4. Neither the name of the University nor the names of its contributors
  10. *    may be used to endorse or promote products derived from this software
  11. *    without specific prior written permission.
  12. *
  13. * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
  14. * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  15. * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
  16. * ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
  17. * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
  18. * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
  19. * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
  20. * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
  21. * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
  22. * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  23. * SUCH DAMAGE.
复制代码


BSD 2-clause,(取自FreeBSD6.1, kern_intr.c):
  1. * Redistribution and use in source and binary forms, with or without
  2. * modification, are permitted provided that the following conditions
  3. * are met:
  4. * 1. Redistributions of source code must retain the above copyright
  5. *    notice unmodified, this list of conditions, and the following
  6. *    disclaimer.
  7. * 2. Redistributions in binary form must reproduce the above copyright
  8. *    notice, this list of conditions and the following disclaimer in the
  9. *    documentation and/or other materials provided with the distribution.
  10. *
  11. * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
  12. * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
  13. * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
  14. * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
  15. * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
  16. * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
  17. * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
  18. * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  19. * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
  20. * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
复制代码

论坛徽章:
2
亥猪
日期:2014-03-19 16:36:35午马
日期:2014-11-23 23:48:46
4 [报告]
发表于 2006-12-26 11:59 |只看该作者
BSD 3-clause 里面为什么没有第3条呢,直接就调到4?

论坛徽章:
0
5 [报告]
发表于 2006-12-26 14:10 |只看该作者
原帖由 gvim 于 2006-12-26 11:59 发表
BSD 3-clause 里面为什么没有第3条呢,直接就调到4?


直接删除第三条。为避免“不必要的”diff,“4”就没有改成“3”。
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP