summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rwxr-xr-xtools/license-builder.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/license-builder.sh b/tools/license-builder.sh
index de06fdb2e2..62eabf0e1f 100755
--- a/tools/license-builder.sh
+++ b/tools/license-builder.sh
@@ -80,6 +80,8 @@ addlicense "cpplint.py" "tools/cpplint.py" \
addlicense "ESLint" "tools/eslint" "$(cat ${rootdir}/tools/eslint/LICENSE)"
addlicense "gtest" "deps/gtest" "$(cat ${rootdir}/deps/gtest/LICENSE)"
+# nghttp2
+addlicense "nghttp2" "deps/nghttp2" "$(cat ${rootdir}/deps/nghttp2/COPYING)"
mv $tmplicense $licensefile