diff --git a/LICENSE b/LICENSE index 287f37a..75b179c 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) 2025 Jay Bridge -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 cc292f2..3bd9baf 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,6 @@ + +# CSV Lite + Simple enough for csv, no more fancy function you need to learn and think! [中文版本Readme](./README_zh.md) diff --git a/README_zh.md b/README_zh.md index 2461106..ccff827 100644 --- a/README_zh.md +++ b/README_zh.md @@ -1,4 +1,6 @@ +# CSV Lite + 足够简单的 CSV 编辑器,无需学习和思考复杂的功能! [English Version Readme](./README.md) diff --git a/manifest.json b/manifest.json index e2b521c..6ecce07 100644 --- a/manifest.json +++ b/manifest.json @@ -1,11 +1,11 @@ { - "id": "csv-plugin", - "name": "csv Plugin", + "id": "csv-lite", + "name": "CSV Lite", "version": "1.0.0", "minAppVersion": "0.15.0", "description": "Just open and edit a CSV file in Obsidian, no more. Keep it simple.", - "author": "", - "authorUrl": "", + "author": "Jay Bridge", + "authorUrl": "https://github.com/LIUBINfighter", "fundingUrl": "", - "isDesktopOnly": false + "isDesktopOnly": true }