Skip to content

Commit ec87b6c

Browse files
Hackzzilaaddaleax
authored andcommitted
deps,tools: update license-builder.sh and LICENSE
PR-URL: #24938 Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Jan Krems <jan.krems@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Myles Borins <myles.borins@gmail.com> Reviewed-By: Ali Ijaz Sheikh <ofrobots@google.com> Reviewed-By: Daniel Bevenius <daniel.bevenius@gmail.com>
1 parent 11c01a6 commit ec87b6c

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
@@ -1348,3 +1348,26 @@ The externally maintained libraries used by Node.js are:
13481348
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE
13491349
OR OTHER DEALINGS IN THE SOFTWARE.
13501350
"""
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+
"""

tools/license-builder.sh

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

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

0 commit comments

Comments
 (0)