@@ -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
+ """
0 commit comments