summaryrefslogtreecommitdiff
path: root/tools/license-builder.sh
diff options
context:
space:
mode:
authorTimothy Gu <timothygu99@gmail.com>2017-09-22 15:52:47 -0700
committerTimothy Gu <timothygu99@gmail.com>2017-11-16 15:40:42 -0800
commite38570fe563bbb8835e80059909dfdd375182f35 (patch)
treea79378e446e6de026e48ffd7c667ccf8542af6cd /tools/license-builder.sh
parent61567299e79525e82f4942fb1941e61c633f551f (diff)
downloadandroid-node-v8-e38570fe563bbb8835e80059909dfdd375182f35.tar.gz
android-node-v8-e38570fe563bbb8835e80059909dfdd375182f35.tar.bz2
android-node-v8-e38570fe563bbb8835e80059909dfdd375182f35.zip
deps: import acorn@5.2.1
Imported from the tarball published on npm (https://registry.npmjs.org/acorn/-/acorn-5.2.1.tgz). PR-URL: https://github.com/nodejs/node/pull/15566 Reviewed-By: Stephen Belanger <admin@stephenbelanger.com> Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Diffstat (limited to 'tools/license-builder.sh')
-rwxr-xr-xtools/license-builder.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/license-builder.sh b/tools/license-builder.sh
index 39b0a15b2b..242d86cab9 100755
--- a/tools/license-builder.sh
+++ b/tools/license-builder.sh
@@ -29,6 +29,7 @@ fi
# Dependencies bundled in distributions
+addlicense "Acorn" "deps/acorn" "$(cat ${rootdir}/deps/acorn/LICENSE)"
addlicense "c-ares" "deps/cares" "$(tail -n +3 ${rootdir}/deps/cares/LICENSE.md)"
addlicense "HTTP Parser" "deps/http_parser" "$(cat deps/http_parser/LICENSE-MIT)"
if [ -f "${rootdir}/deps/icu/LICENSE" ]; then