From f60bab9b6696a50efe54e5f29820690b443fe362 Mon Sep 17 00:00:00 2001 From: pietru Date: Mon, 1 Apr 2024 23:51:33 +0200 Subject: [PATCH] update license --- license.txt | 27 +++++++++++++++++++++++++-- readme.md | 4 +++- 2 files changed, 28 insertions(+), 3 deletions(-) diff --git a/license.txt b/license.txt index 6233320..f09cc82 100644 --- a/license.txt +++ b/license.txt @@ -1,2 +1,25 @@ -OmniPower Mod © 2024 by pietru(Bartłomiej Burakowski) is licensed under Attribution-NonCommercial 4.0 International. -To view a copy of this license, visit http://creativecommons.org/licenses/by-nc/4.0/ \ No newline at end of file +OmniPower Mod - License +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. \ No newline at end of file diff --git a/readme.md b/readme.md index 14ac623..4835bdc 100644 --- a/readme.md +++ b/readme.md @@ -9,7 +9,9 @@ Based on the example mod for the [Cosmic Quilt](https://codeberg.org/CRModders/c

-Mod Licensed under licensed under Attribution-NonCommercial 4.0 International. +Mod Licensed under licensed under MIT like license.
+Check license.txt for details. + ## How to test/build For testing in the dev env, you can use the `gradle run` task