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