Clarify license as MIT (#216)

The intent of the license was to dual license MIT & Apache 2.0. However,
the messaging was copy / pasted from rust-lang.

Clarify the license as exclusively MIT.

Fixes #215
This commit is contained in:
Carl Lerche
2018-06-18 12:49:34 -07:00
committed by GitHub
parent 406b048ae6
commit a6b9844296
4 changed files with 10 additions and 208 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
name = "bytes"
version = "0.4.8" # don't forget to update html_root_url
license = "MIT/Apache-2.0"
license = "MIT"
authors = ["Carl Lerche <[email protected]>"]
description = "Types and traits for working with bytes"
documentation = "https://carllerche.github.io/bytes/bytes"