diff --git a/README.md b/README.md index aa691e9..2df5592 100644 --- a/README.md +++ b/README.md @@ -82,8 +82,6 @@ For an example using only the [Virtual Layer 2](https://www.zerotier.com/manual. Please make pull requests against the `dev` branch. The `master` branch is release, and `edge` is for unstable and work in progress changes and is not likely to work. -### License - - **Commercial**, with BSD license, build using `lwIP` network stack with `STACK_LWIP=1`, then contact us directly via `contact@zerotier.com` to discuss commercial licensing. - - **Personal**, with GPL license, build using `picoTCP` network stack with `STACK_PICO=1`, everything is free. Have fun. - - Regardless of which network stack you build with, the socket API will remain the same. \ No newline at end of file +### Commercial License + - To be released from GPLv3, contact us directly via `contact@zerotier.com` to discuss commercial licensing. + \ No newline at end of file diff --git a/examples/bindings/cpp/README.md b/examples/bindings/cpp/README.md new file mode 100644 index 0000000..eeec35f --- /dev/null +++ b/examples/bindings/cpp/README.md @@ -0,0 +1,5 @@ +## libzt C++ examples +*** + + - [simple_client_server](simple_client_server): No-frills C++ client and server using libzt sockets + - [cxproj_dll](cxproj_dll): Example of how to use libzt in DLL form in Visual Studio \ No newline at end of file