Skip to content
This repository has been archived by the owner on Jun 12, 2022. It is now read-only.

Commit

Permalink
fix(license): switch to ISC
Browse files Browse the repository at this point in the history
As part of the ongoing relicensing process, this changes
the license over to one more palatable to open source
consumers.

BREAKING CHANGE: license changed from CC0 to ISC.
  • Loading branch information
zkat committed Nov 15, 2017
1 parent 8735e62 commit 8eeab86
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 3 deletions.
17 changes: 15 additions & 2 deletions LICENSE
@@ -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 @@ -31,7 +31,7 @@
"email": "kzm@sykosomatic.org",
"twitter": "maybekatz"
},
"license": "CC0-1.0",
"license": "ISC",
"dependencies": {
"agentkeepalive": "^3.3.0",
"cacache": "^10.0.0",
Expand Down

0 comments on commit 8eeab86

Please sign in to comment.