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:
authorReid Burke <me@reidburke.com>2011-02-08 23:37:13 +0300
committerisaacs <i@izs.me>2011-02-09 04:36:24 +0300
commite297e13520af3b4e00a4291f096d9d6d66f57f1f (patch)
tree0188795a778b7ad1f2c07c7b1e852be93a3559de /LICENSE
parentdf8a7d954367946a7d6bee2c32f7208f2cb99c72 (diff)
Closes GH-564 Use the MIT node-uuid lib instead of OSLv3 uuid.js.
Diffstat (limited to 'LICENSE')
-rw-r--r--LICENSE4
1 files changed, 4 insertions, 0 deletions
diff --git a/LICENSE b/LICENSE
index 43611a255..d9360f8c5 100644
--- a/LICENSE
+++ b/LICENSE
@@ -17,3 +17,7 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
IN THE SOFTWARE.
+
+
+This software contains the node-uuid library.
+Copyright 2010 Robert Kieffer. Dual licensed under the MIT and GPL licenses.