From 22b1a9a70a6e0c11647d1fca3a37535a6e064bdc Mon Sep 17 00:00:00 2001 From: Carl Lerche Date: Fri, 10 Nov 2017 10:39:30 -0800 Subject: [PATCH] Fix license text --- README.md | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 15c9c54..04f2fb3 100644 --- a/README.md +++ b/README.md @@ -68,8 +68,13 @@ fn main() { # License -`http` 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. +Licensed under either of -See LICENSE-APACHE, and LICENSE-MIT for details. +- Apache License, Version 2.0 ([LICENSE-APACHE](LICENSE-APACHE) or http://apache.org/licenses/LICENSE-2.0) +- MIT license ([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT) + +# Contribution + +Unless you explicitly state otherwise, any contribution intentionally submitted +for inclusion in the work by you, as defined in the Apache-2.0 license, shall be +dual licensed as above, without any additional terms or conditions.