From d743a8992a9271fd371be25811b169586bcfb0b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateusz=20Miku=C5=82a?= Date: Thu, 3 Oct 2019 19:55:05 +0200 Subject: [PATCH] Fix license in Cargo.toml files --- clippy_lints/Cargo.toml | 2 +- mini-macro/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/clippy_lints/Cargo.toml b/clippy_lints/Cargo.toml index 423e13e9dd5..16845e970f1 100644 --- a/clippy_lints/Cargo.toml +++ b/clippy_lints/Cargo.toml @@ -12,7 +12,7 @@ authors = [ description = "A bunch of helpful lints to avoid common pitfalls in Rust" repository = "https://github.com/rust-lang/rust-clippy" readme = "README.md" -license = "MPL-2.0" +license = "MIT/Apache-2.0" keywords = ["clippy", "lint", "plugin"] edition = "2018" diff --git a/mini-macro/Cargo.toml b/mini-macro/Cargo.toml index a21e7fec6d4..76db44c8525 100644 --- a/mini-macro/Cargo.toml +++ b/mini-macro/Cargo.toml @@ -8,7 +8,7 @@ authors = [ "Martin Carton ", "Oliver Schneider " ] -license = "MPL-2.0" +license = "MIT/Apache-2.0" description = "A macro to test clippy's procedural macro checks" repository = "https://github.com/rust-lang/rust-clippy" edition = "2018"