| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 62b03bc commit 02e875c
2 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1333,29 +1333,6 @@ The externally maintained libraries used by Node.js are: | |||
| 1333 | 1333 | WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. | |
| 1334 | 1334 | """ | |
| 1335 | 1335 | ||
| 1336 | - - node-inspect, located at deps/node-inspect, is licensed as follows: | ||
| 1337 | - """ | ||
| 1338 | - Copyright Node.js contributors. All rights reserved. | ||
| 1339 | - | ||
| 1340 | - Permission is hereby granted, free of charge, to any person obtaining a copy | ||
| 1341 | - of this software and associated documentation files (the "Software"), to | ||
| 1342 | - deal in the Software without restriction, including without limitation the | ||
| 1343 | - rights to use, copy, modify, merge, publish, distribute, sublicense, and/or | ||
| 1344 | - sell copies of the Software, and to permit persons to whom the Software is | ||
| 1345 | - furnished to do so, subject to the following conditions: | ||
| 1346 | - | ||
| 1347 | - The above copyright notice and this permission notice shall be included in | ||
| 1348 | - all copies or substantial portions of the Software. | ||
| 1349 | - | ||
| 1350 | - THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||
| 1351 | - IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||
| 1352 | - FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | ||
| 1353 | - AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | ||
| 1354 | - LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING | ||
| 1355 | - FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS | ||
| 1356 | - IN THE SOFTWARE. | ||
| 1357 | - """ | ||
| 1358 | - | ||
| 1359 | 1336 | - large_pages, located at src/large_pages, is licensed as follows: | |
| 1360 | 1337 | """ | |
| 1361 | 1338 | Copyright (C) 2018 Intel Corporation | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -89,9 +89,6 @@ addlicense "gtest" "test/cctest/gtest" "$(cat "${rootdir}"/test/cctest/gtest/LIC | |||
| 89 | 89 | # nghttp2 | |
| 90 | 90 | addlicense "nghttp2" "deps/nghttp2" "$(cat "${rootdir}"/deps/nghttp2/COPYING)" | |
| 91 | 91 | ||
| 92 | - # node-inspect | ||
| 93 | - addlicense "node-inspect" "deps/node-inspect" "$(cat "${rootdir}"/deps/node-inspect/LICENSE)" | ||
| 94 | - | ||
| 95 | 92 | # large_pages | |
| 96 | 93 | addlicense "large_pages" "src/large_pages" "$(sed -e '/SPDX-License-Identifier/,$d' -e 's/^\/\///' "${rootdir}"/src/large_pages/node_large_page.h)" | |
| 97 | 94 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments