diff --git a/LICENSE b/LICENSE index 8c8a6e2..3ac060f 100644 --- a/LICENSE +++ b/LICENSE @@ -1,3 +1,5 @@ +→ SEE IMPORTANT INFORMATION IN README.MD FILE! + GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007 diff --git a/README.MD b/README.MD index 23b1f26..2a4f7b5 100644 --- a/README.MD +++ b/README.MD @@ -1 +1,12 @@ -# UnlegitLibrary \ No newline at end of file +# UnlegitLibrary + +## License Information +GNU General Public License v3.0 (GPLv3)
+The default license. Applies to all users, projects, and distributions unless explicitly stated otherwise.
+→ https://github.com/UnlegitDqrk/UnlegitLibrary/blob/master/LICENSE + +Open Autonomous Public License (OAPL)
+A special exception applies exclusively to the project Open Autonomous Connection (OAC).
+Within OAC, the UnlegitLibrary is also licensed under the OAPL.
+In this context, OAPL terms take precedence.
+→ https://github.com/Open-Autonomous-Connection/OAPL \ No newline at end of file diff --git a/pom.xml b/pom.xml index cdfe8b1..d3918e2 100644 --- a/pom.xml +++ b/pom.xml @@ -43,7 +43,19 @@ GNU General Public License v3.0 - https://github.com/UnlegitDqrk/UnlegitLibrary/blob/master/LICENSE + https://www.gnu.org/licenses/gpl-3.0.html + + Default license: Applies to all users and projects unless an explicit alternative license has been granted. + + + + Open Autonomous Public License (OAPL) + https://github.com/Open-Autonomous-Connection/OAPL/blob/main/LICENSE + + Special license: Applies exclusively to the "Open Autonomous Connection (OAC)" project. + Within OAC, UnlegitLibrary is additionally licensed under the OAPL. + For OAC, OAPL terms take precedence; for all other users, GPLv3 remains binding. +