z3/verifast: update license
Signed-off-by: Austin Seipp <aseipp@pobox.com>
This commit is contained in:
parent
145dcdc539
commit
7d58646b08
@ -40,7 +40,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.unfreeRedistributable;
|
license = stdenv.lib.licenses.msrla;
|
||||||
platforms = [ "i686-linux" ];
|
platforms = [ "i686-linux" ];
|
||||||
maintainers = [ stdenv.lib.maintainers.thoughtpolice ];
|
maintainers = [ stdenv.lib.maintainers.thoughtpolice ];
|
||||||
};
|
};
|
||||||
|
@ -39,7 +39,7 @@ stdenv.mkDerivation rec {
|
|||||||
meta = {
|
meta = {
|
||||||
description = "Z3 is a high-performance theorem prover and SMT solver";
|
description = "Z3 is a high-performance theorem prover and SMT solver";
|
||||||
homepage = "http://z3.codeplex.com";
|
homepage = "http://z3.codeplex.com";
|
||||||
license = stdenv.lib.licenses.unfreeRedistributable;
|
license = stdenv.lib.licenses.msrla;
|
||||||
platforms = stdenv.lib.platforms.unix;
|
platforms = stdenv.lib.platforms.unix;
|
||||||
maintainers = [ stdenv.lib.maintainers.thoughtpolice ];
|
maintainers = [ stdenv.lib.maintainers.thoughtpolice ];
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user