From 07c2dc41d024fc45098a3c0daffea32f4a29679e Mon Sep 17 00:00:00 2001 From: Myles Borins Date: Tue, 31 Oct 2017 20:56:44 -0400 Subject: [PATCH] doc: update license to include node-inspect This also updates the license builder. --- LICENSE | 23 +++++++++++++++++++++++ tools/license-builder.sh | 3 +++ 2 files changed, 26 insertions(+) diff --git a/LICENSE b/LICENSE index a34f642b3cb053..28723292ba530d 100644 --- a/LICENSE +++ b/LICENSE @@ -1145,3 +1145,26 @@ The externally maintained libraries used by Node.js are: OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. """ + +- node-inspect, located at deps/node-inspect, is licensed as follows: + """ + Copyright Node.js contributors. All rights reserved. + + Permission is hereby granted, free of charge, to any person obtaining a copy + of this software and associated documentation files (the "Software"), to + deal in the Software without restriction, including without limitation the + rights to use, copy, modify, merge, publish, distribute, sublicense, and/or + sell copies of the Software, and to permit persons to whom the Software is + furnished to do so, subject to the following conditions: + + The above copyright notice and this permission notice shall be included in + all copies or substantial portions of the Software. + + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING + FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS + IN THE SOFTWARE. + """ diff --git a/tools/license-builder.sh b/tools/license-builder.sh index 6abeb76b1dfcc5..39b0a15b2b273e 100755 --- a/tools/license-builder.sh +++ b/tools/license-builder.sh @@ -85,4 +85,7 @@ addlicense "nghttp2" "deps/nghttp2" "$(cat ${rootdir}/deps/nghttp2/COPYING)" # remark-cli addlicense "remark-cli" "tools/remark-cli" "$(cat ${rootdir}/tools/remark-cli/LICENSE)" +# node-inspect +addlicense "node-inspect" "deps/node-inspect" "$(cat ${rootdir}/deps/node-inspect/LICENSE)" + mv $tmplicense $licensefile