forked from Mirrorlandia_minetest/mesecons
fef5c8cf68
Although the addition of "version 3 or later" to the README [1] predates the commit that added LICENSE.txt with the description "LGPLv3 for code" [2] I think it's safe to go with the latter since the terms were clarified again by the original author explicitly without the "or later" clause [3]. closes #575 [1]: May 2013 8be0d0e1d975ef93b38918f19b36b58b5c873b07 [2]: Sep 2013 c3082f660175bdeb6205f19418f0bf8b43ba10f6 [3]: May 2016 85bc62a65d05c6e6066fba12b6551364561ab207
13 lines
358 B
JSON
13 lines
358 B
JSON
{
|
|
"name": "mesecons",
|
|
"description": "Mesecons is a mod for Minetest that implements items related to digital circuitry: wires, buttons, lights, and programmable controllers.",
|
|
"homepage": "https://mesecons.net",
|
|
"authors": ["Jeija"],
|
|
"license": "LGPL-3.0",
|
|
"keywords": [
|
|
"mesecons",
|
|
"minetest",
|
|
"mod"
|
|
]
|
|
}
|