Subj : Re: GNU Public Licenses To : comp.programming From : Rob Thorpe Date : Tue Aug 23 2005 04:12 am Matthias Kaeppler wrote: > Hello, > > say I want to use software in my project which is licensed under the GNU > LGPL. Does that affect the licensing of my own program? Can I still > release it under the less strict GNU GPL? The GPL is technically more strict than the LGPL. The GPL does not allow any proprietry modifications of the code. You can certainly include LGPL code in a GPLed application. .