Skip to content

Commit fdbb4e5

Browse files
authored
feat(license): relicense to ISC (#111)
Fixes: #109 BREAKING CHANGE: the license has been changed from CC0-1.0 to ISC.
1 parent 63787bb commit fdbb4e5

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
@@ -56,7 +56,7 @@
5656
"twitter": "ReBeccaOrg"
5757
}
5858
],
59-
"license": "CC0-1.0",
59+
"license": "ISC",
6060
"dependencies": {
6161
"bluebird": "^3.5.0",
6262
"chownr": "^1.0.1",

0 commit comments

Comments
 (0)