This commit is contained in:
parent
4692b937e0
commit
f60bab9b66
2 changed files with 28 additions and 3 deletions
27
license.txt
27
license.txt
|
@ -1,2 +1,25 @@
|
||||||
OmniPower Mod © 2024 by pietru(Bartłomiej Burakowski) is licensed under Attribution-NonCommercial 4.0 International.
|
OmniPower Mod - License
|
||||||
To view a copy of this license, visit http://creativecommons.org/licenses/by-nc/4.0/
|
Copyright 2024 pietru(Bartłomiej Burakowski)
|
||||||
|
|
||||||
|
Permission is hereby granted, free of charge,
|
||||||
|
to any person obtaining a copy of this software
|
||||||
|
and associated documentation files (the “Software”),
|
||||||
|
to deal in the Software with limitation of rights to:
|
||||||
|
use,
|
||||||
|
copy,
|
||||||
|
modify,
|
||||||
|
merge,
|
||||||
|
publish,
|
||||||
|
distribute,
|
||||||
|
sublicense,
|
||||||
|
under the following conditions:
|
||||||
|
|
||||||
|
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
||||||
|
|
||||||
|
THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND,
|
||||||
|
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
||||||
|
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
|
||||||
|
DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
||||||
|
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE
|
||||||
|
OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
@ -9,7 +9,9 @@ Based on the example mod for the [Cosmic Quilt](https://codeberg.org/CRModders/c
|
||||||
|
|
||||||
<br>
|
<br>
|
||||||
<br>
|
<br>
|
||||||
Mod Licensed under licensed under Attribution-NonCommercial 4.0 International.
|
Mod Licensed under licensed under MIT like license. <br>
|
||||||
|
Check <code>license.txt</code> for details.
|
||||||
|
|
||||||
|
|
||||||
## How to test/build
|
## How to test/build
|
||||||
For testing in the dev env, you can use the `gradle run` task
|
For testing in the dev env, you can use the `gradle run` task
|
||||||
|
|
Loading…
Reference in a new issue