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 +```