From ac9cce8815411c2207e7e5325c734f7d2939462b Mon Sep 17 00:00:00 2001 From: Gergely Csatari Date: Tue, 29 Sep 2020 19:31:17 +0300 Subject: [PATCH] Add license refrence to README.md (#15) --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 524ea6e..efc8b65 100644 --- a/README.md +++ b/README.md @@ -350,3 +350,8 @@ Watch stream will be cancelled either by user implicitly calling Cancel() or whe 1. Cancellation of asynchronous calls(except for watch) 2. LeaseKeepAlive + + +## License + +This project is licensed under the BSD-3-Clause license - see the [LICENSE](https://github.com/nokia/etcd-cpp-apiv3/blob/master/LICENSE.txt). \ No newline at end of file