The bsd license The following is a bsd license template. To generate your own license, change the values of OWNER, ORGANIZATION and YEAR from their original values as given here, and substitute your own. Note: The advertising clause in the license appearing on bsd Unix files was officially rescinded by the Director of the Office of Technology Licensing of the University of California on July 22...
by firefox_cc - BSD文档中心 - 2006-04-07 03:03:46 阅读(926) 回复(0)
我现在有一个项目,开发针对windows系统的bsd license系统还原工具。要求如下: 1. 双重启动,能在电脑启动的时候选择系统还原。还原文件重本地硬盘上复制; 2. 也能从光盘启动,并从光盘复制系统备份文件硬盘; 3. 支持NTFS和SATA 4. 工具免费并且bsd license 5. 界面友好 大家有什么好的建议和看法,请跟帖。 :D [ 本帖最后由 freebsd_newbie 于 2006-11-25 20:43 编辑 ]
我看到一些内核模块的代码采用的是Dual bsd/GPL这样的双license,如:代码中会有这么一行: MODULE_license("Dual bsd/GPL"); 请问一下这样的license是什么意思啊? 什么情况下是GPL的?而什么情况下又是bsd的呢? 谢谢!
原文出处:http://www.freebsd.org/doc/en_US.ISO8859-1/articles/bsdl-gpl/article.html Why you should use a bsd style license for your Open Source Project Bruce Montague <[email]brucem@alumni.cse.ucsc.edu[/email]> $Freebsd: doc/en_US.ISO8859-1/articles/bsdl-gpl/article.sgml,v 1.5 2006/10/16 12:35:23 keramida Exp $ Freebsd is a registered trademark of the Freebsd Foundation. CVSup is...
--- src/lib/libc/stdlib/rand.c 2003/02/17 03:52:35 1.15 +++ src/lib/libc/stdlib/rand.c 2007/01/09 00:28:10 1.16 @@ -10,10 +10,6 @@ * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * 3. All advert...
请问如何判断现有数据库的license数是多少,是不是那个最大连接数? 如何知道现有数据库需要多少个license数目,是不是同时并行处理的用户进程的最大数目?