From defc2c35ffa7c9d4fbcf846f28b436f0083a381c Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Thu, 28 May 2015 23:14:37 -0700 Subject: [PATCH] Add "license" to `package.json`, matching the LICENSE file. --- LICENCE => LICENSE | 11 +++++++---- package.json | 1 + 2 files changed, 8 insertions(+), 4 deletions(-) rename LICENCE => LICENSE (89%) diff --git a/LICENCE b/LICENSE similarity index 89% rename from LICENCE rename to LICENSE index a23e08a..53f19aa 100644 --- a/LICENCE +++ b/LICENSE @@ -1,3 +1,5 @@ +The MIT License (MIT) + Copyright (c) 2012 Raynos. Permission is hereby granted, free of charge, to any person obtaining a copy @@ -7,13 +9,14 @@ 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 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. \ No newline at end of file +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + diff --git a/package.json b/package.json index abfa929..0487dcc 100644 --- a/package.json +++ b/package.json @@ -7,6 +7,7 @@ "repository": "git://github.com/Raynos/for-each.git", "main": "index", "homepage": "https://github.com/Raynos/for-each", + "license": "MIT", "contributors": [ { "name": "Jake Verbaten"