From 2dd3e980f5d3e1f9989161e6ce97fad0e477c30a Mon Sep 17 00:00:00 2001 From: "Federico \"Edo\" Granata" <3602209+Edo78@users.noreply.github.com> Date: Fri, 21 Jan 2022 17:17:57 +0100 Subject: [PATCH] add MIT license --- LICENSE | 21 +++++++++++++++++++++ manifest.json | 2 +- package-lock.json | 4 ++-- package.json | 2 +- versions.json | 3 ++- 5 files changed, 27 insertions(+), 5 deletions(-) create mode 100644 LICENSE diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..63b4b68 --- /dev/null +++ b/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) [year] [fullname] + +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. \ No newline at end of file diff --git a/manifest.json b/manifest.json index bdc61ab..9137337 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-koreader-plugin", "name": "KOReader Highlights", - "version": "0.0.2", + "version": "0.0.3", "minAppVersion": "0.12.0", "description": "This is a plugin for Obsidian. This plugin syncs highlights and notes taken in KOReader.", "author": "Federico \"Edo\" Granata", diff --git a/package-lock.json b/package-lock.json index 65d3ada..14e6093 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-koreader-plugin", - "version": "0.0.2", + "version": "0.0.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "obsidian-koreader-plugin", - "version": "0.0.2", + "version": "0.0.3", "license": "MIT", "dependencies": { "lua-json": "^1.0.0", diff --git a/package.json b/package.json index da8724d..16fb41e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-koreader-plugin", - "version": "0.0.2", + "version": "0.0.3", "description": "This is a plugin for Obsidian. This plugin syncs highlights and notes taken in KOReader.", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index cb79116..71cf6ea 100644 --- a/versions.json +++ b/versions.json @@ -1,4 +1,5 @@ { "0.0.1": "0.12.0", - "0.0.2": "0.12.0" + "0.0.2": "0.12.0", + "0.0.3": "0.12.0" }