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:
authorisaacs <i@izs.me>2011-12-02 06:19:17 +0400
committerisaacs <i@izs.me>2011-12-06 04:20:44 +0400
commitdb273818f6cafeab443746f128ef7522c0dedb90 (patch)
treea1ef377b9cfce95e94bc0b0b01a12e7d8772f8df /LICENSE
parent36815e41796475b1f72aacb3acb406ff07ef90c7 (diff)
s/NPM/npm/
http://npmjs.org/doc/faq.html#If-npm-is-an-acronym-why-is-it-never-capitalized
Diffstat (limited to 'LICENSE')
-rw-r--r--LICENSE6
1 files changed, 3 insertions, 3 deletions
diff --git a/LICENSE b/LICENSE
index 204ff4b93dd..c655cbaf9cb 100644
--- a/LICENSE
+++ b/LICENSE
@@ -79,8 +79,8 @@ The externally maintained libraries used by Node are:
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
+ - 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
+ information. npm is included in the Node .msi and .pkg distributions
but not in the Node binary itself.