|
1 |
| -QuickTrack DUT ControlApp in Python |
2 |
| ------------------------------------------------------------------------- |
| 1 | +/* Copyright (c) 2020 Wi-Fi Alliance */ |
3 | 2 |
|
4 |
| -Copyright (c) 2022 Wi-Fi Alliance |
5 |
| -Permission to a personal, non-exclusive, non-transferable use of this |
6 |
| -software in object code form only, solely for the purposes of supporting |
7 |
| -Wi-Fi certification program development, Wi-Fi pre-certification testing, |
8 |
| -and formal Wi-Fi certification testing by authorized test labs, Wi-Fi |
9 |
| -Alliance members in good standing and their customers, provided that any |
10 |
| -part of this software shall not be copied or reproduced in any way. Wi-Fi |
11 |
| -Alliance Software License Agreement governing this software can be found at |
12 |
| -https://www.wi-fi.org/file/wi-fi-alliance-software-end-user-license-agreement.<br /> |
13 |
| -The foregoing license shall terminate if Customer breaches any term hereof |
14 |
| -and fails to cure such breach within five (5) days of notice of breach. |
| 3 | +/* Permission to use, copy, modify, and/or distribute this software for any / / purpose with or without fee is hereby granted, provided that the above / / copyright notice and this permission notice appear in all copies. */ |
15 | 4 |
|
16 |
| -THE SOFTWARE IS PROVIDED 'AS IS' AND THE AUTHOR DISCLAIMS ALL |
17 |
| -WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED |
18 |
| -WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL |
19 |
| -THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR |
20 |
| -CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING |
21 |
| -FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF |
22 |
| -CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT |
23 |
| -OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS |
24 |
| -SOFTWARE. |
| 5 | +/* THE SOFTWARE IS PROVIDED 'AS IS' AND THE AUTHOR DISCLAIMS ALL / / WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED / / WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL / / THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR / / CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING / / FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF / / CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT / / OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS / / SOFTWARE. */ |
25 | 6 |
|
26 | 7 | ------------------------------------------------------------------------
|
27 | 8 | Run
|
|
0 commit comments