# OneMessageBot License Copyright (c) 2025 ZooMMaX 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, subject to the following conditions: 1. **Attribution Requirement** - The Software includes a function that displays a link to the official GitHub repository of the project: https://github.com/ZooMMaX/OneMessageBot. - Modifying, disabling, or removing this function is strictly prohibited unless a donation is made through one of the methods specified in the `README.md` file of the official GitHub repository. - Disabling the GitHub link display is implemented through the `BotSettings` builder by setting the string field `disableGithubUrl` to the value `enabled`. - The amount of the donation is not important; only the fact of the donation matters. - Confirmation of the donation is not required beforehand; however, the author reserves the right to request such confirmation at any time. This confirmation may also be made publicly available. 2. **Disclaimer of Warranty** - 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. 3. **Attribution for Modified Versions** - Any modified versions of the Software must retain this license, including the above conditions and the copyright notice. 4. **Third-Party Dependencies** - The Software may use third-party dependencies that are subject to their own licensing terms. Users must comply with the terms of those licenses in addition to this license. - This Software includes components licensed under the Apache License 2.0. A copy of the Apache License 2.0 is included in the distribution or can be found at: http://www.apache.org/licenses/LICENSE-2.0. - This Software includes components licensed under the MIT License. A copy of the MIT License is included in the distribution or can be found at: https://opensource.org/licenses/MIT. - The following dependencies are used in this Software: - **Project Lombok**: Licensed under the MIT License (https://github.com/projectlombok/lombok/blob/master/LICENSE). - **SLF4J**: Licensed under the MIT License (https://www.slf4j.org/license.html). - **Reflections**: Licensed under the Apache License 2.0 (https://github.com/ronmamo/reflections/blob/master/LICENSE-2.0.txt). - **Jackson Core**: Licensed under the Apache License 2.0 (https://github.com/FasterXML/jackson-core/blob/2.19/LICENSE). - **SQLite JDBC**: Licensed under the Apache License 2.0 for source code (https://github.com/xerial/sqlite-jdbc/blob/master/LICENSE) and Public Domain for the SQLite library. - **java-telegram-bot-api**: Licensed under the Apache License 2.0 (https://github.com/pengrad/java-telegram-bot-api/blob/master/LICENSE). By using this Software, you agree to the terms outlined above.