Asset License

This commit is contained in:
Frank 2022-07-29 11:10:00 +02:00
parent 321c94379d
commit 9db2ebb424
4 changed files with 15 additions and 1 deletions

View file

@ -19,3 +19,7 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 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 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE. SOFTWARE.
___________________________
Some of our Assets (see LICENSE.ASSETS for a Listing) is licensed under CC BY-NC-SA 4.0
See https://creativecommons.org/licenses/by-nc-sa/4.0/ for Details.

9
LICENSE.ASSETS Normal file
View file

@ -0,0 +1,9 @@
Some of our Assets (see List below) is licensed under CC BY-NC-SA 4.0
See https://creativecommons.org/licenses/by-nc-sa/4.0/ for Details.
Please use the Attribution "Team BetterX".
The following Files are distributed under this License:
* src/main/resources/assets/betterend/textures/gui/infusion.png
* src/main/resources/assets/betterend/icon_updater.png
* src/main/resources/assets/betterend/lang/de_de.json

View file

@ -112,6 +112,7 @@ java {
jar { jar {
from "LICENSE" from "LICENSE"
from "LICENSE.ASSETS"
} }
artifacts { artifacts {

View file

@ -18,7 +18,7 @@
"issues": "https://github.com/quiqueck/BetterEnd/issues", "issues": "https://github.com/quiqueck/BetterEnd/issues",
"sources": "https://github.com/quiqueck/BetterEnd" "sources": "https://github.com/quiqueck/BetterEnd"
}, },
"license": "MIT", "license": "MIT (CC BY-NC-SA 4.0 for some Assets)",
"icon": "assets/betterend/icon.png", "icon": "assets/betterend/icon.png",
"environment": "*", "environment": "*",
"entrypoints": { "entrypoints": {