Skip to content

Commit

Permalink
fix(license): relicense project according to npm policy
Browse files Browse the repository at this point in the history
BREAKING CHANGE: This moves the license from CC0 to ISC and properly documents the copyright as belonging to npm, Inc.
  • Loading branch information
zkat committed Oct 3, 2017
1 parent f8b594b commit e3b2b5c
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 3 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 package.json
Expand Up @@ -26,7 +26,7 @@
"email": "kzm@sykosomatic.org",
"twitter": "maybekatz"
},
"license": "CC0-1.0",
"license": "ISC",
"dependencies": {
"npm-package-arg": "^5.1.2",
"semver": "^5.3.0"
Expand Down

0 comments on commit e3b2b5c

Please sign in to comment.