From b56b25653a623a9e431aa30e240996170a48e5e0 Mon Sep 17 00:00:00 2001 From: Nikolay Kim Date: Wed, 21 Mar 2018 15:50:38 -0700 Subject: [PATCH] license --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 9343f1ddb..812e472dd 100644 --- a/README.md +++ b/README.md @@ -28,3 +28,12 @@ fn index(req: HttpRequest) -> Box> { .responder() } ``` + +## License + +This project is licensed under either of + +* Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or [http://www.apache.org/licenses/LICENSE-2.0](http://www.apache.org/licenses/LICENSE-2.0)) +* MIT license ([LICENSE-MIT](LICENSE-MIT) or [http://opensource.org/licenses/MIT](http://opensource.org/licenses/MIT)) + +at your option.