Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlegendecas <legendecas@gmail.com>2021-07-14 18:20:27 +0300
committerlegendecas <legendecas@gmail.com>2021-07-16 18:55:23 +0300
commit575266ac1b34cee97ce6d1be7ea771067d0b61f8 (patch)
tree7ad9fe69dce9d3666b7ec69651da65c8f3af07c1 /tools/license-builder.sh
parent44e382290ad624b09ec4466a48e77f87310de320 (diff)
deps: extract gtest source files to deps/googletest
PR-URL: https://github.com/nodejs/node/pull/39386 Refs: https://github.com/nodejs/node/pull/39361 Reviewed-By: Michaƫl Zasso <targos@protonmail.com> Reviewed-By: James M Snell <jasnell@gmail.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 56f2840c046..3d8e615a0e6 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" "tools/node_modules/@babel" "$(cat "${rootdir}"/tools/node_modules/@babel/core/LICENSE)"
-addlicense "gtest" "test/cctest/gtest" "$(cat "${rootdir}"/test/cctest/gtest/LICENSE)"
+addlicense "gtest" "deps/googletest" "$(cat "${rootdir}"/deps/googletest/LICENSE)"
# nghttp2
addlicense "nghttp2" "deps/nghttp2" "$(cat "${rootdir}"/deps/nghttp2/COPYING)"