]> git.lizzy.rs Git - rust.git/commitdiff
Correct license in Cargo.toml.
authorScott Olson <scott@solson.me>
Tue, 10 May 2016 17:50:11 +0000 (11:50 -0600)
committerScott Olson <scott@solson.me>
Tue, 10 May 2016 17:50:11 +0000 (11:50 -0600)
Cargo.toml

index f9ae9e7d4e61907d7bc26a59229d813ecac24277..9b013809ba6dcb89cfd66ab8f6932ea5378d4769 100644 (file)
@@ -1,7 +1,7 @@
 [package]
 authors = ["Scott Olson <scott@solson.me>"]
 description = "An experimental interpreter for Rust MIR."
-license = "ISC"
+license = "MIT/Apache-2.0"
 name = "miri"
 repository = "https://github.com/solson/miri"
 version = "0.1.0"