Re: weighted_btree.h

2008-02-25 Thread Andre Poenitz
On Mon, Feb 25, 2008 at 08:04:11AM +0100, Jürgen Spitzmüller wrote: > Stefan Schimanski wrote: > > I added Timo Bingmann's B+ Tree template class to trunk. As > > templates   can cause problems with bad/old compilers, please report > > if they do so   for you. > > Just a question: Can we include L

Re: weighted_btree.h

2008-02-24 Thread Jürgen Spitzmüller
Dominik Böhm wrote: > Yes, that is definitively not a problem. A LGPL component can be compiled > into a commercial product which still maybe distributed as closed source. > So, LGPL is a licence with only few restrictions. Even if we are not a commercial product, we apparently can, as the lower h

Re: weighted_btree.h

2008-02-24 Thread Dominik Böhm
On Mon, Feb 25, 2008 at 8:04 AM, Jürgen Spitzmüller < [EMAIL PROTECTED]> wrote: > Just a question: Can we include LGPL-licensed code in LyX and still > distribute > the application under the GPL? Yes, that is definitively not a problem. A LGPL component can be compiled into a commercial product

Re: weighted_btree.h

2008-02-24 Thread Jürgen Spitzmüller
Stefan Schimanski wrote: > I added Timo Bingmann's B+ Tree template class to trunk. As templates   > can cause problems with bad/old compilers, please report if they do so   > for you. Just a question: Can we include LGPL-licensed code in LyX and still distribute the application under the GPL? I'

weighted_btree.h

2008-02-24 Thread Stefan Schimanski
Hi! I added Timo Bingmann's B+ Tree template class to trunk. As templates can cause problems with bad/old compilers, please report if they do so for you. Stefan