45 lines
2.1 KiB
Plaintext
45 lines
2.1 KiB
Plaintext
MIT License
|
|
|
|
Copyright (c) 2025-2026 EKIKA.co
|
|
|
|
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.
|
|
|
|
-------------------------------------------------------------------------------
|
|
|
|
Third-Party Notices
|
|
-------------------
|
|
|
|
This software bundles or depends on the following open-source packages.
|
|
Each package retains its own license.
|
|
|
|
PyQt6 - GPL v3 / Commercial https://riverbankcomputing.com/software/pyqt
|
|
httpx - BSD 3-Clause https://github.com/encode/httpx
|
|
websockets - BSD 3-Clause https://github.com/python-websockets/websockets
|
|
anthropic-sdk - MIT https://github.com/anthropics/anthropic-sdk-python
|
|
PyYAML - MIT https://github.com/yaml/pyyaml
|
|
PyInstaller - GPL v2+ with bootloader exception
|
|
https://github.com/pyinstaller/pyinstaller
|
|
|
|
Font licenses
|
|
Quicksand - Open Font License 1.1 https://fonts.google.com/specimen/Quicksand
|
|
Open Sans - Apache License 2.0 https://fonts.google.com/specimen/Open+Sans
|
|
|
|
The full text of each third-party license is available in the respective
|
|
package source repository or distribution.
|