diff options
author | Jason McDonald <jason.mcdonald@nokia.com> | 2009-08-12 03:21:45 (GMT) |
---|---|---|
committer | Jason McDonald <jason.mcdonald@nokia.com> | 2009-08-12 03:21:45 (GMT) |
commit | 812b3940012f3c04fb79b8fa8c4ac64ff8051dd4 (patch) | |
tree | 68cee7e8eb439f6034d86ada62f963a5433f4f08 /tools/installer/nsis | |
parent | 84ff44e7ecf9ef28ebedfedf170ec45fe0cb9ffd (diff) | |
download | Qt-812b3940012f3c04fb79b8fa8c4ac64ff8051dd4.zip Qt-812b3940012f3c04fb79b8fa8c4ac64ff8051dd4.tar.gz Qt-812b3940012f3c04fb79b8fa8c4ac64ff8051dd4.tar.bz2 |
Update contact URL in license headers.
Reviewed-by: Trust Me
Diffstat (limited to 'tools/installer/nsis')
-rw-r--r-- | tools/installer/nsis/confirmpage.ini | 2 | ||||
-rw-r--r-- | tools/installer/nsis/gwdownload.ini | 2 | ||||
-rw-r--r-- | tools/installer/nsis/gwmirror.ini | 2 | ||||
-rw-r--r-- | tools/installer/nsis/includes/global.nsh | 2 | ||||
-rw-r--r-- | tools/installer/nsis/includes/instdir.nsh | 2 | ||||
-rw-r--r-- | tools/installer/nsis/includes/list.nsh | 2 | ||||
-rw-r--r-- | tools/installer/nsis/includes/qtcommon.nsh | 2 | ||||
-rw-r--r-- | tools/installer/nsis/includes/qtenv.nsh | 2 | ||||
-rw-r--r-- | tools/installer/nsis/includes/system.nsh | 2 | ||||
-rw-r--r-- | tools/installer/nsis/installer.nsi | 2 | ||||
-rw-r--r-- | tools/installer/nsis/modules/environment.nsh | 2 | ||||
-rw-r--r-- | tools/installer/nsis/modules/mingw.nsh | 2 | ||||
-rw-r--r-- | tools/installer/nsis/modules/opensource.nsh | 2 | ||||
-rw-r--r-- | tools/installer/nsis/modules/registeruiext.nsh | 2 | ||||
-rw-r--r-- | tools/installer/nsis/opensource.ini | 2 |
15 files changed, 15 insertions, 15 deletions
diff --git a/tools/installer/nsis/confirmpage.ini b/tools/installer/nsis/confirmpage.ini index 9f8cd6c..d1c51ef 100644 --- a/tools/installer/nsis/confirmpage.ini +++ b/tools/installer/nsis/confirmpage.ini @@ -34,7 +34,7 @@ ;; met: http://www.gnu.org/copyleft/gpl.html. ;; ;; If you are unsure which license is appropriate for your use, please -;; contact the sales department at http://www.qtsoftware.com/contact. +;; contact the sales department at http://qt.nokia.com/contact. ;; $QT_END_LICENSE$ ;; ;; This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE diff --git a/tools/installer/nsis/gwdownload.ini b/tools/installer/nsis/gwdownload.ini index b71d838..0374642 100644 --- a/tools/installer/nsis/gwdownload.ini +++ b/tools/installer/nsis/gwdownload.ini @@ -34,7 +34,7 @@ ;; met: http://www.gnu.org/copyleft/gpl.html. ;; ;; If you are unsure which license is appropriate for your use, please -;; contact the sales department at http://www.qtsoftware.com/contact. +;; contact the sales department at http://qt.nokia.com/contact. ;; $QT_END_LICENSE$ ;; ;; This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE diff --git a/tools/installer/nsis/gwmirror.ini b/tools/installer/nsis/gwmirror.ini index 42dec90..4b7fb74 100644 --- a/tools/installer/nsis/gwmirror.ini +++ b/tools/installer/nsis/gwmirror.ini @@ -34,7 +34,7 @@ ;; met: http://www.gnu.org/copyleft/gpl.html. ;; ;; If you are unsure which license is appropriate for your use, please -;; contact the sales department at http://www.qtsoftware.com/contact. +;; contact the sales department at http://qt.nokia.com/contact. ;; $QT_END_LICENSE$ ;; ;; This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE diff --git a/tools/installer/nsis/includes/global.nsh b/tools/installer/nsis/includes/global.nsh index 861a187..322d2ac 100644 --- a/tools/installer/nsis/includes/global.nsh +++ b/tools/installer/nsis/includes/global.nsh @@ -34,7 +34,7 @@ ;; met: http://www.gnu.org/copyleft/gpl.html. ;; ;; If you are unsure which license is appropriate for your use, please -;; contact the sales department at http://www.qtsoftware.com/contact. +;; contact the sales department at http://qt.nokia.com/contact. ;; $QT_END_LICENSE$ ;; ;; This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE diff --git a/tools/installer/nsis/includes/instdir.nsh b/tools/installer/nsis/includes/instdir.nsh index 1334a01..95cc702 100644 --- a/tools/installer/nsis/includes/instdir.nsh +++ b/tools/installer/nsis/includes/instdir.nsh @@ -34,7 +34,7 @@ ;; met: http://www.gnu.org/copyleft/gpl.html. ;; ;; If you are unsure which license is appropriate for your use, please -;; contact the sales department at http://www.qtsoftware.com/contact. +;; contact the sales department at http://qt.nokia.com/contact. ;; $QT_END_LICENSE$ ;; ;; This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE diff --git a/tools/installer/nsis/includes/list.nsh b/tools/installer/nsis/includes/list.nsh index 5cea650..95a52d3 100644 --- a/tools/installer/nsis/includes/list.nsh +++ b/tools/installer/nsis/includes/list.nsh @@ -34,7 +34,7 @@ ;; met: http://www.gnu.org/copyleft/gpl.html. ;; ;; If you are unsure which license is appropriate for your use, please -;; contact the sales department at http://www.qtsoftware.com/contact. +;; contact the sales department at http://qt.nokia.com/contact. ;; $QT_END_LICENSE$ ;; ;; This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE diff --git a/tools/installer/nsis/includes/qtcommon.nsh b/tools/installer/nsis/includes/qtcommon.nsh index 5b37918..df1ebdf 100644 --- a/tools/installer/nsis/includes/qtcommon.nsh +++ b/tools/installer/nsis/includes/qtcommon.nsh @@ -34,7 +34,7 @@ ;; met: http://www.gnu.org/copyleft/gpl.html. ;; ;; If you are unsure which license is appropriate for your use, please -;; contact the sales department at http://www.qtsoftware.com/contact. +;; contact the sales department at http://qt.nokia.com/contact. ;; $QT_END_LICENSE$ ;; ;; This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE diff --git a/tools/installer/nsis/includes/qtenv.nsh b/tools/installer/nsis/includes/qtenv.nsh index 23f99cf..a14a64d 100644 --- a/tools/installer/nsis/includes/qtenv.nsh +++ b/tools/installer/nsis/includes/qtenv.nsh @@ -34,7 +34,7 @@ ;; met: http://www.gnu.org/copyleft/gpl.html. ;; ;; If you are unsure which license is appropriate for your use, please -;; contact the sales department at http://www.qtsoftware.com/contact. +;; contact the sales department at http://qt.nokia.com/contact. ;; $QT_END_LICENSE$ ;; ;; This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE diff --git a/tools/installer/nsis/includes/system.nsh b/tools/installer/nsis/includes/system.nsh index ac7f755..6d41948 100644 --- a/tools/installer/nsis/includes/system.nsh +++ b/tools/installer/nsis/includes/system.nsh @@ -34,7 +34,7 @@ ;; met: http://www.gnu.org/copyleft/gpl.html. ;; ;; If you are unsure which license is appropriate for your use, please -;; contact the sales department at http://www.qtsoftware.com/contact. +;; contact the sales department at http://qt.nokia.com/contact. ;; $QT_END_LICENSE$ ;; ;; This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE diff --git a/tools/installer/nsis/installer.nsi b/tools/installer/nsis/installer.nsi index 35a72ad..72eceb4 100644 --- a/tools/installer/nsis/installer.nsi +++ b/tools/installer/nsis/installer.nsi @@ -34,7 +34,7 @@ ;; met: http://www.gnu.org/copyleft/gpl.html. ;; ;; If you are unsure which license is appropriate for your use, please -;; contact the sales department at http://www.qtsoftware.com/contact. +;; contact the sales department at http://qt.nokia.com/contact. ;; $QT_END_LICENSE$ ;; ;; This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE diff --git a/tools/installer/nsis/modules/environment.nsh b/tools/installer/nsis/modules/environment.nsh index 217ebc7..7b6c5af 100644 --- a/tools/installer/nsis/modules/environment.nsh +++ b/tools/installer/nsis/modules/environment.nsh @@ -34,7 +34,7 @@ ;; met: http://www.gnu.org/copyleft/gpl.html. ;; ;; If you are unsure which license is appropriate for your use, please -;; contact the sales department at http://www.qtsoftware.com/contact. +;; contact the sales department at http://qt.nokia.com/contact. ;; $QT_END_LICENSE$ ;; ;; This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE diff --git a/tools/installer/nsis/modules/mingw.nsh b/tools/installer/nsis/modules/mingw.nsh index 5503da7..7fce506 100644 --- a/tools/installer/nsis/modules/mingw.nsh +++ b/tools/installer/nsis/modules/mingw.nsh @@ -34,7 +34,7 @@ ;; met: http://www.gnu.org/copyleft/gpl.html. ;; ;; If you are unsure which license is appropriate for your use, please -;; contact the sales department at http://www.qtsoftware.com/contact. +;; contact the sales department at http://qt.nokia.com/contact. ;; $QT_END_LICENSE$ ;; ;; This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE diff --git a/tools/installer/nsis/modules/opensource.nsh b/tools/installer/nsis/modules/opensource.nsh index 572991d..2a3b4e4 100644 --- a/tools/installer/nsis/modules/opensource.nsh +++ b/tools/installer/nsis/modules/opensource.nsh @@ -34,7 +34,7 @@ ;; met: http://www.gnu.org/copyleft/gpl.html. ;; ;; If you are unsure which license is appropriate for your use, please -;; contact the sales department at http://www.qtsoftware.com/contact. +;; contact the sales department at http://qt.nokia.com/contact. ;; $QT_END_LICENSE$ ;; ;; This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE diff --git a/tools/installer/nsis/modules/registeruiext.nsh b/tools/installer/nsis/modules/registeruiext.nsh index 26b88a8..429e14a 100644 --- a/tools/installer/nsis/modules/registeruiext.nsh +++ b/tools/installer/nsis/modules/registeruiext.nsh @@ -34,7 +34,7 @@ ;; met: http://www.gnu.org/copyleft/gpl.html. ;; ;; If you are unsure which license is appropriate for your use, please -;; contact the sales department at http://www.qtsoftware.com/contact. +;; contact the sales department at http://qt.nokia.com/contact. ;; $QT_END_LICENSE$ ;; ;; This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE diff --git a/tools/installer/nsis/opensource.ini b/tools/installer/nsis/opensource.ini index b7affdb..58982d2 100644 --- a/tools/installer/nsis/opensource.ini +++ b/tools/installer/nsis/opensource.ini @@ -34,7 +34,7 @@ ;; met: http://www.gnu.org/copyleft/gpl.html. ;; ;; If you are unsure which license is appropriate for your use, please -;; contact the sales department at http://www.qtsoftware.com/contact. +;; contact the sales department at http://qt.nokia.com/contact. ;; $QT_END_LICENSE$ ;; ;; This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE |