From 1ef2e51cf80f806744b58265f10844ae01af888e Mon Sep 17 00:00:00 2001 From: Eike Ziller Date: Wed, 19 Jun 2013 11:03:38 +0200 Subject: [PATCH] Installers: Use standard license agreement texts The way it was done is deprecated in IFW 1.3 and removed in 1.4, and there's no reason for us to use non-standard texts. Change-Id: I05ef4974a3f47bd8ffe0bb3b1a226adac48aa954 Reviewed-by: Eike Ziller --- dist/installer/ifw/config/config-linux.xml.in | 8 -------- dist/installer/ifw/config/config-windows.xml.in | 8 -------- 2 files changed, 16 deletions(-) diff --git a/dist/installer/ifw/config/config-linux.xml.in b/dist/installer/ifw/config/config-linux.xml.in index 837d5d1dbf..21917f1331 100644 --- a/dist/installer/ifw/config/config-linux.xml.in +++ b/dist/installer/ifw/config/config-linux.xml.in @@ -12,12 +12,4 @@ @homeDir@/qtcreator-{version} /opt/qtcreator-{version} - - - - I have read and understood the terms contained in the above license agreements. - I do not accept the terms contained in the above license agreements. - - - diff --git a/dist/installer/ifw/config/config-windows.xml.in b/dist/installer/ifw/config/config-windows.xml.in index 4bbb77b97d..0b3529759f 100644 --- a/dist/installer/ifw/config/config-windows.xml.in +++ b/dist/installer/ifw/config/config-windows.xml.in @@ -11,12 +11,4 @@ QtCreatorUninst @rootDir@/Qt/qtcreator-{version} - - - - I have read and understood the terms contained in the above license agreements. - I do not accept the terms contained in the above license agreements. - - - -- GitLab