Skip to content

Commit

Permalink
licenses: add MirOS license
Browse files Browse the repository at this point in the history
  • Loading branch information
furrycatherder committed Apr 12, 2017
1 parent 75f1a55 commit e2abd55
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lib/licenses.nix
Expand Up @@ -357,6 +357,11 @@ lib.mapAttrs (n: v: v // { shortName = n; }) rec {
fullName = "Lucent Public License v1.02";
};

miros = {
fullname = "MirOS License";
url = https://opensource.org/licenses/MirOS;
};

# 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 {
Expand Down

0 comments on commit e2abd55

Please sign in to comment.