diff ui/mainwindow.cpp @ 1215:1171a4778562

(issue68) Added license note to about dialog of client and admin application.
author Emanuel Schuetze <emanuel@intevation.de>
date Wed, 24 Sep 2014 09:02:08 +0200
parents b64f847bde09
children a1e990947172
line wrap: on
line diff
--- a/ui/mainwindow.cpp	Wed Sep 24 08:59:57 2014 +0200
+++ b/ui/mainwindow.cpp	Wed Sep 24 09:02:08 2014 +0200
@@ -645,10 +645,19 @@
     tr("The software was developed by the companies"
         " <a href=\"http://www.intevation.de\">Intevation GmbH</a> and "
         " <a href=\"http://www.dn-systems.de\">DN-Systems GmbH</a>, <br>"
-        " contracted by the German Federal Office for Information Security (BSI).<br/><br/>") +
+        " contracted by the BSI.<br/><br/>") +
     tr("TrustBridge is Free Software licensed"
-        " under GNU GPL v2+.<br/><br/>Copyright (C) 2014 by Bundesamt für Sicherheit"
-        " in der Informationstechnik"));
+        " under GNU GPL v>=3.<br/>Copyright (C) 2014 by Bundesamt für Sicherheit"
+        " in der Informationstechnik<br/><br/>") +
+    tr("TrustBridge uses several Free Software components with different licenses:") +
+	"<ul><li>TrustBridge source code (GPL v>=2)" +
+	"<li>Qt (LGPL v==2.1)" +
+	"<li>PolarSSL (GPL v>=2)" +
+	"<li>Oxygen-Icons (LGPL v==3)" +
+	"<li>Mozilla NSS (Mozilla Public License v2)" +
+	"<li>libcurl (The curl license)</ul>" +
+    tr("Read more about the license information in the 'licenses' directory in the "
+       "<a href=\"https://wald.intevation.org/hg/trustbridge/file/tip/licenses\">TrustBridge code repository</a>."));
     textDesc->setTextFormat(Qt::RichText);
     textDesc->setTextInteractionFlags(
         Qt::TextSelectableByMouse |

http://wald.intevation.org/projects/trustbridge/