License Agreement
Konado License
Konado is an open-source project. We want Konado to be usable by as many people as possible, so we chose the BSD 3-Clause license.
Konado follows the BSD 3-Clause license. For details, please refer to the LICENSE statement in the code repository.
Attribution Notice
An attribution notice means declaring the relevant Konado information in your project. If you use Konado in your project, please comply with the BSD 3-Clause license by displaying a copy of this project's license notice in your project, or by displaying attribution information for this project, such as on the startup screen of an application or game.
Here are several examples of how to declare Konado information in different scenarios. You can choose or modify them according to your project type and where the notice will be displayed.
Attribution Example 1
Text:
This software uses the Konado framework. Konado Copyright (c) 2025 Konado Project. Licensed under the BSD 3-Clause License.
Notes: This is the most concise version. It includes the necessary core information: what is used, who owns the copyright, and which license applies. It is well suited for startup screens or About dialogs where space is limited.
Attribution Example 2
Text:
Third-Party Library Notice
This project uses the Konado framework.
Konado
- Konado Copyright (c) 2025 Konado Project.
- This software is provided "as is", without any express or implied warranty.
- This library is licensed under the BSD 3-Clause License.
The full license text can be found in the open-source license agreement of the Konado project repository.
Notes: This version is more formal. It explains that the software is provided "as is" and points users to where they can find the full license text. It is suitable for the "About" or "Help" menu of an application or game.