Commit fddb874f authored by jopejoe1's avatar jopejoe1
Browse files

lib/licenses: remove incorrect comment about mit and x11

Spdx has a diffrent id for both and so do we!
parent 67327ada
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -862,8 +862,6 @@ lib.mapAttrs mkLicense ({
    url = "https://opensource.org/licenses/MirOS";
  };

  # spdx.org does not (yet) differentiate between the X11 and Expat versions
  # for details see https://en.wikipedia.org/wiki/MIT_License#Various_versions
  mit = {
    spdxId = "MIT";
    fullName = "MIT License";