[Pkg-javascript-commits] [node-inherits] 01/02: Imported Upstream version 2.0.1
Jérémy Lal
kapouer at moszumanska.debian.org
Sun Oct 19 21:07:01 UTC 2014
This is an automated email from the git hooks/post-receive script.
kapouer pushed a commit to branch master
in repository node-inherits.
commit 8a6ea875efc28b5615d1c462f522c697e952dad4
Author: Jérémy Lal <kapouer at melix.org>
Date: Sun Oct 19 23:02:52 2014 +0200
Imported Upstream version 2.0.1
---
LICENSE | 22 ++++++++++++----------
package.json | 9 +++------
2 files changed, 15 insertions(+), 16 deletions(-)
diff --git a/LICENSE b/LICENSE
index 5a8e332..dea3013 100644
--- a/LICENSE
+++ b/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 <sam at hocevar.net>
+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/package.json b/package.json
index 37feeba..0e36965 100644
--- a/package.json
+++ b/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",
@@ -14,11 +14,8 @@
],
"main": "./inherits.js",
"browser": "./inherits_browser.js",
- "repository": "https://github.com/isaacs/inherits",
- "license": {
- "type": "WTFPL2"
- },
- "author": "Isaac Z. Schlueter <i at izs.me> (http://blog.izs.me/)",
+ "repository": "git://github.com/isaacs/inherits",
+ "license": "ISC",
"scripts": {
"test": "node test"
}
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-inherits.git
More information about the Pkg-javascript-commits
mailing list