about summary refs log tree commit diff
path: root/lib
diff options
context:
space:
mode:
authorjopejoe12024-08-11 15:59:36 +0200
committerjopejoe12024-08-11 17:44:59 +0200
commitfddb874f91c21833f0e76fa9fbc43beaf8bcb733 (patch)
tree4c55832d82ed01858e019945b00ecedf71830524 /lib
parent67327ada9b39b906d1c712102ab36e23f83d5e8c (diff)
lib/licenses: remove incorrect comment about mit and x11
Spdx has a diffrent id for both and so do we!
Diffstat (limited to 'lib')
-rw-r--r--lib/licenses.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/licenses.nix b/lib/licenses.nix
index c79617be2166..6be2bc654ae2 100644
--- a/lib/licenses.nix
+++ b/lib/licenses.nix
@@ -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";