LICENSE: add node-weak
authorBert Belder <bertbelder@gmail.com>
Thu, 14 Jun 2012 00:52:30 +0000 (02:52 +0200)
committerBert Belder <bertbelder@gmail.com>
Thu, 14 Jun 2012 00:52:57 +0000 (02:52 +0200)
LICENSE

diff --git a/LICENSE b/LICENSE
index 2f3c618..f083e57 100644 (file)
--- 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:
   """