From 0d10d0d1e8654e46a317e8f59e93fc727ffc5684 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kat=20March=C3=A1n?= Date: Tue, 15 Aug 2017 19:14:03 -0700 Subject: [PATCH] fix(license): switch to MIT --- LICENSE.md | 8 ++++++-- README.md | 2 +- package.json | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/LICENSE.md b/LICENSE.md index c05cb09..409d7d5 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -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. diff --git a/README.md b/README.md index d5f9635..8bc8ee2 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/package.json b/package.json index b8b0dbc..6fc1a2b 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "email": "kzm@sykosomatic.org", "twitter": "maybekatz" }, - "license": "CC0-1.0", + "license": "MIT", "dependencies": { "bluebird": "^3.5.0", "graceful-fs": "^4.1.11",