• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..30-Oct-2014-

java/util/H30-Oct-2014-31,74411,775

IMPORTINGH A D10-Aug-20061,020 3222

Makefile.amH A D10-Aug-20063.3 KiB7572

Makefile.inH A D22-May-201315 KiB514449

readmeH A D10-Aug-20062.2 KiB4638

readme

1The software comprising JSR166 was written by Doug Lea with assistance
2from members of JCP JSR-166 Expert roup and released to the public
3domain, as explained at:
4http://creativecommons.org/licenses/publicdomain, excepting portions
5of the class java.util.concurrent.CopyOnWriteArrayList, which were
6adapted from class java.util.ArrayList, written by Sun Microsystems,
7Inc, which are used with kind permission, and subject to the
8following:
9
10Copyright 2002-2004 Sun Microsystems, Inc. All rights reserved. Use is
11subject to the following license terms.
12
13  "Sun hereby grants you a non-exclusive, worldwide, non-transferrable
14  license to use and distribute the Java Software technologies as part
15  of a larger work in source and binary forms, with or without
16  modification, provided that the following conditions are met:
17
18   -Neither the name of or trademarks of Sun may be used to endorse or
19    promote products derived from the Java Software technology without
20    specific prior written permission.
21
22   -Redistributions of source or binary code must be accompanied by the
23    following notice and disclaimers:
24
25    Portions copyright Sun Microsystems, Inc. Used with kind permission.
26
27    This software is provided AS IS, without a warranty of any kind.  ALL
28    EXPRESS OR IMPLIED CONDITIONS, REPRESENTATIONS AND
29    WARRANTIES, INCLUDING ANY IMPLIED WARRANTY OF
30    MERCHANTABILITY, FITNESS FOR A PARTICULAR PUPOSE OR
31    NON-INFRINGEMENT, ARE HEREBY EXCLUDED. SUN
32    MICROSYSTEMS, INC. AND ITS LICENSORS SHALL NOT BE LIABLE
33    FOR ANY DAMAGES SUFFERED BY LICENSEE AS A RESULT OF
34    USING, MODIFYING OR DISTRIBUTING THE SOFTWARE OR ITS
35    DERIVATIVES. IN NO EVENT WILL SUN MICROSYSTEMS, INC. OR
36    ITS LICENSORS BE LIABLE FOR ANY LOST REVENUE, PROFIT OR
37    DATA, OR FOR DIRECT, INDIRECT,CONSQUENTIAL, INCIDENTAL
38    OR PUNITIVE DAMAGES, HOWEVER CAUSED AND REGARDLESS OF
39    THE THEORY OR LIABILITY, ARISING OUT OF THE USE OF OR
40    INABILITY TO USE SOFTWARE, EVEN IF SUN MICROSYSTEMS, INC.
41    HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
42
43    You acknowledge that Software is not designed, licensed or intended for
44    use in the design, construction, operation or maintenance of any nuclear
45    facility."
46