diff options
author | romangraef <romangraef@gmail.com> | 2019-09-08 19:48:37 +0200 |
---|---|---|
committer | romangraef <romangraef@gmail.com> | 2019-09-08 19:48:37 +0200 |
commit | e465725dc6be4b66efb66bf54c8758c58de893e5 (patch) | |
tree | de09f23716c01b0d91b3d71d26a58cb30e4328f4 | |
parent | 5c08b6f25d9ff998273c244ca2fee0ae8d04b632 (diff) | |
parent | 985ad57d269adb87b52566cfc09843bf1613e1dd (diff) | |
download | drutils-e465725dc6be4b66efb66bf54c8758c58de893e5.tar.gz drutils-e465725dc6be4b66efb66bf54c8758c58de893e5.tar.bz2 drutils-e465725dc6be4b66efb66bf54c8758c58de893e5.zip |
Merge remote-tracking branch 'origin/master'1.1.1
-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. |