Skip to content

Commit

Permalink
lib/licenses: remove incorrect comment about mit and x11
Browse files Browse the repository at this point in the history
Spdx has a diffrent id for both and so do we!
  • Loading branch information
jopejoe1 committed Aug 11, 2024
1 parent ecf3a6a commit 0ac468c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/licenses.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down

0 comments on commit 0ac468c

Please sign in to comment.