Update license info.
[qzeecontrol] / qml / QZeeControl / AboutDialog.qml
index c71e33e..3d53b10 100644 (file)
@@ -55,7 +55,8 @@ Dialog {
           text: "QZeeControl is free software: you can redistribute it and/or modify "
             + "it under the terms of the <a href=\"http://www.gnu.org/licenses\" style=\"text-decoration:none; color:#78bfff\" >GNU General Public License</a> as published by "
             + "the Free Software Foundation, either version 3 of the License, or "
-            + "(at your option) any later version.";
+            + "(at your option) any later version.<br /><br />"
+            + "Zeemote (TM) is a trademark of Zeemote Technology Inc. Other trademarks are property of their respective owners."
           textFormat: Text.RichText;
           onLinkActivated: { Qt.openUrlExternally(link); }
           font.pixelSize: 18;