-
Notifications
You must be signed in to change notification settings - Fork 70
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Update the license to the 3-BSD license used by the V8 project, and add notes for the external files in the resources folder. - Update the copyright to the V8 project authors. - Mention signing the CLA in the CONTRIBUTING.md document. - Rename resources to third_party. - Change URL to github.com/v8/web-tooling-benchmark
- Loading branch information
Showing
63 changed files
with
277 additions
and
890 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,82 @@ | ||
MIT License | ||
|
||
Copyright (c) 2017 Benedikt Meurer | ||
|
||
Permission is hereby granted, free of charge, to any person obtaining | ||
a copy of this software and associated documentation files (the | ||
"Software"), to deal in the Software without restriction, including | ||
without limitation the rights to use, copy, modify, merge, publish, | ||
distribute, sublicense, and/or sell copies of the Software, and to | ||
permit persons to whom the Software is furnished to do so, subject to | ||
the following conditions: | ||
|
||
The above copyright notice and this permission notice shall be | ||
included in all copies or substantial portions of the Software. | ||
|
||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, | ||
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF | ||
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND | ||
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE | ||
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION | ||
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION | ||
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. | ||
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
"name": "web-tooling-benchmark", | ||
"description": "JavaScript Benchmark for common Web Developer workloads", | ||
"version": "0.2.0", | ||
"repository": "https://github.com/bmeurer/web-tooling-benchmark", | ||
"repository": "https://github.com/v8/web-tooling-benchmark", | ||
"main": "src/cli.js", | ||
"scripts": { | ||
"build:uglify-es-bundled": "./node_modules/uglify-es/bin/uglifyjs -b preamble=\"'const UglifyJS = module.exports = {};'\" --self > ./build/uglify-es-bundled.js", | ||
|
@@ -31,7 +31,7 @@ | |
"email": "[email protected]", | ||
"url": "http://benediktmeurer.de" | ||
}, | ||
"license": "MIT", | ||
"license": "BSD", | ||
"dependencies": { | ||
"acorn": "5.1.2", | ||
"babel-standalone": "7.0.0-beta.2", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.