@@ -96,7 +96,7 @@ The externally maintained libraries used by Node.js are:
9696 IN THE SOFTWARE.
9797 """
9898
99- - ICU, located at deps/icu, is licensed as follows:
99+ - ICU, located at deps/icu-small , is licensed as follows:
100100 """
101101 ICU License - ICU 1.8.1 and later
102102
@@ -1094,3 +1094,106 @@ The externally maintained libraries used by Node.js are:
10941094 ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
10951095 OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
10961096 """
1097+
1098+ - v8_inspector, located at deps/v8_inspector/third_party/v8_inspector, is licensed as follows:
1099+ """
1100+ // Copyright 2015 The Chromium Authors. All rights reserved.
1101+ //
1102+ // Redistribution and use in source and binary forms, with or without
1103+ // modification, are permitted provided that the following conditions are
1104+ // met:
1105+ //
1106+ // * Redistributions of source code must retain the above copyright
1107+ // notice, this list of conditions and the following disclaimer.
1108+ // * Redistributions in binary form must reproduce the above
1109+ // copyright notice, this list of conditions and the following disclaimer
1110+ // in the documentation and/or other materials provided with the
1111+ // distribution.
1112+ // * Neither the name of Google Inc. nor the names of its
1113+ // contributors may be used to endorse or promote products derived from
1114+ // this software without specific prior written permission.
1115+ //
1116+ // THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
1117+ // "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
1118+ // LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
1119+ // A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
1120+ // OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
1121+ // SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
1122+ // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
1123+ // DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
1124+ // THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
1125+ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
1126+ // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1127+ """
1128+
1129+ - jinja2, located at deps/v8_inspector/third_party/jinja2, is licensed as follows:
1130+ """
1131+ Copyright (c) 2009 by the Jinja Team, see AUTHORS for more details.
1132+
1133+ Some rights reserved.
1134+
1135+ Redistribution and use in source and binary forms, with or without
1136+ modification, are permitted provided that the following conditions are
1137+ met:
1138+
1139+ * Redistributions of source code must retain the above copyright
1140+ notice, this list of conditions and the following disclaimer.
1141+
1142+ * Redistributions in binary form must reproduce the above
1143+ copyright notice, this list of conditions and the following
1144+ disclaimer in the documentation and/or other materials provided
1145+ with the distribution.
1146+
1147+ * The names of the contributors may not be used to endorse or
1148+ promote products derived from this software without specific
1149+ prior written permission.
1150+
1151+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
1152+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
1153+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
1154+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
1155+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
1156+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
1157+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
1158+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
1159+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
1160+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
1161+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1162+ """
1163+
1164+ - markupsafe, located at deps/v8_inspector/third_party/markupsafe, is licensed as follows:
1165+ """
1166+ Copyright (c) 2010 by Armin Ronacher and contributors. See AUTHORS
1167+ for more details.
1168+
1169+ Some rights reserved.
1170+
1171+ Redistribution and use in source and binary forms of the software as well
1172+ as documentation, with or without modification, are permitted provided
1173+ that the following conditions are met:
1174+
1175+ * Redistributions of source code must retain the above copyright
1176+ notice, this list of conditions and the following disclaimer.
1177+
1178+ * Redistributions in binary form must reproduce the above
1179+ copyright notice, this list of conditions and the following
1180+ disclaimer in the documentation and/or other materials provided
1181+ with the distribution.
1182+
1183+ * The names of the contributors may not be used to endorse or
1184+ promote products derived from this software without specific
1185+ prior written permission.
1186+
1187+ THIS SOFTWARE AND DOCUMENTATION IS PROVIDED BY THE COPYRIGHT HOLDERS AND
1188+ CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT
1189+ NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
1190+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER
1191+ OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
1192+ EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
1193+ PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
1194+ PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
1195+ LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
1196+ NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
1197+ SOFTWARE AND DOCUMENTATION, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
1198+ DAMAGE.
1199+ """
0 commit comments