Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2011-11-21 21:48:45 +0400
committerRyan Dahl <ry@tinyclouds.org>2011-11-21 22:50:52 +0400
commitb488be127a8cf1e59eb257db3f8eaf6efdb0f275 (patch)
tree83436f4f84b9651ea66c3a0d304050252916c149 /LICENSE
parent05de01d707cd9a80f34da23445f507f5f2e2c277 (diff)
Include NPM, update .pkg to install it.
.msi update coming soon.
Diffstat (limited to 'LICENSE')
-rw-r--r--LICENSE6
1 files changed, 6 insertions, 0 deletions
diff --git a/LICENSE b/LICENSE
index d8d88d62cce..204ff4b93dd 100644
--- a/LICENSE
+++ b/LICENSE
@@ -78,3 +78,9 @@ The externally maintained libraries used by Node are:
- deps/zlib copyright 1995-2010 Jean-loup Gailly and Mark Adler
licensed under a permissive free software license. See
deps/zlib/LICENSE.
+
+ - deps/npm NPM is a package manager program copyright 2009, 2010, 2011
+ Isaac Z. Schlueter and licensed under MIT. NPM includes several
+ subpackages MIT or Apache licenses, see deps/npm/LICENSE for more
+ information. NPM is included in the Node .msi and .pkg distributions
+ but not in the Node binary itself.