From 5a8604bd4444a875452f56271e70927dd738c533 Mon Sep 17 00:00:00 2001 From: isaacs Date: Sat, 7 Sep 2013 14:21:04 -0500 Subject: inherits@2.0.1 --- node_modules/inherits/LICENSE | 22 ++++++++++++---------- node_modules/inherits/package.json | 17 +++++------------ 2 files changed, 17 insertions(+), 22 deletions(-) (limited to 'node_modules/inherits') diff --git a/node_modules/inherits/LICENSE b/node_modules/inherits/LICENSE index 5a8e33254..dea3013d6 100644 --- a/node_modules/inherits/LICENSE +++ b/node_modules/inherits/LICENSE @@ -1,14 +1,16 @@ - DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE - Version 2, December 2004 +The ISC License - Copyright (C) 2004 Sam Hocevar +Copyright (c) Isaac Z. Schlueter - Everyone is permitted to copy and distribute verbatim or modified - copies of this license document, and changing it is allowed as long - as the name is changed. +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. - DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE - TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION - - 0. You just DO WHAT THE FUCK YOU WANT TO. +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH +REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, +INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM +LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR +OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THIS SOFTWARE. diff --git a/node_modules/inherits/package.json b/node_modules/inherits/package.json index deec27456..3b4843a6d 100644 --- a/node_modules/inherits/package.json +++ b/node_modules/inherits/package.json @@ -1,7 +1,7 @@ { "name": "inherits", "description": "Browser-friendly inheritance fully compatible with standard node.js inherits()", - "version": "2.0.0", + "version": "2.0.1", "keywords": [ "inheritance", "class", @@ -16,16 +16,9 @@ "browser": "./inherits_browser.js", "repository": { "type": "git", - "url": "https://github.com/isaacs/inherits" - }, - "license": { - "type": "WTFPL2" - }, - "author": { - "name": "Isaac Z. Schlueter", - "email": "i@izs.me", - "url": "http://blog.izs.me/" + "url": "git://github.com/isaacs/inherits" }, + "license": "ISC", "scripts": { "test": "node test" }, @@ -34,6 +27,6 @@ "bugs": { "url": "https://github.com/isaacs/inherits/issues" }, - "_id": "inherits@2.0.0", - "_from": "inherits@2" + "_id": "inherits@2.0.1", + "_from": "inherits@" } -- cgit v1.2.3