diff options
author | Juan Manuel Tomás <jtomas1815@gmail.com> | 2020-03-31 07:00:35 -0300 |
---|---|---|
committer | Juan Manuel Tomás <jtomas1815@gmail.com> | 2020-03-31 07:00:35 -0300 |
commit | eb9b78bae68765a6b29b684a2808fa36a3911e7b (patch) | |
tree | 44890008d828f82e9ed797df67b09c0fb275aa81 | |
parent | 4d0fe897a45e71edccc078cd6ac6a4787a1d34c3 (diff) | |
parent | 99bac1f27fdb3d762edda13692073f96b2c9d3c6 (diff) | |
download | jet-eb9b78bae68765a6b29b684a2808fa36a3911e7b.tar.gz jet-eb9b78bae68765a6b29b684a2808fa36a3911e7b.zip |
Merge branch 'master' of github.com:jmtomas/jet
-rw-r--r-- | LICENSE | 21 |
1 files changed, 21 insertions, 0 deletions
@@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2020 jmtomas + +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. |