On Fri, May 18, 2012 at 6:49 AM, Mike McClurg <mike.mccl...@gmail.com> wrote: > I just checked the XenServer API bindings for Java, and it seems that > we've dual-licensed them under the LGPLv2 and Apache v2.0 licenses. > Are there different XenServer API bindings for Java that are licensed > differently, that I'm not aware of?
Mike: I just looked at xenserverjava (the version shipped today 5.6.100-1, and 6.0.0-1) However, while there is a copy of ASLv2 in the source, it does so because some dependencies that it uses are licensed under ASLv2, but the actual code itself has only GPLv2 headers. Specifically here are two paragraphs from the README.txt in source package, that explain things a bit better: XenServerJava is free sofware. You can redistribute and modify it under the terms of the GNU GPL version 2, with an additional linking exception that allows its use unmodified within closed-source applications. See LICENSE.txt for details. XenServerJava is dependent upon Apache XML-RPC and WS-Commons, both by The Apache Software Foundation. We would like to thank the ASF and the Apache XML-RPC development team in particular. Both are licensed under the Apache Software License 2.0; see LICENSE.Apache-2.0.txt for details.