From 8733de1c722bbcc6fce3f24847fa6346cac7fab8 Mon Sep 17 00:00:00 2001 From: Paramat Date: Tue, 31 Jul 2018 10:55:28 +0100 Subject: [PATCH] sfinv, player_api mods: Fix and cleanup README and license files sfinv: Move license information to create the missing license.txt file. Make README consistent with other Minetest Game mods. player_api: Add missing texture and sound credits to README. Update and add extra license information. default: Remove credit for 'player_damage.ogg' sound. --- README.txt | 20 ++++++++++++++++---- license.txt | 41 +++++++++++++++++++++++++++++++++++++---- 2 files changed, 53 insertions(+), 8 deletions(-) diff --git a/README.txt b/README.txt index cf12468..62e37c6 100644 --- a/README.txt +++ b/README.txt @@ -10,11 +10,23 @@ Authors of source code Originally by celeron55, Perttu Ahola (LGPL 2.1) Various Minetest developers and contributors (LGPL 2.1) -Authors of media (textures and models) --------------------------------------- - +Authors of media (textures, models and sounds) +---------------------------------------------- stujones11 (CC BY-SA 3.0): - character.* -- Derived from a model by MirceaKitsune (CC BY-SA 3.0) + character.b3d + character.blend -- Both derived from a model by MirceaKitsune (CC BY-SA 3.0) Jordach (CC BY-SA 3.0): character.png + +BlockMen (CC BY-SA 3.0): + gui_hotbar.png + gui_hotbar_selected.png + +celeron55, Perttu Ahola (CC BY-SA 3.0): + player.png + player_back.png + +sonictechtonic (CC BY 3.0): +https://www.freesound.org/people/sonictechtonic/sounds/241872/ + player_damage.ogg diff --git a/license.txt b/license.txt index 4bee6c5..9d89425 100644 --- a/license.txt +++ b/license.txt @@ -2,8 +2,8 @@ License of source code ---------------------- GNU Lesser General Public License, version 2.1 -Copyright (C) 2011-2017 celeron55, Perttu Ahola -Copyright (C) 2011-2017 Various Minetest developers and contributors +Copyright (C) 2011-2018 celeron55, Perttu Ahola +Copyright (C) 2011-2018 Various Minetest developers and contributors This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; @@ -19,8 +19,10 @@ Licenses of media (textures, models and sounds) ----------------------------------------------- Attribution-ShareAlike 3.0 Unported (CC BY-SA 3.0) -Copyright (C) 2017 stujones11 -Copyright (C) 2012-2017 Jordach +Copyright (C) 2011-2018 celeron55, Perttu Ahola +Copyright (C) 2012-2018 Jordach +Copyright (C) 2014-2018 BlockMen +Copyright (C) 2018 stujones11 You are free to: Share — copy and redistribute the material in any medium or format. @@ -49,3 +51,34 @@ rights may limit how you use the material. For more details: http://creativecommons.org/licenses/by-sa/3.0/ + +------------------------------------ + +Attribution 3.0 Unported (CC BY 3.0) +Copyright (C) 2014-2018 sonictechtonic + +You are free to: +Share — copy and redistribute the material in any medium or format. +Adapt — remix, transform, and build upon the material for any purpose, even commercially. +The licensor cannot revoke these freedoms as long as you follow the license terms. + +Under the following terms: + +Attribution — You must give appropriate credit, provide a link to the license, and +indicate if changes were made. You may do so in any reasonable manner, but not in any way +that suggests the licensor endorses you or your use. + +No additional restrictions — You may not apply legal terms or technological measures that +legally restrict others from doing anything the license permits. + +Notices: + +You do not have to comply with the license for elements of the material in the public +domain or where your use is permitted by an applicable exception or limitation. +No warranties are given. The license may not give you all of the permissions necessary +for your intended use. For example, other rights such as publicity, privacy, or moral +rights may limit how you use the material. + +For more details: +http://creativecommons.org/licenses/by/3.0/ +