diff options
author | Roman Gräf <roman.graef@gmail.com> | 2019-09-08 19:48:29 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-09-08 19:48:29 +0200 |
commit | 985ad57d269adb87b52566cfc09843bf1613e1dd (patch) | |
tree | 9d5bfe8a21ca1cf476cc74d1f1380464609cf447 | |
parent | 2757c3ebfc320bf544c8abda7923639e2ffa0113 (diff) | |
parent | 4153be2fdc52c3b7d6d3e27ba9c7dbf7f0351db0 (diff) | |
download | drutils-985ad57d269adb87b52566cfc09843bf1613e1dd.tar.gz drutils-985ad57d269adb87b52566cfc09843bf1613e1dd.tar.bz2 drutils-985ad57d269adb87b52566cfc09843bf1613e1dd.zip |
Merge pull request #1 from romangraef/add-license-1
Create LICENSE
-rw-r--r-- | LICENSE | 21 |
1 files changed, 21 insertions, 0 deletions
@@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2019 Roman Gräf + +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. |