40f79c28b1
* Add cmake function to create standalone binary * Mention licenses used by dependencies in the LICENSE file * Add test cases for standalone binary by adding --call-binary option for pytest * Docker compose file to create standalone binary in standardized RHEL 8 environment * Add README instructions on how to create and test standalone binary * Move docker files from utils to docker folder; Add standalone binary testing instructions * Add CHANGELOG statement * Use different service names in docker compose files * Use volume mounting in docker files
40 lines
1.7 KiB
Plaintext
40 lines
1.7 KiB
Plaintext
MIT License
|
|
|
|
Copyright (c) 2021 - 2025 Advanced Micro Devices, Inc. All Rights Reserved.
|
|
|
|
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.
|
|
|
|
This application uses the following dependencies and their usage is governed by their respective licenses
|
|
Python 3 standard library: PSFL
|
|
Nuitka specific runtime code: Apache 2.0 license
|
|
astunparse python library: PSFL
|
|
colorlover python library: MIT
|
|
dash python library: MIT
|
|
matplotlib python library: PSFL
|
|
numpy python library: BSD
|
|
pandas python library: BSD
|
|
pymongo python library: Apache 2.0 license
|
|
pyyaml python library: MIT
|
|
tabulate python library: MIT
|
|
tqdm python library: MIT
|
|
dash-svg python library: MIT
|
|
dash-bootstrap-components python library: MIT
|
|
kaleido python library: MIT
|
|
setuptools python library: MIT
|
|
plotille python library: MIT |