comparison 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
comparison
equal deleted inserted replaced
1214:ae893a9a44f7 1215:1171a4778562
643 " by the German <a href=\"https://www.bsi.bund.de\">" 643 " by the German <a href=\"https://www.bsi.bund.de\">"
644 "Federal Office for Information Security (BSI)</a>.<br/><br/>") + 644 "Federal Office for Information Security (BSI)</a>.<br/><br/>") +
645 tr("The software was developed by the companies" 645 tr("The software was developed by the companies"
646 " <a href=\"http://www.intevation.de\">Intevation GmbH</a> and " 646 " <a href=\"http://www.intevation.de\">Intevation GmbH</a> and "
647 " <a href=\"http://www.dn-systems.de\">DN-Systems GmbH</a>, <br>" 647 " <a href=\"http://www.dn-systems.de\">DN-Systems GmbH</a>, <br>"
648 " contracted by the German Federal Office for Information Security (BSI).<br/><br/>") + 648 " contracted by the BSI.<br/><br/>") +
649 tr("TrustBridge is Free Software licensed" 649 tr("TrustBridge is Free Software licensed"
650 " under GNU GPL v2+.<br/><br/>Copyright (C) 2014 by Bundesamt für Sicherheit" 650 " under GNU GPL v>=3.<br/>Copyright (C) 2014 by Bundesamt für Sicherheit"
651 " in der Informationstechnik")); 651 " in der Informationstechnik<br/><br/>") +
652 tr("TrustBridge uses several Free Software components with different licenses:") +
653 "<ul><li>TrustBridge source code (GPL v>=2)" +
654 "<li>Qt (LGPL v==2.1)" +
655 "<li>PolarSSL (GPL v>=2)" +
656 "<li>Oxygen-Icons (LGPL v==3)" +
657 "<li>Mozilla NSS (Mozilla Public License v2)" +
658 "<li>libcurl (The curl license)</ul>" +
659 tr("Read more about the license information in the 'licenses' directory in the "
660 "<a href=\"https://wald.intevation.org/hg/trustbridge/file/tip/licenses\">TrustBridge code repository</a>."));
652 textDesc->setTextFormat(Qt::RichText); 661 textDesc->setTextFormat(Qt::RichText);
653 textDesc->setTextInteractionFlags( 662 textDesc->setTextInteractionFlags(
654 Qt::TextSelectableByMouse | 663 Qt::TextSelectableByMouse |
655 Qt::TextSelectableByKeyboard | 664 Qt::TextSelectableByKeyboard |
656 Qt::LinksAccessibleByMouse); 665 Qt::LinksAccessibleByMouse);

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