From 90e3a9eb05ff44d7f70fc9ef7a846c44febe841e Mon Sep 17 00:00:00 2001 From: Tim Kurvers Date: Mon, 18 Jun 2018 10:38:09 +0200 Subject: [PATCH] Normalize LICENSE, AUTHORS and package.json (#107) --- AUTHORS | 2 ++ LICENSE | 21 +++++++++++++++++++++ LICENSE.md | 24 ------------------------ README.md | 2 +- package.json | 9 +++++---- 5 files changed, 29 insertions(+), 29 deletions(-) create mode 100644 AUTHORS create mode 100644 LICENSE delete mode 100644 LICENSE.md diff --git a/AUTHORS b/AUTHORS new file mode 100644 index 0000000..52eac94 --- /dev/null +++ b/AUTHORS @@ -0,0 +1,2 @@ +fallenoak (https://github.com/fallenoak) +timkurvers (https://github.com/timkurvers) diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..0563b0d --- /dev/null +++ b/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2014-2018 Wowser Contributors + +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/LICENSE.md b/LICENSE.md deleted file mode 100644 index 0ecce15..0000000 --- a/LICENSE.md +++ /dev/null @@ -1,24 +0,0 @@ -# License - -Licensed under the **MIT** license - -> Copyright (c) 2014-2015 Tim Kurvers <> -> -> 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 5c7a5c8..d4b57db 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ JavaScript library for mastering the wizardry that is [Blizzard]'s game files. Blizzardry currently focusses on [Wrath of the Lich King] game content. -Licensed under the **MIT** license, see LICENSE for more information. +Licensed under the [**MIT** license](LICENSE). ## Installation diff --git a/package.json b/package.json index dca1d8e..bfada49 100644 --- a/package.json +++ b/package.json @@ -2,11 +2,15 @@ "name": "blizzardry", "version": "0.5.0", "description": "JavaScript library for mastering the wizardry that is Blizzard's game files", + "author": "Wowser Contributors", + "repository": "wowserhq/blizzardry", + "license": "MIT", "main": "lib/index.js", "files": [ "lib", + "AUTHORS", "CHANGELOG.md", - "LICENSE.md", + "LICENSE", "README.md" ], "scripts": { @@ -15,9 +19,6 @@ "pretest": "gulp rebuild", "test": "istanbul test ./node_modules/mocha/bin/_mocha -- spec --recursive" }, - "repository": "wowserhq/blizzardry", - "author": "Tim Kurvers ", - "license": "MIT", "keywords": [ "adt", "blizzardry",