> -----Original Message----- > From: Berin Loritsch [mailto:[EMAIL PROTECTED] > My forked version only requires Doug > Lea's concurrency utilities.
Just an FYI on Doug Lea's concurrency package. Apparently, it's not completely under the public domain: "All classes are released to the public domain and may be used for any purpose whatsoever without permission or acknowledgment. Portions of the CopyOnWriteArrayList and ConcurrentReaderHashMap classes are adapted from Sun JDK source code. These are copyright of Sun Microsystems, Inc, and are used with their kind permission, as described in this license [1]." There was some talk about this on licensing@ a while ago. I think for the time being we'll just need to include something in the NOTICE file. > Of course, we can also adopt things in stages. The core event stuff > can be separated into its own library, and the Command stuff can be > separated out by itself. +1 for separation. Having a way for it to run in older JVM's is important (for me at least). Also, I think it would be nice to merge the fork back over here if possible. J. Aaron Farr SONY ELECTRONICS DDP-CIM (724) 696-7653 [1] http://gee.cs.oswego.edu/dl/classes/EDU/oswego/cs/dl/util/sun-u.c.license.pd f --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] Apache Excalibur Project -- URL: http://excalibur.apache.org/
