summaryrefslogtreecommitdiff
path: root/LICENSE
diff options
context:
space:
mode:
authorMichaël Zasso <targos@protonmail.com>2017-12-22 17:00:24 +0100
committerMichaël Zasso <targos@protonmail.com>2018-01-11 09:50:47 +0100
commitb043a70201587920292512314b8815d33f62083f (patch)
treef9ffbb1636208e2556a0bee92977fc8c620ae789 /LICENSE
parent7a52c51e811cd59db0d2b1b6d6b8b2e7f917d65c (diff)
downloadandroid-node-v8-b043a70201587920292512314b8815d33f62083f.tar.gz
android-node-v8-b043a70201587920292512314b8815d33f62083f.tar.bz2
android-node-v8-b043a70201587920292512314b8815d33f62083f.zip
tools: add babel-eslint
Create tools/update-babel-eslint.sh script and execute it to do the first installation of the package. Update tools/license-builder.sh and execute it to add babel-eslint's license to our LICENSE file. PR-URL: https://github.com/nodejs/node/pull/17820 Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
Diffstat (limited to 'LICENSE')
-rw-r--r--LICENSE26
1 files changed, 26 insertions, 0 deletions
diff --git a/LICENSE b/LICENSE
index 1a9cc28c00..8efcc3cad6 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1084,6 +1084,32 @@ The externally maintained libraries used by Node.js are:
THE SOFTWARE.
"""
+- babel-eslint, located at tools/node_modules/babel-eslint, is licensed as follows:
+ """
+ Copyright (c) 2014-2016 Sebastian McKenzie <sebmck@gmail.com>
+
+ MIT License
+
+ 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.
+ """
+
- gtest, located at deps/gtest, is licensed as follows:
"""
Copyright 2008, Google Inc.