Author: crossley
Date: Wed Nov 10 06:40:18 2010
New Revision: 1033375
URL: http://svn.apache.org/viewvc?rev=1033375&view=rev
Log:
Treat Concurrent as Category B
Issue: FOR-855 FOR-857 FOR-1206
Modified:
forrest/trunk/LICENSE.txt
forrest/trunk/lib/core/concurrent-1.3.4.jar.license.txt
Modified: forrest/trunk/LICENSE.txt
URL: http://svn.apache.org/viewvc/forrest/trunk/LICENSE.txt?rev=1033375&r1=1033374&r2=1033375&view=diff
==============================================================================
--- forrest/trunk/LICENSE.txt (original)
+++ forrest/trunk/LICENSE.txt Wed Nov 10 06:40:18 2010
@@ -364,10 +364,11 @@ license: lib/core/rhino-1.6R5.jar.licens
----------------
These supporting products are licensed: Public Domain
license: tools/eclipse/plugins/org.apache.forrest.eclipse.servletEngine/lib/XMLParserAPIs-sax.LICENSE.txt
+license: lib/core/concurrent-1.3.4.jar.license.txt
----------------
Others not yet classified ...
-? lib/core/concurrent-1.3.4.jar.license.txt
+lib/core/oreilly.permission.txt
? whiteboard/cocoon-2.2-blocks/*/pom.xml (See FOR-1192)
------------------------------------------------------------------------
Modified: forrest/trunk/lib/core/concurrent-1.3.4.jar.license.txt
URL: http://svn.apache.org/viewvc/forrest/trunk/lib/core/concurrent-1.3.4.jar.license.txt?rev=1033375&r1=1033374&r2=1033375&view=diff
==============================================================================
--- forrest/trunk/lib/core/concurrent-1.3.4.jar.license.txt (original)
+++ forrest/trunk/lib/core/concurrent-1.3.4.jar.license.txt Wed Nov 10 06:40:18 2010
@@ -1,3 +1,7 @@
Doug Lea's concurrent utilities.
See the Notes at
http://gee.cs.oswego.edu/dl/classes/EDU/oswego/cs/dl/util/concurrent/intro.html
+
+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.
+http://gee.cs.oswego.edu/dl/classes/EDU/oswego/cs/dl/util/sun-u.c.license.pdf
+
|