Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 583a251

Browse filesBrowse files
ofrobotscjihrig
authored andcommitted
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 <info@bnoordhuis.nl> Reviewed-By: jasnell - James M Snell <jasnell@gmail.com>
1 parent 57312fc commit 583a251
Copy full SHA for 583a251

File tree

Expand file treeCollapse file tree

1 file changed

+10
-0
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+10
-0
lines changed
Open diff view settings
Collapse file

‎tools/license-builder.sh‎

Copy file name to clipboardExpand all lines: tools/license-builder.sh
+10Lines changed: 10 additions & 0 deletions
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.