From 72c6ea26830025c9b7cecb2b1dfd1002481d93ad Mon Sep 17 00:00:00 2001 From: Ruben Bridgewater Date: Wed, 24 Apr 2019 22:49:32 +0200 Subject: deps: add acorn stage-3 plugins MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This adds bigint, class-fields, numeric-separators, static-class features, private class methods and fields as dependency. That way it's possible to use these in combination with acorn to parse these language features. This also removes a couple of files that were not necessary for Node.js to reduce the code base. PR-URL: https://github.com/nodejs/node/pull/27400 Refs: https://github.com/nodejs/node/issues/27391 Refs: https://github.com/nodejs/node/issues/25835 Reviewed-By: Anna Henningsen Reviewed-By: Michaƫl Zasso --- LICENSE | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) (limited to 'LICENSE') diff --git a/LICENSE b/LICENSE index 6125b8268a..0990b3694b 100644 --- a/LICENSE +++ b/LICENSE @@ -74,6 +74,29 @@ The externally maintained libraries used by Node.js are: THE SOFTWARE. """ +- Acorn plugins, located at deps/acorn-plugins, is licensed as follows: + """ + Copyright (C) 2017-2018 by Adrian Heine + + Permission is hereby granted, free of charge, to any person obtaining a copy + of this software and associated documentation files (the "Software"), to deal + in the Software without restriction, including without limitation the rights + to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + copies of the Software, and to permit persons to whom the Software is + furnished to do so, subject to the following conditions: + + The above copyright notice and this permission notice shall be included in + all copies or substantial portions of the Software. + + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN + THE SOFTWARE. + """ + - c-ares, located at deps/cares, is licensed as follows: """ Copyright (c) 2007 - 2018, Daniel Stenberg with many contributors, see AUTHORS -- cgit v1.2.3