Skip to content

Commit

Permalink
feat(license): relicense to ISC
Browse files Browse the repository at this point in the history
Fixes: #8

BREAKING CHANGE: the license has been changed from CC0-1.0 to ISC.
  • Loading branch information
zkat committed Oct 23, 2017
1 parent 1bef97d commit fadfe80
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 @@ -35,7 +35,7 @@
"email": "kzm@sykosomatic.org",
"twitter": "maybekatz"
},
"license": "CC0-1.0",
"license": "ISC",
"dependencies": {
"safe-buffer": "^5.1.0"
},
Expand Down

0 comments on commit fadfe80

Please sign in to comment.