• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1This license applies to all parts of Dart that are not externally
2maintained libraries. The external maintained libraries used by
3Dart are:
4
57-Zip - in third_party/7zip
6JSCRE - in runtime/third_party/jscre
7Ant - in third_party/apache_ant
8args4j - in third_party/args4j
9bzip2 - in third_party/bzip2
10dromaeo - in samples/third_party/dromaeo
11Eclipse - in third_party/eclipse
12gsutil = in third_party/gsutil
13Guava - in third_party/guava
14hamcrest - in third_party/hamcrest
15Httplib2 - in samples/third_party/httplib2
16JSON - in third_party/json
17JUnit - in third_party/junit
18Oauth - in samples/third_party/oauth2client
19Rhino - in third_party/rhino
20weberknecht - in third_party/weberknecht
21
22The libraries may have their own licenses; we recommend you read them,
23as their terms may differ from the terms below.
24
25Copyright 2012, the Dart project authors. All rights reserved.
26Redistribution and use in source and binary forms, with or without
27modification, are permitted provided that the following conditions are
28met:
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.
38THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
39"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
40LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
41A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
42OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
43SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
44LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
45DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
46THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
47(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
48OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
49