@@ -1316,6 +1316,58 @@ The externally maintained libraries used by Node.js are:
13161316 WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
13171317 """
13181318
1319+ - ngtcp2, located at deps/ngtcp2, is licensed as follows:
1320+ """
1321+ The MIT License
1322+
1323+ Copyright (c) 2016 ngtcp2 contributors
1324+
1325+ Permission is hereby granted, free of charge, to any person obtaining
1326+ a copy of this software and associated documentation files (the
1327+ "Software"), to deal in the Software without restriction, including
1328+ without limitation the rights to use, copy, modify, merge, publish,
1329+ distribute, sublicense, and/or sell copies of the Software, and to
1330+ permit persons to whom the Software is furnished to do so, subject to
1331+ the following conditions:
1332+
1333+ The above copyright notice and this permission notice shall be
1334+ included in all copies or substantial portions of the Software.
1335+
1336+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
1337+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1338+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
1339+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
1340+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1341+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
1342+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1343+ """
1344+
1345+ - nghttp3, located at deps/nghttp3, is licensed as follows:
1346+ """
1347+ The MIT License
1348+
1349+ Copyright (c) 2019 nghttp3 contributors
1350+
1351+ Permission is hereby granted, free of charge, to any person obtaining
1352+ a copy of this software and associated documentation files (the
1353+ "Software"), to deal in the Software without restriction, including
1354+ without limitation the rights to use, copy, modify, merge, publish,
1355+ distribute, sublicense, and/or sell copies of the Software, and to
1356+ permit persons to whom the Software is furnished to do so, subject to
1357+ the following conditions:
1358+
1359+ The above copyright notice and this permission notice shall be
1360+ included in all copies or substantial portions of the Software.
1361+
1362+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
1363+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1364+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
1365+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
1366+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1367+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
1368+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1369+ """
1370+
13191371- node-inspect, located at deps/node-inspect, is licensed as follows:
13201372 """
13211373 Copyright Node.js contributors. All rights reserved.
0 commit comments