Skip to content

Commit 97f5561

Browse files
committed
Relicense clippy
Documentation on relicensing in previous commit Fixes #2885 Also fixes #3093, fixes #3094, fixes 3095, fixes #3096, fixes #3097, fixes #3098, fixes #3099, fixes #3100, fixes #3230
1 parent 1cbbcd4 commit 97f5561

File tree

4 files changed

+5
-378
lines changed

4 files changed

+5
-378
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ authors = [
1111
description = "A bunch of helpful lints to avoid common pitfalls in Rust"
1212
repository = "https://github.com/rust-lang-nursery/rust-clippy"
1313
readme = "README.md"
14-
license = "MPL-2.0"
14+
license = "MIT/Apache-2.0"
1515
keywords = ["clippy", "lint", "plugin"]
1616
categories = ["development-tools", "development-tools::cargo-plugins"]
1717
build = "build.rs"

LICENSE

Lines changed: 0 additions & 373 deletions
This file was deleted.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ We are currently in the process of discussing Clippy 1.0 via the RFC process in
55
[![Build Status](https://travis-ci.org/rust-lang-nursery/rust-clippy.svg?branch=master)](https://travis-ci.org/rust-lang-nursery/rust-clippy)
66
[![Windows Build status](https://ci.appveyor.com/api/projects/status/id677xpw1dguo7iw?svg=true)](https://ci.appveyor.com/project/rust-lang-libs/rust-clippy)
77
[![Current Version](https://meritbadge.herokuapp.com/clippy)](https://crates.io/crates/clippy)
8-
[![License: MPL-2.0](https://img.shields.io/crates/l/clippy.svg)](#license)
8+
[![License: MIT/Apache-2.0](https://img.shields.io/crates/l/clippy.svg)](#license)
99

1010
A collection of lints to catch common mistakes and improve your [Rust](https://github.com/rust-lang/rust) code.
1111

0 commit comments

Comments
 (0)