Skip to content

Commit b043a70

Browse files
committed
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: #17820 Reviewed-By: Matteo Collina <[email protected]> Reviewed-By: Benjamin Gruenbaum <[email protected]>
1 parent 7a52c51 commit b043a70

File tree

1,318 files changed

+93356
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,318 files changed

+93356
-0
lines changed

β€ŽLICENSEβ€Ž

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1084,6 +1084,32 @@ The externally maintained libraries used by Node.js are:
10841084
THE SOFTWARE.
10851085
"""
10861086

1087+
- babel-eslint, located at tools/node_modules/babel-eslint, is licensed as follows:
1088+
"""
1089+
Copyright (c) 2014-2016 Sebastian McKenzie <[email protected]>
1090+
1091+
MIT License
1092+
1093+
Permission is hereby granted, free of charge, to any person obtaining
1094+
a copy of this software and associated documentation files (the
1095+
"Software"), to deal in the Software without restriction, including
1096+
without limitation the rights to use, copy, modify, merge, publish,
1097+
distribute, sublicense, and/or sell copies of the Software, and to
1098+
permit persons to whom the Software is furnished to do so, subject to
1099+
the following conditions:
1100+
1101+
The above copyright notice and this permission notice shall be
1102+
included in all copies or substantial portions of the Software.
1103+
1104+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
1105+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1106+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
1107+
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
1108+
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1109+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
1110+
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1111+
"""
1112+
10871113
- gtest, located at deps/gtest, is licensed as follows:
10881114
"""
10891115
Copyright 2008, Google Inc.

β€Žtools/license-builder.shβ€Ž

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ addlicense "marked" "tools/doc/node_modules/marked" \
7878
addlicense "cpplint.py" "tools/cpplint.py" \
7979
"$(sed -e '/^$/,$d' -e 's/^#$//' -e 's/^# //' ${rootdir}/tools/cpplint.py | tail -n +3)"
8080
addlicense "ESLint" "tools/node_modules/eslint" "$(cat ${rootdir}/tools/node_modules/eslint/LICENSE)"
81+
addlicense "babel-eslint" "tools/node_modules/babel-eslint" "$(cat ${rootdir}/tools/node_modules/babel-eslint/LICENSE)"
8182
addlicense "gtest" "deps/gtest" "$(cat ${rootdir}/deps/gtest/LICENSE)"
8283

8384
# nghttp2

β€Žtools/node_modules/babel-eslint/LICENSEβ€Ž

Lines changed: 22 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Žtools/node_modules/babel-eslint/README.mdβ€Ž

Lines changed: 102 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
Β (0)