Skip to content

Commit c82983a

Browse files
authored
feat(license): relicense to ISC (#9)
Fixes: #8 BREAKING CHANGE: the license has been changed from CC0-1.0 to ISC.
1 parent 1bef97d commit c82983a

File tree

2 files changed

+16
-3
lines changed

2 files changed

+16
-3
lines changed

LICENSE.md

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1-
To the extent possible under law, maintainers for this project have waived all copyright and related or neighboring rights to this project.
1+
ISC License
22

3-
For more information on this waiver, see: https://creativecommons.org/publicdomain/zero/1.0/
3+
Copyright (c) npm, Inc.
4+
5+
Permission to use, copy, modify, and/or distribute this software for
6+
any purpose with or without fee is hereby granted, provided that the
7+
above copyright notice and this permission notice appear in all copies.
8+
9+
THE SOFTWARE IS PROVIDED "AS IS" AND THE COPYRIGHT HOLDER DISCLAIMS
10+
ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED
11+
WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE
12+
COPYRIGHT HOLDER BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR
13+
CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
14+
OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
15+
OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE
16+
USE OR PERFORMANCE OF THIS SOFTWARE.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"email": "kzm@sykosomatic.org",
3636
"twitter": "maybekatz"
3737
},
38-
"license": "CC0-1.0",
38+
"license": "ISC",
3939
"dependencies": {
4040
"safe-buffer": "^5.1.0"
4141
},

0 commit comments

Comments
 (0)