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