From 154791cb59d1fb6c39ac14a33e3ecca0684c80e5 Mon Sep 17 00:00:00 2001
From: Finn <83773882+UnlegitDqrk@users.noreply.github.com>
Date: Sat, 20 Sep 2025 12:18:34 +0200
Subject: [PATCH] Update README.MD
---
README.MD | 12 +++++++++++-
1 file changed, 11 insertions(+), 1 deletion(-)
diff --git a/README.MD b/README.MD
index 4ca412b..b068238 100644
--- a/README.MD
+++ b/README.MD
@@ -5,6 +5,16 @@ You can easily implement this Protocol via Maven.
Feel free to join our Discord.
+## 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);
}
}
-```
\ No newline at end of file
+```