谁拥有nHibernate和Castle的知识产权?

时间:2010-10-05 17:23:36

标签: nhibernate open-source castle-windsor

谁拥有nHibernate和Castle的知识产权?我知道它们是开源的,但是有没有公司/个人为这些提供IP?

由于

1 个答案:

答案 0 :(得分:2)

我相信一家名为Red Hat的公司拥有Hibernate / NHibernate / JBoss的IP。

我也相信Castle Stronghold拥有城堡的知识产权。

但是因为它们是开源的,为什么这很重要?


如果评论者对您的目标是正确的,那么您需要做的就是在您的应用程序中有一些格式的文本文件(我总是jsut调用我的NOTICE.txt)并引用开源框架/工具你正在使用。 NHibernate的例子:

=========================================================================
==  NHibernate distribution                                            ==
=========================================================================

This software is distributed under the terms of the FSF Lesser GNU Public 
License (see lgpl.txt).

This product uses software developed by the Apache Software Foundation 
(http://www.apache.org/).

然后添加类似的东西,但有城堡的信息,你应该好好去!