Skip to content
This repository has been archived by the owner on May 10, 2021. It is now read-only.

Commit

Permalink
fix(license): switch to MIT
Browse files Browse the repository at this point in the history
  • Loading branch information
zkat committed Aug 16, 2017
1 parent 09f9bbc commit 0d10d0d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
8 changes: 6 additions & 2 deletions LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
To the extent possible under law, maintainers for this project have waived all copyright and related or neighboring rights to this project.
Copyright 2017 Kat Marchán and Contributors

For more information on this waiver, see: https://creativecommons.org/publicdomain/zero/1.0/
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Please file any relevant issues [on Github.](https://github.com/zkat/cipm)

## LICENSE

This work is released by its authors into the public domain under CC0-1.0. See `LICENSE.md` for details.
This work is released under the conditions of the MIT license. See LICENSE.md for more details.

## SEE ALSO

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"email": "[email protected]",
"twitter": "maybekatz"
},
"license": "CC0-1.0",
"license": "MIT",
"dependencies": {
"bluebird": "^3.5.0",
"graceful-fs": "^4.1.11",
Expand Down

0 comments on commit 0d10d0d

Please sign in to comment.