1
0
mirror of https://github.com/mt-mods/homedecor_modpack.git synced 2025-07-20 06:10:23 +02:00

change license to LGPL to conform to what's written in the forum post

since forever.

Also clarify it in the copyright message, spread the license file around
a bit, and remove some useless "last changed" dates since they've been
inaccurate for a long time.
This commit is contained in:
Vanessa Ezekowitz
2014-06-06 03:26:42 -04:00
parent cf6e079044
commit 9be635cb5f
9 changed files with 510 additions and 816 deletions

View File

@ -1,5 +1,4 @@
-- Home Decor mod by VanessaE
-- 2013-03-17
--
-- Mostly my own code, with bits and pieces lifted from Minetest's default
-- lua files and from ironzorg's flowers mod. Many thanks to GloopMaster
@ -7,9 +6,6 @@
--
-- The code for ovens, nightstands, refrigerators are basically modified
-- copies of the code for chests and furnaces.
--
-- License: LGPL 2.0 or higher
--
homedecor = {}