mirror of
https://github.com/minetest-mods/mesecons.git
synced 2025-08-01 21:30:21 +02:00
Resolve license information inconsistency
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
This commit is contained in:
@ -1,9 +1,9 @@
|
||||
{
|
||||
"name": "mesecons",
|
||||
"description": "Mesecons is a mod for Minetest that implements items related to digital circuitry: wires, buttons, lights, and programmable controllers.",
|
||||
"homepage": "http://mesecons.net",
|
||||
"authors": "Jeija",
|
||||
"license": "LGPL-3.0+",
|
||||
"homepage": "https://mesecons.net",
|
||||
"authors": ["Jeija"],
|
||||
"license": "LGPL-3.0",
|
||||
"keywords": [
|
||||
"mesecons",
|
||||
"minetest",
|
||||
|
Reference in New Issue
Block a user