On Mon, 27 Sep 2004 18:06:09 +0200, Oliver Zeigermann <[EMAIL PROTECTED]> wrote: > OK, I understand I can not check in the jar. But what about having it > included in a Maven like build with dynamically downloading it.
Theoretically, I suspect you could write such a build target, but you would not be able to distribute the results of such a build. -- Martin Cooper > I was > wondering if the dynamic linking thing hasn't be explitictely clarified > in this: > > http://www.hibernate.org/196.html > > Or is the above still not satisfying? > > Just wondering... > > Oliver > > > > Henri Yandell wrote: > > > > > Correct. We can't check in LGPL, and I don't believe you can check in > > code that depends on LGPL. The reason for this is that their > > interpretation of dynamic linking is debatable and the ASF takes the > > other side in that debate. > > > > The options appear to be to either have a plugin module which depends on > > the LGPL library and is a java.net or SF project etc, or to find a BSD > > dependency. > > > > Hen > > > > On Mon, 27 Sep 2004, Tim O'Brien wrote: > > > >> AFAIK IANAL, no. Checking in LGPL binaries is not something we can do > >> here. > >> > >> Tim > >> > >> > >> > >> > >>> -----Original Message----- > >>> From: Oliver Zeigermann [mailto:[EMAIL PROTECTED] > >>> Sent: Monday, September 27, 2004 2:38 AM > >>> To: Jakarta General List > >>> Subject: Can I use Hibernate in an Apache project without > >>> compromising the Apache License? > >>> > >>> Folks, > >>> > >>> I was considering to use Hibernate for persistence in the > >>> Slide project. > >>> Now, Hibernate is LGPL, but in > >>> http://www.hibernate.org/196.html the authors explain their > >>> idea of dynamic linking as mentioned in the LGPL text. This > >>> looks just fine to me. Additionally, I understand I can even > >>> put the jars into the Slide CVS if I include a reference to > >>> the license, right? > >>> > >>> Thanks for any comments in advance, > >>> > >>> Oliver > >>> > >>> --------------------------------------------------------------------- > >>> To unsubscribe, e-mail: [EMAIL PROTECTED] > >>> For additional commands, e-mail: [EMAIL PROTECTED] > >>> > >>> > >>> > >> > >> --------------------------------------------------------------------- > >> To unsubscribe, e-mail: [EMAIL PROTECTED] > >> For additional commands, e-mail: [EMAIL PROTECTED] > >> > >> > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
