mirror of
https://github.com/minetest-mods/mesecons.git
synced 2024-11-09 20:00:20 +01:00
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 20138be0d0e1d9
[2]: Sep 2013c3082f6601
[3]: May 201685bc62a65d
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"
|
|
]
|
|
}
|