z3/verifast: update license

Signed-off-by: Austin Seipp <aseipp@pobox.com>
This commit is contained in:
Austin Seipp 2014-05-01 19:09:24 -05:00
parent 145dcdc539
commit 7d58646b08
2 changed files with 2 additions and 2 deletions

View File

@ -40,7 +40,7 @@ stdenv.mkDerivation rec {
meta = {
description = "Verification for C and Java programs via separation logic";
homepage = "http://people.cs.kuleuven.be/~bart.jacobs/verifast/";
license = stdenv.lib.licenses.unfreeRedistributable;
license = stdenv.lib.licenses.msrla;
platforms = [ "i686-linux" ];
maintainers = [ stdenv.lib.maintainers.thoughtpolice ];
};

View File

@ -39,7 +39,7 @@ stdenv.mkDerivation rec {
meta = {
description = "Z3 is a high-performance theorem prover and SMT solver";
homepage = "http://z3.codeplex.com";
license = stdenv.lib.licenses.unfreeRedistributable;
license = stdenv.lib.licenses.msrla;
platforms = stdenv.lib.platforms.unix;
maintainers = [ stdenv.lib.maintainers.thoughtpolice ];
};