The Admin Companion client may be copied and installed as often and on as many systems as needed
The Terms of Usage can be found here:
https://admin-companion.ayonik.de/terms

The following libraries under the respective licenses are used by the Admin Companion client
1. aiohttp: Apache 2.0 License 
2. aiosignal: Apache 2.0 License
3. altgraph: MIT License
4. async-timeout: Apache 2.0 License
5. attrs: MIT License
6. autobahn: Apache 2.0 License
7. base58: MIT License
8. bcrypt: Apache 2.0 License
9. bitstring: MIT License
10. cffi: MIT License
11. cryptography: Apache Software License, BSD License (Apache-2.0 OR BSD-3-Clause)
12. cytoolz: New BSD License https://github.com/pytoolz/cytoolz/blob/master/LICENSE.txt
13. dill: 3-clause BSD License
14. ecdsa: MIT License
15. eth-abi: MIT License
16. eth-account: MIT License
17. eth-keys: MIT License
18. eth-hash: MIT License (Confirmed)
19. eth-keyfile: MIT License
20. eth-typing: MIT License
21. eth-utils: MIT License
22. hexbytes: MIT License
23. idna: BSD License
24. jsonschema: MIT License (Confirmed)
25. lru-dict: MIT License
26. MarkupSafe: BSD License
27. multidict: Apache 2.0 License
28. parsimonious: MIT License
29. protobuf: 3-Clause BSD License
30. py-solc-x: (Assumed MIT License, confirmation needed)
31. pycparser: BSD License
32. pycryptodome: BSD License
33. PyJWT: MIT License
34. pyrsistent: MIT License
35. pysha3: MIT License
36. requests: Apache 2.0 License
37. rlp: MIT License
38. six: MIT License
39. sortedcontainers: Apache 2.0 License
40. toolz: BSD License
41. urllib3: MIT License

Apache 2.0 license can be found here:
https://www.apache.org/licenses/LICENSE-2.0

BSD license:
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.

2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.

3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

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.
