|
| 1 | +HAP-python is licensed under the Apache License, version 2.0. |
| 2 | + |
| 3 | +This package/repository contains code from the HAP-python project as well as |
| 4 | +some open-source works. |
| 5 | + |
| 6 | +File Copyrights |
| 7 | +=============== |
| 8 | + |
| 9 | +All fines not explicitly mentioned below |
| 10 | + What: HAP-python |
| 11 | + Source URL: https://github.com/ikalchev/HAP-python |
| 12 | + Copyright: HAP-python Authors (see AUTHORS file) |
| 13 | + License: Apache License 2.0 |
| 14 | + License text: See below |
| 15 | + |
| 16 | +pyhap/accessory_driver.py |
| 17 | + What: Async helper methods |
| 18 | + Methods: |
| 19 | + callback |
| 20 | + is_callback |
| 21 | + AccessoryDriver.start |
| 22 | + AccessoryDriver.stop |
| 23 | + AccessoryDriver.async_stop |
| 24 | + AccessoryDriver.add_job |
| 25 | + AccessoryDriver.async_add_job |
| 26 | + AccessoryDriver.async_run_job |
| 27 | + Inspired from: Home Assistant [1] |
| 28 | + Original file: |
| 29 | + https://github.com/home-assistant/home-assistant/blob/master/homeassistant/core.py |
| 30 | + |
| 31 | +setup.py |
| 32 | + Inspired from: Home Assistant [1] |
| 33 | + Original file: |
| 34 | + https://github.com/home-assistant/home-assistant/blob/master/setup.py |
| 35 | + |
| 36 | +scripts/release |
| 37 | + Inspired from: Home Assistant [1] |
| 38 | + File: script/release |
| 39 | + https://github.com/home-assistant/home-assistant/blob/master/script/release |
| 40 | + |
| 41 | +scripts/setup |
| 42 | + Inspired from: Home Assistant [1] |
| 43 | + File: script/setup |
| 44 | + https://github.com/home-assistant/home-assistant/blob/master/script/setup |
| 45 | + |
| 46 | +Credit |
| 47 | +====== |
| 48 | + |
| 49 | +Some HAP know-how |
| 50 | + What: HAP-NodeJS |
| 51 | + Source URL: https://github.com/KhaosT/HAP-NodeJS |
| 52 | + Copyright: Khaos Tian |
| 53 | + License: Apache License 2.0 |
| 54 | + License URL: https://github.com/KhaosT/HAP-NodeJS/blob/master/LICENSE |
| 55 | + |
| 56 | +Some Async know-how |
| 57 | + What: Home Assistant [1] |
| 58 | + |
| 59 | +HomeKit Accessory Protocol Specification |
| 60 | + Source URL: https://developer.apple.com/homekit/specification/ |
| 61 | + |
| 62 | +Footnotes |
| 63 | +========= |
| 64 | + |
| 65 | +[1] Home Assistant |
| 66 | + Source URL: https://github.com/home-assistant/home-assistant |
| 67 | + Copyright: The Home Assistant Authors |
| 68 | + License: Apache License 2.0 |
| 69 | + License URL: https://github.com/home-assistant/home-assistant/blob/dev/LICENSE.md |
| 70 | + |
| 71 | +=============================================================================== |
| 72 | + |
1 | 73 | Apache License
|
2 | 74 | Version 2.0, January 2004
|
3 | 75 | http://www.apache.org/licenses/
|
|
173 | 245 | incurred by, or claims asserted against, such Contributor by reason
|
174 | 246 | of your accepting any such warranty or additional liability.
|
175 | 247 |
|
176 |
| - END OF TERMS AND CONDITIONS |
| 248 | + END OF TERMS AND CONDITIONS |
0 commit comments