From 699a1cb9787916b2444468edcc994841f3a6457e Mon Sep 17 00:00:00 2001 From: Itay Grudev Date: Wed, 10 Aug 2016 02:50:22 +0100 Subject: Added an example of an application raising the primary instance window This example uses the Qt Calculator example released under the BSD license. Noted the license difference in the `README.md` and `LICENSE` files. --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index abe4171..dca0a20 100644 --- a/README.md +++ b/README.md @@ -157,4 +157,6 @@ results in process termination. License ------- -This library and it's supporting documentation are released under `The MIT License (MIT)`. +This library and it's supporting documentation are released under +`The MIT License (MIT)` with exception to some of the examples distributed under +the terms of the BSD license. -- cgit v1.2.1