Skip to content

Commit 5ed118f

Browse files
committed
Auto merge of #4616 - mati865:license, r=Manishearth
Fix license in Cargo.toml files Missed in #3269 changelog: none r? @Manishearth
2 parents 737f0a6 + d743a89 commit 5ed118f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

clippy_lints/Cargo.toml

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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)