THIRD-PARTY LICENSES

This project includes the following third-party libraries. Each is distributed under its respective license.

---

1. JDA
   - Maven coordinates:
     - net.dv8tion:JDA:6.4.1
   - License: Apache License 2.0
   - Homepage:
     - https://github.com/discord-jda/JDA

2. SLF4J
   - Maven coordinates:
     - org.slf4j:slf4j-api:2.0.17
   - License: MIT License
   - Homepage:
     - https://www.slf4j.org/

3. Jackson
   - Maven coordinates:
     - tools.jackson.core:jackson-databind:3.1.2
     - tools.jackson.dataformat:jackson-dataformat-yaml:3.1.2
   - License: Apache License 2.0
   - Homepage:
     - https://github.com/FasterXML/jackson-databind
     - https://github.com/FasterXML/jackson-dataformats-text

4. OkHttp
   - Maven coordinates:
     - com.squareup.okhttp3:okhttp:5.3.2
   - License: Apache License 2.0
   - Homepage:
     - https://square.github.io/okhttp/

5. Netty
   - Maven coordinates:
     - io.netty:netty-handler:4.2.12.Final
   - License: Apache License 2.0
   - Homepage:
     - https://netty.io/

6. JEmoji
   - Maven coordinates:
     - net.fellbaum:jemoji:2.0.0
   - License: Apache License 2.0
   - Homepage:
     - https://github.com/felldo/JEmoji

---

All third-party dependencies have been relocated to the "dmcc_dep" package and may themselves contain additional transitive dependencies, which are distributed under their own respective licenses. For details, please refer to the relevant library's homepage or distribution package.

For the full license text of each library, please refer to their respective homepages.
