I was browsing Doug's Concurrency interest page [1] and noticed that the code is available in a CVS repository and all of the j.u.c class are copyrighted with a Creative Commons public domain license [2]. The TCK source seems to be there as well. Assuming this is an acceptable license by Apache terms, it would seem we could use this code.
Additionally, there is a pre-built JAR [3], which could possible be used for development purposes if dropped into the bootclasspath. Note, some of the code seems to include maintenance updates that are above the Java 5 RI. -Nathan [1] http://gee.cs.oswego.edu/dl/concurrency-interest/ [2] http://creativecommons.org/licenses/publicdomain [3] http://gee.cs.oswego.edu/dl/jsr166/dist/jsr166.jar > -----Original Message----- > From: Geir Magnusson Jr [mailto:[EMAIL PROTECTED] > Sent: Tuesday, May 30, 2006 9:29 AM > To: [email protected] > Cc: Doug Lea > Subject: [classlib] java.util.concurrency > > I'm cc-ing Doug on this because I'm certain he doesn't read our list > anymore. > > Doug, can you opine regarding the ability for this project to use your > code for our implementation of j.u.c, keeping in mind our rules ensuring > that we don't use any copyrighted material or other IP for which we > don't have permission? > > geir > > --------------------------------------------------------------------- > Terms of use : http://incubator.apache.org/harmony/mailing.html > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- Terms of use : http://incubator.apache.org/harmony/mailing.html To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
