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

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorisaacs <i@izs.me>2011-09-26 23:22:12 +0400
committerisaacs <i@izs.me>2011-09-26 23:22:12 +0400
commit427dfe2fd9a5219d766ac415e3249f3b8326016d (patch)
tree0b6bc9cbc2cf3acd89b954f026c3405b2b6e55d8 /LICENSE
parent7894df49ae9bec0b541d941579447b7ce1cce455 (diff)
Add gzip dep for windows
Diffstat (limited to 'LICENSE')
-rw-r--r--LICENSE14
1 files changed, 12 insertions, 2 deletions
diff --git a/LICENSE b/LICENSE
index a463b8e98..2dc208191 100644
--- a/LICENSE
+++ b/LICENSE
@@ -40,5 +40,15 @@ used with permission.
This program includes a BSDTar/LibArchive version 2.8.3-1 binary,
originally distributed as part of the MinGW suite, compiled for
-Win32, used according to the terms of the BSD license. See
-deps/basic-bsdtar-2.8.3-1-ming32-bin/basic-bsdtar.LICENSE.
+Win32, used according to the terms of the BSD license.
+See deps/basic-bsdtar-2.8.3-1-ming32-bin/basic-bsdtar.LICENSE.
+
+This program includes a binary copy of GZIP version 1.2.4 by
+Jean-loup Gailly (jloup@gzip.org), and Mark Adler, compiled for
+Win32, used according to the terms of the GPL license.
+See: deps/gzip124xN/COPYING
+
+IMPORTANT: If you are using npm according to the terms of the MIT
+license, in such a way that is *not* compatible with the GPL license,
+then remove the deps/gzip124xN folder. This is only necessary for
+windows support, and not required on Unix systems.