licenses: comment about two versions of MIT

I decided to follow spdx.org and not to differentiate those two.
Packages would often have the wrong version anyway.
This commit is contained in:
Vladimír Čunát
2014-08-30 07:28:26 +02:00
parent f7aa6e1140
commit 3f0ebe7e75
3 changed files with 6 additions and 3 deletions

View File

@@ -194,6 +194,8 @@ rec {
fullName = "Lucent Public License v1.02";
};
# spdx.org does not (yet) differentiate between the X11 and Expat versions
# for details see http://en.wikipedia.org/wiki/MIT_License#Various_versions
mit = spdx {
shortName = "MIT";
fullName = "MIT License";