forked from v8/web-tooling-benchmark
-
Notifications
You must be signed in to change notification settings - Fork 1
/
LICENSE
82 lines (67 loc) · 3.99 KB
/
LICENSE
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
This license applies to all parts of web-tooling-benchmark that are not
externally maintained libraries. The externally maintained libraries
used by web-tooling-benchmark are:
- The Backbone.js distribution, located in third_party/backbone-1.1.0.js.
This is copyrighted by Jeremy Ashkenas, DocumentCloud, and released
under the terms of the MIT license.
- The lexer from the CoffeeScript project, located in
third_party/coffeescript-lexer-2.0.1.coffee, which is copyrighted by
Jeremy Ashkenas, and relased under the terms of the MIT license.
- The jQuery distribution, located in third_party/jquery-3.2.1.js. This
is copyrighted by the JS Foundation and other contributors, and
released under the terms of the MIT license.
- The Lodash distribution, located in third_party/lodash.core-4.17.4.js
and third_party/lodash.min-4.17.4.js.map. This is copyrighted by
the JS Foundation and other contributors, and released under the
terms of the MIT license.
- The MooTools distribution, located in third_party/mootools-core-1.6.0.js.
This is copyrighted by Valerio Proietti, and released under the
terms of the MIT license.
- The Preact distribution, located in third_party/preact-8.2.5.js and
third_party/preact-8.2.5.js.map. This is copyrighted by Jason Miller,
and released under the terms of the MIT license.
- The Redux distribution, located in third_party/redux.min-3.7.2.js.
This is copyrighted by Dan Abramov, and released under the terms
of the MIT license.
- The source-map distribution, located in
third_party/source-map.min-0.5.7.map. This is copyrighted by the
Mozilla Foundation and contributors, and released under the terms
of a 3-clause BSD license.
- Several tests from the TodoMVC distribution, located in
third_party/speedometer-es2015-test-2.0.js and third_party/todomvc.
These are copyrighted by Addy Osmani, Sindre Sorhus, Pascal
Hartig, Stephen Sawchuk, and released under the terms of the
MIT license.
- The Underscore.js distribution, located in
third_party/underscore-1.8.3.js and
third_party/underscore.min-1.8.3.js.map. This is copyrighted by
Jeremy Ashkenas, and released under the terms of the MIT license.
- The VueJS distribution, located in
third_party/vue.runtime.esm-nobuble-2.4.4.js. This is copyrighted
Yuxi (Evan) You, and released under the terms of the MIT license.
These libraries have their own licenses; we recommend you read them,
as their terms may differ from the terms below.
Copyright 2017, the V8 project authors. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following
disclaimer in the documentation and/or other materials provided
with the distribution.
* Neither the name of Google Inc. nor the names of its
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.