summaryrefslogtreecommitdiff
path: root/LICENSE
diff options
context:
space:
mode:
authorBert Belder <bertbelder@gmail.com>2012-06-14 02:52:30 +0200
committerBert Belder <bertbelder@gmail.com>2012-06-14 02:52:57 +0200
commit511e3287274ce78aec1b1c781e94c4351b933457 (patch)
treeced3258fb1e633239f50c045c1401852e7c9e5e2 /LICENSE
parent4a1698c6ba7d0f018c8873abcc25d577806832f0 (diff)
downloadandroid-node-v8-511e3287274ce78aec1b1c781e94c4351b933457.tar.gz
android-node-v8-511e3287274ce78aec1b1c781e94c4351b933457.tar.bz2
android-node-v8-511e3287274ce78aec1b1c781e94c4351b933457.zip
LICENSE: add node-weak
Diffstat (limited to 'LICENSE')
-rw-r--r--LICENSE18
1 files changed, 18 insertions, 0 deletions
diff --git a/LICENSE b/LICENSE
index 2f3c61807d..f083e57120 100644
--- a/LICENSE
+++ b/LICENSE
@@ -551,6 +551,24 @@ maintained libraries. The externally maintained libraries used by Node are:
THE SOFTWARE.
"""
+- test/gc/node_modules/weak. Node-weak is a node.js addon that provides garbage
+ collector notifications. Node-weak's license follows:
+ """
+ Copyright (c) 2011, Ben Noordhuis <info@bnoordhuis.nl>
+
+ Permission to use, copy, modify, and/or distribute this software for any
+ purpose with or without fee is hereby granted, provided that the above
+ copyright notice and this permission notice appear in all copies.
+
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
+ WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
+ MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
+ ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
+ WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
+ ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
+ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
+ """
+
- src/ngx-queue.h. ngx-queue.h is taken from the nginx source tree. nginx's
license follows:
"""