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
+8 -5
View File
@@ -33,10 +33,13 @@ Serde support is optional and disabled by default. To enable use the feature `se
bytes = { version = "0.4", features = ["serde"] }
```
# License
## License
`bytes` is primarily distributed under the terms of both the MIT license and the
Apache License (Version 2.0), with portions covered by various BSD-like
licenses.
This project is licensed under the [MIT license](LICENSE).
### Contribution
Unless you explicitly state otherwise, any contribution intentionally submitted
for inclusion in `bytes` by you, shall be licensed as MIT, without any additional
terms or conditions.
See LICENSE-APACHE, and LICENSE-MIT for details.