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:
authorAnna Henningsen <anna@addaleax.net>2017-08-13 16:42:18 +0300
committerAnna Henningsen <anna@addaleax.net>2017-08-14 18:22:15 +0300
commitafe68c18682579d19a0cc37566e2edda73481dc6 (patch)
tree55c41690162f83d35f5890dd8ed04c16eb5b0ab7 /tools/license-builder.sh
parentb2a9b81738a77bd4dc63926d74cc4f037a3cb43c (diff)
deps,tools: add missing nghttp2 license
Add `COPYING` from `nghttp2` and register it in `tools/license-builder.sh`. Also run `tools/license-builder.sh` and commit the resulting `LICENSE` file. Ref: https://github.com/nghttp2/nghttp2/blob/master/COPYING PR-URL: https://github.com/nodejs/node/pull/14806 Reviewed-By: Refael Ackermann <refack@gmail.com> Reviewed-By: Daniel Bevenius <daniel.bevenius@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Timothy Gu <timothygu99@gmail.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Diffstat (limited to 'tools/license-builder.sh')
-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 de06fdb2e2a..62eabf0e1f8 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