Skip to content

Commit

Permalink
switch from MIT license to CC0-1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
shinnn committed May 27, 2017
1 parent d352971 commit d306636
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 24 deletions.
20 changes: 0 additions & 20 deletions LICENSE

This file was deleted.

4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,4 @@ assertValidGlobOpts(notOk); // throws an error

## License

Copyright (c) 2017 [Shinnosuke Watanabe](https://github.com/shinnn)

Licensed under [the MIT License](./LICENSE).
[Creative Commons Zero v1.0 Universal](https://creativecommons.org/publicdomain/zero/1.0/deed)
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"test": "node --throw-deprecation test.js",
"coverage": "istanbul cover --print=both test.js"
},
"license": "MIT",
"license": "CC0-1.0",
"files": [
"index.js"
],
Expand Down

0 comments on commit d306636

Please sign in to comment.