-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Auto merge of #4616 - mati865:license, r=Manishearth
Fix license in Cargo.toml files Missed in #3269 changelog: none r? @Manishearth
- Loading branch information
Showing
7 changed files
with
7 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ authors = [ | |
"Martin Carton <[email protected]>", | ||
"Oliver Schneider <[email protected]>" | ||
] | ||
license = "MPL-2.0" | ||
license = "MIT OR Apache-2.0" | ||
description = "A macro to test clippy's procedural macro checks" | ||
repository = "https://github.com/rust-lang/rust-clippy" | ||
edition = "2018" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ authors = ["Matthias Krüger <[email protected]>"] | |
description = "small helper to generate version information for git packages" | ||
repository = "https://github.com/rust-lang/rust-clippy" | ||
readme = "README.md" | ||
license = "MIT/Apache-2.0" | ||
license = "MIT OR Apache-2.0" | ||
keywords = ["rustc", "tool", "git", "version", "hash"] | ||
categories = ["development-tools"] | ||
edition = "2018" | ||
|