From 82dfa7278ba529f22e24c7d1dfad8b50f40f9819 Mon Sep 17 00:00:00 2001 From: Scott Olson Date: Tue, 10 May 2016 11:50:11 -0600 Subject: [PATCH] Correct license in Cargo.toml. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f9ae9e7d4e6..9b013809ba6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] authors = ["Scott Olson "] 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" -- 2.44.0