Update README.MD

This commit is contained in:
Finn
2025-09-20 12:18:34 +02:00
committed by GitHub
parent 030746cb17
commit 154791cb59

View File

@@ -5,6 +5,16 @@ You can easily implement this Protocol via Maven.<br />
Feel free to join our Discord.
<br />
## License Notice
This project (OAC) is licensed under the [Open Autonomous Public License (OAPL)](https://github.com/Open-Autonomous-Connection/OAPL/blob/main/LICENSE).
**Third-party components:**
- *UnlegitLibrary* is authored by the same copyright holder and is used here under a special agreement:
While UnlegitLibrary is generally distributed under the [GNU GPLv3](https://www.gnu.org/licenses/gpl-3.0.html),
it is additionally licensed under OAPL **exclusively for the OAC project**.
Therefore, within OAC, the OAPL terms apply to UnlegitLibrary as well.
# Bugs/Problems
# In progress
# TODO
@@ -106,4 +116,4 @@ public class Client extends ProtocolClient {
System.out.println("Received message: " + message);
}
}
```
```