Skip to content

Commit ce6fec5

Browse files
HackzzilaMylesBorins
authored andcommitted
deps,tools: update license-builder.sh and LICENSE
Backport-PR-URL: #27681 PR-URL: #24938 Reviewed-By: Ruben Bridgewater <[email protected]> Reviewed-By: Matteo Collina <[email protected]> Reviewed-By: Jan Krems <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Myles Borins <[email protected]> Reviewed-By: Ali Ijaz Sheikh <[email protected]> Reviewed-By: Daniel Bevenius <[email protected]>
1 parent a9c68a0 commit ce6fec5

File tree

2 files changed

+26
-0
lines changed

2 files changed

+26
-0
lines changed

LICENSE

+23
Original file line numberDiff line numberDiff line change
@@ -1333,3 +1333,26 @@ The externally maintained libraries used by Node.js are:
13331333
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE
13341334
OR OTHER DEALINGS IN THE SOFTWARE.
13351335
"""
1336+
1337+
- brotli, located at deps/brotli, is licensed as follows:
1338+
"""
1339+
Copyright (c) 2009, 2010, 2013-2016 by the Brotli Authors.
1340+
1341+
Permission is hereby granted, free of charge, to any person obtaining a copy
1342+
of this software and associated documentation files (the "Software"), to deal
1343+
in the Software without restriction, including without limitation the rights
1344+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1345+
copies of the Software, and to permit persons to whom the Software is
1346+
furnished to do so, subject to the following conditions:
1347+
1348+
The above copyright notice and this permission notice shall be included in
1349+
all copies or substantial portions of the Software.
1350+
1351+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1352+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1353+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1354+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1355+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1356+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1357+
THE SOFTWARE.
1358+
"""

tools/license-builder.sh

+3
Original file line numberDiff line numberDiff line change
@@ -93,4 +93,7 @@ addlicense "node-inspect" "deps/node-inspect" "$(cat ${rootdir}/deps/node-inspec
9393
# large_pages
9494
addlicense "large_pages" "src/large_pages" "$(sed -e '/SPDX-License-Identifier/,$d' -e 's/^\/\///' ${rootdir}/src/large_pages/node_large_page.h)"
9595

96+
# brotli
97+
addlicense "brotli" "deps/brotli" "$(cat ${rootdir}/deps/brotli/LICENSE)"
98+
9699
mv $tmplicense $licensefile

0 commit comments

Comments
 (0)