From 7c957a649f4a15249eae5a80ae6629e515f4b103 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20J=C3=B6nsson?= Date: Wed, 14 Mar 2018 10:50:55 +0100 Subject: [PATCH] Add license and logo --- LICENSE | 21 +++++++++++++++++++++ README.md | 5 +++++ extension/LICENSE | 1 + package.json | 3 ++- 4 files changed, 29 insertions(+), 1 deletion(-) create mode 100644 LICENSE create mode 120000 extension/LICENSE diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..8a8a9fa --- /dev/null +++ b/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2018 djazz + +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 543fd75..0ae2338 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ [![NPM](https://nodei.co/npm/fimfic2epub.png?compact=true)](https://www.npmjs.com/package/fimfic2epub) +![fimfic2epub logo](https://github.com/daniel-j/fimfic2epub/raw/master/assets/fimfic2epub-logo.png) fimfic2epub =========== @@ -89,3 +90,7 @@ Development When developing the code, you can run `npm run dev watch`. This will rebuild the code quickly and lint it when you save. To just lint, run `npm run dev lint` and to clean, run `npm run dev clean`. To build for production, just run `npm run build`. To test the Chrome extension, click Load Unpacked and pick the `extension/` directory. To test the Firefox extension, go to Add-ons and Debug Add-ons. Then Load Temporary Add-on and pick the `extension.xpi` file. To reload them after a rebuild, click the Reload button in Chrome and/or Firefox. + +License +------- +[MIT](LICENSE) diff --git a/extension/LICENSE b/extension/LICENSE new file mode 120000 index 0000000..ea5b606 --- /dev/null +++ b/extension/LICENSE @@ -0,0 +1 @@ +../LICENSE \ No newline at end of file diff --git a/package.json b/package.json index c568a3f..1671c17 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,9 @@ { "name": "fimfic2epub", - "version": "1.7.13", + "version": "1.7.14", "description": "Tool to generate improved EPUB ebooks from Fimfiction stories", "author": "djazz", + "license": "MIT", "repository": { "type": "git", "url": "https://github.com/daniel-j/fimfic2epub.git"