From 760f4ff563beb8d72b30446448174a83cfe32092 Mon Sep 17 00:00:00 2001 From: Inter Date: Sun, 10 Dec 2023 17:44:51 +0000 Subject: [PATCH] =?UTF-8?q?+=20=E2=9A=96=EF=B8=8F=20MIT=20License=20(#25)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 ++ license/LICENSE | 21 +++++++++++++++++++++ 2 files changed, 23 insertions(+) create mode 100644 license/LICENSE diff --git a/README.md b/README.md index e2415ae..0aed9ca 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ ![logo](assets/md-badges.png) +[![GitHub license](https://img.shields.io/github/license/badges/shields.svg)](https://github.com/badges/shields/blob/master/LICENSE) + Markdown badges for you to add to your repository! > [!WARNING] diff --git a/license/LICENSE b/license/LICENSE new file mode 100644 index 0000000..d23afe3 --- /dev/null +++ b/license/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2023 Inter + +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. \ No newline at end of file