From 3d9e60ba603a8fb71325cd2e99a41899c39d7184 Mon Sep 17 00:00:00 2001 From: Gergely Csatari Date: Mon, 3 Aug 2020 17:54:51 +0300 Subject: [PATCH] Add license refrence to README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index c617eb5..9015443 100644 --- a/README.md +++ b/README.md @@ -248,3 +248,8 @@ At first glance it seems that ```watch_for_changes()``` calls itself on every va fact it just sends the asynchron request, sets up a callback for the response and then returns. The callback is executed by some thread from the pplx library's thread pool and the callback (in this case a small lambda function actually) will call ```watch_for_changes``` again from there. + + +## License + +This project is licensed under the BSD-3-Clause license - see the [LICENSE](https://github.com/nokia/etcd-cpp-api/blob/master/LICENSE.txt). \ No newline at end of file