OLD | NEW |
1 This license applies to all parts of Fletch with the following exceptions: | 1 This license applies to all parts of Fletch with the following exceptions: |
2 | 2 |
3 - All code in the /third_party/ directory is externally maintained libraries | 3 - All code in the /third_party/ directory is externally maintained libraries |
4 with separate licenses. | 4 with separate licenses. |
5 | 5 |
6 - All code with copyright "the Dart project authors" is copied from | 6 - All code with copyright "the Dart project authors" is copied from |
7 https://github.com/dart-lang/sdk. | 7 https://github.com/dart-lang/sdk. |
8 | 8 |
9 For details, please see the Dart License file: | 9 For details, please see the Dart License file: |
10 https://raw.githubusercontent.com/dart-lang/sdk/master/LICENSE | 10 https://raw.githubusercontent.com/dart-lang/sdk/master/LICENSE |
11 and the Dart project AUTHORS file: | 11 and the Dart project AUTHORS file: |
12 https://raw.githubusercontent.com/dart-lang/sdk/master/AUTHORS | 12 https://raw.githubusercontent.com/dart-lang/sdk/master/AUTHORS |
13 | 13 |
14 --- | 14 --- |
15 | 15 |
16 Copyright (c) 2015, the Fletch project authors. | 16 Copyright (c) 2015, the Dartino project authors. |
17 All rights reserved. | 17 All rights reserved. |
18 | 18 |
19 Redistribution and use in source and binary forms, with or without | 19 Redistribution and use in source and binary forms, with or without |
20 modification, are permitted provided that the following conditions are met: | 20 modification, are permitted provided that the following conditions are met: |
21 | 21 |
22 * Redistributions of source code must retain the above copyright notice, this | 22 * Redistributions of source code must retain the above copyright notice, this |
23 list of conditions and the following disclaimer. | 23 list of conditions and the following disclaimer. |
24 | 24 |
25 * Redistributions in binary form must reproduce the above copyright notice, | 25 * Redistributions in binary form must reproduce the above copyright notice, |
26 this list of conditions and the following disclaimer in the documentation | 26 this list of conditions and the following disclaimer in the documentation |
27 and/or other materials provided with the distribution. | 27 and/or other materials provided with the distribution. |
28 | 28 |
29 * Neither the name of Google Inc. nor the names of its | 29 * Neither the name of Google Inc. nor the names of its |
30 contributors may be used to endorse or promote products derived from | 30 contributors may be used to endorse or promote products derived from |
31 this software without specific prior written permission. | 31 this software without specific prior written permission. |
32 | 32 |
33 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" | 33 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" |
34 AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE | 34 AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
35 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE | 35 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE |
36 DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE | 36 DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE |
37 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL | 37 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
38 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR | 38 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR |
39 SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER | 39 SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER |
40 CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, | 40 CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, |
41 OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE | 41 OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE |
42 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | 42 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
OLD | NEW |