Skip to content

Commit 95559c9

Browse files
committed
Auto merge of #2049 - atouchet:lic, r=RalfJung
Use SPDX license format
2 parents ec51594 + 79a1001 commit 95559c9

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)