mirror of
https://github.com/mt-mods/homedecor_modpack.git
synced 2025-07-23 15:40:18 +02:00
license fixups: use LGPL 3.0 for code,
CC-by-SA 4.0 for media and everything else
This commit is contained in:
@ -4,15 +4,13 @@ Some code copied and modified from the game's default mods (especially
|
||||
doors) and ironzorg's flowers mod.
|
||||
|
||||
Licenses:
|
||||
* For the lua code, LGPL.
|
||||
* For the door open/close sound, CC-By-SA 3.0 by Slanesh on freesound.org
|
||||
* Door open/close sound by Slanesh on freesound.org
|
||||
http://freesound.org/people/Slanesh/sounds/31768/
|
||||
* For the gate open/close sound, CC0, by j1987 on freesound.org
|
||||
* Gate open/close by j1987 on freesound.org
|
||||
http://freesound.org/people/j1987/sounds/106116/
|
||||
* For the doorbell sound, CC0 by guitarguy1985 on freesound.org
|
||||
* Doorbell sound by guitarguy1985 on freesound.org
|
||||
http://freesound.org/people/guitarguy1985/sounds/69384/
|
||||
* For the book sound, Public Domain by mckinneysound's on http://www.freesfx.co.uk/
|
||||
* Book soundn by mckinneysound's on http://www.freesfx.co.uk/
|
||||
http://www.freesfx.co.uk/sfx/book?p=3
|
||||
* For the phone ring, Public Domain by andyt's on http://www.freesfx.co.uk/
|
||||
* Phone ringing sound by andyt's on http://www.freesfx.co.uk/
|
||||
http://www.freesfx.co.uk/sfx/phone?p=5
|
||||
* For all images and everything else, WTFPL.
|
||||
|
@ -27,7 +27,7 @@ if skinsdb_mod_path then
|
||||
skin_obj:set_texture("homedecor_clothes_"..skin_name..".png")
|
||||
skin_obj:set_meta("name", "Wardrobe "..skin_name)
|
||||
skin_obj:set_meta("author", 'Calinou and Jordach')
|
||||
skin_obj:set_meta("license", 'WTFPL')
|
||||
skin_obj:set_meta("license", 'CC-by-SA-4.0')
|
||||
local file = io.open(homedecor.modpath.."/textures/homedecor_clothes_"..skin_name..".png", "r")
|
||||
skin_obj:set_meta("format", skins.get_skin_format(file))
|
||||
file:close()
|
||||
|
Reference in New Issue
Block a user