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 fe00411

Browse filesBrowse files
committed
tools: fix license-builder for inspector_protocol
Refs: #56649 PR-URL: #56814 Reviewed-By: Chengzhong Wu <legendecas@gmail.com> Reviewed-By: Richard Lau <rlau@redhat.com>
1 parent 698c56b commit fe00411
Copy full SHA for fe00411

File tree

Expand file treeCollapse file tree

1 file changed

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

1 file changed

+2
-2
lines changed
Open diff view settings
Collapse file

‎tools/license-builder.sh‎

Copy file name to clipboardExpand all lines: tools/license-builder.sh
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,8 @@ addlicense "npm" "deps/npm" "$licenseText"
9999
# Build tools
100100
licenseText="$(cat "${rootdir}/tools/gyp/LICENSE")"
101101
addlicense "GYP" "tools/gyp" "$licenseText"
102-
licenseText="$(cat "${rootdir}/tools/inspector_protocol/LICENSE")"
103-
addlicense "inspector_protocol" "tools/inspector_protocol" "$licenseText"
102+
licenseText="$(cat "${rootdir}/deps/inspector_protocol/LICENSE")"
103+
addlicense "inspector_protocol" "deps/inspector_protocol" "$licenseText"
104104
licenseText="$(cat "${rootdir}/tools/inspector_protocol/jinja2/LICENSE")"
105105
addlicense "jinja2" "tools/inspector_protocol/jinja2" "$licenseText"
106106
licenseText="$(cat "${rootdir}/tools/inspector_protocol/markupsafe/LICENSE")"

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.