Using Glassfish libraries in proprietary software

Posted by Lóránt Pintér on Stack Overflow See other posts from Stack Overflow or by Lóránt Pintér
Published on 2010-04-15T14:59:13Z Indexed on 2010/04/15 16:33 UTC
Read the original article Hit count: 395

Filed under:
|
|
|

I would like to use some parts of Glassfish in a proprietary software that are under a CDDL + GPLv2 license. Am I allowed to do that? I haven't modified anything in the code of these libraries, so is this OK, or my software, because it uses these libraries, is still considered derivative work, and thus a big no-no?

I mean, according to https://jaxb.dev.java.net/, JAXB is also under CDDL + GPLv2, but I know I can freely use that in proprietary software. Is this because CDDL + GPLv2 actually allows that, or is it distributed under a different license when bundled with the JRE?

© Stack Overflow or respective owner

Related posts about licensing

Related posts about glassfish