From 461a252bee3768c04017ddd67564db80c09befd0 Mon Sep 17 00:00:00 2001 From: Pavol Rusnak Date: Thu, 23 Apr 2020 11:59:33 +0200 Subject: verifast: change license to MIT It seems verifast was relicensed to MIT in 2016: https://github.com/verifast/verifast/commit/b3c1bce76aec40de115c666e8d6e7d09f3f35a78 As this was the only package using lib.licenses.msrla I dropped it. --- lib/licenses.nix | 6 ------ 1 file changed, 6 deletions(-) (limited to 'lib/licenses.nix') diff --git a/lib/licenses.nix b/lib/licenses.nix index a4ac08bb20e9..4c07797b16c2 100644 --- a/lib/licenses.nix +++ b/lib/licenses.nix @@ -524,12 +524,6 @@ lib.mapAttrs (n: v: v // { shortName = n; }) { fullName = "Microsoft Public License"; }; - msrla = { - fullName = "Microsoft Research License Agreement"; - url = "http://research.microsoft.com/en-us/projects/pex/msr-la.txt"; - free = false; - }; - nasa13 = spdx { spdxId = "NASA-1.3"; fullName = "NASA Open Source Agreement 1.3"; -- cgit 1.4.1