# HG changeset patch # User Emanuel Schuetze # Date 1411542128 -7200 # Node ID 1171a4778562ff5fdfeb0f0cb277040c3e6000b0 # Parent ae893a9a44f7c741f4c5d03fc1f1065e5c6bbc84 (issue68) Added license note to about dialog of client and admin application. diff -r ae893a9a44f7 -r 1171a4778562 ui/aboutdialog.cpp --- a/ui/aboutdialog.cpp Wed Sep 24 08:59:57 2014 +0200 +++ b/ui/aboutdialog.cpp Wed Sep 24 09:02:08 2014 +0200 @@ -41,7 +41,7 @@ headerLayout->addLayout(headerTextLayout); headerLayout->insertStretch(2, 10); - QLabel *textDesc = new QLabel(tr("TrustBridge is a root certificate" + QLabel *textDesc = new QLabel("
" + tr("TrustBridge is a root certificate" " installer for Windows and GNU/Linux.
") + tr("The root certificate lists are managed" " by the German " @@ -49,10 +49,21 @@ tr("The software was developed by the companies" " Intevation GmbH and " " DN-Systems GmbH,
" - " contracted by the German Federal Office for Information Security (BSI).

") + + " contracted by the BSI.

") + tr("TrustBridge is Free Software licensed" - " under GNU GPL v2+.

Copyright (C) 2014 by Bundesamt für Sicherheit" - " in der Informationstechnik")); + " under GNU GPL v>=3.
Copyright (C) 2014 by Bundesamt für Sicherheit" + " in der Informationstechnik

") + + tr("TrustBridge Administrator uses several Free Software components with different licenses:") + + "" + + tr("Read more about the license information in the 'licenses' directory in the " + "TrustBridge code repository.")); + textDesc->setTextFormat(Qt::RichText); textDesc->setTextInteractionFlags( Qt::TextSelectableByMouse | diff -r ae893a9a44f7 -r 1171a4778562 ui/mainwindow.cpp --- 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" " Intevation GmbH and " " DN-Systems GmbH,
" - " contracted by the German Federal Office for Information Security (BSI).

") + + " contracted by the BSI.

") + tr("TrustBridge is Free Software licensed" - " under GNU GPL v2+.

Copyright (C) 2014 by Bundesamt für Sicherheit" - " in der Informationstechnik")); + " under GNU GPL v>=3.
Copyright (C) 2014 by Bundesamt für Sicherheit" + " in der Informationstechnik

") + + tr("TrustBridge uses several Free Software components with different licenses:") + + "" + + tr("Read more about the license information in the 'licenses' directory in the " + "TrustBridge code repository.")); textDesc->setTextFormat(Qt::RichText); textDesc->setTextInteractionFlags( Qt::TextSelectableByMouse |