From edfdd3506facbff82353cd68b21d9e2f1037cef2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Kr=C4=8Dma?= <58054719+0xMartin@users.noreply.github.com> Date: Tue, 20 Dec 2022 01:41:56 +0100 Subject: [PATCH 1/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f4dfad0..c06be7c 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# QtBitmapEditor +![QtBitmapEditor](https://socialify.git.ci/0xMartin/QtBitmapEditor/image?description=1&font=Inter&forks=1&issues=1&language=1&name=1&owner=1&pattern=Circuit%20Board&stargazers=1&theme=Light) TODO: * TRANSFORMATIONS From 6be04a3747fb8c4b1e574ba3a8a2206a048d6c62 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Kr=C4=8Dma?= <58054719+0xMartin@users.noreply.github.com> Date: Sat, 21 Jan 2023 18:22:39 +0100 Subject: [PATCH 2/3] Create license --- license | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 license diff --git a/license b/license new file mode 100644 index 0000000..eb73e37 --- /dev/null +++ b/license @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2023 Martin KrĨma + +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. From bb9ba577c093c7168d8f4fdc23219212b8a78405 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Kr=C4=8Dma?= <58054719+0xMartin@users.noreply.github.com> Date: Tue, 31 Jan 2023 23:20:36 +0100 Subject: [PATCH 3/3] Create LICENSE --- license => LICENSE | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename license => LICENSE (100%) diff --git a/license b/LICENSE similarity index 100% rename from license rename to LICENSE