From e2abd55a3b4e4b758f4397feeb344674cf114d1c Mon Sep 17 00:00:00 2001 From: Sean Haugh Date: Wed, 12 Apr 2017 16:13:03 -0500 Subject: licenses: add MirOS license --- lib/licenses.nix | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'lib') diff --git a/lib/licenses.nix b/lib/licenses.nix index 4d4a3c1a9544..000a55224ea7 100644 --- a/lib/licenses.nix +++ b/lib/licenses.nix @@ -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 { -- cgit 1.4.1