Skip to content
This repository has been archived by the owner on Jul 6, 2019. It is now read-only.

Commit

Permalink
fix(license): change npx license to ISC
Browse files Browse the repository at this point in the history
BREAKING CHANGE: This moves the code over from CC0-1.0 to the ISC license.
  • Loading branch information
zkat committed Nov 9, 2017
1 parent 752db48 commit 040e3b4
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 4 deletions.
17 changes: 15 additions & 2 deletions LICENSE.md
@@ -1,3 +1,16 @@
To the extent possible under law, maintainers for this project have waived all copyright and related or neighboring rights to this project.
ISC License

For more information on this waiver, see: https://creativecommons.org/publicdomain/zero/1.0/
Copyright (c) npm, Inc.

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.

THE SOFTWARE IS PROVIDED "AS IS" AND THE COPYRIGHT HOLDER DISCLAIMS
ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE
COPYRIGHT HOLDER 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.
2 changes: 1 addition & 1 deletion bin/package.template.json
Expand Up @@ -22,7 +22,7 @@
"email": "kzm@sykosomatic.org",
"twitter": "maybekatz"
},
"license": "CC0-1.0",
"license": "ISC",
"dependencies": {
"npm": "5.1.0",
"libnpx": ""
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -35,7 +35,7 @@
"email": "kzm@sykosomatic.org",
"twitter": "maybekatz"
},
"license": "CC0-1.0",
"license": "ISC",
"dependencies": {
"dotenv": "^4.0.0",
"npm-package-arg": "^5.1.2",
Expand Down

0 comments on commit 040e3b4

Please sign in to comment.