From d3066367d58ac96a77e79ed70361338b1ed904e9 Mon Sep 17 00:00:00 2001 From: Shinnosuke Watanabe Date: Sat, 27 May 2017 19:46:56 +0900 Subject: [PATCH] switch from MIT license to CC0-1.0 https://creativecommons.org/publicdomain/zero/1.0/ --- LICENSE | 20 -------------------- README.md | 4 +--- package.json | 2 +- 3 files changed, 2 insertions(+), 24 deletions(-) delete mode 100644 LICENSE diff --git a/LICENSE b/LICENSE deleted file mode 100644 index 0b0cb16..0000000 --- a/LICENSE +++ /dev/null @@ -1,20 +0,0 @@ -The MIT License (MIT) - -Copyright (c) 2017 Shinnosuke Watanabe - -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 dee38c1..321e133 100644 --- a/README.md +++ b/README.md @@ -70,6 +70,4 @@ assertValidGlobOpts(notOk); // throws an error ## License -Copyright (c) 2017 [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) diff --git a/package.json b/package.json index 2d32c0d..1cca194 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "test": "node --throw-deprecation test.js", "coverage": "istanbul cover --print=both test.js" }, - "license": "MIT", + "license": "CC0-1.0", "files": [ "index.js" ],