verifast: change license to MIT
It seems verifast was relicensed to MIT in 2016:
b3c1bce76a
As this was the only package using lib.licenses.msrla I dropped it.
This commit is contained in:
parent
0dc3e485a1
commit
461a252bee
|
@ -524,12 +524,6 @@ lib.mapAttrs (n: v: v // { shortName = n; }) {
|
||||||
fullName = "Microsoft Public License";
|
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 {
|
nasa13 = spdx {
|
||||||
spdxId = "NASA-1.3";
|
spdxId = "NASA-1.3";
|
||||||
fullName = "NASA Open Source Agreement 1.3";
|
fullName = "NASA Open Source Agreement 1.3";
|
||||||
|
|
|
@ -43,7 +43,7 @@ stdenv.mkDerivation rec {
|
||||||
meta = {
|
meta = {
|
||||||
description = "Verification for C and Java programs via separation logic";
|
description = "Verification for C and Java programs via separation logic";
|
||||||
homepage = "http://people.cs.kuleuven.be/~bart.jacobs/verifast/";
|
homepage = "http://people.cs.kuleuven.be/~bart.jacobs/verifast/";
|
||||||
license = stdenv.lib.licenses.msrla;
|
license = stdenv.lib.licenses.mit;
|
||||||
platforms = [ "x86_64-linux" ];
|
platforms = [ "x86_64-linux" ];
|
||||||
maintainers = [ stdenv.lib.maintainers.thoughtpolice ];
|
maintainers = [ stdenv.lib.maintainers.thoughtpolice ];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue
Block a user