@@ -1972,6 +1972,35 @@ The externally maintained libraries used by Node.js are:
19721972 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
19731973 """
19741974
1975+ - gypi_to_gn.py, located at tools/gypi_to_gn.py, is licensed as follows:
1976+ """
1977+ Redistribution and use in source and binary forms, with or without
1978+ modification, are permitted provided that the following conditions are
1979+ met:
1980+
1981+ * Redistributions of source code must retain the above copyright
1982+ notice, this list of conditions and the following disclaimer.
1983+ * Redistributions in binary form must reproduce the above
1984+ copyright notice, this list of conditions and the following disclaimer
1985+ in the documentation and/or other materials provided with the
1986+ distribution.
1987+ * Neither the name of Google LLC nor the names of its
1988+ contributors may be used to endorse or promote products derived from
1989+ this software without specific prior written permission.
1990+
1991+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
1992+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
1993+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
1994+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
1995+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
1996+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
1997+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
1998+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
1999+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
2000+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
2001+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2002+ """
2003+
19752004- ESLint, located at tools/node_modules/eslint, is licensed as follows:
19762005 """
19772006 Copyright OpenJS Foundation and other contributors, <www.openjsf.org>
0 commit comments