users@jersey.java.net

Re: [Jersey] get(null) on KeyComparatorHashMap does not return null - unlike standard Java Maps

From: Paul Sandoz <Paul.Sandoz_at_Sun.COM>
Date: Fri, 25 Jun 2010 09:28:34 -0700

On Jun 25, 2010, at 7:35 AM, Stephen Colebourne wrote:

> On 25 June 2010 15:11, Paul Sandoz <Paul.Sandoz_at_sun.com> wrote:
>> I copied code from HashMap, modified, and probably introduced an
>> error.
>
> Wouldn't copying HashMap GPL-infect Jersey? Or are you declaring that
> because you're Oracle that doesn't matter?
>

First IANAL :-)

I am presuming it is fine because it is code from the Sun/Oracle JDK
that we own and Jersey is duel licensed for GPLv2 (with class path
exception) and CDDL.

Paul.