Relicense Tokio exclusively under the MIT license. (#215)

This patch relicenses the Tokio project exclusively under the MIT
license. Before this, the project was dual licensed under MIT and Apache
2. As such, switching to only MIT is permitted.

Fixes #202
This commit is contained in:
Carl Lerche
2018-03-09 20:07:09 -08:00
committed by GitHub
parent 2a1585157e
commit 4d514b7eb3
12 changed files with 21 additions and 257 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ name = "tokio"
# - Create "v0.1.x" git tag.
version = "0.1.3"
authors = ["Carl Lerche <[email protected]>"]
license = "MIT/Apache-2.0"
license = "MIT"
readme = "README.md"
repository = "https://github.com/tokio-rs/tokio"
homepage = "https://tokio.rs"