# HG changeset patch # User Bernhard Reiter # Date 1411565942 -7200 # Node ID 6154d554b3af319956b68de933d4430624f8bc56 # Parent 206eb5006c56ef27409c43fee2572a6e76e549bb (issue101) Text improved, pointing to local dir and the online repo.: diff -r 206eb5006c56 -r 6154d554b3af packaging/linux-installer.inc --- a/packaging/linux-installer.inc Wed Sep 24 15:13:11 2014 +0200 +++ b/packaging/linux-installer.inc Wed Sep 24 15:39:02 2014 +0200 @@ -43,7 +43,10 @@ # # This file is Free Software under the GNU GPL (v>=2) # and comes with ABSOLUTELY NO WARRANTY! -# See LICENSE.txt for details. +# For details and the license of TrustBridge +# see the folder "licenses" after installation +# check the corresponding revision of it online at +# https://wald.intevation.org/hg/trustbridge/file/tip/licenses set -u diff -r 206eb5006c56 -r 6154d554b3af ui/aboutdialog.cpp --- a/ui/aboutdialog.cpp Wed Sep 24 15:13:11 2014 +0200 +++ b/ui/aboutdialog.cpp Wed Sep 24 15:39:02 2014 +0200 @@ -61,7 +61,9 @@ "
  • OpenSSL-based signcode utility (GNU GPL v==3)" + "
  • OpenSSL (OpenSSL License)" + "
  • NSIS (zlib/libpng license & Common Public License version 1.0)" + - tr("You will find the legally binding details in the 'licenses' directory of the " + tr("You will find the legally binding details in the 'licenses' directory " + "where TrustBridge is installed " + "or in the corresponding revision of the" "TrustBridge code repository.")); textDesc->setTextFormat(Qt::RichText);