From 43d1d7005c6eb9b7805ca581e63f4378214a7984 Mon Sep 17 00:00:00 2001 From: Lev Berman Date: Tue, 29 Sep 2015 17:53:19 +0300 Subject: [PATCH] Mention the license --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 712a9ea..5691868 100644 --- a/README.md +++ b/README.md @@ -317,3 +317,7 @@ instructions below may not work properly on Windows. * Do not commit until the unit (`./run_tests`) and integration (`./run_integration_tests`) tests have passed. * If you want to make an executable, simply run `./scripts/build`. The binary will appear in the `./out` folder. + +## License + +The project is licensed under the [Apache License v2.0](http://www.apache.org/licenses/LICENSE-2.0.html).