| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 11c01a6 commit ec87b6c
2 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1348,3 +1348,26 @@ The externally maintained libraries used by Node.js are: | |||
| 1348 | 1348 | ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE | |
| 1349 | 1349 | OR OTHER DEALINGS IN THE SOFTWARE. | |
| 1350 | 1350 | """ | |
| 1351 | + | ||
| 1352 | + - brotli, located at deps/brotli, is licensed as follows: | ||
| 1353 | + """ | ||
| 1354 | + Copyright (c) 2009, 2010, 2013-2016 by the Brotli Authors. | ||
| 1355 | + | ||
| 1356 | + Permission is hereby granted, free of charge, to any person obtaining a copy | ||
| 1357 | + of this software and associated documentation files (the "Software"), to deal | ||
| 1358 | + in the Software without restriction, including without limitation the rights | ||
| 1359 | + to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | ||
| 1360 | + copies of the Software, and to permit persons to whom the Software is | ||
| 1361 | + furnished to do so, subject to the following conditions: | ||
| 1362 | + | ||
| 1363 | + The above copyright notice and this permission notice shall be included in | ||
| 1364 | + all copies or substantial portions of the Software. | ||
| 1365 | + | ||
| 1366 | + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||
| 1367 | + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||
| 1368 | + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | ||
| 1369 | + AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | ||
| 1370 | + LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | ||
| 1371 | + OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN | ||
| 1372 | + THE SOFTWARE. | ||
| 1373 | + """ | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -92,4 +92,7 @@ addlicense "node-inspect" "deps/node-inspect" "$(cat ${rootdir}/deps/node-inspec | |||
| 92 | 92 | # large_pages | |
| 93 | 93 | addlicense "large_pages" "src/large_pages" "$(sed -e '/SPDX-License-Identifier/,$d' -e 's/^\/\///' ${rootdir}/src/large_pages/node_large_page.h)" | |
| 94 | 94 | ||
| 95 | + # brotli | ||
| 96 | + addlicense "brotli" "deps/brotli" "$(cat ${rootdir}/deps/brotli/LICENSE)" | ||
| 97 | + | ||
| 95 | 98 | mv $tmplicense $licensefile | |
| Back | FazBrowse Home | New Git URL |
0 commit comments