| 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 Oauth - in samples/third_party/oauth2client | |
| 21 weberknecht - in third_party/weberknecht | |
| 22 fest - in third_party/fest | |
| 23 mockito - in third_party/mockito | |
| 24 | |
| 25 The libraries may have their own licenses; we recommend you read them, | |
| 26 as their terms may differ from the terms below. | |
| 27 | |
| 28 Copyright 2012, the Dart project authors. All rights reserved. | |
| 29 Redistribution and use in source and binary forms, with or without | |
| 30 modification, are permitted provided that the following conditions are | |
| 31 met: | |
| 32 * Redistributions of source code must retain the above copyright | |
| 33 notice, this list of conditions and the following disclaimer. | |
| 34 * Redistributions in binary form must reproduce the above | |
| 35 copyright notice, this list of conditions and the following | |
| 36 disclaimer in the documentation and/or other materials provided | |
| 37 with the distribution. | |
| 38 * Neither the name of Google Inc. nor the names of its | |
| 39 contributors may be used to endorse or promote products derived | |
| 40 from this software without specific prior written permission. | |
| 41 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS | |
| 42 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT | |
| 43 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR | |
| 44 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT | |
| 45 OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, | |
| 46 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT | |
| 47 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, | |
| 48 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY | |
| 49 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT | |
| 50 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE | |
| 51 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | |
| OLD | NEW |