From 3534600185322bd6e992f6f4d5596a418307cbc5 Mon Sep 17 00:00:00 2001 From: Ali Ijaz Sheikh Date: Wed, 20 Jul 2016 15:39:48 -0700 Subject: [PATCH] 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: https://github.com/nodejs/node/pull/7796 Reviewed-By: bnoordhuis - Ben Noordhuis Reviewed-By: jasnell - James M Snell --- tools/license-builder.sh | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/tools/license-builder.sh b/tools/license-builder.sh index eb3980e7d0..94da24ebeb 100755 --- a/tools/license-builder.sh +++ b/tools/license-builder.sh @@ -82,5 +82,15 @@ addlicense "gtest" "deps/gtest" "$(cat ${rootdir}/deps/gtest/LICENSE)" addlicense "node-weak" "test/gc/node_modules/weak" \ "$(cat ${rootdir}/test/gc/node_modules/weak/LICENSE)" +# v8_inspector +addlicense "v8_inspector" "deps/v8_inspector/third_party/v8_inspector" \ + "$(cat ${rootdir}/deps/v8_inspector/third_party/v8_inspector/LICENSE)" +# Build tooling for v8_inspector +addlicense "jinja2" "deps/v8_inspector/third_party/jinja2" \ + "$(cat ${rootdir}/deps/v8_inspector/third_party/jinja2/LICENSE)" +addlicense "markupsafe" "deps/v8_inspector/third_party/markupsafe" \ + "$(cat ${rootdir}/deps/v8_inspector/third_party/markupsafe/LICENSE)" + + mv $tmplicense $licensefile