@@ -1507,3 +1507,26 @@ The externally maintained libraries used by Node.js are:
15071507 ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
15081508 OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
15091509 """
1510+
1511+ - six, located at tools/six.py, is licensed as follows:
1512+ """
1513+ Copyright (c) 2010-2019 Benjamin Peterson
1514+
1515+ Permission is hereby granted, free of charge, to any person obtaining a copy
1516+ of this software and associated documentation files (the "Software"), to deal
1517+ in the Software without restriction, including without limitation the rights
1518+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1519+ copies of the Software, and to permit persons to whom the Software is
1520+ furnished to do so, subject to the following conditions:
1521+
1522+ The above copyright notice and this permission notice shall be included in all
1523+ copies or substantial portions of the Software.
1524+
1525+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1526+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1527+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1528+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1529+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1530+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1531+ SOFTWARE.
1532+ """
0 commit comments