From b2abda9ba0b7b8bfbbf14e990ea86434f3f20de3 Mon Sep 17 00:00:00 2001 From: Guy Bedford Date: Thu, 24 Jan 2019 20:56:33 +0200 Subject: bootstrap: experimental --frozen-intrinsics flag PR-URL: https://github.com/nodejs/node/pull/25685 Reviewed-By: Bradley Farias Reviewed-By: Anna Henningsen --- LICENSE | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'LICENSE') diff --git a/LICENSE b/LICENSE index 53176c8164..2db8824ea9 100644 --- a/LICENSE +++ b/LICENSE @@ -1349,6 +1349,24 @@ The externally maintained libraries used by Node.js are: OR OTHER DEALINGS IN THE SOFTWARE. """ +- caja, located at lib/internal/freeze_intrinsics.js, is licensed as follows: + """ + Adapted from SES/Caja - Copyright (C) 2011 Google Inc. + Copyright (C) 2018 Agoric + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + """ + - brotli, located at deps/brotli, is licensed as follows: """ Copyright (c) 2009, 2010, 2013-2016 by the Brotli Authors. -- cgit v1.2.3