From 79a1001b3946a0816a4199ad033657da6411a4f4 Mon Sep 17 00:00:00 2001 From: Alex Touchet Date: Mon, 4 Apr 2022 15:52:09 -0700 Subject: [PATCH] Use SPDX license format --- Cargo.toml | 2 +- cargo-miri/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 356f6822fa..540eeabebb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] authors = ["Miri Team"] description = "An experimental interpreter for Rust MIR (core driver)." -license = "MIT/Apache-2.0" +license = "MIT OR Apache-2.0" name = "miri" repository = "https://github.com/rust-lang/miri" version = "0.1.0" diff --git a/cargo-miri/Cargo.toml b/cargo-miri/Cargo.toml index 15c4656923..7789a8a895 100644 --- a/cargo-miri/Cargo.toml +++ b/cargo-miri/Cargo.toml @@ -1,7 +1,7 @@ [package] authors = ["Miri Team"] description = "An experimental interpreter for Rust MIR (cargo wrapper)." -license = "MIT/Apache-2.0" +license = "MIT OR Apache-2.0" name = "cargo-miri" repository = "https://github.com/rust-lang/miri" version = "0.1.0"