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

25
NOTICE Normal file
View File

@@ -0,0 +1,25 @@
Neos Helper Bot
Copyright (c) 2025 neoarz
This project contains code from multiple sources under different licenses:
THIRD-PARTY SOFTWARE:
> Python Discord Bot Template
> Copyright © Krypton 2019-Present
> Licensed under the Apache License, Version 2.0
> Source: https://github.com/kkrypt0nn/Python-Discord-Bot-Template
> The original Apache License, Version 2.0 applies to these components.
> See LICENSE-APACHE for the full license text.
NEW CONTRIBUTIONS:
> Original code and modifications by neoarz are licensed under the MIT License.
> See LICENSE-MIT for the full license text.
> This includes but is not limited to:
> - Custom commands and cogs not present in the original template
> - Modifications and enhancements to existing functionality
> - New features and integrations
> - Documentation and configuration files created by neoarz