# Licenses ## Ashita Ashita is released under the GNU GPL v3 license, unless otherwise stated differently. Please be mindful of the license agreements and requirements to ensure you are in full compliance with the various legal obligations. * You **MUST** include all original copyrights, credits, information, links and other data regarding the project. * You **MUST** include full source code access to any modifications. * You **MUST** include information regarding all major changes made to the original work. * You **MAY NOT** alter the license or sub-license any part of Ashita. * You **MAY NOT** hold any of the Ashita Development Team or its contributors liable for any damages. You can find a full copy of this license within the `LICENSE - GPLv3.md` file. ## Ashita SDK The Ashita SDK (found within /Ashita/Data/plugins/sdk/) is licensed under the GNU LGPL v3. * Please refer to the bullet points above for important license terms. > **Please Note** > > The Ashita SDK is licensed under the LGPL instead of the full GPL, allowing plugins to be released without having to release their source code. > > However, modifications to the SDK itself must be released with your plugin if any are made. *(Plugin authors should not need to alter the SDK specifically for a plugin. If you feel something needs to be changed in the SDK, please either make a feature request report or create a pull request with your suggested change.)* You can find a full copy of this license within the `LICENSE - LGPLv3.md` file.