Skip to content

Commit

Permalink
tools: fix license-builder for inspector_protocol
Browse files Browse the repository at this point in the history
Refs: #56649
PR-URL: #56814
Reviewed-By: Chengzhong Wu <[email protected]>
Reviewed-By: Richard Lau <[email protected]>
  • Loading branch information
targos authored Jan 29, 2025
1 parent a7f8b23 commit e46f2c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/license-builder.sh
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,8 @@ addlicense "npm" "deps/npm" "$licenseText"
# Build tools
licenseText="$(cat "${rootdir}/tools/gyp/LICENSE")"
addlicense "GYP" "tools/gyp" "$licenseText"
licenseText="$(cat "${rootdir}/tools/inspector_protocol/LICENSE")"
addlicense "inspector_protocol" "tools/inspector_protocol" "$licenseText"
licenseText="$(cat "${rootdir}/deps/inspector_protocol/LICENSE")"
addlicense "inspector_protocol" "deps/inspector_protocol" "$licenseText"
licenseText="$(cat "${rootdir}/tools/inspector_protocol/jinja2/LICENSE")"
addlicense "jinja2" "tools/inspector_protocol/jinja2" "$licenseText"
licenseText="$(cat "${rootdir}/tools/inspector_protocol/markupsafe/LICENSE")"
Expand Down

0 comments on commit e46f2c1

Please sign in to comment.