aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorItay Grudev <itay@grudev.com>2016-08-10 02:50:22 +0100
committerItay Grudev <itay@grudev.com>2016-08-10 03:43:15 +0100
commit699a1cb9787916b2444468edcc994841f3a6457e (patch)
tree46106b191fb964b7ff243594650224f2808ef8e3 /README.md
parentAdded an example of an application sending it's arguments to the primary inst... (diff)
downloadsingleapplication-699a1cb9787916b2444468edcc994841f3a6457e.tar.xz
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.
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
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.