summaryrefslogtreecommitdiff
path: root/tools/license-builder.sh
diff options
context:
space:
mode:
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