diff options
Diffstat (limited to 'host/lib/deps/rpclib/LICENSE.md')
-rw-r--r-- | host/lib/deps/rpclib/LICENSE.md | 46 |
1 files changed, 46 insertions, 0 deletions
diff --git a/host/lib/deps/rpclib/LICENSE.md b/host/lib/deps/rpclib/LICENSE.md new file mode 100644 index 000000000..870bae90c --- /dev/null +++ b/host/lib/deps/rpclib/LICENSE.md @@ -0,0 +1,46 @@ +# License terms for humans + +The following is a friendly explanation of the license. For legal purposes, the license below is +what matters, not this explanation. + +This library is licensed under the *MIT license*. What this means for you: + + * You can use it freely in any form you want + * You can sell software that uses it + * You can sell modified versions of it + * You **do not** need to apply the same license to software you develop with it + * You **do not** need to apply the same license for modified versions + * You **do not** have to attribute usage. + +## But + + * There is no guarantee. None. At all. I'm also not obligated to work on a particular issue, or + even respond to them (though I'll do my best, I promise). + +## Also + +This is not part of the license, but if you want to be nice and give back, please let me know +if you are using the library for anything serious. You can also let the world know that you are using it. + + +# The MIT License + +Copyright (c) 2015-2017, Tamás Szelei + +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. |