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 Jul 12, 2017
1 parent 89a1f28 commit c5cddc5
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 25 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 @@ -53,6 +53,4 @@ indexOfSequence([], ['b']); //=> []

## License

Copyright (c) 2016 [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 bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"authors": [
"Shinnosuke Watanabe (https://github.com/shinnn)"
],
"license": "MIT",
"license": "CC0-1.0",
"dependencies": {
"append-type": "^1.0.0",
"arr-indexes-of": "^1.0.1"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"pretest": "npm run-script build",
"test": "istanbul cover test.js"
},
"license": "MIT",
"license": "CC0-1.0",
"module": "module.js",
"files": [
"index.js",
Expand Down

0 comments on commit c5cddc5

Please sign in to comment.