You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The difference isn't very important in practice, but I'm writing an ‘importer‘ for Guix for automatically packaging Minetest mods, and packages in Guix need accurate licensing metadata.
I'd recommend removing "MIT" from the licenses that can be chosen from (allowing ‘old’ mods to keep the ambigious ‘MIT’ for now), adding "Expat" and "X11" to the list, and noting that people often mean "Expat" when they say "MIT" on the web interface were the license is chosen (to avoid confusion).
Alternatively, maybe "MIT" can be replaced with "MIT (Expat)" on the web interface, like this:
old:
Type
Mod
Technical Name
farming
License
MIT
Added
2018-05-23 19:58 UTC
new:
Type
Mod
Technical Name
farming
License
MIT (Expat)
Added
2018-05-23 19:58 UTC
The text was updated successfully, but these errors were encountered:
"MIT" is in the list of accepted licenses for mods on https://content.minetest.net.
This is ambiguous however, as "the MIT license" has been used to refer to the Expat license, and sometimes to refer to the X11 license (see https://www.gnu.org/licenses/license-list.en.html#Expat).
The difference isn't very important in practice, but I'm writing an ‘importer‘ for Guix for automatically packaging Minetest mods, and packages in Guix need accurate licensing metadata.
I'd recommend removing "MIT" from the licenses that can be chosen from (allowing ‘old’ mods to keep the ambigious ‘MIT’ for now), adding "Expat" and "X11" to the list, and noting that people often mean "Expat" when they say "MIT" on the web interface were the license is chosen (to avoid confusion).
Alternatively, maybe "MIT" can be replaced with "MIT (Expat)" on the web interface, like this:
old:
new:
The text was updated successfully, but these errors were encountered: