diff options
Diffstat (limited to 'homedecor')
-rw-r--r-- | homedecor/copyright.txt | 12 | ||||
-rw-r--r-- | homedecor/wardrobe.lua | 2 |
2 files changed, 6 insertions, 8 deletions
diff --git a/homedecor/copyright.txt b/homedecor/copyright.txt index fa4892f..7dc11a3 100644 --- a/homedecor/copyright.txt +++ b/homedecor/copyright.txt @@ -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. diff --git a/homedecor/wardrobe.lua b/homedecor/wardrobe.lua index 40511d0..8515555 100644 --- a/homedecor/wardrobe.lua +++ b/homedecor/wardrobe.lua @@ -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() |