From 05de4fbba336332a98ce1395d86d9bbfe9d095dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kat=20March=C3=A1n?= Date: Mon, 23 Oct 2017 13:46:40 -0400 Subject: [PATCH] feat(license): relicense to ISC Fixes: #109 BREAKING CHANGE: the license has been changed from CC0-1.0 to ISC. --- LICENSE.md | 17 +++++++++++++++-- package.json | 2 +- 2 files changed, 16 insertions(+), 3 deletions(-) diff --git a/LICENSE.md b/LICENSE.md index c05cb09..8d28acf 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,3 +1,16 @@ -To the extent possible under law, maintainers for this project have waived all copyright and related or neighboring rights to this project. +ISC License -For more information on this waiver, see: https://creativecommons.org/publicdomain/zero/1.0/ +Copyright (c) npm, Inc. + +Permission to use, copy, modify, and/or distribute this software for +any purpose with or without fee is hereby granted, provided that the +above copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE COPYRIGHT HOLDER DISCLAIMS +ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED +WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE +COPYRIGHT HOLDER BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR +CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS +OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE +OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE +USE OR PERFORMANCE OF THIS SOFTWARE. diff --git a/package.json b/package.json index 4422d5c..d584855 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ "twitter": "ReBeccaOrg" } ], - "license": "CC0-1.0", + "license": "ISC", "dependencies": { "bluebird": "^3.5.0", "chownr": "^1.0.1",