refactor: new licensing structure

This commit is contained in:
neoarz
2025-09-17 07:09:25 -04:00
parent 7becbe12c1
commit 0572496efd
4 changed files with 42 additions and 5 deletions

View File

@@ -9,7 +9,7 @@
<br>
> [!IMPORTANT]
> **Give Credits Where its Due**
> **Dual Licensing**
>
> Alot of the inspiration for this code is from the [Python Discord Bot Template](https://github.com/kkrypt0nn/Python-Discord-Bot-Template) by [kkrypt0nn](https://github.com/kkrypt0nn). Please check out their repo for more information. I have made many changes to the code and havent explicitly stated in most files, that why I have thought it would be best to keep this note at the top of the README.md file.
@@ -23,8 +23,13 @@
## License
This project is licensed under the Apache License 2.0 - see the [LICENSE.md](LICENSE.md) file for details
This project uses a dual licensing approach due to its mixed heritage:
<h6>
License cannot be changed.
</h6>
### Third-Party Components (Apache 2.0)
- Code derived from the [Python Discord Bot Template](https://github.com/kkrypt0nn/Python-Discord-Bot-Template) by [kkrypt0nn](https://github.com/kkrypt0nn) remains under the Apache License 2.0
- See [LICENSE-APACHE](LICENSE-APACHE) for the full Apache 2.0 license text
- See [NOTICE](NOTICE) file for detailed attribution information
### Original Contributions (MIT)
- New code, modifications, and enhancements by neoarz are licensed under the MIT License
- See [LICENSE-MIT](LICENSE-MIT) for the full MIT license text