diff options
author | rjorgenson <rjorgenson@gmail.com> | 2016-11-21 23:09:29 +0300 |
---|---|---|
committer | rjorgenson <rjorgenson@gmail.com> | 2016-11-21 23:09:29 +0300 |
commit | 6ed6ba876eeda6eb85535ca4cbbbb4bad206a9b3 (patch) | |
tree | 8fe20537469ae0710c88313f5b7ca8c54e035aaf /LICENSE | |
parent | 6d2681d36a5ea0bcd9db889182e7ca1ba72d27ed (diff) | |
parent | 352ad4d60833cc36f8835fb2926d41813c495691 (diff) |
Merge remote-tracking branch 'upstream/next' into next
Diffstat (limited to 'LICENSE')
-rw-r--r-- | LICENSE | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/LICENSE b/LICENSE new file mode 100644 index 00000000..5466ba8d --- /dev/null +++ b/LICENSE @@ -0,0 +1,20 @@ +Copyright (c) 2014-2016 Ben Hilburn <bhilburn@gmail.com> + +MIT LICENSE + +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. |