From 7886168d88542b31c00f7c42c1d9e4510739914e Mon Sep 17 00:00:00 2001 From: "Kritagya Bhattarai (CalfMoon)" Date: Fri, 28 Mar 2025 17:23:52 +0545 Subject: [PATCH] fix: change according to suggestion obsidianmd/obsidian-releases#5678 --- LICENSE | 22 +++++++++++++++++++--- README.md | 4 ++-- package.json | 4 ++-- 3 files changed, 23 insertions(+), 7 deletions(-) diff --git a/LICENSE b/LICENSE index 287f37a..880b5b7 100644 --- a/LICENSE +++ b/LICENSE @@ -1,5 +1,21 @@ -Copyright (C) 2020-2025 by Dynalist Inc. +MIT License -Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted. +Copyright (c) 2021 CalfMoon -THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. \ No newline at end of file +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 80f663b..b768478 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Obsidian Node Factor +# Node Factor This plugin helps you customize the factors that effect node size in obsidian graph view. The factors include, letter count, forward & backward weight, and forward tree weight. @@ -19,4 +19,4 @@ CalfMoon: [Email](kritagyabhattarai@proton.me), [Github](https://github.com/Calf ## Bug Reports This project still new and might have a few bugs. For bug reports use this repo's Issues section. ## License -OBSD, see [LICENSE](LICENSE). +MIT, see [LICENSE](LICENSE). diff --git a/package.json b/package.json index 6c1be25..9cf5f8d 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "obsidian-node-factor", + "name": "node-factor", "version": "1.0.0", "description": "Customize factors effecting node size in graph.", "main": "main.js", @@ -10,7 +10,7 @@ }, "keywords": [], "author": "CalfMoon", - "license": "OBSD", + "license": "MIT", "devDependencies": { "@types/node": "^16.11.6", "@typescript-eslint/eslint-plugin": "5.29.0",