Using Fluent NHibernate in commercial application
- by Paja
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.