TerraformersMC / ModMenu

A menu for, you guessed it, mods!
MIT License
484 stars 148 forks source link

Line feeds don't break lines in the license field. #516

Closed nnym closed 1 year ago

nnym commented 1 year ago

Mod Menu version 5.0.2.

license is "Cloth Config: GNU LGPL v3.0 or later\nsnakeyaml: Apache License 2.0\ntoml4j and Jankson: MIT License".

Screenshot_20221218_013543

Prospector commented 1 year ago

This is not supported by the fabric.mod.json spec

license Defines the licensing information. Can either be a single license string or a list of them.

  • This should provide the complete set of preferred licenses conveying the entire mod package. In other words, compliance with all listed licenses should be sufficient for usage, redistribution, etc. of the mod package as a whole.
  • For cases where a part of code is dual-licensed, choose the preferred license. The list is not exhaustive, serves primarily as a kind of hint, and does not prevent you from granting additional rights/licenses on a case-by-case basis.
  • To aid automated tools, it is recommended to use SPDX License Identifiers for open-source licenses.