Mercurial > trustbridge
comparison ui/aboutdialog.cpp @ 1218:5f59344dbd13
(issue68) License corrections:
* the overall package is GNU GPL v==3.
* Qt has to be used as GNU GPL, so mention it.
* Oxygen is GNU LGPL v>=3.
* minor corrections like typos, better phrasing for freedom protection, use GNU consistently.
author | Bernhard Reiter <bernhard@intevation.de> |
---|---|
date | Wed, 24 Sep 2014 11:17:14 +0200 |
parents | 1171a4778562 |
children | 6154d554b3af |
comparison
equal
deleted
inserted
replaced
1217:bebbbc956cf3 | 1218:5f59344dbd13 |
---|---|
49 tr("The software was developed by the companies" | 49 tr("The software was developed by the companies" |
50 " <a href=\"http://www.intevation.de\">Intevation GmbH</a> and " | 50 " <a href=\"http://www.intevation.de\">Intevation GmbH</a> and " |
51 " <a href=\"http://www.dn-systems.de\">DN-Systems GmbH</a>, <br>" | 51 " <a href=\"http://www.dn-systems.de\">DN-Systems GmbH</a>, <br>" |
52 " contracted by the BSI.<br/><br/>") + | 52 " contracted by the BSI.<br/><br/>") + |
53 tr("TrustBridge is Free Software licensed" | 53 tr("TrustBridge is Free Software licensed" |
54 " under GNU GPL v>=3.<br/>Copyright (C) 2014 by Bundesamt für Sicherheit" | 54 " under GNU GPL v==3.<br/>Copyright (C) 2014 by Bundesamt für Sicherheit" |
55 " in der Informationstechnik<br/><br/>") + | 55 " in der Informationstechnik<br/><br/>") + |
56 tr("TrustBridge Administrator uses several Free Software components with different licenses:") + | 56 tr("TrustBridge Administrator uses several Free Software components with different licenses:") + |
57 "<ul><li>TrustBridge source code (GPL v>=2)" + | 57 "<ul><li>TrustBridge source code (GNU GPL v>=2)" + |
58 "<li>Qt (LGPL v==2.1)" + | 58 "<li>Qt (GNU LGPL v==2.1 | GNU GPL v==3)" + |
59 "<li>PolarSSL (GPL v>=2)" + | 59 "<li>PolarSSL (GNU GPL v>=2)" + |
60 "<li>Oxygen-Icons (LGPL v==3)" + | 60 "<li>Oxygen-Icons (GNU LGPL v>=3)" + |
61 "<li>OpenSSL-based signcode utility (GPL v==3)" + | 61 "<li>OpenSSL-based signcode utility (GNU GPL v==3)" + |
62 "<li>OpenSSL (OpenSSL License)" + | 62 "<li>OpenSSL (OpenSSL License)" + |
63 "<li>NSIS (zlib/libpng license & Common Public License version 1.0)</ul>" + | 63 "<li>NSIS (zlib/libpng license & Common Public License version 1.0)</ul>" + |
64 tr("Read more about the license information in the 'licenses' directory in the " | 64 tr("You will find the legally binding details in the 'licenses' directory of the " |
65 "<a href=\"https://wald.intevation.org/hg/trustbridge/file/tip/licenses\">TrustBridge code repository</a>.")); | 65 "<a href=\"https://wald.intevation.org/hg/trustbridge/file/tip/licenses\">TrustBridge code repository</a>.")); |
66 | 66 |
67 textDesc->setTextFormat(Qt::RichText); | 67 textDesc->setTextFormat(Qt::RichText); |
68 textDesc->setTextInteractionFlags( | 68 textDesc->setTextInteractionFlags( |
69 Qt::TextSelectableByMouse | | 69 Qt::TextSelectableByMouse | |