Skip to content

Commit f82824d

Browse files
committed
tools: remove v8_inspector third party license
nodejs#9028 made Node.js use the V8 inspector bundled with the deps/v8 and removed the third party dependency. We can safely omit the non-existent license file.
1 parent f8cdaaa commit f82824d

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tools/license-builder.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,9 +82,6 @@ addlicense "gtest" "deps/gtest" "$(cat ${rootdir}/deps/gtest/LICENSE)"
8282
addlicense "node-weak" "test/gc/node_modules/weak" \
8383
"$(cat ${rootdir}/test/gc/node_modules/weak/LICENSE)"
8484

85-
# v8_inspector
86-
addlicense "v8_inspector" "deps/v8_inspector/third_party/v8_inspector" \
87-
"$(cat ${rootdir}/deps/v8_inspector/third_party/v8_inspector/LICENSE)"
8885
# Build tooling for v8_inspector
8986
addlicense "jinja2" "deps/v8_inspector/third_party/jinja2" \
9087
"$(cat ${rootdir}/deps/v8_inspector/third_party/jinja2/LICENSE)"

0 commit comments

Comments
 (0)