License Agreement
Konado License Agreement
Konado is an open-source project, and we hope that Konado can be used by more people, so we have chosen the BSD 3-Clause license.
Konado follows the BSD 3-Clause license. For details, please refer to the LICENSE statement in the code repository.
Declaration Information
Declaration information refers to declaring relevant information about Konado in your project. If you have used Konado in your project, please comply with the BSD 3-Clause license agreement and display a copy of this project's license declaration document in your project, or display a copy of this project's declaration information in your project (such as displaying it on the startup screen of an application or game).
Okay, here are a few examples of declaring Konado information in different scenarios, which you can choose or modify according to the project type and display location.
Declaration Example 1
Text content:
This software uses the Konado framework. Konado is copyrighted (c) 2025 Konado Project and follows the BSD 3-Clause license.
Description: This is the most concise version, containing the necessary core information: what is used, copyright ownership, and the license followed. It is very suitable for startup screens or about dialogs with limited space.
Declaration Example 2
Text content:
Third-party Library Declaration
This project uses the Konado framework.
Konado
- Konado is copyrighted (c) 2025 Konado Project.
- This software is provided "as is" without any express or implied warranty.
- This library follows the BSD 3-Clause license.
The full text of the license can be found in the open-source license agreement of the Konado project repository.
Description: This version is more formal, explains that the software is provided "as is", and directs users to where they can find the complete license text. It is suitable for the "About" or "Help" menu in applications or games.