Added license info

This commit is contained in:
2025-09-20 10:16:14 +02:00
parent c9459b5bb7
commit d33b556578
3 changed files with 27 additions and 2 deletions

View File

@@ -1,3 +1,5 @@
→ SEE IMPORTANT INFORMATION IN README.MD FILE!
GNU GENERAL PUBLIC LICENSE
Version 3, 29 June 2007

View File

@@ -1 +1,12 @@
# UnlegitLibrary
# UnlegitLibrary
## License Information
GNU General Public License v3.0 (GPLv3)<br />
The default license. Applies to all users, projects, and distributions unless explicitly stated otherwise.<br />
→ https://github.com/UnlegitDqrk/UnlegitLibrary/blob/master/LICENSE
Open Autonomous Public License (OAPL)<br />
A special exception applies exclusively to the project Open Autonomous Connection (OAC).<br />
Within OAC, the UnlegitLibrary is also licensed under the OAPL.<br />
In this context, OAPL terms take precedence.<br />
→ https://github.com/Open-Autonomous-Connection/OAPL

14
pom.xml
View File

@@ -43,7 +43,19 @@
<licenses>
<license>
<name>GNU General Public License v3.0</name>
<url>https://github.com/UnlegitDqrk/UnlegitLibrary/blob/master/LICENSE</url>
<url>https://www.gnu.org/licenses/gpl-3.0.html</url>
<comments>
Default license: Applies to all users and projects unless an explicit alternative license has been granted.
</comments>
</license>
<license>
<name>Open Autonomous Public License (OAPL)</name>
<url>https://github.com/Open-Autonomous-Connection/OAPL/blob/main/LICENSE</url>
<comments>
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.
</comments>
</license>
</licenses>