From 476645e3f0a6195a20fbbdcc7497849c6e1b239b Mon Sep 17 00:00:00 2001 From: neo Date: Wed, 17 Sep 2025 07:48:18 -0400 Subject: [PATCH] Revise license section formatting in README Updated formatting and headings in the license section. --- README.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index a8be765..5893310 100644 --- a/README.md +++ b/README.md @@ -14,16 +14,14 @@ > This project is still in the making!!! I would appreciate if you gave this repo a star, that would mean a lot to me! -## License +## Licenses -This project uses a dual licensing approach due to its mixed heritage: - -### Third-Party Components (Apache 2.0) +#### 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](licenses/LICENSE-APACHE) for the full Apache 2.0 license text -### Original Contributions (MIT) +#### Original Contributions (MIT) - New code, modifications, and enhancements by neoarz are licensed under the MIT License - See [LICENSE-MIT](licenses/LICENSE-MIT) for the full MIT license text