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