Hi,
Who owns the IP rights for nHibernate and Castle? I am aware that they are open source, but is there a company/individual who holds the IP for these?
Thanks
Hi,
Who owns the IP rights for nHibernate and Castle? I am aware that they are open source, but is there a company/individual who holds the IP for these?
Thanks
I believe a company named Red Hat has IP of Hibernate/NHibernate/JBoss.
Also I believe Castle Stronghold has IP of Castle.
But since they are open source why does this matter?
If the commenters are correct on your goal then all you need to do is in your application have a text file in some format (I always jsut call mine NOTICE.txt) and have a reference to the open source framework/tool you are using. Example for 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/).
Then just add something like that but with castle's information and you should be good to go!