summaryrefslogtreecommitdiff
path: root/tools/license-builder.sh
diff options
context:
space:
mode:
authorRefael Ackermann <refack@gmail.com>2019-04-14 17:24:22 -0400
committerRefael Ackermann <refack@gmail.com>2019-04-22 17:34:12 -0400
commite356807a795fe79a76ceb6b76d3b96591afb7108 (patch)
tree66ff2b9f54598c12ec0f9e12fa2d4f676581dcc3 /tools/license-builder.sh
parent8e1e9946a9f251fd943de1777fd9b598979e5a23 (diff)
downloadandroid-node-v8-e356807a795fe79a76ceb6b76d3b96591afb7108.tar.gz
android-node-v8-e356807a795fe79a76ceb6b76d3b96591afb7108.tar.bz2
android-node-v8-e356807a795fe79a76ceb6b76d3b96591afb7108.zip
deps,test: bump googletest to 39f72ea6f5
Refs: https://github.com/google/googletest/tree/39f72ea6f5cd458860b563d7bcb7ea67546e6ea3 PR-URL: https://github.com/nodejs/node/pull/27231 Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Diffstat (limited to 'tools/license-builder.sh')
-rwxr-xr-xtools/license-builder.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/license-builder.sh b/tools/license-builder.sh
index e0f039b45f..8c51b43e53 100755
--- a/tools/license-builder.sh
+++ b/tools/license-builder.sh
@@ -83,7 +83,7 @@ addlicense "cpplint.py" "tools/cpplint.py" \
"$(sed -e '/^$/,$d' -e 's/^#$//' -e 's/^# //' ${rootdir}/tools/cpplint.py | tail -n +3)"
addlicense "ESLint" "tools/node_modules/eslint" "$(cat ${rootdir}/tools/node_modules/eslint/LICENSE)"
addlicense "babel-eslint" "tools/node_modules/babel-eslint" "$(cat ${rootdir}/tools/node_modules/babel-eslint/LICENSE)"
-addlicense "gtest" "deps/gtest" "$(cat ${rootdir}/deps/gtest/LICENSE)"
+addlicense "gtest" "test/cctest/gtest" "$(cat ${rootdir}/test/cctest/gtest/LICENSE)"
# nghttp2
addlicense "nghttp2" "deps/nghttp2" "$(cat ${rootdir}/deps/nghttp2/COPYING)"