Hi<br><br>I'm developing a web framework using PHP which should be available under the Apache License 2.0.<br><br>Now I have two questions:<br><br>I am using 'HTML2FPDF' (<a href="http://sourceforge.net/projects/html2fpdf">http://sourceforge.net/projects/html2fpdf</a>) to generate PDF documents.<br>
HTML2FPDF is licensed under LGPL.<br>I do not subclass any classes from 'HTML2FPDF', but I use some classes out of this library to generate a PDF.<br><br>Does this work together with the Apache License 2.0? Or do I have to provide the framework under the LGPL?<br>
<br>---<br>To execute UnitTests and to generate a code coverage reports I'm using SimpleTest and SpikePHPCoverage, which are licensed under the LGPL 2.1.<br>I do subclass some classes from these frameworks and want to provide these classes as well (for developers).<br>
<br>Does this work together with the Apache License 2.0? Or do I have to provide the tests classes under the LGPL?<br><br>Thank you very much,<br><br>Daniel P.<br><br><br><br>