Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(6)

Side by Side Diff: LICENSE

Issue 657893004: Add third_party NSS, SQLite, and zlib to Dart LICENSE file (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 This license applies to all parts of Dart that are not externally 1 This license applies to all parts of Dart that are not externally
2 maintained libraries. The external maintained libraries used by 2 maintained libraries. The external maintained libraries used by
3 Dart are: 3 Dart are:
4 4
5 7-Zip - in third_party/7zip 5 7-Zip - in third_party/7zip
6 JSCRE - in runtime/third_party/jscre 6 JSCRE - in runtime/third_party/jscre
7 Ant - in third_party/apache_ant 7 Ant - in third_party/apache_ant
8 args4j - in third_party/args4j 8 args4j - in third_party/args4j
9 bzip2 - in third_party/bzip2 9 bzip2 - in third_party/bzip2
10 Commons IO - in third_party/commons-io 10 Commons IO - in third_party/commons-io
11 Commons Lang in third_party/commons-lang 11 Commons Lang in third_party/commons-lang
12 dromaeo - in samples/third_party/dromaeo 12 dromaeo - in samples/third_party/dromaeo
13 Eclipse - in third_party/eclipse 13 Eclipse - in third_party/eclipse
14 gsutil - in third_party/gsutil 14 gsutil - in third_party/gsutil
15 Guava - in third_party/guava 15 Guava - in third_party/guava
16 hamcrest - in third_party/hamcrest 16 hamcrest - in third_party/hamcrest
17 Httplib2 - in samples/third_party/httplib2 17 Httplib2 - in samples/third_party/httplib2
18 JSON - in third_party/json 18 JSON - in third_party/json
19 JUnit - in third_party/junit 19 JUnit - in third_party/junit
20 NSS - in third_party/nss and third_party/net_nss
20 Oauth - in samples/third_party/oauth2client 21 Oauth - in samples/third_party/oauth2client
22 SQLite - in third_party/sqlite
21 weberknecht - in third_party/weberknecht 23 weberknecht - in third_party/weberknecht
24 zlib - in third_party/zlib
22 fest - in third_party/fest 25 fest - in third_party/fest
23 mockito - in third_party/mockito 26 mockito - in third_party/mockito
24 27
25 The libraries may have their own licenses; we recommend you read them, 28 The libraries may have their own licenses; we recommend you read them,
26 as their terms may differ from the terms below. 29 as their terms may differ from the terms below.
27 30
28 Copyright 2012, the Dart project authors. All rights reserved. 31 Copyright 2012, the Dart project authors. All rights reserved.
29 Redistribution and use in source and binary forms, with or without 32 Redistribution and use in source and binary forms, with or without
30 modification, are permitted provided that the following conditions are 33 modification, are permitted provided that the following conditions are
31 met: 34 met:
(...skipping 10 matching lines...) Expand all
42 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT 45 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
43 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR 46 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
44 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT 47 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
45 OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, 48 OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
46 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT 49 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
47 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 50 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
48 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 51 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
49 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 52 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
50 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 53 (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. 54 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698