diff options
author | Itay Grudev <itay@grudev.com> | 2016-08-10 02:50:22 +0100 |
---|---|---|
committer | Itay Grudev <itay@grudev.com> | 2016-08-10 03:43:15 +0100 |
commit | 699a1cb9787916b2444468edcc994841f3a6457e (patch) | |
tree | 46106b191fb964b7ff243594650224f2808ef8e3 /LICENSE | |
parent | Added an example of an application sending it's arguments to the primary inst... (diff) | |
download | singleapplication-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 'LICENSE')
-rw-r--r-- | LICENSE | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -19,3 +19,6 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + +Note: Some of the examples include code not distributed under the terms of the +MIT License. |