GPL license in PHP
Daniel Palme
danielpalme82 at googlemail.com
Fri Jan 16 10:36:28 CET 2009
Hi
I'm developing a web framework using PHP which should be available under the
Apache License 2.0.
Now I have two questions:
I am using 'HTML2FPDF' (http://sourceforge.net/projects/html2fpdf) to
generate PDF documents.
HTML2FPDF is licensed under LGPL.
I do not subclass any classes from 'HTML2FPDF', but I use some classes out
of this library to generate a PDF.
Does this work together with the Apache License 2.0? Or do I have to provide
the framework under the LGPL?
---
To execute UnitTests and to generate a code coverage reports I'm using
SimpleTest and SpikePHPCoverage, which are licensed under the LGPL 2.1.
I do subclass some classes from these frameworks and want to provide these
classes as well (for developers).
Does this work together with the Apache License 2.0? Or do I have to provide
the tests classes under the LGPL?
Thank you very much,
Daniel P.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.gpl-violations.org/pipermail/legal/attachments/20090116/3bfd8d51/attachment.htm>
More information about the legal
mailing list