diff options
author | fenze <contact@fenze.dev> | 2023-02-06 18:09:16 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-06 18:09:16 +0100 |
commit | 4e0b961fcb83e06c0375c45b4e63a809366dab02 (patch) | |
tree | 867ed49c98e92a86521bb0d7e82ccf27a0b2a617 /license | |
parent | 327344ee40cfd4e17313f0e6be6929cc19a24e17 (diff) | |
parent | 5b958d5faf2dba9e40e9c8629f04e1a6a2ca8354 (diff) |
Merge pull request #37 from mini-rose/add-license-1
Create license
Diffstat (limited to 'license')
-rw-r--r-- | license | 21 |
1 files changed, 21 insertions, 0 deletions
@@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2022-2023 mini-rose + +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. |