Using Fluent NHibernate in commercial application

Posted by Paja on Stack Overflow See other posts from Stack Overflow or by Paja
Published on 2010-04-30T22:11:35Z Indexed on 2010/04/30 22:17 UTC
Read the original article Hit count: 420

I want to use Fluent NHibernate in commercial desktop application, and I'm little concerned about the licensing. I've downloaded Fluent NHibernate precompiled binaries, and it contains this list of files:

Antlr3.Runtime.dll
Castle.Core.dll
Castle.DynamicProxy2.dll
FluentNHibernate.dll
Iesi.Collections.dll
log4net.dll
NHibernate.dll
NHibernate.ByteCode.Castle.dll

I guess I will have to add all of these files to my Inno Setup script, which will install them on user's computer. But what should I do to comply to all of the licenses associated with each file? I'm sure I'm not the first who wants to use Fluent NHibernate in commercial application, so I hope I won't have to study each of the licenses.

I'm not a lawyer.

© Stack Overflow or respective owner

Related posts about c#

Related posts about .NET