FINAL PROJECT: Provide date and time library from JSR-310
Stephen Colebourne
scolebourne at joda.org
Tue Aug 5 00:02:25 PDT 2008
I hereby announce that I have revised the copyright notices as suggested
by Neal:
Portions of this codebase are derived works of the OpenJDK.
Changes from the OpenJDK are licensed using the same GPL license as the
OpenJDK.
The authorship of the associated changes is claimed as follows:
/*
* Stephen Colebourne & Michael Nascimento Santos
*/
and
/*
* Changes from OpenJDK:
*
* Authorship: Stephen Colebourne & Michael Nascimento Santos
*/
The change to svn was completed before the challenge deadline.
Stephen
Neal Gafter wrote:
> Stephen-
>
> You appear to be distributing code (such as Calendar.java) that you
> received under GPLv2, but in which your modifications to that code are
> not licensed under GPLv2. Because GPLv2 forbids that, this is an
> infringement of Sun's copyrights in the underlying code. You probably
> want to correct that before the end of today so that you are not
> disqualified under the OpenJDK Community Innovators' Challenge Official
> Rules (4.B). I think all you need to do is revise your copyright
> notices so that your contributions are distributed under GPLv2.
>
> Regards,
> Neal
>
> On Mon, Aug 4, 2008 at 5:01 PM, Stephen Colebourne <scolebourne at joda.org
> <mailto:scolebourne at joda.org>> wrote:
>
>
> The JSR-310 team of Michael and myself are pleased to submit our
> final project for the OpenJDK challenge.
>
> Full details about the submitted project are available online at:
> https://jsr-310.dev.java.net/source/browse/jsr-310/tags/OpenJDKChallenge/OpenJDKChallenge.txt?rev=560&view=markup
> <https://jsr-310.dev.java.net/source/browse/jsr-310/tags/OpenJDKChallenge/OpenJDKChallenge.txt?rev=560&view=markup>
> This contains hyperlinks to all the major resources.
>
> The full codebase being submitted is a tagged subversion repository
> at java.net <http://java.net> (java.net <http://java.net> login
> required):
> https://jsr-310.dev.java.net/svn/jsr-310/tags/OpenJDKChallenge
>
> This can be browsed online at (no login required):
> https://jsr-310.dev.java.net/source/browse/jsr-310/tags/OpenJDKChallenge/
>
> For reference, the subversion repository before the start of the
> project stage was at revision 285 (it is now 560):
> https://jsr-310.dev.java.net/source/browse/jsr-310/trunk/jsr-310-ri/?rev=285
>
> We've tried to aid evaluation with the provision of an ant build
> (including fetching libraries, compilation, tests and coverage). We
> have also built online javadoc and an example program runnable using
> 'ant examples'.
>
> Thanks,
> Michael and Stephen
>
>
More information about the challenge-discuss
mailing list