well, regarding OpenJDK - which files have incompatible licenses? Anyone know?
(Should be) None! The IcedTea project helped create a fully open version of OpenJDK. There
may be files in the OpenJDK build that have open-source licenses that are theoretically incompatible with the GPLv2 (eg. Apache) - haven't checked. However, as well as the classpath exception there is the assembly exception
http://openjdk.java.net/legal/exception-modules-2007-05-08.html. That should cover both your and Roquen's concern. Unless Roquen is talking about adding in his own GPL incompatible code to the OpenJDK build
itself (as opposed to included stuff by assembly exception or additional libraries covered by classpath exception)?
Incidentally, while reading the OpenJDK FAQ to refresh my memory I noticed this
Are there any restrictions on what I can do with it?
OpenJDK is released under an well-known open-source licensing model, that places no restrictions on your ability to run OpenJDK.
Emphasis mine. Grammar not!
