1
0
mirror of https://github.com/mt-mods/homedecor_modpack.git synced 2025-07-20 22:30:23 +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:
Vanessa Dannenberg
2018-11-08 18:58:34 -05:00
parent 12bdbd6684
commit e291a45d99
10 changed files with 433 additions and 103 deletions

View File

@ -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()