diff options
author | Vincent Ambo <tazjin@google.com> | 2020-04-25T17·22+0100 |
---|---|---|
committer | Vincent Ambo <tazjin@google.com> | 2020-04-25T17·22+0100 |
commit | 9d94a727b27016e21fe904a555a3742d3c5b1eb9 (patch) | |
tree | d8296ca4ac06e089751dc3ca9fff08f8c6d7912a /third_party/python/broadlink/LICENSE | |
parent | 0f530601596c17ac090f00b7fc99fe4033d6a2e4 (diff) | |
parent | 17968ef4d40e7cb484909b3ddad33d7795b80091 (diff) |
Add 'third_party/python/broadlink/' from commit '17968ef4d40e7cb484909b3ddad33d7795b80091' r/680
git-subtree-dir: third_party/python/broadlink git-subtree-mainline: 0f530601596c17ac090f00b7fc99fe4033d6a2e4 git-subtree-split: 17968ef4d40e7cb484909b3ddad33d7795b80091
Diffstat (limited to 'third_party/python/broadlink/LICENSE')
-rw-r--r-- | third_party/python/broadlink/LICENSE | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/third_party/python/broadlink/LICENSE b/third_party/python/broadlink/LICENSE new file mode 100644 index 000000000000..d8c801656bdf --- /dev/null +++ b/third_party/python/broadlink/LICENSE @@ -0,0 +1,22 @@ +The MIT License (MIT) + +Copyright (c) 2014 Mike Ryan +Copyright (c) 2016 Matthew Garrett + +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. |