Hi Gisella,
On Jul 20, 2009, at 7:10 PM, Saavedra, Gisella wrote:
> The jersey .jar files are under the dual license (CDDL & GPL).
>
> · Since JSR311 is a project by itself, does this dual
> license apply to jsr311-api.jar? (https://jsr311.dev.java.net/
> only mentions the CDDL 1)
Only CDDL applies.
> · For the dependencies, e.g., persistence-api.jar (version
> 1.0.2), does this .jar also fall into the dual license? (the .jar
> contains the CDDL1 text file only)
For all the dependencies the license should be included in their jar
files (and may differ from Jersey license). So, the Jersey dual
license applies only to sources included in the Jersey workspace, and
the binaries built from those sources. Other jars have their own
licenses.
> · For the contrib dependencies, listed under, e.g., https://jersey.dev.java.net/source/browse/*checkout*/jersey/tags/jersey-1.1.1-ea/jersey/dependencies.html
> ,
> besides the .jar’s licenses contained in the jar (if any), does the
> dual license apply?
Same rule as above. The contrib things that have the source code in
the Jersey workspace are under the dual license (please let us know if
you find a discrepancy). Binary dependencies may have a different
licensing.
Martin