Added license info
This commit is contained in:
2
LICENSE
2
LICENSE
@@ -1,3 +1,5 @@
|
|||||||
|
→ SEE IMPORTANT INFORMATION IN README.MD FILE!
|
||||||
|
|
||||||
GNU GENERAL PUBLIC LICENSE
|
GNU GENERAL PUBLIC LICENSE
|
||||||
Version 3, 29 June 2007
|
Version 3, 29 June 2007
|
||||||
|
|
||||||
|
13
README.MD
13
README.MD
@@ -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
14
pom.xml
@@ -43,7 +43,19 @@
|
|||||||
<licenses>
|
<licenses>
|
||||||
<license>
|
<license>
|
||||||
<name>GNU General Public License v3.0</name>
|
<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>
|
</license>
|
||||||
</licenses>
|
</licenses>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user