Skip to content

Commit 79a1001

Browse files
committed
Use SPDX license format
1 parent ec51594 commit 79a1001

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
authors = ["Miri Team"]
33
description = "An experimental interpreter for Rust MIR (core driver)."
4-
license = "MIT/Apache-2.0"
4+
license = "MIT OR Apache-2.0"
55
name = "miri"
66
repository = "https://github.com/rust-lang/miri"
77
version = "0.1.0"

cargo-miri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
authors = ["Miri Team"]
33
description = "An experimental interpreter for Rust MIR (cargo wrapper)."
4-
license = "MIT/Apache-2.0"
4+
license = "MIT OR Apache-2.0"
55
name = "cargo-miri"
66
repository = "https://github.com/rust-lang/miri"
77
version = "0.1.0"

0 commit comments

Comments
 (0)