Skip to content

Commit 77e4ec8

Browse files
MylesBorinscjihrig
authored andcommitted
doc: update license to include node-inspect
This also updates the license builder. PR-URL: #16659 Reviewed-By: Anatoli Papirovski <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Gireesh Punathil <[email protected]> Reviewed-By: Joyee Cheung <[email protected]> Reviewed-By: Jeremiah Senkpiel <[email protected]> Reviewed-By: Gibson Fahnestock <[email protected]> Reviewed-By: Yuta Hiroto <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Michael Dawson <[email protected]>
1 parent 7388144 commit 77e4ec8

File tree

2 files changed

+26
-0
lines changed

2 files changed

+26
-0
lines changed

LICENSE

+23
Original file line numberDiff line numberDiff line change
@@ -1145,3 +1145,26 @@ The externally maintained libraries used by Node.js are:
11451145
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
11461146
THE SOFTWARE.
11471147
"""
1148+
1149+
- node-inspect, located at deps/node-inspect, is licensed as follows:
1150+
"""
1151+
Copyright Node.js contributors. All rights reserved.
1152+
1153+
Permission is hereby granted, free of charge, to any person obtaining a copy
1154+
of this software and associated documentation files (the "Software"), to
1155+
deal in the Software without restriction, including without limitation the
1156+
rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
1157+
sell copies of the Software, and to permit persons to whom the Software is
1158+
furnished to do so, subject to the following conditions:
1159+
1160+
The above copyright notice and this permission notice shall be included in
1161+
all copies or substantial portions of the Software.
1162+
1163+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1164+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1165+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1166+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1167+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
1168+
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
1169+
IN THE SOFTWARE.
1170+
"""

tools/license-builder.sh

+3
Original file line numberDiff line numberDiff line change
@@ -85,4 +85,7 @@ addlicense "nghttp2" "deps/nghttp2" "$(cat ${rootdir}/deps/nghttp2/COPYING)"
8585
# remark-cli
8686
addlicense "remark-cli" "tools/remark-cli" "$(cat ${rootdir}/tools/remark-cli/LICENSE)"
8787

88+
# node-inspect
89+
addlicense "node-inspect" "deps/node-inspect" "$(cat ${rootdir}/deps/node-inspect/LICENSE)"
90+
8891
mv $tmplicense $licensefile

0 commit comments

Comments
 (0)