diff options
author | Konstantin Aladyshev <aladyshev22@gmail.com> | 2021-07-18 22:11:33 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-18 22:11:33 +0300 |
commit | e0d6abb96a28138aa250e8f78b7b1e6a8182f80a (patch) | |
tree | 2e3cd93594660a4c1886f740b23bbcc432a71942 /LICENSE | |
parent | 50214ec4ae81ed451ad452f1bf8fc615f387dc5e (diff) | |
download | UEFI-Lessons-e0d6abb96a28138aa250e8f78b7b1e6a8182f80a.tar.gz UEFI-Lessons-e0d6abb96a28138aa250e8f78b7b1e6a8182f80a.tar.bz2 UEFI-Lessons-e0d6abb96a28138aa250e8f78b7b1e6a8182f80a.zip |
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) 2021 Konstantin Aladyshev + +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. |