| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 91df200 commit fe3e09b
2 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1360,32 +1360,6 @@ The externally maintained libraries used by Node.js are: | |||
| 1360 | 1360 | THE SOFTWARE. | |
| 1361 | 1361 | """ | |
| 1362 | 1362 | ||
| 1363 | - - Babel, located at tools/node_modules/@babel, is licensed as follows: | ||
| 1364 | - """ | ||
| 1365 | - MIT License | ||
| 1366 | - | ||
| 1367 | - Copyright (c) 2014-present Sebastian McKenzie and other contributors | ||
| 1368 | - | ||
| 1369 | - Permission is hereby granted, free of charge, to any person obtaining | ||
| 1370 | - a copy of this software and associated documentation files (the | ||
| 1371 | - "Software"), to deal in the Software without restriction, including | ||
| 1372 | - without limitation the rights to use, copy, modify, merge, publish, | ||
| 1373 | - distribute, sublicense, and/or sell copies of the Software, and to | ||
| 1374 | - permit persons to whom the Software is furnished to do so, subject to | ||
| 1375 | - the following conditions: | ||
| 1376 | - | ||
| 1377 | - The above copyright notice and this permission notice shall be | ||
| 1378 | - included in all copies or substantial portions of the Software. | ||
| 1379 | - | ||
| 1380 | - THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, | ||
| 1381 | - EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF | ||
| 1382 | - MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND | ||
| 1383 | - NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE | ||
| 1384 | - LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION | ||
| 1385 | - OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION | ||
| 1386 | - WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. | ||
| 1387 | - """ | ||
| 1388 | - | ||
| 1389 | 1363 | - gtest, located at deps/googletest, is licensed as follows: | |
| 1390 | 1364 | """ | |
| 1391 | 1365 | Copyright 2008, Google Inc. | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -82,7 +82,6 @@ addlicense "markupsafe" "tools/inspector_protocol/markupsafe" "$(cat "${rootdir} | |||
| 82 | 82 | addlicense "cpplint.py" "tools/cpplint.py" \ | |
| 83 | 83 | "$(sed -e '/^$/,$d' -e 's/^#$//' -e 's/^# //' "${rootdir}"/tools/cpplint.py | tail -n +3)" | |
| 84 | 84 | addlicense "ESLint" "tools/node_modules/eslint" "$(cat "${rootdir}"/tools/node_modules/eslint/LICENSE)" | |
| 85 | - addlicense "Babel" "tools/node_modules/@babel" "$(cat "${rootdir}"/tools/node_modules/@babel/core/LICENSE)" | ||
| 86 | 85 | addlicense "gtest" "deps/googletest" "$(cat "${rootdir}"/deps/googletest/LICENSE)" | |
| 87 | 86 | ||
| 88 | 87 | # nghttp2 | |
| Back | FazBrowse Home | New Git URL |
0 commit comments