Skip to content

Commit 9fbab3e

Browse files
committed
doc: update and run license-builder for Babel
PR-URL: #36504 Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Beth Griggs <[email protected]> Reviewed-By: James M Snell <[email protected]>
1 parent a1ba668 commit 9fbab3e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

LICENSE

+3-3
Original file line numberDiff line numberDiff line change
@@ -1248,12 +1248,12 @@ The externally maintained libraries used by Node.js are:
12481248
THE SOFTWARE.
12491249
"""
12501250

1251-
- babel-eslint, located at tools/node_modules/babel-eslint, is licensed as follows:
1251+
- Babel, located at tools/node_modules/@babel, is licensed as follows:
12521252
"""
1253-
Copyright (c) 2014-2016 Sebastian McKenzie <[email protected]>
1254-
12551253
MIT License
12561254

1255+
Copyright (c) 2014-present Sebastian McKenzie and other contributors
1256+
12571257
Permission is hereby granted, free of charge, to any person obtaining
12581258
a copy of this software and associated documentation files (the
12591259
"Software"), to deal in the Software without restriction, including

tools/license-builder.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ addlicense "markupsafe" "tools/inspector_protocol/markupsafe" "$(cat "${rootdir}
8383
addlicense "cpplint.py" "tools/cpplint.py" \
8484
"$(sed -e '/^$/,$d' -e 's/^#$//' -e 's/^# //' "${rootdir}"/tools/cpplint.py | tail -n +3)"
8585
addlicense "ESLint" "tools/node_modules/eslint" "$(cat "${rootdir}"/tools/node_modules/eslint/LICENSE)"
86-
addlicense "babel-eslint" "tools/node_modules/babel-eslint" "$(cat "${rootdir}"/tools/node_modules/babel-eslint/LICENSE)"
86+
addlicense "Babel" "tools/node_modules/@babel" "$(cat "${rootdir}"/tools/node_modules/@babel/core/LICENSE)"
8787
addlicense "gtest" "test/cctest/gtest" "$(cat "${rootdir}"/test/cctest/gtest/LICENSE)"
8888

8989
# nghttp2

0 commit comments

Comments
 (0)