summaryrefslogtreecommitdiffstats
path: root/lib/licenses.nix
diff options
context:
space:
mode:
authorPavol Rusnak <pavol@rusnak.io>2020-04-23 11:59:33 +0200
committerGitHub <noreply@github.com>2020-04-23 09:59:33 +0000
commit461a252bee3768c04017ddd67564db80c09befd0 (patch)
tree49dfbf72f6ee76485355ee237153eb9bd4ab2cf1 /lib/licenses.nix
parent0dc3e485a11d327d8559f6027c8536b0e498b5af (diff)
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.
Diffstat (limited to 'lib/licenses.nix')
-rw-r--r--lib/licenses.nix6
1 files changed, 0 insertions, 6 deletions
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";