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 Aug 2, 2017
1 parent 7082893 commit 49d1b14
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 33 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 @@ repetitionRanges([], 'a']); //=> []

## 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 @@ -26,7 +26,7 @@
"authors": [
"Shinnosuke Watanabe (https://github.com/shinnn)"
],
"license": "MIT",
"license": "CC0-1.0",
"dependencies": {
"arr-indexes-of": "^1.0.1"
},
Expand Down
4 changes: 0 additions & 4 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@

var arrIndexesOf = require('arr-indexes-of');

/*!
* repetition-ranges | MIT (c) Shinnosuke Watanabe
* https://github.com/shinnn/repetition-ranges
*/
function repetitionRanges(arr, value) {
var indexes = arrIndexesOf(arr, value);

Expand Down
4 changes: 0 additions & 4 deletions module.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
/*!
* repetition-ranges | MIT (c) Shinnosuke Watanabe
* https://github.com/shinnn/repetition-ranges
*/
import arrIndexesOf from 'arr-indexes-of';

export default function repetitionRanges(arr, value) {
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 49d1b14

Please sign in to comment.