@@ -1578,3 +1578,55 @@ The externally maintained libraries used by Node.js are:
15781578 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
15791579 SOFTWARE.
15801580 """
1581+
1582+ - ngtcp2, located at deps/ngtcp2/ngtcp2/, is licensed as follows:
1583+ """
1584+ The MIT License
1585+
1586+ Copyright (c) 2016 ngtcp2 contributors
1587+
1588+ Permission is hereby granted, free of charge, to any person obtaining
1589+ a copy of this software and associated documentation files (the
1590+ "Software"), to deal in the Software without restriction, including
1591+ without limitation the rights to use, copy, modify, merge, publish,
1592+ distribute, sublicense, and/or sell copies of the Software, and to
1593+ permit persons to whom the Software is furnished to do so, subject to
1594+ the following conditions:
1595+
1596+ The above copyright notice and this permission notice shall be
1597+ included in all copies or substantial portions of the Software.
1598+
1599+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
1600+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1601+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
1602+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
1603+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1604+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
1605+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1606+ """
1607+
1608+ - nghttp3, located at deps/ngtcp2/nghttp3/, is licensed as follows:
1609+ """
1610+ The MIT License
1611+
1612+ Copyright (c) 2019 nghttp3 contributors
1613+
1614+ Permission is hereby granted, free of charge, to any person obtaining
1615+ a copy of this software and associated documentation files (the
1616+ "Software"), to deal in the Software without restriction, including
1617+ without limitation the rights to use, copy, modify, merge, publish,
1618+ distribute, sublicense, and/or sell copies of the Software, and to
1619+ permit persons to whom the Software is furnished to do so, subject to
1620+ the following conditions:
1621+
1622+ The above copyright notice and this permission notice shall be
1623+ included in all copies or substantial portions of the Software.
1624+
1625+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
1626+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1627+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
1628+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
1629+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1630+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
1631+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1632+ """
0 commit comments