Skip to content

Commit d743a89

Browse files
committed
Fix license in Cargo.toml files
1 parent 737f0a6 commit d743a89

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

clippy_lints/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ authors = [
1212
description = "A bunch of helpful lints to avoid common pitfalls in Rust"
1313
repository = "https://github.com/rust-lang/rust-clippy"
1414
readme = "README.md"
15-
license = "MPL-2.0"
15+
license = "MIT/Apache-2.0"
1616
keywords = ["clippy", "lint", "plugin"]
1717
edition = "2018"
1818

mini-macro/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ authors = [
88
"Martin Carton <[email protected]>",
99
"Oliver Schneider <[email protected]>"
1010
]
11-
license = "MPL-2.0"
11+
license = "MIT/Apache-2.0"
1212
description = "A macro to test clippy's procedural macro checks"
1313
repository = "https://github.com/rust-lang/rust-clippy"
1414
edition = "2018"

0 commit comments

Comments
 (0)