OLD | NEW |
| (Empty) |
1 This license applies to all parts of Dart that are not externally | |
2 maintained libraries. The external maintained libraries used by | |
3 Dart are: | |
4 | |
5 7-Zip - in third_party/7zip | |
6 JSCRE - in runtime/third_party/jscre | |
7 Ant - in third_party/apache_ant | |
8 args4j - in third_party/args4j | |
9 bzip2 - in third_party/bzip2 | |
10 Commons IO - in third_party/commons-io | |
11 Commons Lang in third_party/commons-lang | |
12 dromaeo - in samples/third_party/dromaeo | |
13 Eclipse - in third_party/eclipse | |
14 gsutil - in third_party/gsutil | |
15 Guava - in third_party/guava | |
16 hamcrest - in third_party/hamcrest | |
17 Httplib2 - in samples/third_party/httplib2 | |
18 JSON - in third_party/json | |
19 JUnit - in third_party/junit | |
20 NSS - in third_party/nss and third_party/net_nss | |
21 Oauth - in samples/third_party/oauth2client | |
22 SQLite - in third_party/sqlite | |
23 weberknecht - in third_party/weberknecht | |
24 zlib - in third_party/zlib | |
25 fest - in third_party/fest | |
26 mockito - in third_party/mockito | |
27 | |
28 The libraries may have their own licenses; we recommend you read them, | |
29 as their terms may differ from the terms below. | |
30 | |
31 Copyright 2012, the Dart project authors. All rights reserved. | |
32 Redistribution and use in source and binary forms, with or without | |
33 modification, are permitted provided that the following conditions are | |
34 met: | |
35 * Redistributions of source code must retain the above copyright | |
36 notice, this list of conditions and the following disclaimer. | |
37 * Redistributions in binary form must reproduce the above | |
38 copyright notice, this list of conditions and the following | |
39 disclaimer in the documentation and/or other materials provided | |
40 with the distribution. | |
41 * Neither the name of Google Inc. nor the names of its | |
42 contributors may be used to endorse or promote products derived | |
43 from this software without specific prior written permission. | |
44 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS | |
45 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT | |
46 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR | |
47 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT | |
48 OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, | |
49 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT | |
50 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, | |
51 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY | |
52 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT | |
53 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE | |
54 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | |
OLD | NEW |