Skip to content

Commit 583a251

Browse files
ofrobotscjihrig
authored andcommittedAug 11, 2016
tools: update license-builder.sh for v8_inspector
Start including the license from v8_inspector and its build time dependencies: jinja2 and markupsafe. PR-URL: #7796 Reviewed-By: bnoordhuis - Ben Noordhuis <[email protected]> Reviewed-By: jasnell - James M Snell <[email protected]>
1 parent 57312fc commit 583a251

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed
 

‎tools/license-builder.sh

+10
Original file line numberDiff line numberDiff line change
@@ -82,5 +82,15 @@ 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)"
88+
# Build tooling for v8_inspector
89+
addlicense "jinja2" "deps/v8_inspector/third_party/jinja2" \
90+
"$(cat ${rootdir}/deps/v8_inspector/third_party/jinja2/LICENSE)"
91+
addlicense "markupsafe" "deps/v8_inspector/third_party/markupsafe" \
92+
"$(cat ${rootdir}/deps/v8_inspector/third_party/markupsafe/LICENSE)"
93+
94+
8595

8696
mv $tmplicense $licensefile

0 commit comments

Comments
 (0)
Please sign in to comment.