@@ -1767,6 +1767,35 @@ The externally maintained libraries used by Node.js are:
1767
1767
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1768
1768
"""
1769
1769
1770
+ - gypi_to_gn.py, located at tools/gypi_to_gn.py, is licensed as follows:
1771
+ """
1772
+ Redistribution and use in source and binary forms, with or without
1773
+ modification, are permitted provided that the following conditions are
1774
+ met:
1775
+
1776
+ * Redistributions of source code must retain the above copyright
1777
+ notice, this list of conditions and the following disclaimer.
1778
+ * Redistributions in binary form must reproduce the above
1779
+ copyright notice, this list of conditions and the following disclaimer
1780
+ in the documentation and/or other materials provided with the
1781
+ distribution.
1782
+ * Neither the name of Google LLC nor the names of its
1783
+ contributors may be used to endorse or promote products derived from
1784
+ this software without specific prior written permission.
1785
+
1786
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
1787
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
1788
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
1789
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
1790
+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
1791
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
1792
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
1793
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
1794
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
1795
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
1796
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1797
+ """
1798
+
1770
1799
- ESLint, located at tools/node_modules/eslint, is licensed as follows:
1771
1800
"""
1772
1801
Copyright OpenJS Foundation and other contributors, <www.openjsf.org>
0 commit comments