diff options
author | Hao Chen | 2020-03-17 15:15:31 -0500 |
---|---|---|
committer | Hao Chen | 2020-03-17 15:15:31 -0500 |
commit | 6680945184dbe82176236cbdf58124fbcac6a934 (patch) | |
tree | 5dcd33ee1124fa83f6b29b0f9d9f374742a1cee0 /LICENSE | |
parent | a7e84e18bce88a1e40f25781a72365818a143ac4 (diff) | |
parent | 978315fde710e5ad56b0dc11d44a9b45a3c142b3 (diff) | |
download | genecup-6680945184dbe82176236cbdf58124fbcac6a934.tar.gz |
Merge branch 'master' of https://github.com/chen42/ratspub
Diffstat (limited to 'LICENSE')
-rw-r--r-- | LICENSE | 21 |
1 files changed, 21 insertions, 0 deletions
@@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2020 Hao Chen + +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. |