@@ -220,6 +220,63 @@ See the License for the specific language governing permissions and
220
220
limitations under the License.
221
221
```
222
222
223
+ # Node.js
224
+
225
+ ```
226
+ This product calls the top level APIs of Node.js.
227
+
228
+ Node.js is licensed for use as follows:
229
+
230
+ """
231
+ Copyright Node.js contributors. All rights reserved.
232
+
233
+ Permission is hereby granted, free of charge, to any person obtaining a copy
234
+ of this software and associated documentation files (the "Software"), to
235
+ deal in the Software without restriction, including without limitation the
236
+ rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
237
+ sell copies of the Software, and to permit persons to whom the Software is
238
+ furnished to do so, subject to the following conditions:
239
+
240
+ The above copyright notice and this permission notice shall be included in
241
+ all copies or substantial portions of the Software.
242
+
243
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
244
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
245
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
246
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
247
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
248
+ FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
249
+ IN THE SOFTWARE.
250
+ """
251
+
252
+ This license applies to parts of Node.js originating from the
253
+ https://github.com/joyent/node repository:
254
+
255
+ """
256
+ Copyright Joyent, Inc. and other Node contributors. All rights reserved.
257
+ Permission is hereby granted, free of charge, to any person obtaining a copy
258
+ of this software and associated documentation files (the "Software"), to
259
+ deal in the Software without restriction, including without limitation the
260
+ rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
261
+ sell copies of the Software, and to permit persons to whom the Software is
262
+ furnished to do so, subject to the following conditions:
263
+
264
+ The above copyright notice and this permission notice shall be included in
265
+ all copies or substantial portions of the Software.
266
+
267
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
268
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
269
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
270
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
271
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
272
+ FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
273
+ IN THE SOFTWARE.
274
+ """
275
+
276
+ The Node.js license applies to all parts of Node.js that are not externally
277
+ maintained libraries.
278
+ ```
279
+
223
280
# Mocha
224
281
225
282
```
0 commit comments