ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/jsr166/jsr166/src/jdk8/readme
Revision: 1.1
Committed: Sat Mar 26 06:22:49 2016 UTC (8 years, 1 month ago) by jsr166
Branch: MAIN
CVS Tags: HEAD
Log Message:
fork jdk8 maintenance branch for source and jtreg tests

File Contents

# User Rev Content
1 jsr166 1.1 The software comprising JSR166 was written by Doug Lea with assistance
2     from members of JCP JSR-166 Expert roup and released to the public
3     domain, as explained at:
4     http://creativecommons.org/publicdomain/zero/1.0/, excepting portions
5     of the class java.util.concurrent.CopyOnWriteArrayList, which were
6     adapted from class java.util.ArrayList, written by Sun Microsystems,
7     Inc, which are used with kind permission, and subject to the
8     following:
9    
10     Copyright 2002-2004 Sun Microsystems, Inc. All rights reserved. Use is
11     subject 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."