[PATCH] (issue101) Text improved, pointing to local dir and the online repo.:

Wald Commits scm-commit at wald.intevation.org
Wed Sep 24 15:39:07 CEST 2014


# HG changeset patch
# User Bernhard Reiter <bernhard at intevation.de>
# 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 @@
 	"<li>OpenSSL-based signcode utility (GNU GPL v==3)" +
 	"<li>OpenSSL (OpenSSL License)" +
 	"<li>NSIS (zlib/libpng license & Common Public License version 1.0)</ul>" +
-    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"
        "<a href=\"https://wald.intevation.org/hg/trustbridge/file/tip/licenses\">TrustBridge code repository</a>."));
 
     textDesc->setTextFormat(Qt::RichText);


More information about the Trustbridge-commits mailing list