diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..da8f605 --- /dev/null +++ b/LICENSE @@ -0,0 +1,27 @@ +Syntrel Discord 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](licenses/LICENSE-APACHE) for the full license text. + +NEW CONTRIBUTIONS: + +Original code and modifications by neoarz are licensed under the MIT License. +See [LICENSE-MIT](licenses/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 + + diff --git a/NOTICE b/NOTICE deleted file mode 100644 index 8550f92..0000000 --- a/NOTICE +++ /dev/null @@ -1,25 +0,0 @@ -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 diff --git a/README.md b/README.md index 840e160..94973c1 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ - Neos Helper Bot Banner + Syntrel Discord Bot Banner @@ -27,9 +27,11 @@ This project uses a dual licensing approach due to its mixed heritage: ### 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 +- See [LICENSE-APACHE](licenses/LICENSE-APACHE) for the full Apache 2.0 license text + ### 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 +- See [LICENSE-MIT](licenses/LICENSE-MIT) for the full MIT license text + +See [LICENSE](LICENSE) file for detailed attribution information \ No newline at end of file diff --git a/LICENSE-APACHE b/licenses/LICENSE-APACHE similarity index 99% rename from LICENSE-APACHE rename to licenses/LICENSE-APACHE index 3ae1512..a611cd6 100644 --- a/LICENSE-APACHE +++ b/licenses/LICENSE-APACHE @@ -141,4 +141,4 @@ License. You may obtain a copy of the License at Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an " AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific -language governing permissions and limitations under the License. +language governing permissions and limitations under the License. \ No newline at end of file diff --git a/LICENSE-MIT b/licenses/LICENSE-MIT similarity index 100% rename from LICENSE-MIT rename to licenses/LICENSE-MIT