From 8213e4049d76a8cbd6602301f2e632a2c12be49d Mon Sep 17 00:00:00 2001 From: Yury Getman Date: Mon, 16 Jun 2025 22:17:20 +0400 Subject: [PATCH] Added logo for project and logo --- LICENSE.txt | 13 +++++++++++++ LOGO_LICENSE.txt | 6 ++++++ package.json | 2 +- 3 files changed, 20 insertions(+), 1 deletion(-) create mode 100644 LICENSE.txt create mode 100644 LOGO_LICENSE.txt diff --git a/LICENSE.txt b/LICENSE.txt new file mode 100644 index 0000000..285198c --- /dev/null +++ b/LICENSE.txt @@ -0,0 +1,13 @@ +MIT License + +Copyright (c) 2025 Pineplace team + +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. + +Some image files within this repository are copyrighted. For more information, please refer to the LICENSE.txt file located in the directory. + +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. + +Except as contained in this notice, the name "klack" and klack logo shall not be used in advertising or otherwise to promote the sale, use, or any other dealings in this Software without prior written authorization from Pineplace team. diff --git a/LOGO_LICENSE.txt b/LOGO_LICENSE.txt new file mode 100644 index 0000000..1a43cf3 --- /dev/null +++ b/LOGO_LICENSE.txt @@ -0,0 +1,6 @@ +Klack Logo +Copyright (c) 2025 Yury Getman + +The "Klack Logo" is protected by copyright. Unauthorized use, reproduction, or distribution of the logo is prohibited without prior written permission from the copyright holder, Yury Getman. + +For inquiries regarding the use of the "Klack Logo," please open an issue in the GitHub repository or visit the contact links provided in the author's Github profile `https://github.com/imblowfish`. diff --git a/package.json b/package.json index ef02e20..a9ea9c8 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "bugs": { "url": "https://github.com/pineplace/klack/issues" }, - "license": "ISC", + "license": "MIT", "dependencies": { "@eslint/js": "^9.27.0", "@tabler/icons-react": "^3.33.0",