Hi Andrè,
most of the *.java files are licensed under the MIT
license, except javax/script/* and 3 files in
php/java/bridge.
Sanka's open-source javax.script implementation is
licensed under the Apache License (unspecified
version).
Base64EncodingOutputBuffer.java was taken from the
Apache "Geronimo" application server, licensed under
Apache Software License 2.
CGIServlet.java was written by Martin Dengler and is
licensed under the Apache Software License
(unspecified version).
DynamicClassLoader.java was written by Kai Londenberg
and is licensed under the PHP license, which is
similar in spirit to the Apache Software License.
> php-java-bridge/examples/php+jsp/numberguess.jsp
This file is obsolete.
> Base64EncodingOutputBuffer.java ASL 2.0
There are certainly other implementations. I think the
classpath project contains one licensed under the
lesser GPL. But I prefer to keep the *.java files
under the MIT or Apache license.
> CGIServlet.java ASL 1.1
We could ask Martin if he is willing to distribute it
under a different license.
> As noted at
> http://www.ohloh.net/projects/4800/factoids/122875
> ASL and GPL are incompatible.
I don't see how the lesser GPL is incompatible to the
Apache or PHP license.
> Could they be moved to GPL?
The Base64 encoder could be replaced. But I don't know
if the other authors are willing to distribute their
code under a different license.
Regards,
Jost Boekemeier
__________________________________ Yahoo! Clever: Stellen Sie Fragen und finden Sie Antworten. Teilen Sie Ihr Wissen. www.yahoo.de/clever
|