GPL (LPGL) + Apache

Chuck Swiger chuck at codefab.com
Mon Jul 11 18:20:41 UTC 2011


Hi--

On Jul 11, 2011, at 8:40 AM, Mike McMahon wrote:
> I’ve been developing some software that makes use of some Apache Commons libraries; however, I have a need to make use of some LGPL libraries as well.  Is there an open source license that will allow me to include both packages in my product or will I need to find the apache equivalent licensed product of the LGPL libraries? 

The Apache license is compatible with GPLv3 and LGPLv3.  So long as you honor the terms of the LGPLv3 when distributing your file (and the Apache license also, of course, but it's more permissive), you can choose any LGPL-miscible license.

Depending on what you're doing and how much of the various libraries you use, it might well be reasonable to license your project under the Apache 2.0 license, GPLv3, or other licenses like BSD/MIT/etc....

Regards,
-- 
-Chuck




More information about the License-discuss mailing list