* Added ConcurrentReferenceHashMap (will be used to implement NETTY-85 Global Channel registry)

* Updated copyright notice
This commit is contained in:
Trustin Lee 2008-11-29 15:42:03 +00:00
parent d20d338a3a
commit aab28d36d9
3 changed files with 1850 additions and 4 deletions

View File

@ -1,4 +1,3 @@
The person or persons who have associated work with this document (the
"Dedicator" or "Certifier") hereby either (a) certifies that, to the best of
his knowledge, the work of authorship identified is in the public domain of
@ -25,4 +24,3 @@ freely reproduced, distributed, transmitted, used, modified, built upon, or
otherwise exploited by anyone for any purpose, commercial or non-commercial,
and in any way, including by methods that have not yet been invented or
conceived.

View File

@ -27,9 +27,11 @@ Inc., 51 Franklin Street, 5th Floor, Boston, MA 02110-1301 USA
Also, please refer to each LICENSE.<component>.txt file for the license
terms of the components that this product depends on.
This product contains a file derived from LinkedTransferQueue by Doug Lea:
This product contains the extensions to Java Collections Framework which has
been derived from the works by JSR-166 EG, Doug Lea, and Jason T. Greene:
* http://gee.cs.oswego.edu/cgi-bin/viewcvs.cgi/jsr166/src/jsr166y/LinkedTransferQueue.java
* http://gee.cs.oswego.edu/cgi-bin/viewcvs.cgi/jsr166/
* http://viewvc.jboss.org/cgi-bin/viewvc.cgi/jbosscache/experimental/jsr166/
This product optionally depends on 'SLF4J', a simple logging facade for Java,
which can be obtained at:

File diff suppressed because it is too large Load Diff