summaryrefslogtreecommitdiff
path: root/LICENSE
diff options
context:
space:
mode:
Diffstat (limited to 'LICENSE')
-rw-r--r--LICENSE6
1 files changed, 6 insertions, 0 deletions
diff --git a/LICENSE b/LICENSE
index d8d88d62cc..204ff4b93d 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.