From 3b2351efc63ec543048bf912c8bb08a78978cff5 Mon Sep 17 00:00:00 2001 From: Rene Luria Date: Fri, 1 Nov 2024 10:41:39 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=9F=A2=20LICENSE.txt=20(New=20MIT=20licen?= =?UTF-8?q?se=20added)=20=F0=9F=9B=A0=EF=B8=8F=20pyproject.toml=20->=20Upd?= =?UTF-8?q?ated=20poetry=20dependencies,=20authors=20email=20changed,=20ad?= =?UTF-8?q?ded=20license=20info?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- LICENSE.txt | 21 +++++++++++++++++++++ pyproject.toml | 5 +++-- 2 files changed, 24 insertions(+), 2 deletions(-) create mode 100644 LICENSE.txt diff --git a/LICENSE.txt b/LICENSE.txt new file mode 100644 index 0000000..2cf7886 --- /dev/null +++ b/LICENSE.txt @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2024 Rene Luria + +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/pyproject.toml b/pyproject.toml index bcb458d..55a6e37 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,8 +1,9 @@ [tool.poetry] name = "myice" version = "0.1.0" -description = "" -authors = ["Rene Luria "] +description = "myice parsing" +authors = ["Rene Luria "] +license = "MIT" readme = "README.md" [tool.poetry.dependencies]