diff options
Diffstat (limited to 'tools/installer/nsis')
-rw-r--r-- | tools/installer/nsis/confirmpage.ini | 8 | ||||
-rw-r--r-- | tools/installer/nsis/gwdownload.ini | 8 | ||||
-rw-r--r-- | tools/installer/nsis/gwmirror.ini | 8 | ||||
-rw-r--r-- | tools/installer/nsis/includes/global.nsh | 8 | ||||
-rw-r--r-- | tools/installer/nsis/includes/instdir.nsh | 8 | ||||
-rw-r--r-- | tools/installer/nsis/includes/list.nsh | 8 | ||||
-rw-r--r-- | tools/installer/nsis/includes/qtcommon.nsh | 8 | ||||
-rw-r--r-- | tools/installer/nsis/includes/qtenv.nsh | 8 | ||||
-rw-r--r-- | tools/installer/nsis/includes/system.nsh | 8 | ||||
-rw-r--r-- | tools/installer/nsis/installer.nsi | 8 | ||||
-rw-r--r-- | tools/installer/nsis/modules/environment.nsh | 8 | ||||
-rw-r--r-- | tools/installer/nsis/modules/mingw.nsh | 8 | ||||
-rw-r--r-- | tools/installer/nsis/modules/opensource.nsh | 8 | ||||
-rw-r--r-- | tools/installer/nsis/modules/registeruiext.nsh | 8 | ||||
-rw-r--r-- | tools/installer/nsis/opensource.ini | 8 |
15 files changed, 60 insertions, 60 deletions
diff --git a/tools/installer/nsis/confirmpage.ini b/tools/installer/nsis/confirmpage.ini index 7ac30d6..21e1e87 100644 --- a/tools/installer/nsis/confirmpage.ini +++ b/tools/installer/nsis/confirmpage.ini @@ -1,6 +1,7 @@ ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;; ;; Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies). +;; All rights reserved. ;; Contact: Nokia Corporation (qt-info@nokia.com) ;; ;; This file is part of the tools applications of the Qt Toolkit. @@ -20,10 +21,9 @@ ;; ensure the GNU Lesser General Public License version 2.1 requirements ;; will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. ;; -;; In addition, as a special exception, Nokia gives you certain -;; additional rights. These rights are described in the Nokia Qt LGPL -;; Exception version 1.1, included in the file LGPL_EXCEPTION.txt in this -;; package. +;; In addition, as a special exception, Nokia gives you certain additional +;; rights. These rights are described in the Nokia Qt LGPL Exception +;; version 1.1, included in the file LGPL_EXCEPTION.txt in this package. ;; ;; If you have questions regarding the use of this file, please contact ;; Nokia at qt-info@nokia.com. diff --git a/tools/installer/nsis/gwdownload.ini b/tools/installer/nsis/gwdownload.ini index 35eef46..5eb1540 100644 --- a/tools/installer/nsis/gwdownload.ini +++ b/tools/installer/nsis/gwdownload.ini @@ -1,6 +1,7 @@ ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;; ;; Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies). +;; All rights reserved. ;; Contact: Nokia Corporation (qt-info@nokia.com) ;; ;; This file is part of the tools applications of the Qt Toolkit. @@ -20,10 +21,9 @@ ;; ensure the GNU Lesser General Public License version 2.1 requirements ;; will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. ;; -;; In addition, as a special exception, Nokia gives you certain -;; additional rights. These rights are described in the Nokia Qt LGPL -;; Exception version 1.1, included in the file LGPL_EXCEPTION.txt in this -;; package. +;; In addition, as a special exception, Nokia gives you certain additional +;; rights. These rights are described in the Nokia Qt LGPL Exception +;; version 1.1, included in the file LGPL_EXCEPTION.txt in this package. ;; ;; If you have questions regarding the use of this file, please contact ;; Nokia at qt-info@nokia.com. diff --git a/tools/installer/nsis/gwmirror.ini b/tools/installer/nsis/gwmirror.ini index 85a7440..2c3b182 100644 --- a/tools/installer/nsis/gwmirror.ini +++ b/tools/installer/nsis/gwmirror.ini @@ -1,6 +1,7 @@ ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;; ;; Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies). +;; All rights reserved. ;; Contact: Nokia Corporation (qt-info@nokia.com) ;; ;; This file is part of the tools applications of the Qt Toolkit. @@ -20,10 +21,9 @@ ;; ensure the GNU Lesser General Public License version 2.1 requirements ;; will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. ;; -;; In addition, as a special exception, Nokia gives you certain -;; additional rights. These rights are described in the Nokia Qt LGPL -;; Exception version 1.1, included in the file LGPL_EXCEPTION.txt in this -;; package. +;; In addition, as a special exception, Nokia gives you certain additional +;; rights. These rights are described in the Nokia Qt LGPL Exception +;; version 1.1, included in the file LGPL_EXCEPTION.txt in this package. ;; ;; If you have questions regarding the use of this file, please contact ;; Nokia at qt-info@nokia.com. diff --git a/tools/installer/nsis/includes/global.nsh b/tools/installer/nsis/includes/global.nsh index 6b32190..31022ef 100644 --- a/tools/installer/nsis/includes/global.nsh +++ b/tools/installer/nsis/includes/global.nsh @@ -1,6 +1,7 @@ ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;; ;; Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies). +;; All rights reserved. ;; Contact: Nokia Corporation (qt-info@nokia.com) ;; ;; This file is part of the tools applications of the Qt Toolkit. @@ -20,10 +21,9 @@ ;; ensure the GNU Lesser General Public License version 2.1 requirements ;; will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. ;; -;; In addition, as a special exception, Nokia gives you certain -;; additional rights. These rights are described in the Nokia Qt LGPL -;; Exception version 1.1, included in the file LGPL_EXCEPTION.txt in this -;; package. +;; In addition, as a special exception, Nokia gives you certain additional +;; rights. These rights are described in the Nokia Qt LGPL Exception +;; version 1.1, included in the file LGPL_EXCEPTION.txt in this package. ;; ;; If you have questions regarding the use of this file, please contact ;; Nokia at qt-info@nokia.com. diff --git a/tools/installer/nsis/includes/instdir.nsh b/tools/installer/nsis/includes/instdir.nsh index 037dc2a..f42b733 100644 --- a/tools/installer/nsis/includes/instdir.nsh +++ b/tools/installer/nsis/includes/instdir.nsh @@ -1,6 +1,7 @@ ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;; ;; Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies). +;; All rights reserved. ;; Contact: Nokia Corporation (qt-info@nokia.com) ;; ;; This file is part of the tools applications of the Qt Toolkit. @@ -20,10 +21,9 @@ ;; ensure the GNU Lesser General Public License version 2.1 requirements ;; will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. ;; -;; In addition, as a special exception, Nokia gives you certain -;; additional rights. These rights are described in the Nokia Qt LGPL -;; Exception version 1.1, included in the file LGPL_EXCEPTION.txt in this -;; package. +;; In addition, as a special exception, Nokia gives you certain additional +;; rights. These rights are described in the Nokia Qt LGPL Exception +;; version 1.1, included in the file LGPL_EXCEPTION.txt in this package. ;; ;; If you have questions regarding the use of this file, please contact ;; Nokia at qt-info@nokia.com. diff --git a/tools/installer/nsis/includes/list.nsh b/tools/installer/nsis/includes/list.nsh index c232e8b..486015a 100644 --- a/tools/installer/nsis/includes/list.nsh +++ b/tools/installer/nsis/includes/list.nsh @@ -1,6 +1,7 @@ ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;; ;; Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies). +;; All rights reserved. ;; Contact: Nokia Corporation (qt-info@nokia.com) ;; ;; This file is part of the tools applications of the Qt Toolkit. @@ -20,10 +21,9 @@ ;; ensure the GNU Lesser General Public License version 2.1 requirements ;; will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. ;; -;; In addition, as a special exception, Nokia gives you certain -;; additional rights. These rights are described in the Nokia Qt LGPL -;; Exception version 1.1, included in the file LGPL_EXCEPTION.txt in this -;; package. +;; In addition, as a special exception, Nokia gives you certain additional +;; rights. These rights are described in the Nokia Qt LGPL Exception +;; version 1.1, included in the file LGPL_EXCEPTION.txt in this package. ;; ;; If you have questions regarding the use of this file, please contact ;; Nokia at qt-info@nokia.com. diff --git a/tools/installer/nsis/includes/qtcommon.nsh b/tools/installer/nsis/includes/qtcommon.nsh index c0be566..3a91e07 100644 --- a/tools/installer/nsis/includes/qtcommon.nsh +++ b/tools/installer/nsis/includes/qtcommon.nsh @@ -1,6 +1,7 @@ ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;; ;; Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies). +;; All rights reserved. ;; Contact: Nokia Corporation (qt-info@nokia.com) ;; ;; This file is part of the tools applications of the Qt Toolkit. @@ -20,10 +21,9 @@ ;; ensure the GNU Lesser General Public License version 2.1 requirements ;; will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. ;; -;; In addition, as a special exception, Nokia gives you certain -;; additional rights. These rights are described in the Nokia Qt LGPL -;; Exception version 1.1, included in the file LGPL_EXCEPTION.txt in this -;; package. +;; In addition, as a special exception, Nokia gives you certain additional +;; rights. These rights are described in the Nokia Qt LGPL Exception +;; version 1.1, included in the file LGPL_EXCEPTION.txt in this package. ;; ;; If you have questions regarding the use of this file, please contact ;; Nokia at qt-info@nokia.com. diff --git a/tools/installer/nsis/includes/qtenv.nsh b/tools/installer/nsis/includes/qtenv.nsh index 42191f9..fd61810 100644 --- a/tools/installer/nsis/includes/qtenv.nsh +++ b/tools/installer/nsis/includes/qtenv.nsh @@ -1,6 +1,7 @@ ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;; ;; Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies). +;; All rights reserved. ;; Contact: Nokia Corporation (qt-info@nokia.com) ;; ;; This file is part of the tools applications of the Qt Toolkit. @@ -20,10 +21,9 @@ ;; ensure the GNU Lesser General Public License version 2.1 requirements ;; will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. ;; -;; In addition, as a special exception, Nokia gives you certain -;; additional rights. These rights are described in the Nokia Qt LGPL -;; Exception version 1.1, included in the file LGPL_EXCEPTION.txt in this -;; package. +;; In addition, as a special exception, Nokia gives you certain additional +;; rights. These rights are described in the Nokia Qt LGPL Exception +;; version 1.1, included in the file LGPL_EXCEPTION.txt in this package. ;; ;; If you have questions regarding the use of this file, please contact ;; Nokia at qt-info@nokia.com. diff --git a/tools/installer/nsis/includes/system.nsh b/tools/installer/nsis/includes/system.nsh index 5788eb8..a936c04 100644 --- a/tools/installer/nsis/includes/system.nsh +++ b/tools/installer/nsis/includes/system.nsh @@ -1,6 +1,7 @@ ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;; ;; Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies). +;; All rights reserved. ;; Contact: Nokia Corporation (qt-info@nokia.com) ;; ;; This file is part of the tools applications of the Qt Toolkit. @@ -20,10 +21,9 @@ ;; ensure the GNU Lesser General Public License version 2.1 requirements ;; will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. ;; -;; In addition, as a special exception, Nokia gives you certain -;; additional rights. These rights are described in the Nokia Qt LGPL -;; Exception version 1.1, included in the file LGPL_EXCEPTION.txt in this -;; package. +;; In addition, as a special exception, Nokia gives you certain additional +;; rights. These rights are described in the Nokia Qt LGPL Exception +;; version 1.1, included in the file LGPL_EXCEPTION.txt in this package. ;; ;; If you have questions regarding the use of this file, please contact ;; Nokia at qt-info@nokia.com. diff --git a/tools/installer/nsis/installer.nsi b/tools/installer/nsis/installer.nsi index de1cbe2..fa1294c 100644 --- a/tools/installer/nsis/installer.nsi +++ b/tools/installer/nsis/installer.nsi @@ -1,6 +1,7 @@ ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;; ;; Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies). +;; All rights reserved. ;; Contact: Nokia Corporation (qt-info@nokia.com) ;; ;; This file is part of the tools applications of the Qt Toolkit. @@ -20,10 +21,9 @@ ;; ensure the GNU Lesser General Public License version 2.1 requirements ;; will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. ;; -;; In addition, as a special exception, Nokia gives you certain -;; additional rights. These rights are described in the Nokia Qt LGPL -;; Exception version 1.1, included in the file LGPL_EXCEPTION.txt in this -;; package. +;; In addition, as a special exception, Nokia gives you certain additional +;; rights. These rights are described in the Nokia Qt LGPL Exception +;; version 1.1, included in the file LGPL_EXCEPTION.txt in this package. ;; ;; If you have questions regarding the use of this file, please contact ;; Nokia at qt-info@nokia.com. diff --git a/tools/installer/nsis/modules/environment.nsh b/tools/installer/nsis/modules/environment.nsh index b661983..889cc42 100644 --- a/tools/installer/nsis/modules/environment.nsh +++ b/tools/installer/nsis/modules/environment.nsh @@ -1,6 +1,7 @@ ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;; ;; Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies). +;; All rights reserved. ;; Contact: Nokia Corporation (qt-info@nokia.com) ;; ;; This file is part of the tools applications of the Qt Toolkit. @@ -20,10 +21,9 @@ ;; ensure the GNU Lesser General Public License version 2.1 requirements ;; will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. ;; -;; In addition, as a special exception, Nokia gives you certain -;; additional rights. These rights are described in the Nokia Qt LGPL -;; Exception version 1.1, included in the file LGPL_EXCEPTION.txt in this -;; package. +;; In addition, as a special exception, Nokia gives you certain additional +;; rights. These rights are described in the Nokia Qt LGPL Exception +;; version 1.1, included in the file LGPL_EXCEPTION.txt in this package. ;; ;; If you have questions regarding the use of this file, please contact ;; Nokia at qt-info@nokia.com. diff --git a/tools/installer/nsis/modules/mingw.nsh b/tools/installer/nsis/modules/mingw.nsh index c3cc236..42d0340 100644 --- a/tools/installer/nsis/modules/mingw.nsh +++ b/tools/installer/nsis/modules/mingw.nsh @@ -1,6 +1,7 @@ ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;; ;; Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies). +;; All rights reserved. ;; Contact: Nokia Corporation (qt-info@nokia.com) ;; ;; This file is part of the tools applications of the Qt Toolkit. @@ -20,10 +21,9 @@ ;; ensure the GNU Lesser General Public License version 2.1 requirements ;; will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. ;; -;; In addition, as a special exception, Nokia gives you certain -;; additional rights. These rights are described in the Nokia Qt LGPL -;; Exception version 1.1, included in the file LGPL_EXCEPTION.txt in this -;; package. +;; In addition, as a special exception, Nokia gives you certain additional +;; rights. These rights are described in the Nokia Qt LGPL Exception +;; version 1.1, included in the file LGPL_EXCEPTION.txt in this package. ;; ;; If you have questions regarding the use of this file, please contact ;; Nokia at qt-info@nokia.com. diff --git a/tools/installer/nsis/modules/opensource.nsh b/tools/installer/nsis/modules/opensource.nsh index 5638fb0..8371975 100644 --- a/tools/installer/nsis/modules/opensource.nsh +++ b/tools/installer/nsis/modules/opensource.nsh @@ -1,5 +1,6 @@ ;; ;; Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies). +;; All rights reserved. ;; Contact: Nokia Corporation (qt-info@nokia.com) ;; ;; This file is part of the tools applications of the Qt Toolkit. @@ -19,10 +20,9 @@ ;; ensure the GNU Lesser General Public License version 2.1 requirements ;; will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. ;; -;; In addition, as a special exception, Nokia gives you certain -;; additional rights. These rights are described in the Nokia Qt LGPL -;; Exception version 1.1, included in the file LGPL_EXCEPTION.txt in this -;; package. +;; In addition, as a special exception, Nokia gives you certain additional +;; rights. These rights are described in the Nokia Qt LGPL Exception +;; version 1.1, included in the file LGPL_EXCEPTION.txt in this package. ;; ;; If you have questions regarding the use of this file, please contact ;; Nokia at qt-info@nokia.com. diff --git a/tools/installer/nsis/modules/registeruiext.nsh b/tools/installer/nsis/modules/registeruiext.nsh index 2602187..706a2ce 100644 --- a/tools/installer/nsis/modules/registeruiext.nsh +++ b/tools/installer/nsis/modules/registeruiext.nsh @@ -1,6 +1,7 @@ ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;; ;; Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies). +;; All rights reserved. ;; Contact: Nokia Corporation (qt-info@nokia.com) ;; ;; This file is part of the tools applications of the Qt Toolkit. @@ -20,10 +21,9 @@ ;; ensure the GNU Lesser General Public License version 2.1 requirements ;; will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. ;; -;; In addition, as a special exception, Nokia gives you certain -;; additional rights. These rights are described in the Nokia Qt LGPL -;; Exception version 1.1, included in the file LGPL_EXCEPTION.txt in this -;; package. +;; In addition, as a special exception, Nokia gives you certain additional +;; rights. These rights are described in the Nokia Qt LGPL Exception +;; version 1.1, included in the file LGPL_EXCEPTION.txt in this package. ;; ;; If you have questions regarding the use of this file, please contact ;; Nokia at qt-info@nokia.com. diff --git a/tools/installer/nsis/opensource.ini b/tools/installer/nsis/opensource.ini index 27428c2..67200ca 100644 --- a/tools/installer/nsis/opensource.ini +++ b/tools/installer/nsis/opensource.ini @@ -1,6 +1,7 @@ ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;; ;; Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies). +;; All rights reserved. ;; Contact: Nokia Corporation (qt-info@nokia.com) ;; ;; This file is part of the tools applications of the Qt Toolkit. @@ -20,10 +21,9 @@ ;; ensure the GNU Lesser General Public License version 2.1 requirements ;; will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. ;; -;; In addition, as a special exception, Nokia gives you certain -;; additional rights. These rights are described in the Nokia Qt LGPL -;; Exception version 1.1, included in the file LGPL_EXCEPTION.txt in this -;; package. +;; In addition, as a special exception, Nokia gives you certain additional +;; rights. These rights are described in the Nokia Qt LGPL Exception +;; version 1.1, included in the file LGPL_EXCEPTION.txt in this package. ;; ;; If you have questions regarding the use of this file, please contact ;; Nokia at qt-info@nokia.com. |