Hi Kim actually it is possible to mix GPL and LGPL ( see example ffmpeg - they even have two licenses in one file -'C" code is LGPL and mmx code is GPL ) without any violation of GPL and LGPL wordings.
But OK I see the point. As with FFTW it is not possible ( so far ) use your library. Still later it is possible to keep your library with LGPL and still use fftw for those who will use your library in free GPL projects. Regards Sergey On Fri, May 8, 2009 at 4:04 PM, Kim C Bale <[email protected]> wrote: > Hi Sergey, > > Yes, this is intentional. It came to my attention that the FFTW library is > covered by a GPL license and therefore the library must also share the status. > > However, I am working on replacing the FFTW library with an LGPL alternative > so that I can change it back to LGPL, but until then I will have to keep the > GPL license. > > I'll update when I've swapped the library. > > Apologies. > > Kim. > > _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

