From a460e4bc1082045384edc090033744d65f3eb3f3 Mon Sep 17 00:00:00 2001 From: hjk <qtc-committer@nokia.com> Date: Tue, 16 Dec 2008 17:06:13 +0100 Subject: [PATCH 1/4] add the license header to a few more files --- tests/manual/gdbdebugger/script/math.js | 41 +++++++++++++++++-- .../gdbdebugger/spacy path/app with space.cpp | 35 ++++++++++++---- .../spacy path/plugin with space.cpp | 33 ++++++++++++++- .../gdbdebugger/spacy-file/app with space.cpp | 35 ++++++++++++---- .../spacy-file/plugin with space.cpp | 33 ++++++++++++++- 5 files changed, 155 insertions(+), 22 deletions(-) diff --git a/tests/manual/gdbdebugger/script/math.js b/tests/manual/gdbdebugger/script/math.js index 0fd14f2b9d6..3e89867c0e2 100644 --- a/tests/manual/gdbdebugger/script/math.js +++ b/tests/manual/gdbdebugger/script/math.js @@ -1,6 +1,39 @@ +/*************************************************************************** +** +** This file is part of Qt Creator +** +** Copyright (c) 2008 Nokia Corporation and/or its subsidiary(-ies). +** +** Contact: Qt Software Information (qt-info@nokia.com) +** +** +** Non-Open Source Usage +** +** Licensees may use this file in accordance with the Qt Beta Version +** License Agreement, Agreement version 2.2 provided with the Software or, +** alternatively, in accordance with the terms contained in a written +** agreement between you and Nokia. +** +** GNU General Public License Usage +** +** Alternatively, this file may be used under the terms of the GNU General +** Public License versions 2.0 or 3.0 as published by the Free Software +** Foundation and appearing in the file LICENSE.GPL included in the packaging +** of this file. Please review the following information to ensure GNU +** General Public Licensing requirements will be met: +** +** http://www.fsf.org/licensing/licenses/info/GPLv2.html and +** http://www.gnu.org/copyleft/gpl.html. +** +** In addition, as a special exception, Nokia gives you certain additional +** rights. These rights are described in the Nokia Qt GPL Exception +** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** +***************************************************************************/ - function cube(a) { - return a * a * a; - } +function cube(a) +{ + return a * a * a; +} - var a = cube(3); +var a = cube(3); diff --git a/tests/manual/gdbdebugger/spacy path/app with space.cpp b/tests/manual/gdbdebugger/spacy path/app with space.cpp index c5969e5f962..318f16aba65 100644 --- a/tests/manual/gdbdebugger/spacy path/app with space.cpp +++ b/tests/manual/gdbdebugger/spacy path/app with space.cpp @@ -1,16 +1,35 @@ - -/**************************************************************************** +/*************************************************************************** +** +** This file is part of Qt Creator +** +** Copyright (c) 2008 Nokia Corporation and/or its subsidiary(-ies). +** +** Contact: Qt Software Information (qt-info@nokia.com) +** +** +** Non-Open Source Usage +** +** Licensees may use this file in accordance with the Qt Beta Version +** License Agreement, Agreement version 2.2 provided with the Software or, +** alternatively, in accordance with the terms contained in a written +** agreement between you and Nokia. ** -** Copyright (C) 2004-$THISYEAR$ Trolltech AS. All rights reserved. +** GNU General Public License Usage ** -** This file is part of the $MODULE$ of the Qt Toolkit. +** Alternatively, this file may be used under the terms of the GNU General +** Public License versions 2.0 or 3.0 as published by the Free Software +** Foundation and appearing in the file LICENSE.GPL included in the packaging +** of this file. Please review the following information to ensure GNU +** General Public Licensing requirements will be met: ** -** $LICENSE$ +** http://www.fsf.org/licensing/licenses/info/GPLv2.html and +** http://www.gnu.org/copyleft/gpl.html. ** -** This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE -** WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. +** In addition, as a special exception, Nokia gives you certain additional +** rights. These rights are described in the Nokia Qt GPL Exception +** version 1.2, included in the file GPL_EXCEPTION.txt in this package. ** -****************************************************************************/ +***************************************************************************/ #include <QtCore/QDebug> #include <QtCore/QDir> diff --git a/tests/manual/gdbdebugger/spacy path/plugin with space.cpp b/tests/manual/gdbdebugger/spacy path/plugin with space.cpp index 75486ccd670..a240f229739 100644 --- a/tests/manual/gdbdebugger/spacy path/plugin with space.cpp +++ b/tests/manual/gdbdebugger/spacy path/plugin with space.cpp @@ -1,4 +1,35 @@ - +/*************************************************************************** +** +** This file is part of Qt Creator +** +** Copyright (c) 2008 Nokia Corporation and/or its subsidiary(-ies). +** +** Contact: Qt Software Information (qt-info@nokia.com) +** +** +** Non-Open Source Usage +** +** Licensees may use this file in accordance with the Qt Beta Version +** License Agreement, Agreement version 2.2 provided with the Software or, +** alternatively, in accordance with the terms contained in a written +** agreement between you and Nokia. +** +** GNU General Public License Usage +** +** Alternatively, this file may be used under the terms of the GNU General +** Public License versions 2.0 or 3.0 as published by the Free Software +** Foundation and appearing in the file LICENSE.GPL included in the packaging +** of this file. Please review the following information to ensure GNU +** General Public Licensing requirements will be met: +** +** http://www.fsf.org/licensing/licenses/info/GPLv2.html and +** http://www.gnu.org/copyleft/gpl.html. +** +** In addition, as a special exception, Nokia gives you certain additional +** rights. These rights are described in the Nokia Qt GPL Exception +** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** +***************************************************************************/ #include <stdio.h> #include <qglobal.h> diff --git a/tests/manual/gdbdebugger/spacy-file/app with space.cpp b/tests/manual/gdbdebugger/spacy-file/app with space.cpp index c5969e5f962..318f16aba65 100644 --- a/tests/manual/gdbdebugger/spacy-file/app with space.cpp +++ b/tests/manual/gdbdebugger/spacy-file/app with space.cpp @@ -1,16 +1,35 @@ - -/**************************************************************************** +/*************************************************************************** +** +** This file is part of Qt Creator +** +** Copyright (c) 2008 Nokia Corporation and/or its subsidiary(-ies). +** +** Contact: Qt Software Information (qt-info@nokia.com) +** +** +** Non-Open Source Usage +** +** Licensees may use this file in accordance with the Qt Beta Version +** License Agreement, Agreement version 2.2 provided with the Software or, +** alternatively, in accordance with the terms contained in a written +** agreement between you and Nokia. ** -** Copyright (C) 2004-$THISYEAR$ Trolltech AS. All rights reserved. +** GNU General Public License Usage ** -** This file is part of the $MODULE$ of the Qt Toolkit. +** Alternatively, this file may be used under the terms of the GNU General +** Public License versions 2.0 or 3.0 as published by the Free Software +** Foundation and appearing in the file LICENSE.GPL included in the packaging +** of this file. Please review the following information to ensure GNU +** General Public Licensing requirements will be met: ** -** $LICENSE$ +** http://www.fsf.org/licensing/licenses/info/GPLv2.html and +** http://www.gnu.org/copyleft/gpl.html. ** -** This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE -** WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. +** In addition, as a special exception, Nokia gives you certain additional +** rights. These rights are described in the Nokia Qt GPL Exception +** version 1.2, included in the file GPL_EXCEPTION.txt in this package. ** -****************************************************************************/ +***************************************************************************/ #include <QtCore/QDebug> #include <QtCore/QDir> diff --git a/tests/manual/gdbdebugger/spacy-file/plugin with space.cpp b/tests/manual/gdbdebugger/spacy-file/plugin with space.cpp index 75486ccd670..a240f229739 100644 --- a/tests/manual/gdbdebugger/spacy-file/plugin with space.cpp +++ b/tests/manual/gdbdebugger/spacy-file/plugin with space.cpp @@ -1,4 +1,35 @@ - +/*************************************************************************** +** +** This file is part of Qt Creator +** +** Copyright (c) 2008 Nokia Corporation and/or its subsidiary(-ies). +** +** Contact: Qt Software Information (qt-info@nokia.com) +** +** +** Non-Open Source Usage +** +** Licensees may use this file in accordance with the Qt Beta Version +** License Agreement, Agreement version 2.2 provided with the Software or, +** alternatively, in accordance with the terms contained in a written +** agreement between you and Nokia. +** +** GNU General Public License Usage +** +** Alternatively, this file may be used under the terms of the GNU General +** Public License versions 2.0 or 3.0 as published by the Free Software +** Foundation and appearing in the file LICENSE.GPL included in the packaging +** of this file. Please review the following information to ensure GNU +** General Public Licensing requirements will be met: +** +** http://www.fsf.org/licensing/licenses/info/GPLv2.html and +** http://www.gnu.org/copyleft/gpl.html. +** +** In addition, as a special exception, Nokia gives you certain additional +** rights. These rights are described in the Nokia Qt GPL Exception +** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** +***************************************************************************/ #include <stdio.h> #include <qglobal.h> -- GitLab From 77c8f0cc48d7425254f71ee0a8fbfaa77d820f93 Mon Sep 17 00:00:00 2001 From: hjk <qtc-committer@nokia.com> Date: Tue, 16 Dec 2008 17:09:36 +0100 Subject: [PATCH 2/4] remove unneeded empty file --- src/libs/cplusplus/pp-fwd.h | 0 1 file changed, 0 insertions(+), 0 deletions(-) delete mode 100644 src/libs/cplusplus/pp-fwd.h diff --git a/src/libs/cplusplus/pp-fwd.h b/src/libs/cplusplus/pp-fwd.h deleted file mode 100644 index e69de29bb2d..00000000000 -- GitLab From bc4f14e88c34439c00bc846fd2a4aaece3c0e5a2 Mon Sep 17 00:00:00 2001 From: hjk <qtc-committer@nokia.com> Date: Tue, 16 Dec 2008 17:12:10 +0100 Subject: [PATCH 3/4] do not reference removed empty file --- src/libs/cplusplus/cplusplus.pro | 1 - 1 file changed, 1 deletion(-) diff --git a/src/libs/cplusplus/cplusplus.pro b/src/libs/cplusplus/cplusplus.pro index 49d78fda8b3..35ec8a070b3 100644 --- a/src/libs/cplusplus/cplusplus.pro +++ b/src/libs/cplusplus/cplusplus.pro @@ -24,7 +24,6 @@ HEADERS += \ LookupContext.h \ pp-cctype.h \ pp-engine.h \ - pp-fwd.h \ pp-macro-expander.h \ pp-scanner.h \ pp-client.h \ -- GitLab From da3cb1448320abf99769df46a3c52c028224676d Mon Sep 17 00:00:00 2001 From: hjk <qtc-committer@nokia.com> Date: Tue, 16 Dec 2008 17:20:00 +0100 Subject: [PATCH 4/4] chancge Nokia GPL exception version from 1.2 to 1.3 --- doc/example/textfinder/main.cpp | 2 +- doc/example/textfinder/textfinder.cpp | 2 +- doc/example/textfinder/textfinder.h | 2 +- installer/installer.cpp | 2 +- installer/qinstaller.cpp | 2 +- installer/qinstaller.h | 2 +- installer/qinstallergui.cpp | 2 +- installer/qinstallergui.h | 2 +- shared/cpaster/cgi.cpp | 2 +- shared/cpaster/cgi.h | 2 +- shared/cpaster/fetcher.cpp | 2 +- shared/cpaster/fetcher.h | 2 +- shared/cpaster/poster.cpp | 2 +- shared/cpaster/poster.h | 2 +- shared/cpaster/splitter.cpp | 2 +- shared/cpaster/splitter.h | 2 +- shared/cpaster/view.cpp | 2 +- shared/cpaster/view.h | 2 +- shared/cplusplus/AST.cpp | 2 +- shared/cplusplus/AST.h | 2 +- shared/cplusplus/ASTVisitor.cpp | 2 +- shared/cplusplus/ASTVisitor.h | 2 +- shared/cplusplus/ASTfwd.h | 2 +- shared/cplusplus/Array.cpp | 2 +- shared/cplusplus/Array.h | 2 +- shared/cplusplus/CPlusPlusForwardDeclarations.h | 2 +- shared/cplusplus/CheckDeclaration.cpp | 2 +- shared/cplusplus/CheckDeclaration.h | 2 +- shared/cplusplus/CheckDeclarator.cpp | 2 +- shared/cplusplus/CheckDeclarator.h | 2 +- shared/cplusplus/CheckExpression.cpp | 2 +- shared/cplusplus/CheckExpression.h | 2 +- shared/cplusplus/CheckName.cpp | 2 +- shared/cplusplus/CheckName.h | 2 +- shared/cplusplus/CheckSpecifier.cpp | 2 +- shared/cplusplus/CheckSpecifier.h | 2 +- shared/cplusplus/CheckStatement.cpp | 2 +- shared/cplusplus/CheckStatement.h | 2 +- shared/cplusplus/Control.cpp | 2 +- shared/cplusplus/Control.h | 2 +- shared/cplusplus/CoreTypes.cpp | 2 +- shared/cplusplus/CoreTypes.h | 2 +- shared/cplusplus/DiagnosticClient.cpp | 2 +- shared/cplusplus/DiagnosticClient.h | 2 +- shared/cplusplus/FullySpecifiedType.cpp | 2 +- shared/cplusplus/FullySpecifiedType.h | 2 +- shared/cplusplus/Keywords.cpp | 2 +- shared/cplusplus/Lexer.cpp | 2 +- shared/cplusplus/Lexer.h | 2 +- shared/cplusplus/LiteralTable.cpp | 2 +- shared/cplusplus/LiteralTable.h | 2 +- shared/cplusplus/Literals.cpp | 2 +- shared/cplusplus/Literals.h | 2 +- shared/cplusplus/MemoryPool.cpp | 2 +- shared/cplusplus/MemoryPool.h | 2 +- shared/cplusplus/Name.cpp | 2 +- shared/cplusplus/Name.h | 2 +- shared/cplusplus/NameVisitor.cpp | 2 +- shared/cplusplus/NameVisitor.h | 2 +- shared/cplusplus/Names.cpp | 2 +- shared/cplusplus/Names.h | 2 +- shared/cplusplus/Parser.cpp | 2 +- shared/cplusplus/Parser.h | 2 +- shared/cplusplus/Scope.cpp | 2 +- shared/cplusplus/Scope.h | 2 +- shared/cplusplus/Semantic.cpp | 2 +- shared/cplusplus/Semantic.h | 2 +- shared/cplusplus/SemanticCheck.cpp | 2 +- shared/cplusplus/SemanticCheck.h | 2 +- shared/cplusplus/Symbol.cpp | 2 +- shared/cplusplus/Symbol.h | 2 +- shared/cplusplus/SymbolVisitor.cpp | 2 +- shared/cplusplus/SymbolVisitor.h | 2 +- shared/cplusplus/Symbols.cpp | 2 +- shared/cplusplus/Symbols.h | 2 +- shared/cplusplus/Token.cpp | 2 +- shared/cplusplus/Token.h | 2 +- shared/cplusplus/TranslationUnit.cpp | 2 +- shared/cplusplus/TranslationUnit.h | 2 +- shared/cplusplus/Type.cpp | 2 +- shared/cplusplus/Type.h | 2 +- shared/cplusplus/TypeVisitor.cpp | 2 +- shared/cplusplus/TypeVisitor.h | 2 +- shared/designerintegrationv2/formresizer.cpp | 2 +- shared/designerintegrationv2/formresizer.h | 2 +- shared/designerintegrationv2/sizehandlerect.cpp | 2 +- shared/designerintegrationv2/sizehandlerect.h | 2 +- shared/designerintegrationv2/widgethost.cpp | 2 +- shared/designerintegrationv2/widgethost.h | 2 +- shared/designerintegrationv2/widgethostconstants.h | 2 +- shared/help/bookmarkmanager.cpp | 2 +- shared/help/bookmarkmanager.h | 2 +- shared/help/contentwindow.cpp | 2 +- shared/help/contentwindow.h | 2 +- shared/help/filternamedialog.cpp | 2 +- shared/help/filternamedialog.h | 2 +- shared/help/helpviewer.cpp | 2 +- shared/help/helpviewer.h | 2 +- shared/help/indexwindow.cpp | 2 +- shared/help/indexwindow.h | 2 +- shared/help/topicchooser.cpp | 2 +- shared/help/topicchooser.h | 2 +- shared/indenter/constants.cpp | 2 +- shared/indenter/indenter.h | 2 +- shared/indenter/indenter_impl.h | 2 +- shared/indenter/test/main.cpp | 2 +- shared/namespace_global.h | 2 +- shared/proparser/abstractproitemvisitor.h | 2 +- shared/proparser/procommandmanager.cpp | 2 +- shared/proparser/procommandmanager.h | 2 +- shared/proparser/proeditor.cpp | 2 +- shared/proparser/proeditor.h | 2 +- shared/proparser/proeditormodel.cpp | 2 +- shared/proparser/proeditormodel.h | 2 +- shared/proparser/profileevaluator.cpp | 2 +- shared/proparser/profileevaluator.h | 2 +- shared/proparser/proiteminfo.cpp | 2 +- shared/proparser/proiteminfo.h | 2 +- shared/proparser/proitems.cpp | 2 +- shared/proparser/proitems.h | 2 +- shared/proparser/proparserutils.h | 2 +- shared/proparser/prowriter.cpp | 2 +- shared/proparser/prowriter.h | 2 +- shared/proparser/proxml.cpp | 2 +- shared/proparser/proxml.h | 2 +- shared/proparser/valueeditor.cpp | 2 +- shared/proparser/valueeditor.h | 2 +- shared/qrceditor/qrceditor.cpp | 2 +- shared/qrceditor/qrceditor.h | 2 +- shared/qrceditor/resourcefile.cpp | 2 +- shared/qrceditor/resourcefile_p.h | 2 +- shared/qrceditor/resourceview.cpp | 2 +- shared/qrceditor/resourceview.h | 2 +- shared/qrceditor/test/main.cpp | 2 +- shared/qrceditor/test/mainwindow.cpp | 2 +- shared/qrceditor/test/mainwindow.h | 2 +- shared/qrceditor/undocommands.cpp | 2 +- shared/qrceditor/undocommands_p.h | 2 +- shared/qscripthighlighter/qscripthighlighter.cpp | 2 +- shared/qscripthighlighter/qscripthighlighter.h | 2 +- shared/qscripthighlighter/test/main.cpp | 2 +- shared/qtextended_integration.h | 2 +- shared/qtlockedfile/qtlockedfile.cpp | 2 +- shared/qtlockedfile/qtlockedfile.h | 2 +- shared/qtlockedfile/qtlockedfile_unix.cpp | 2 +- shared/qtlockedfile/qtlockedfile_win.cpp | 2 +- shared/qtsingleapplication/qtlocalpeer.cpp | 2 +- shared/qtsingleapplication/qtlocalpeer.h | 2 +- shared/qtsingleapplication/qtsingleapplication.cpp | 2 +- shared/qtsingleapplication/qtsingleapplication.h | 2 +- shared/qtsingleapplication/qtsinglecoreapplication.cpp | 2 +- shared/qtsingleapplication/qtsinglecoreapplication.h | 2 +- shared/scriptwrapper/interface_wrap_helpers.h | 2 +- shared/scriptwrapper/wrap_helpers.h | 2 +- src/app/main.cpp | 2 +- src/libs/aggregation/aggregate.cpp | 2 +- src/libs/aggregation/aggregate.h | 2 +- src/libs/aggregation/aggregation_global.h | 2 +- src/libs/aggregation/examples/text/main.cpp | 2 +- src/libs/aggregation/examples/text/main.h | 2 +- src/libs/aggregation/examples/text/myinterfaces.h | 2 +- src/libs/aggregation/test/tst_aggregate.cpp | 2 +- src/libs/cplusplus/CppDocument.cpp | 2 +- src/libs/cplusplus/CppDocument.h | 2 +- src/libs/cplusplus/ExpressionUnderCursor.cpp | 2 +- src/libs/cplusplus/ExpressionUnderCursor.h | 2 +- src/libs/cplusplus/Icons.cpp | 2 +- src/libs/cplusplus/Icons.h | 2 +- src/libs/cplusplus/LookupContext.cpp | 2 +- src/libs/cplusplus/LookupContext.h | 2 +- src/libs/cplusplus/NameOfExpression.cpp | 2 +- src/libs/cplusplus/NameOfExpression.h | 2 +- src/libs/cplusplus/NamePrettyPrinter.cpp | 2 +- src/libs/cplusplus/NamePrettyPrinter.h | 2 +- src/libs/cplusplus/Overview.cpp | 2 +- src/libs/cplusplus/Overview.h | 2 +- src/libs/cplusplus/OverviewModel.cpp | 2 +- src/libs/cplusplus/OverviewModel.h | 2 +- src/libs/cplusplus/ResolveExpression.cpp | 2 +- src/libs/cplusplus/ResolveExpression.h | 2 +- src/libs/cplusplus/SimpleLexer.cpp | 2 +- src/libs/cplusplus/SimpleLexer.h | 2 +- src/libs/cplusplus/TokenUnderCursor.cpp | 2 +- src/libs/cplusplus/TokenUnderCursor.h | 2 +- src/libs/cplusplus/TypeOfExpression.cpp | 2 +- src/libs/cplusplus/TypeOfExpression.h | 2 +- src/libs/cplusplus/TypePrettyPrinter.cpp | 2 +- src/libs/cplusplus/TypePrettyPrinter.h | 2 +- src/libs/cplusplus/pp-cctype.h | 2 +- src/libs/cplusplus/pp-client.h | 2 +- src/libs/cplusplus/pp-engine.cpp | 2 +- src/libs/cplusplus/pp-engine.h | 2 +- src/libs/cplusplus/pp-environment.cpp | 2 +- src/libs/cplusplus/pp-environment.h | 2 +- src/libs/cplusplus/pp-internal.h | 2 +- src/libs/cplusplus/pp-macro-expander.cpp | 2 +- src/libs/cplusplus/pp-macro-expander.h | 2 +- src/libs/cplusplus/pp-macro.h | 2 +- src/libs/cplusplus/pp-scanner.h | 2 +- src/libs/cplusplus/pp.h | 2 +- src/libs/extensionsystem/extensionsystem_global.h | 2 +- src/libs/extensionsystem/iplugin.cpp | 2 +- src/libs/extensionsystem/iplugin.h | 2 +- src/libs/extensionsystem/iplugin_p.h | 2 +- src/libs/extensionsystem/optionsparser.cpp | 2 +- src/libs/extensionsystem/optionsparser.h | 2 +- src/libs/extensionsystem/plugindetailsview.cpp | 2 +- src/libs/extensionsystem/plugindetailsview.h | 2 +- src/libs/extensionsystem/pluginerrorview.cpp | 2 +- src/libs/extensionsystem/pluginerrorview.h | 2 +- src/libs/extensionsystem/pluginmanager.cpp | 2 +- src/libs/extensionsystem/pluginmanager.h | 2 +- src/libs/extensionsystem/pluginmanager_p.h | 2 +- src/libs/extensionsystem/pluginspec.cpp | 2 +- src/libs/extensionsystem/pluginspec.h | 2 +- src/libs/extensionsystem/pluginspec_p.h | 2 +- src/libs/extensionsystem/pluginview.cpp | 2 +- src/libs/extensionsystem/pluginview.h | 2 +- src/libs/extensionsystem/pluginview_p.h | 2 +- .../test/auto/pluginmanager/circularplugins/plugin1/plugin1.cpp | 2 +- .../test/auto/pluginmanager/circularplugins/plugin1/plugin1.h | 2 +- .../test/auto/pluginmanager/circularplugins/plugin2/plugin2.cpp | 2 +- .../test/auto/pluginmanager/circularplugins/plugin2/plugin2.h | 2 +- .../test/auto/pluginmanager/circularplugins/plugin3/plugin3.cpp | 2 +- .../test/auto/pluginmanager/circularplugins/plugin3/plugin3.h | 2 +- .../test/auto/pluginmanager/correctplugins1/plugin1/plugin1.cpp | 2 +- .../test/auto/pluginmanager/correctplugins1/plugin1/plugin1.h | 2 +- .../test/auto/pluginmanager/correctplugins1/plugin2/plugin2.cpp | 2 +- .../test/auto/pluginmanager/correctplugins1/plugin2/plugin2.h | 2 +- .../test/auto/pluginmanager/correctplugins1/plugin3/plugin3.cpp | 2 +- .../test/auto/pluginmanager/correctplugins1/plugin3/plugin3.h | 2 +- .../test/auto/pluginmanager/tst_pluginmanager.cpp | 2 +- .../test/auto/pluginspec/testplugin/testplugin.cpp | 2 +- .../test/auto/pluginspec/testplugin/testplugin.h | 2 +- .../test/auto/pluginspec/testplugin/testplugin_global.h | 2 +- .../extensionsystem/test/auto/pluginspec/tst_pluginspec.cpp | 2 +- .../extensionsystem/test/manual/pluginview/plugindialog.cpp | 2 +- src/libs/extensionsystem/test/manual/pluginview/plugindialog.h | 2 +- .../test/manual/pluginview/plugins/plugin1/plugin1.cpp | 2 +- .../test/manual/pluginview/plugins/plugin1/plugin1.h | 2 +- .../test/manual/pluginview/plugins/plugin2/plugin2.cpp | 2 +- .../test/manual/pluginview/plugins/plugin2/plugin2.h | 2 +- .../test/manual/pluginview/plugins/plugin3/plugin3.cpp | 2 +- .../test/manual/pluginview/plugins/plugin3/plugin3.h | 2 +- src/libs/qtconcurrent/multitask.h | 2 +- src/libs/qtconcurrent/qtconcurrent_global.h | 2 +- src/libs/qtconcurrent/runextensions.h | 2 +- src/libs/utils/basevalidatinglineedit.cpp | 2 +- src/libs/utils/basevalidatinglineedit.h | 2 +- src/libs/utils/classnamevalidatinglineedit.cpp | 2 +- src/libs/utils/classnamevalidatinglineedit.h | 2 +- src/libs/utils/codegeneration.cpp | 2 +- src/libs/utils/codegeneration.h | 2 +- src/libs/utils/fancylineedit.cpp | 2 +- src/libs/utils/fancylineedit.h | 2 +- src/libs/utils/filenamevalidatinglineedit.cpp | 2 +- src/libs/utils/filenamevalidatinglineedit.h | 2 +- src/libs/utils/filesearch.cpp | 2 +- src/libs/utils/filesearch.h | 2 +- src/libs/utils/filewizarddialog.cpp | 2 +- src/libs/utils/filewizarddialog.h | 2 +- src/libs/utils/filewizardpage.cpp | 2 +- src/libs/utils/filewizardpage.h | 2 +- src/libs/utils/linecolumnlabel.cpp | 2 +- src/libs/utils/linecolumnlabel.h | 2 +- src/libs/utils/listutils.h | 2 +- src/libs/utils/newclasswidget.cpp | 2 +- src/libs/utils/newclasswidget.h | 2 +- src/libs/utils/pathchooser.cpp | 2 +- src/libs/utils/pathchooser.h | 2 +- src/libs/utils/projectintropage.cpp | 2 +- src/libs/utils/projectintropage.h | 2 +- src/libs/utils/projectnamevalidatinglineedit.cpp | 2 +- src/libs/utils/projectnamevalidatinglineedit.h | 2 +- src/libs/utils/qtcassert.h | 2 +- src/libs/utils/qtcolorbutton.cpp | 2 +- src/libs/utils/qtcolorbutton.h | 2 +- src/libs/utils/reloadpromptutils.cpp | 2 +- src/libs/utils/reloadpromptutils.h | 2 +- src/libs/utils/settingsutils.cpp | 2 +- src/libs/utils/settingsutils.h | 2 +- src/libs/utils/submiteditorwidget.cpp | 2 +- src/libs/utils/submiteditorwidget.h | 2 +- src/libs/utils/synchronousprocess.cpp | 2 +- src/libs/utils/synchronousprocess.h | 2 +- src/libs/utils/utils_global.h | 2 +- src/plugins/bineditor/bineditor.cpp | 2 +- src/plugins/bineditor/bineditor.h | 2 +- src/plugins/bineditor/bineditorconstants.h | 2 +- src/plugins/bineditor/bineditorplugin.cpp | 2 +- src/plugins/bineditor/bineditorplugin.h | 2 +- src/plugins/bookmarks/bookmark.cpp | 2 +- src/plugins/bookmarks/bookmark.h | 2 +- src/plugins/bookmarks/bookmarkmanager.cpp | 2 +- src/plugins/bookmarks/bookmarkmanager.h | 2 +- src/plugins/bookmarks/bookmarks_global.h | 2 +- src/plugins/bookmarks/bookmarksplugin.cpp | 2 +- src/plugins/bookmarks/bookmarksplugin.h | 2 +- src/plugins/cmakeprojectmanager/cmakeproject.cpp | 2 +- src/plugins/cmakeprojectmanager/cmakeproject.h | 2 +- src/plugins/cmakeprojectmanager/cmakeprojectconstants.h | 2 +- src/plugins/cmakeprojectmanager/cmakeprojectmanager.cpp | 2 +- src/plugins/cmakeprojectmanager/cmakeprojectmanager.h | 2 +- src/plugins/cmakeprojectmanager/cmakeprojectnodes.cpp | 2 +- src/plugins/cmakeprojectmanager/cmakeprojectnodes.h | 2 +- src/plugins/cmakeprojectmanager/cmakeprojectplugin.cpp | 2 +- src/plugins/cmakeprojectmanager/cmakeprojectplugin.h | 2 +- src/plugins/cmakeprojectmanager/cmakerunconfiguration.cpp | 2 +- src/plugins/cmakeprojectmanager/cmakerunconfiguration.h | 2 +- src/plugins/cmakeprojectmanager/cmakestep.cpp | 2 +- src/plugins/cmakeprojectmanager/cmakestep.h | 2 +- src/plugins/cmakeprojectmanager/makestep.cpp | 2 +- src/plugins/cmakeprojectmanager/makestep.h | 2 +- src/plugins/coreplugin/actionmanager/actioncontainer.cpp | 2 +- src/plugins/coreplugin/actionmanager/actioncontainer.h | 2 +- src/plugins/coreplugin/actionmanager/actionmanager.cpp | 2 +- src/plugins/coreplugin/actionmanager/actionmanager.h | 2 +- src/plugins/coreplugin/actionmanager/actionmanagerinterface.h | 2 +- src/plugins/coreplugin/actionmanager/command.cpp | 2 +- src/plugins/coreplugin/actionmanager/command.h | 2 +- src/plugins/coreplugin/actionmanager/commandsfile.cpp | 2 +- src/plugins/coreplugin/actionmanager/commandsfile.h | 2 +- src/plugins/coreplugin/actionmanager/iactioncontainer.h | 2 +- src/plugins/coreplugin/actionmanager/icommand.h | 2 +- src/plugins/coreplugin/basefilewizard.cpp | 2 +- src/plugins/coreplugin/basefilewizard.h | 2 +- src/plugins/coreplugin/basemode.cpp | 2 +- src/plugins/coreplugin/basemode.h | 2 +- src/plugins/coreplugin/baseview.cpp | 2 +- src/plugins/coreplugin/baseview.h | 2 +- src/plugins/coreplugin/core_global.h | 2 +- src/plugins/coreplugin/coreconstants.h | 2 +- src/plugins/coreplugin/coreimpl.cpp | 2 +- src/plugins/coreplugin/coreimpl.h | 2 +- src/plugins/coreplugin/coreplugin.cpp | 2 +- src/plugins/coreplugin/coreplugin.h | 2 +- src/plugins/coreplugin/dialogs/ioptionspage.h | 2 +- src/plugins/coreplugin/dialogs/iwizard.h | 2 +- src/plugins/coreplugin/dialogs/newdialog.cpp | 2 +- src/plugins/coreplugin/dialogs/newdialog.h | 2 +- src/plugins/coreplugin/dialogs/openwithdialog.cpp | 2 +- src/plugins/coreplugin/dialogs/openwithdialog.h | 2 +- src/plugins/coreplugin/dialogs/saveitemsdialog.cpp | 2 +- src/plugins/coreplugin/dialogs/saveitemsdialog.h | 2 +- src/plugins/coreplugin/dialogs/settingsdialog.cpp | 2 +- src/plugins/coreplugin/dialogs/settingsdialog.h | 2 +- src/plugins/coreplugin/dialogs/shortcutsettings.cpp | 2 +- src/plugins/coreplugin/dialogs/shortcutsettings.h | 2 +- src/plugins/coreplugin/editmode.cpp | 2 +- src/plugins/coreplugin/editmode.h | 2 +- src/plugins/coreplugin/editormanager/editorgroup.cpp | 2 +- src/plugins/coreplugin/editormanager/editorgroup.h | 2 +- src/plugins/coreplugin/editormanager/editormanager.cpp | 2 +- src/plugins/coreplugin/editormanager/editormanager.h | 2 +- src/plugins/coreplugin/editormanager/editorsplitter.cpp | 2 +- src/plugins/coreplugin/editormanager/editorsplitter.h | 2 +- src/plugins/coreplugin/editormanager/ieditor.h | 2 +- src/plugins/coreplugin/editormanager/ieditorfactory.h | 2 +- src/plugins/coreplugin/editormanager/openeditorsview.cpp | 2 +- src/plugins/coreplugin/editormanager/openeditorsview.h | 2 +- src/plugins/coreplugin/editormanager/openeditorswindow.cpp | 2 +- src/plugins/coreplugin/editormanager/openeditorswindow.h | 2 +- src/plugins/coreplugin/editormanager/stackededitorgroup.cpp | 2 +- src/plugins/coreplugin/editormanager/stackededitorgroup.h | 2 +- src/plugins/coreplugin/fancyactionbar.cpp | 2 +- src/plugins/coreplugin/fancyactionbar.h | 2 +- src/plugins/coreplugin/fancytabwidget.cpp | 2 +- src/plugins/coreplugin/fancytabwidget.h | 2 +- src/plugins/coreplugin/fileiconprovider.cpp | 2 +- src/plugins/coreplugin/fileiconprovider.h | 2 +- src/plugins/coreplugin/filemanager.cpp | 2 +- src/plugins/coreplugin/filemanager.h | 2 +- src/plugins/coreplugin/findplaceholder.cpp | 2 +- src/plugins/coreplugin/findplaceholder.h | 2 +- src/plugins/coreplugin/flowlayout.cpp | 2 +- src/plugins/coreplugin/flowlayout.h | 2 +- src/plugins/coreplugin/generalsettings.cpp | 2 +- src/plugins/coreplugin/generalsettings.h | 2 +- src/plugins/coreplugin/icontext.h | 2 +- src/plugins/coreplugin/icore.h | 2 +- src/plugins/coreplugin/icorelistener.h | 2 +- src/plugins/coreplugin/ifile.h | 2 +- src/plugins/coreplugin/ifilefactory.h | 2 +- src/plugins/coreplugin/ifilewizardextension.h | 2 +- src/plugins/coreplugin/imode.h | 2 +- src/plugins/coreplugin/inavigationwidgetfactory.cpp | 2 +- src/plugins/coreplugin/inavigationwidgetfactory.h | 2 +- src/plugins/coreplugin/ioutputpane.h | 2 +- src/plugins/coreplugin/iversioncontrol.h | 2 +- src/plugins/coreplugin/iview.h | 2 +- src/plugins/coreplugin/mainwindow.cpp | 2 +- src/plugins/coreplugin/mainwindow.h | 2 +- src/plugins/coreplugin/manhattanstyle.cpp | 2 +- src/plugins/coreplugin/manhattanstyle.h | 2 +- src/plugins/coreplugin/messagemanager.cpp | 2 +- src/plugins/coreplugin/messagemanager.h | 2 +- src/plugins/coreplugin/messageoutputwindow.cpp | 2 +- src/plugins/coreplugin/messageoutputwindow.h | 2 +- src/plugins/coreplugin/mimedatabase.cpp | 2 +- src/plugins/coreplugin/mimedatabase.h | 2 +- src/plugins/coreplugin/minisplitter.cpp | 2 +- src/plugins/coreplugin/minisplitter.h | 2 +- src/plugins/coreplugin/modemanager.cpp | 2 +- src/plugins/coreplugin/modemanager.h | 2 +- src/plugins/coreplugin/navigationwidget.cpp | 2 +- src/plugins/coreplugin/navigationwidget.h | 2 +- src/plugins/coreplugin/outputpane.cpp | 2 +- src/plugins/coreplugin/outputpane.h | 2 +- src/plugins/coreplugin/plugindialog.cpp | 2 +- src/plugins/coreplugin/plugindialog.h | 2 +- src/plugins/coreplugin/progressmanager/futureprogress.cpp | 2 +- src/plugins/coreplugin/progressmanager/futureprogress.h | 2 +- src/plugins/coreplugin/progressmanager/progressmanager.cpp | 2 +- src/plugins/coreplugin/progressmanager/progressmanager.h | 2 +- .../coreplugin/progressmanager/progressmanagerinterface.h | 2 +- src/plugins/coreplugin/progressmanager/progresspie.cpp | 2 +- src/plugins/coreplugin/progressmanager/progresspie.h | 2 +- src/plugins/coreplugin/progressmanager/progressview.cpp | 2 +- src/plugins/coreplugin/progressmanager/progressview.h | 2 +- src/plugins/coreplugin/rightpane.cpp | 2 +- src/plugins/coreplugin/rightpane.h | 2 +- src/plugins/coreplugin/scriptmanager/metatypedeclarations.h | 2 +- src/plugins/coreplugin/scriptmanager/qworkbench_wrapper.cpp | 2 +- src/plugins/coreplugin/scriptmanager/qworkbench_wrapper.h | 2 +- src/plugins/coreplugin/scriptmanager/scriptmanager.cpp | 2 +- src/plugins/coreplugin/scriptmanager/scriptmanager.h | 2 +- src/plugins/coreplugin/scriptmanager/scriptmanagerinterface.h | 2 +- src/plugins/coreplugin/sidebar.cpp | 2 +- src/plugins/coreplugin/sidebar.h | 2 +- src/plugins/coreplugin/styleanimator.cpp | 2 +- src/plugins/coreplugin/styleanimator.h | 2 +- src/plugins/coreplugin/stylehelper.cpp | 2 +- src/plugins/coreplugin/stylehelper.h | 2 +- src/plugins/coreplugin/tabpositionindicator.cpp | 2 +- src/plugins/coreplugin/tabpositionindicator.h | 2 +- src/plugins/coreplugin/uniqueidmanager.cpp | 2 +- src/plugins/coreplugin/uniqueidmanager.h | 2 +- src/plugins/coreplugin/variablemanager.cpp | 2 +- src/plugins/coreplugin/variablemanager.h | 2 +- src/plugins/coreplugin/vcsmanager.cpp | 2 +- src/plugins/coreplugin/vcsmanager.h | 2 +- src/plugins/coreplugin/versiondialog.cpp | 2 +- src/plugins/coreplugin/versiondialog.h | 2 +- src/plugins/coreplugin/viewmanager.cpp | 2 +- src/plugins/coreplugin/viewmanager.h | 2 +- src/plugins/coreplugin/viewmanagerinterface.h | 2 +- src/plugins/coreplugin/welcomemode.cpp | 2 +- src/plugins/coreplugin/welcomemode.h | 2 +- src/plugins/cpaster/cpasterplugin.cpp | 2 +- src/plugins/cpaster/cpasterplugin.h | 2 +- src/plugins/cpaster/settingspage.cpp | 2 +- src/plugins/cpaster/settingspage.h | 2 +- src/plugins/cppeditor/cppclasswizard.cpp | 2 +- src/plugins/cppeditor/cppclasswizard.h | 2 +- src/plugins/cppeditor/cppeditor.cpp | 2 +- src/plugins/cppeditor/cppeditor.h | 2 +- src/plugins/cppeditor/cppeditor_global.h | 2 +- src/plugins/cppeditor/cppeditoractionhandler.cpp | 2 +- src/plugins/cppeditor/cppeditoractionhandler.h | 2 +- src/plugins/cppeditor/cppeditorconstants.h | 2 +- src/plugins/cppeditor/cppeditorenums.h | 2 +- src/plugins/cppeditor/cppfilewizard.cpp | 2 +- src/plugins/cppeditor/cppfilewizard.h | 2 +- src/plugins/cppeditor/cpphighlighter.cpp | 2 +- src/plugins/cppeditor/cpphighlighter.h | 2 +- src/plugins/cppeditor/cppplugin.cpp | 2 +- src/plugins/cppeditor/cppplugin.h | 2 +- src/plugins/cpptools/cppclassesfilter.cpp | 2 +- src/plugins/cpptools/cppclassesfilter.h | 2 +- src/plugins/cpptools/cppcodecompletion.cpp | 2 +- src/plugins/cpptools/cppcodecompletion.h | 2 +- src/plugins/cpptools/cppfunctionsfilter.cpp | 2 +- src/plugins/cpptools/cppfunctionsfilter.h | 2 +- src/plugins/cpptools/cpphoverhandler.cpp | 2 +- src/plugins/cpptools/cpphoverhandler.h | 2 +- src/plugins/cpptools/cppmodelmanager.cpp | 2 +- src/plugins/cpptools/cppmodelmanager.h | 2 +- src/plugins/cpptools/cppmodelmanagerinterface.h | 2 +- src/plugins/cpptools/cppquickopenfilter.cpp | 2 +- src/plugins/cpptools/cppquickopenfilter.h | 2 +- src/plugins/cpptools/cpptools.cpp | 2 +- src/plugins/cpptools/cpptools.h | 2 +- src/plugins/cpptools/cpptools_global.h | 2 +- src/plugins/cpptools/cpptoolsconstants.h | 2 +- src/plugins/cpptools/cpptoolseditorsupport.cpp | 2 +- src/plugins/cpptools/cpptoolseditorsupport.h | 2 +- src/plugins/cpptools/searchsymbols.cpp | 2 +- src/plugins/cpptools/searchsymbols.h | 2 +- src/plugins/debugger/attachexternaldialog.cpp | 2 +- src/plugins/debugger/attachexternaldialog.h | 2 +- src/plugins/debugger/attachremotedialog.cpp | 2 +- src/plugins/debugger/attachremotedialog.h | 2 +- src/plugins/debugger/breakhandler.cpp | 2 +- src/plugins/debugger/breakhandler.h | 2 +- src/plugins/debugger/breakwindow.cpp | 2 +- src/plugins/debugger/breakwindow.h | 2 +- src/plugins/debugger/debuggerconstants.h | 2 +- src/plugins/debugger/debuggermanager.cpp | 2 +- src/plugins/debugger/debuggermanager.h | 2 +- src/plugins/debugger/debuggeroutputwindow.cpp | 2 +- src/plugins/debugger/debuggeroutputwindow.h | 2 +- src/plugins/debugger/debuggerplugin.cpp | 2 +- src/plugins/debugger/debuggerplugin.h | 2 +- src/plugins/debugger/debuggerrunner.cpp | 2 +- src/plugins/debugger/debuggerrunner.h | 2 +- src/plugins/debugger/disassemblerhandler.cpp | 2 +- src/plugins/debugger/disassemblerhandler.h | 2 +- src/plugins/debugger/disassemblerwindow.cpp | 2 +- src/plugins/debugger/disassemblerwindow.h | 2 +- src/plugins/debugger/gdbengine.cpp | 2 +- src/plugins/debugger/gdbengine.h | 2 +- src/plugins/debugger/gdbmi.cpp | 2 +- src/plugins/debugger/gdbmi.h | 2 +- src/plugins/debugger/gdboptionpage.cpp | 2 +- src/plugins/debugger/gdboptionpage.h | 2 +- src/plugins/debugger/gdbtypemacros.cpp | 2 +- src/plugins/debugger/idebuggerengine.h | 2 +- src/plugins/debugger/imports.h | 2 +- src/plugins/debugger/mode.cpp | 2 +- src/plugins/debugger/mode.h | 2 +- src/plugins/debugger/moduleshandler.cpp | 2 +- src/plugins/debugger/moduleshandler.h | 2 +- src/plugins/debugger/moduleswindow.cpp | 2 +- src/plugins/debugger/moduleswindow.h | 2 +- src/plugins/debugger/procinterrupt.cpp | 2 +- src/plugins/debugger/procinterrupt.h | 2 +- src/plugins/debugger/registerhandler.cpp | 2 +- src/plugins/debugger/registerhandler.h | 2 +- src/plugins/debugger/registerwindow.cpp | 2 +- src/plugins/debugger/registerwindow.h | 2 +- src/plugins/debugger/scriptengine.cpp | 2 +- src/plugins/debugger/scriptengine.h | 2 +- src/plugins/debugger/stackhandler.cpp | 2 +- src/plugins/debugger/stackhandler.h | 2 +- src/plugins/debugger/stackwindow.cpp | 2 +- src/plugins/debugger/stackwindow.h | 2 +- src/plugins/debugger/startexternaldialog.cpp | 2 +- src/plugins/debugger/startexternaldialog.h | 2 +- src/plugins/debugger/threadswindow.cpp | 2 +- src/plugins/debugger/threadswindow.h | 2 +- src/plugins/debugger/watchhandler.cpp | 2 +- src/plugins/debugger/watchhandler.h | 2 +- src/plugins/debugger/watchwindow.cpp | 2 +- src/plugins/debugger/watchwindow.h | 2 +- src/plugins/designer/cpp/formclasswizard.cpp | 2 +- src/plugins/designer/cpp/formclasswizard.h | 2 +- src/plugins/designer/cpp/formclasswizarddialog.cpp | 2 +- src/plugins/designer/cpp/formclasswizarddialog.h | 2 +- src/plugins/designer/cpp/formclasswizardpage.cpp | 2 +- src/plugins/designer/cpp/formclasswizardpage.h | 2 +- src/plugins/designer/cpp/formclasswizardparameters.cpp | 2 +- src/plugins/designer/cpp/formclasswizardparameters.h | 2 +- src/plugins/designer/designerconstants.h | 2 +- src/plugins/designer/editorwidget.cpp | 2 +- src/plugins/designer/editorwidget.h | 2 +- src/plugins/designer/formeditorfactory.cpp | 2 +- src/plugins/designer/formeditorfactory.h | 2 +- src/plugins/designer/formeditorplugin.cpp | 2 +- src/plugins/designer/formeditorplugin.h | 2 +- src/plugins/designer/formeditorw.cpp | 2 +- src/plugins/designer/formeditorw.h | 2 +- src/plugins/designer/formtemplatewizardpage.cpp | 2 +- src/plugins/designer/formtemplatewizardpage.h | 2 +- src/plugins/designer/formwindoweditor.cpp | 2 +- src/plugins/designer/formwindoweditor.h | 2 +- src/plugins/designer/formwindowfile.cpp | 2 +- src/plugins/designer/formwindowfile.h | 2 +- src/plugins/designer/formwindowhost.cpp | 2 +- src/plugins/designer/formwindowhost.h | 2 +- src/plugins/designer/formwizard.cpp | 2 +- src/plugins/designer/formwizard.h | 2 +- src/plugins/designer/formwizarddialog.cpp | 2 +- src/plugins/designer/formwizarddialog.h | 2 +- src/plugins/designer/settingsmanager.cpp | 2 +- src/plugins/designer/settingsmanager.h | 2 +- src/plugins/designer/settingspage.cpp | 2 +- src/plugins/designer/settingspage.h | 2 +- src/plugins/designer/workbenchintegration.cpp | 2 +- src/plugins/designer/workbenchintegration.h | 2 +- src/plugins/find/basetextfind.cpp | 2 +- src/plugins/find/basetextfind.h | 2 +- src/plugins/find/currentdocumentfind.cpp | 2 +- src/plugins/find/currentdocumentfind.h | 2 +- src/plugins/find/find_global.h | 2 +- src/plugins/find/findplugin.cpp | 2 +- src/plugins/find/findplugin.h | 2 +- src/plugins/find/findtoolbar.cpp | 2 +- src/plugins/find/findtoolbar.h | 2 +- src/plugins/find/findtoolwindow.cpp | 2 +- src/plugins/find/findtoolwindow.h | 2 +- src/plugins/find/ifindfilter.h | 2 +- src/plugins/find/ifindsupport.h | 2 +- src/plugins/find/searchresulttreeitemdelegate.cpp | 2 +- src/plugins/find/searchresulttreeitemdelegate.h | 2 +- src/plugins/find/searchresulttreeitemroles.h | 2 +- src/plugins/find/searchresulttreeitems.cpp | 2 +- src/plugins/find/searchresulttreeitems.h | 2 +- src/plugins/find/searchresulttreemodel.cpp | 2 +- src/plugins/find/searchresulttreemodel.h | 2 +- src/plugins/find/searchresulttreeview.cpp | 2 +- src/plugins/find/searchresulttreeview.h | 2 +- src/plugins/find/searchresultwindow.cpp | 2 +- src/plugins/find/searchresultwindow.h | 2 +- src/plugins/find/textfindconstants.h | 2 +- src/plugins/git/annotationhighlighter.cpp | 2 +- src/plugins/git/annotationhighlighter.h | 2 +- src/plugins/git/changeselectiondialog.cpp | 2 +- src/plugins/git/changeselectiondialog.h | 2 +- src/plugins/git/commitdata.cpp | 2 +- src/plugins/git/commitdata.h | 2 +- src/plugins/git/gitclient.cpp | 2 +- src/plugins/git/gitclient.h | 2 +- src/plugins/git/gitconstants.h | 2 +- src/plugins/git/giteditor.cpp | 2 +- src/plugins/git/giteditor.h | 2 +- src/plugins/git/gitoutputwindow.cpp | 2 +- src/plugins/git/gitoutputwindow.h | 2 +- src/plugins/git/gitplugin.cpp | 2 +- src/plugins/git/gitplugin.h | 2 +- src/plugins/git/gitsettings.cpp | 2 +- src/plugins/git/gitsettings.h | 2 +- src/plugins/git/gitsubmiteditor.cpp | 2 +- src/plugins/git/gitsubmiteditor.h | 2 +- src/plugins/git/gitsubmiteditorwidget.cpp | 2 +- src/plugins/git/gitsubmiteditorwidget.h | 2 +- src/plugins/git/gitversioncontrol.cpp | 2 +- src/plugins/git/gitversioncontrol.h | 2 +- src/plugins/git/settingspage.cpp | 2 +- src/plugins/git/settingspage.h | 2 +- src/plugins/helloworld/helloworldplugin.cpp | 2 +- src/plugins/helloworld/helloworldplugin.h | 2 +- src/plugins/helloworld/helloworldwindow.cpp | 2 +- src/plugins/helloworld/helloworldwindow.h | 2 +- src/plugins/help/centralwidget.cpp | 2 +- src/plugins/help/centralwidget.h | 2 +- src/plugins/help/contentstoolwindow.cpp | 2 +- src/plugins/help/contentstoolwindow.h | 2 +- src/plugins/help/docsettingspage.cpp | 2 +- src/plugins/help/docsettingspage.h | 2 +- src/plugins/help/filtersettingspage.cpp | 2 +- src/plugins/help/filtersettingspage.h | 2 +- src/plugins/help/help_global.h | 2 +- src/plugins/help/helpengine.cpp | 2 +- src/plugins/help/helpengine.h | 2 +- src/plugins/help/helpfindsupport.cpp | 2 +- src/plugins/help/helpfindsupport.h | 2 +- src/plugins/help/helpindexfilter.cpp | 2 +- src/plugins/help/helpindexfilter.h | 2 +- src/plugins/help/helpmode.cpp | 2 +- src/plugins/help/helpmode.h | 2 +- src/plugins/help/helpplugin.cpp | 2 +- src/plugins/help/helpplugin.h | 2 +- src/plugins/help/indextoolwindow.cpp | 2 +- src/plugins/help/indextoolwindow.h | 2 +- src/plugins/help/searchwidget.cpp | 2 +- src/plugins/help/searchwidget.h | 2 +- src/plugins/perforce/annotationhighlighter.cpp | 2 +- src/plugins/perforce/annotationhighlighter.h | 2 +- src/plugins/perforce/changenumberdialog.cpp | 2 +- src/plugins/perforce/changenumberdialog.h | 2 +- src/plugins/perforce/p4.h | 2 +- src/plugins/perforce/pendingchangesdialog.cpp | 2 +- src/plugins/perforce/pendingchangesdialog.h | 2 +- src/plugins/perforce/perforceconstants.h | 2 +- src/plugins/perforce/perforceeditor.cpp | 2 +- src/plugins/perforce/perforceeditor.h | 2 +- src/plugins/perforce/perforceoutputwindow.cpp | 2 +- src/plugins/perforce/perforceoutputwindow.h | 2 +- src/plugins/perforce/perforceplugin.cpp | 2 +- src/plugins/perforce/perforceplugin.h | 2 +- src/plugins/perforce/perforcesettings.cpp | 2 +- src/plugins/perforce/perforcesettings.h | 2 +- src/plugins/perforce/perforcesubmiteditor.cpp | 2 +- src/plugins/perforce/perforcesubmiteditor.h | 2 +- src/plugins/perforce/perforcesubmiteditorwidget.cpp | 2 +- src/plugins/perforce/perforcesubmiteditorwidget.h | 2 +- src/plugins/perforce/perforceversioncontrol.cpp | 2 +- src/plugins/perforce/perforceversioncontrol.h | 2 +- src/plugins/perforce/settingspage.cpp | 2 +- src/plugins/perforce/settingspage.h | 2 +- src/plugins/perforce/workbenchclientuser.cpp | 2 +- src/plugins/perforce/workbenchclientuser.h | 2 +- src/plugins/projectexplorer/abstractprocess.h | 2 +- src/plugins/projectexplorer/abstractprocessstep.cpp | 2 +- src/plugins/projectexplorer/abstractprocessstep.h | 2 +- src/plugins/projectexplorer/allprojectsfilter.cpp | 2 +- src/plugins/projectexplorer/allprojectsfilter.h | 2 +- src/plugins/projectexplorer/allprojectsfind.cpp | 2 +- src/plugins/projectexplorer/allprojectsfind.h | 2 +- src/plugins/projectexplorer/applicationlauncher.h | 2 +- src/plugins/projectexplorer/applicationlauncher_win.cpp | 2 +- src/plugins/projectexplorer/applicationlauncher_x11.cpp | 2 +- src/plugins/projectexplorer/applicationrunconfiguration.cpp | 2 +- src/plugins/projectexplorer/applicationrunconfiguration.h | 2 +- src/plugins/projectexplorer/buildconfiguration.cpp | 2 +- src/plugins/projectexplorer/buildconfiguration.h | 2 +- src/plugins/projectexplorer/buildmanager.cpp | 2 +- src/plugins/projectexplorer/buildmanager.h | 2 +- src/plugins/projectexplorer/buildparserinterface.cpp | 2 +- src/plugins/projectexplorer/buildparserinterface.h | 2 +- src/plugins/projectexplorer/buildprogress.cpp | 2 +- src/plugins/projectexplorer/buildprogress.h | 2 +- src/plugins/projectexplorer/buildsettingspropertiespage.cpp | 2 +- src/plugins/projectexplorer/buildsettingspropertiespage.h | 2 +- src/plugins/projectexplorer/buildstep.cpp | 2 +- src/plugins/projectexplorer/buildstep.h | 2 +- src/plugins/projectexplorer/buildstepspage.cpp | 2 +- src/plugins/projectexplorer/buildstepspage.h | 2 +- src/plugins/projectexplorer/compileoutputwindow.cpp | 2 +- src/plugins/projectexplorer/compileoutputwindow.h | 2 +- src/plugins/projectexplorer/consoleprocess.h | 2 +- src/plugins/projectexplorer/consoleprocess_unix.cpp | 2 +- src/plugins/projectexplorer/consoleprocess_win.cpp | 2 +- src/plugins/projectexplorer/currentprojectfilter.cpp | 2 +- src/plugins/projectexplorer/currentprojectfilter.h | 2 +- src/plugins/projectexplorer/currentprojectfind.cpp | 2 +- src/plugins/projectexplorer/currentprojectfind.h | 2 +- .../projectexplorer/customexecutablerunconfiguration.cpp | 2 +- src/plugins/projectexplorer/customexecutablerunconfiguration.h | 2 +- src/plugins/projectexplorer/dependenciesdialog.cpp | 2 +- src/plugins/projectexplorer/dependenciesdialog.h | 2 +- src/plugins/projectexplorer/directoryproject.cpp | 2 +- src/plugins/projectexplorer/editorconfiguration.cpp | 2 +- src/plugins/projectexplorer/editorconfiguration.h | 2 +- src/plugins/projectexplorer/editorsettingspropertiespage.cpp | 2 +- src/plugins/projectexplorer/editorsettingspropertiespage.h | 2 +- src/plugins/projectexplorer/environment.cpp | 2 +- src/plugins/projectexplorer/environment.h | 2 +- src/plugins/projectexplorer/environmenteditmodel.cpp | 2 +- src/plugins/projectexplorer/environmenteditmodel.h | 2 +- src/plugins/projectexplorer/foldernavigationwidget.cpp | 2 +- src/plugins/projectexplorer/foldernavigationwidget.h | 2 +- src/plugins/projectexplorer/iprojectmanager.h | 2 +- src/plugins/projectexplorer/iprojectproperties.h | 2 +- src/plugins/projectexplorer/metatypedeclarations.h | 2 +- src/plugins/projectexplorer/nodesvisitor.cpp | 2 +- src/plugins/projectexplorer/nodesvisitor.h | 2 +- src/plugins/projectexplorer/outputwindow.cpp | 2 +- src/plugins/projectexplorer/outputwindow.h | 2 +- src/plugins/projectexplorer/persistentsettings.cpp | 2 +- src/plugins/projectexplorer/persistentsettings.h | 2 +- src/plugins/projectexplorer/pluginfilefactory.cpp | 2 +- src/plugins/projectexplorer/pluginfilefactory.h | 2 +- src/plugins/projectexplorer/processstep.cpp | 2 +- src/plugins/projectexplorer/processstep.h | 2 +- src/plugins/projectexplorer/project.cpp | 2 +- src/plugins/projectexplorer/project.h | 2 +- src/plugins/projectexplorer/projectexplorer.cpp | 2 +- src/plugins/projectexplorer/projectexplorer.h | 2 +- src/plugins/projectexplorer/projectexplorer_export.h | 2 +- src/plugins/projectexplorer/projectexplorerconstants.h | 2 +- src/plugins/projectexplorer/projectfilewizardextension.cpp | 2 +- src/plugins/projectexplorer/projectfilewizardextension.h | 2 +- src/plugins/projectexplorer/projectmodels.cpp | 2 +- src/plugins/projectexplorer/projectmodels.h | 2 +- src/plugins/projectexplorer/projectnodes.cpp | 2 +- src/plugins/projectexplorer/projectnodes.h | 2 +- src/plugins/projectexplorer/projecttreewidget.cpp | 2 +- src/plugins/projectexplorer/projecttreewidget.h | 2 +- src/plugins/projectexplorer/projectwindow.cpp | 2 +- src/plugins/projectexplorer/projectwindow.h | 2 +- src/plugins/projectexplorer/projectwizardpage.cpp | 2 +- src/plugins/projectexplorer/projectwizardpage.h | 2 +- src/plugins/projectexplorer/removefiledialog.cpp | 2 +- src/plugins/projectexplorer/removefiledialog.h | 2 +- src/plugins/projectexplorer/runconfiguration.cpp | 2 +- src/plugins/projectexplorer/runconfiguration.h | 2 +- src/plugins/projectexplorer/runsettingspropertiespage.cpp | 2 +- src/plugins/projectexplorer/runsettingspropertiespage.h | 2 +- src/plugins/projectexplorer/scriptwrappers.cpp | 2 +- src/plugins/projectexplorer/scriptwrappers.h | 2 +- src/plugins/projectexplorer/session.cpp | 2 +- src/plugins/projectexplorer/session.h | 2 +- src/plugins/projectexplorer/sessiondialog.cpp | 2 +- src/plugins/projectexplorer/sessiondialog.h | 2 +- src/plugins/projectexplorer/taskwindow.cpp | 2 +- src/plugins/projectexplorer/taskwindow.h | 2 +- src/plugins/projectexplorer/winguiprocess.cpp | 2 +- src/plugins/projectexplorer/winguiprocess.h | 2 +- src/plugins/qhelpproject/qhelpproject.cpp | 2 +- src/plugins/qhelpproject/qhelpproject.h | 2 +- src/plugins/qhelpproject/qhelpprojectitems.cpp | 2 +- src/plugins/qhelpproject/qhelpprojectitems.h | 2 +- src/plugins/qhelpproject/qhelpprojectmanager.cpp | 2 +- src/plugins/qhelpproject/qhelpprojectmanager.h | 2 +- src/plugins/qt4projectmanager/applicationlauncher.h | 2 +- src/plugins/qt4projectmanager/buildoptionspage.cpp | 2 +- src/plugins/qt4projectmanager/buildparserfactory.cpp | 2 +- src/plugins/qt4projectmanager/buildparserfactory.h | 2 +- src/plugins/qt4projectmanager/cesdkhandler.cpp | 2 +- src/plugins/qt4projectmanager/cesdkhandler.h | 2 +- src/plugins/qt4projectmanager/deployhelper.cpp | 2 +- src/plugins/qt4projectmanager/deployhelper.h | 2 +- src/plugins/qt4projectmanager/directorywatcher.cpp | 2 +- src/plugins/qt4projectmanager/directorywatcher.h | 2 +- src/plugins/qt4projectmanager/embeddedpropertiespage.cpp | 2 +- src/plugins/qt4projectmanager/embeddedpropertiespage.h | 2 +- src/plugins/qt4projectmanager/gccparser.cpp | 2 +- src/plugins/qt4projectmanager/gccparser.h | 2 +- src/plugins/qt4projectmanager/gccpreprocessor.cpp | 2 +- src/plugins/qt4projectmanager/gccpreprocessor.h | 2 +- src/plugins/qt4projectmanager/gdbmacrosbuildstep.cpp | 2 +- src/plugins/qt4projectmanager/gdbmacrosbuildstep.h | 2 +- src/plugins/qt4projectmanager/headerpath.h | 2 +- src/plugins/qt4projectmanager/makestep.cpp | 2 +- src/plugins/qt4projectmanager/makestep.h | 2 +- src/plugins/qt4projectmanager/msvcenvironment.cpp | 2 +- src/plugins/qt4projectmanager/msvcenvironment.h | 2 +- src/plugins/qt4projectmanager/msvcparser.cpp | 2 +- src/plugins/qt4projectmanager/msvcparser.h | 2 +- src/plugins/qt4projectmanager/profileeditor.cpp | 2 +- src/plugins/qt4projectmanager/profileeditor.h | 2 +- src/plugins/qt4projectmanager/profileeditorfactory.cpp | 2 +- src/plugins/qt4projectmanager/profileeditorfactory.h | 2 +- src/plugins/qt4projectmanager/profilehighlighter.cpp | 2 +- src/plugins/qt4projectmanager/profilehighlighter.h | 2 +- src/plugins/qt4projectmanager/profilereader.cpp | 2 +- src/plugins/qt4projectmanager/profilereader.h | 2 +- src/plugins/qt4projectmanager/projectloadwizard.cpp | 2 +- src/plugins/qt4projectmanager/projectloadwizard.h | 2 +- src/plugins/qt4projectmanager/qmakebuildstepfactory.cpp | 2 +- src/plugins/qt4projectmanager/qmakebuildstepfactory.h | 2 +- src/plugins/qt4projectmanager/qmakestep.cpp | 2 +- src/plugins/qt4projectmanager/qmakestep.h | 2 +- src/plugins/qt4projectmanager/qt4buildconfigwidget.cpp | 2 +- src/plugins/qt4projectmanager/qt4buildconfigwidget.h | 2 +- src/plugins/qt4projectmanager/qt4buildenvironmentwidget.cpp | 2 +- src/plugins/qt4projectmanager/qt4buildenvironmentwidget.h | 2 +- src/plugins/qt4projectmanager/qt4nodes.cpp | 2 +- src/plugins/qt4projectmanager/qt4nodes.h | 2 +- src/plugins/qt4projectmanager/qt4project.cpp | 2 +- src/plugins/qt4projectmanager/qt4project.h | 2 +- src/plugins/qt4projectmanager/qt4projectmanager.cpp | 2 +- src/plugins/qt4projectmanager/qt4projectmanager.h | 2 +- src/plugins/qt4projectmanager/qt4projectmanagerconstants.h | 2 +- src/plugins/qt4projectmanager/qt4projectmanagerenums.h | 2 +- src/plugins/qt4projectmanager/qt4projectmanagerplugin.cpp | 2 +- src/plugins/qt4projectmanager/qt4projectmanagerplugin.h | 2 +- src/plugins/qt4projectmanager/qt4runconfiguration.cpp | 2 +- src/plugins/qt4projectmanager/qt4runconfiguration.h | 2 +- src/plugins/qt4projectmanager/qtversionmanager.cpp | 2 +- src/plugins/qt4projectmanager/qtversionmanager.h | 2 +- src/plugins/qt4projectmanager/speinfo.cpp | 2 +- src/plugins/qt4projectmanager/speinfo.h | 2 +- src/plugins/qt4projectmanager/wizards/consoleappwizard.cpp | 2 +- src/plugins/qt4projectmanager/wizards/consoleappwizard.h | 2 +- .../qt4projectmanager/wizards/consoleappwizarddialog.cpp | 2 +- src/plugins/qt4projectmanager/wizards/consoleappwizarddialog.h | 2 +- src/plugins/qt4projectmanager/wizards/filespage.cpp | 2 +- src/plugins/qt4projectmanager/wizards/filespage.h | 2 +- src/plugins/qt4projectmanager/wizards/guiappwizard.cpp | 2 +- src/plugins/qt4projectmanager/wizards/guiappwizard.h | 2 +- src/plugins/qt4projectmanager/wizards/guiappwizarddialog.cpp | 2 +- src/plugins/qt4projectmanager/wizards/guiappwizarddialog.h | 2 +- src/plugins/qt4projectmanager/wizards/libraryparameters.cpp | 2 +- src/plugins/qt4projectmanager/wizards/libraryparameters.h | 2 +- src/plugins/qt4projectmanager/wizards/librarywizard.cpp | 2 +- src/plugins/qt4projectmanager/wizards/librarywizard.h | 2 +- src/plugins/qt4projectmanager/wizards/librarywizarddialog.cpp | 2 +- src/plugins/qt4projectmanager/wizards/librarywizarddialog.h | 2 +- src/plugins/qt4projectmanager/wizards/modulespage.cpp | 2 +- src/plugins/qt4projectmanager/wizards/modulespage.h | 2 +- src/plugins/qt4projectmanager/wizards/qtprojectparameters.cpp | 2 +- src/plugins/qt4projectmanager/wizards/qtprojectparameters.h | 2 +- src/plugins/qt4projectmanager/wizards/qtwizard.cpp | 2 +- src/plugins/qt4projectmanager/wizards/qtwizard.h | 2 +- src/plugins/qtestlib/qtestlibplugin.cpp | 2 +- src/plugins/qtestlib/qtestlibplugin.h | 2 +- src/plugins/qtscripteditor/qtscripteditor.cpp | 2 +- src/plugins/qtscripteditor/qtscripteditor.h | 2 +- src/plugins/qtscripteditor/qtscripteditoractionhandler.cpp | 2 +- src/plugins/qtscripteditor/qtscripteditoractionhandler.h | 2 +- src/plugins/qtscripteditor/qtscripteditorconstants.h | 2 +- src/plugins/qtscripteditor/qtscripteditorfactory.cpp | 2 +- src/plugins/qtscripteditor/qtscripteditorfactory.h | 2 +- src/plugins/qtscripteditor/qtscripteditorplugin.cpp | 2 +- src/plugins/qtscripteditor/qtscripteditorplugin.h | 2 +- src/plugins/qtscripteditor/qtscripthighlighter.cpp | 2 +- src/plugins/qtscripteditor/qtscripthighlighter.h | 2 +- src/plugins/quickopen/basefilefilter.cpp | 2 +- src/plugins/quickopen/basefilefilter.h | 2 +- src/plugins/quickopen/directoryfilter.cpp | 2 +- src/plugins/quickopen/directoryfilter.h | 2 +- src/plugins/quickopen/directoryparser.cpp | 2 +- src/plugins/quickopen/directoryparser.h | 2 +- src/plugins/quickopen/filesystemfilter.cpp | 2 +- src/plugins/quickopen/filesystemfilter.h | 2 +- src/plugins/quickopen/iquickopenfilter.cpp | 2 +- src/plugins/quickopen/iquickopenfilter.h | 2 +- src/plugins/quickopen/opendocumentsfilter.cpp | 2 +- src/plugins/quickopen/opendocumentsfilter.h | 2 +- src/plugins/quickopen/quickopen_global.h | 2 +- src/plugins/quickopen/quickopenconstants.h | 2 +- src/plugins/quickopen/quickopenfiltersfilter.cpp | 2 +- src/plugins/quickopen/quickopenfiltersfilter.h | 2 +- src/plugins/quickopen/quickopenmanager.cpp | 2 +- src/plugins/quickopen/quickopenmanager.h | 2 +- src/plugins/quickopen/quickopenplugin.cpp | 2 +- src/plugins/quickopen/quickopenplugin.h | 2 +- src/plugins/quickopen/quickopentoolwindow.cpp | 2 +- src/plugins/quickopen/quickopentoolwindow.h | 2 +- src/plugins/quickopen/settingspage.cpp | 2 +- src/plugins/quickopen/settingspage.h | 2 +- src/plugins/regexp/regexpplugin.cpp | 2 +- src/plugins/regexp/regexpplugin.h | 2 +- src/plugins/regexp/regexpwindow.cpp | 2 +- src/plugins/regexp/regexpwindow.h | 2 +- src/plugins/regexp/settings.cpp | 2 +- src/plugins/regexp/settings.h | 2 +- src/plugins/resourceeditor/resourceeditorconstants.h | 2 +- src/plugins/resourceeditor/resourceeditorfactory.cpp | 2 +- src/plugins/resourceeditor/resourceeditorfactory.h | 2 +- src/plugins/resourceeditor/resourceeditorplugin.cpp | 2 +- src/plugins/resourceeditor/resourceeditorplugin.h | 2 +- src/plugins/resourceeditor/resourceeditorw.cpp | 2 +- src/plugins/resourceeditor/resourceeditorw.h | 2 +- src/plugins/resourceeditor/resourcewizard.cpp | 2 +- src/plugins/resourceeditor/resourcewizard.h | 2 +- src/plugins/snippets/inputwidget.cpp | 2 +- src/plugins/snippets/inputwidget.h | 2 +- src/plugins/snippets/snippetscompletion.cpp | 2 +- src/plugins/snippets/snippetscompletion.h | 2 +- src/plugins/snippets/snippetspec.cpp | 2 +- src/plugins/snippets/snippetspec.h | 2 +- src/plugins/snippets/snippetsplugin.cpp | 2 +- src/plugins/snippets/snippetsplugin.h | 2 +- src/plugins/snippets/snippetswindow.cpp | 2 +- src/plugins/snippets/snippetswindow.h | 2 +- src/plugins/subversion/annotationhighlighter.cpp | 2 +- src/plugins/subversion/annotationhighlighter.h | 2 +- src/plugins/subversion/changenumberdialog.cpp | 2 +- src/plugins/subversion/changenumberdialog.h | 2 +- src/plugins/subversion/settingspage.cpp | 2 +- src/plugins/subversion/settingspage.h | 2 +- src/plugins/subversion/subversionconstants.h | 2 +- src/plugins/subversion/subversioncontrol.cpp | 2 +- src/plugins/subversion/subversioncontrol.h | 2 +- src/plugins/subversion/subversioneditor.cpp | 2 +- src/plugins/subversion/subversioneditor.h | 2 +- src/plugins/subversion/subversionoutputwindow.cpp | 2 +- src/plugins/subversion/subversionoutputwindow.h | 2 +- src/plugins/subversion/subversionplugin.cpp | 2 +- src/plugins/subversion/subversionplugin.h | 2 +- src/plugins/subversion/subversionsettings.cpp | 2 +- src/plugins/subversion/subversionsettings.h | 2 +- src/plugins/subversion/subversionsubmiteditor.cpp | 2 +- src/plugins/subversion/subversionsubmiteditor.h | 2 +- src/plugins/texteditor/basefilefind.cpp | 2 +- src/plugins/texteditor/basefilefind.h | 2 +- src/plugins/texteditor/basetextdocument.cpp | 2 +- src/plugins/texteditor/basetextdocument.h | 2 +- src/plugins/texteditor/basetexteditor.cpp | 2 +- src/plugins/texteditor/basetexteditor.h | 2 +- src/plugins/texteditor/basetexteditor_p.h | 2 +- src/plugins/texteditor/basetextmark.cpp | 2 +- src/plugins/texteditor/basetextmark.h | 2 +- src/plugins/texteditor/codecselector.cpp | 2 +- src/plugins/texteditor/codecselector.h | 2 +- src/plugins/texteditor/completionsupport.cpp | 2 +- src/plugins/texteditor/completionsupport.h | 2 +- src/plugins/texteditor/completionwidget.cpp | 2 +- src/plugins/texteditor/completionwidget.h | 2 +- src/plugins/texteditor/displaysettings.cpp | 2 +- src/plugins/texteditor/displaysettings.h | 2 +- src/plugins/texteditor/findinfiles.cpp | 2 +- src/plugins/texteditor/findinfiles.h | 2 +- src/plugins/texteditor/fontsettings.cpp | 2 +- src/plugins/texteditor/fontsettings.h | 2 +- src/plugins/texteditor/fontsettingspage.cpp | 2 +- src/plugins/texteditor/fontsettingspage.h | 2 +- src/plugins/texteditor/generalsettingspage.cpp | 2 +- src/plugins/texteditor/generalsettingspage.h | 2 +- src/plugins/texteditor/icompletioncollector.h | 2 +- src/plugins/texteditor/itexteditable.h | 2 +- src/plugins/texteditor/itexteditor.h | 2 +- src/plugins/texteditor/linenumberfilter.cpp | 2 +- src/plugins/texteditor/linenumberfilter.h | 2 +- src/plugins/texteditor/plaintexteditor.cpp | 2 +- src/plugins/texteditor/plaintexteditor.h | 2 +- src/plugins/texteditor/plaintexteditorfactory.cpp | 2 +- src/plugins/texteditor/plaintexteditorfactory.h | 2 +- src/plugins/texteditor/storagesettings.cpp | 2 +- src/plugins/texteditor/storagesettings.h | 2 +- src/plugins/texteditor/tabsettings.cpp | 2 +- src/plugins/texteditor/tabsettings.h | 2 +- src/plugins/texteditor/textblockiterator.cpp | 2 +- src/plugins/texteditor/textblockiterator.h | 2 +- src/plugins/texteditor/texteditor_global.h | 2 +- src/plugins/texteditor/texteditoractionhandler.cpp | 2 +- src/plugins/texteditor/texteditoractionhandler.h | 2 +- src/plugins/texteditor/texteditorconstants.h | 2 +- src/plugins/texteditor/texteditorplugin.cpp | 2 +- src/plugins/texteditor/texteditorplugin.h | 2 +- src/plugins/texteditor/texteditorsettings.cpp | 2 +- src/plugins/texteditor/texteditorsettings.h | 2 +- src/plugins/texteditor/textfilewizard.cpp | 2 +- src/plugins/texteditor/textfilewizard.h | 2 +- src/plugins/vcsbase/baseannotationhighlighter.cpp | 2 +- src/plugins/vcsbase/baseannotationhighlighter.h | 2 +- src/plugins/vcsbase/basevcseditorfactory.cpp | 2 +- src/plugins/vcsbase/basevcseditorfactory.h | 2 +- src/plugins/vcsbase/basevcssubmiteditorfactory.cpp | 2 +- src/plugins/vcsbase/basevcssubmiteditorfactory.h | 2 +- src/plugins/vcsbase/diffhighlighter.cpp | 2 +- src/plugins/vcsbase/diffhighlighter.h | 2 +- src/plugins/vcsbase/submiteditorfile.cpp | 2 +- src/plugins/vcsbase/submiteditorfile.h | 2 +- src/plugins/vcsbase/vcsbase_global.h | 2 +- src/plugins/vcsbase/vcsbaseconstants.h | 2 +- src/plugins/vcsbase/vcsbaseeditor.cpp | 2 +- src/plugins/vcsbase/vcsbaseeditor.h | 2 +- src/plugins/vcsbase/vcsbaseplugin.cpp | 2 +- src/plugins/vcsbase/vcsbaseplugin.h | 2 +- src/plugins/vcsbase/vcsbasesubmiteditor.cpp | 2 +- src/plugins/vcsbase/vcsbasesubmiteditor.h | 2 +- src/plugins/vcsbase/vcsbasetextdocument.cpp | 2 +- src/plugins/vcsbase/vcsbasetextdocument.h | 2 +- src/tools/makespy/main.cpp | 2 +- src/tools/qdebugger/lean.h | 2 +- src/tools/qdebugger/main.cpp | 2 +- src/tools/qdebugger/mainwindow.cpp | 2 +- src/tools/qdebugger/mainwindow.h | 2 +- src/tools/qtcreatorwidgets/customwidget.h | 2 +- src/tools/qtcreatorwidgets/customwidgets.cpp | 2 +- src/tools/qtcreatorwidgets/customwidgets.h | 2 +- src/tools/texteditor/main.cpp | 2 +- src/tools/texteditor/mainwindow.cpp | 2 +- src/tools/texteditor/mainwindow.h | 2 +- tests/auto/extensionsystem/tst_composite.cpp | 2 +- tests/auto/profilereader/main.cpp | 2 +- tests/auto/profilereader/profilecache.h | 2 +- tests/auto/profilereader/qtversionmanager.h | 2 +- tests/manual/cplusplus/main.cpp | 2 +- tests/manual/dockwidgets/main.cpp | 2 +- tests/manual/dockwidgets/mainwindow.cpp | 2 +- tests/manual/dockwidgets/mainwindow.h | 2 +- tests/manual/gdbdebugger/script/math.js | 2 +- tests/manual/gdbdebugger/simple/app.cpp | 2 +- tests/manual/gdbdebugger/simple/plugin.cpp | 2 +- tests/manual/gdbdebugger/spacy path/app with space.cpp | 2 +- tests/manual/gdbdebugger/spacy path/plugin with space.cpp | 2 +- tests/manual/gdbdebugger/spacy-file/app with space.cpp | 2 +- tests/manual/gdbdebugger/spacy-file/plugin with space.cpp | 2 +- tests/manual/progressmanager/main.cpp | 2 +- tests/manual/progressmanager/roundprogress.cpp | 2 +- tests/manual/progressmanager/roundprogress.h | 2 +- tests/manual/proparser/main.cpp | 2 +- 1047 files changed, 1047 insertions(+), 1047 deletions(-) diff --git a/doc/example/textfinder/main.cpp b/doc/example/textfinder/main.cpp index c388d8bba8e..5e73ed9d91c 100644 --- a/doc/example/textfinder/main.cpp +++ b/doc/example/textfinder/main.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/doc/example/textfinder/textfinder.cpp b/doc/example/textfinder/textfinder.cpp index 7fcd061d6f1..c289b45e8ce 100644 --- a/doc/example/textfinder/textfinder.cpp +++ b/doc/example/textfinder/textfinder.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/doc/example/textfinder/textfinder.h b/doc/example/textfinder/textfinder.h index 0ff4839575d..a712a1d12d2 100644 --- a/doc/example/textfinder/textfinder.h +++ b/doc/example/textfinder/textfinder.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/installer/installer.cpp b/installer/installer.cpp index 8357a6c597d..013d26d2b88 100644 --- a/installer/installer.cpp +++ b/installer/installer.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/installer/qinstaller.cpp b/installer/qinstaller.cpp index 9ccaa53850c..be72b66b2f4 100644 --- a/installer/qinstaller.cpp +++ b/installer/qinstaller.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/installer/qinstaller.h b/installer/qinstaller.h index 0e4672a3f2f..ea3a97f8d51 100644 --- a/installer/qinstaller.h +++ b/installer/qinstaller.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/installer/qinstallergui.cpp b/installer/qinstallergui.cpp index 3250052cc99..ca2c6d73c04 100644 --- a/installer/qinstallergui.cpp +++ b/installer/qinstallergui.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/installer/qinstallergui.h b/installer/qinstallergui.h index c176e2e0091..ec7db64677c 100644 --- a/installer/qinstallergui.h +++ b/installer/qinstallergui.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/shared/cpaster/cgi.cpp b/shared/cpaster/cgi.cpp index 6e8ecd1404c..eeeea1ac855 100644 --- a/shared/cpaster/cgi.cpp +++ b/shared/cpaster/cgi.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/shared/cpaster/cgi.h b/shared/cpaster/cgi.h index f459b26715d..d1b904348e6 100644 --- a/shared/cpaster/cgi.h +++ b/shared/cpaster/cgi.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/shared/cpaster/fetcher.cpp b/shared/cpaster/fetcher.cpp index 56b15907f0b..39995d899f4 100644 --- a/shared/cpaster/fetcher.cpp +++ b/shared/cpaster/fetcher.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/shared/cpaster/fetcher.h b/shared/cpaster/fetcher.h index 9e998eea597..d188412f76a 100644 --- a/shared/cpaster/fetcher.h +++ b/shared/cpaster/fetcher.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/shared/cpaster/poster.cpp b/shared/cpaster/poster.cpp index de8b1fa9f40..5c20cc44c5e 100644 --- a/shared/cpaster/poster.cpp +++ b/shared/cpaster/poster.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/shared/cpaster/poster.h b/shared/cpaster/poster.h index 00bc061df9c..f60896dbd0b 100644 --- a/shared/cpaster/poster.h +++ b/shared/cpaster/poster.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/shared/cpaster/splitter.cpp b/shared/cpaster/splitter.cpp index 22ccf1d9901..490108136f3 100644 --- a/shared/cpaster/splitter.cpp +++ b/shared/cpaster/splitter.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/shared/cpaster/splitter.h b/shared/cpaster/splitter.h index 491fe27e5cc..9b333c19e0f 100644 --- a/shared/cpaster/splitter.h +++ b/shared/cpaster/splitter.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/shared/cpaster/view.cpp b/shared/cpaster/view.cpp index 6c37defe36b..f1fd664b794 100644 --- a/shared/cpaster/view.cpp +++ b/shared/cpaster/view.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/shared/cpaster/view.h b/shared/cpaster/view.h index 6058f4bc41a..f5eb4113323 100644 --- a/shared/cpaster/view.h +++ b/shared/cpaster/view.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/shared/cplusplus/AST.cpp b/shared/cplusplus/AST.cpp index d3d6d051a5e..248ed13a027 100644 --- a/shared/cplusplus/AST.cpp +++ b/shared/cplusplus/AST.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ // Copyright (c) 2008 Roberto Raggi <roberto.raggi@gmail.com> diff --git a/shared/cplusplus/AST.h b/shared/cplusplus/AST.h index 5481aa29e7a..fd7cec40deb 100644 --- a/shared/cplusplus/AST.h +++ b/shared/cplusplus/AST.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ // Copyright (c) 2008 Roberto Raggi <roberto.raggi@gmail.com> diff --git a/shared/cplusplus/ASTVisitor.cpp b/shared/cplusplus/ASTVisitor.cpp index 8a1a5a04ccd..9fbf242700e 100644 --- a/shared/cplusplus/ASTVisitor.cpp +++ b/shared/cplusplus/ASTVisitor.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ // Copyright (c) 2008 Roberto Raggi <roberto.raggi@gmail.com> diff --git a/shared/cplusplus/ASTVisitor.h b/shared/cplusplus/ASTVisitor.h index ae0f12373e1..4e1ecaefd8f 100644 --- a/shared/cplusplus/ASTVisitor.h +++ b/shared/cplusplus/ASTVisitor.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ // Copyright (c) 2008 Roberto Raggi <roberto.raggi@gmail.com> diff --git a/shared/cplusplus/ASTfwd.h b/shared/cplusplus/ASTfwd.h index 525cdd3e0c5..14beadfdd0a 100644 --- a/shared/cplusplus/ASTfwd.h +++ b/shared/cplusplus/ASTfwd.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ // Copyright (c) 2008 Roberto Raggi <roberto.raggi@gmail.com> diff --git a/shared/cplusplus/Array.cpp b/shared/cplusplus/Array.cpp index b04417bf111..e6b9c9f4fe1 100644 --- a/shared/cplusplus/Array.cpp +++ b/shared/cplusplus/Array.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/shared/cplusplus/Array.h b/shared/cplusplus/Array.h index a4c99406356..08618fce03a 100644 --- a/shared/cplusplus/Array.h +++ b/shared/cplusplus/Array.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ // Copyright (c) 2008 Roberto Raggi <roberto.raggi@gmail.com> diff --git a/shared/cplusplus/CPlusPlusForwardDeclarations.h b/shared/cplusplus/CPlusPlusForwardDeclarations.h index d83b9540b7d..78f06e647d3 100644 --- a/shared/cplusplus/CPlusPlusForwardDeclarations.h +++ b/shared/cplusplus/CPlusPlusForwardDeclarations.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ // Copyright (c) 2008 Roberto Raggi <roberto.raggi@gmail.com> diff --git a/shared/cplusplus/CheckDeclaration.cpp b/shared/cplusplus/CheckDeclaration.cpp index 6915faf82ce..bb83b6a6706 100644 --- a/shared/cplusplus/CheckDeclaration.cpp +++ b/shared/cplusplus/CheckDeclaration.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ // Copyright (c) 2008 Roberto Raggi <roberto.raggi@gmail.com> diff --git a/shared/cplusplus/CheckDeclaration.h b/shared/cplusplus/CheckDeclaration.h index ba6b696b0ce..6c6148ce6a5 100644 --- a/shared/cplusplus/CheckDeclaration.h +++ b/shared/cplusplus/CheckDeclaration.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ // Copyright (c) 2008 Roberto Raggi <roberto.raggi@gmail.com> diff --git a/shared/cplusplus/CheckDeclarator.cpp b/shared/cplusplus/CheckDeclarator.cpp index 11ff36584f5..d21f14cecf0 100644 --- a/shared/cplusplus/CheckDeclarator.cpp +++ b/shared/cplusplus/CheckDeclarator.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ // Copyright (c) 2008 Roberto Raggi <roberto.raggi@gmail.com> diff --git a/shared/cplusplus/CheckDeclarator.h b/shared/cplusplus/CheckDeclarator.h index 9626380492e..11f14c5e501 100644 --- a/shared/cplusplus/CheckDeclarator.h +++ b/shared/cplusplus/CheckDeclarator.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ // Copyright (c) 2008 Roberto Raggi <roberto.raggi@gmail.com> diff --git a/shared/cplusplus/CheckExpression.cpp b/shared/cplusplus/CheckExpression.cpp index 993d44fb450..9976cbf500e 100644 --- a/shared/cplusplus/CheckExpression.cpp +++ b/shared/cplusplus/CheckExpression.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ // Copyright (c) 2008 Roberto Raggi <roberto.raggi@gmail.com> diff --git a/shared/cplusplus/CheckExpression.h b/shared/cplusplus/CheckExpression.h index 69900f94c23..e018e7dc89b 100644 --- a/shared/cplusplus/CheckExpression.h +++ b/shared/cplusplus/CheckExpression.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ // Copyright (c) 2008 Roberto Raggi <roberto.raggi@gmail.com> diff --git a/shared/cplusplus/CheckName.cpp b/shared/cplusplus/CheckName.cpp index 30f60f8f806..c2976a9aa38 100644 --- a/shared/cplusplus/CheckName.cpp +++ b/shared/cplusplus/CheckName.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ // Copyright (c) 2008 Roberto Raggi <roberto.raggi@gmail.com> diff --git a/shared/cplusplus/CheckName.h b/shared/cplusplus/CheckName.h index b953fdfd16d..98caed462d8 100644 --- a/shared/cplusplus/CheckName.h +++ b/shared/cplusplus/CheckName.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ // Copyright (c) 2008 Roberto Raggi <roberto.raggi@gmail.com> diff --git a/shared/cplusplus/CheckSpecifier.cpp b/shared/cplusplus/CheckSpecifier.cpp index 5fda8929008..dabb4f4bd21 100644 --- a/shared/cplusplus/CheckSpecifier.cpp +++ b/shared/cplusplus/CheckSpecifier.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ // Copyright (c) 2008 Roberto Raggi <roberto.raggi@gmail.com> diff --git a/shared/cplusplus/CheckSpecifier.h b/shared/cplusplus/CheckSpecifier.h index 0c5a6f92b27..d93c8db4808 100644 --- a/shared/cplusplus/CheckSpecifier.h +++ b/shared/cplusplus/CheckSpecifier.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ // Copyright (c) 2008 Roberto Raggi <roberto.raggi@gmail.com> diff --git a/shared/cplusplus/CheckStatement.cpp b/shared/cplusplus/CheckStatement.cpp index 7b1530f702d..7758bd0381f 100644 --- a/shared/cplusplus/CheckStatement.cpp +++ b/shared/cplusplus/CheckStatement.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ // Copyright (c) 2008 Roberto Raggi <roberto.raggi@gmail.com> diff --git a/shared/cplusplus/CheckStatement.h b/shared/cplusplus/CheckStatement.h index 1b96c6ded10..a6f02fe3916 100644 --- a/shared/cplusplus/CheckStatement.h +++ b/shared/cplusplus/CheckStatement.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ // Copyright (c) 2008 Roberto Raggi <roberto.raggi@gmail.com> diff --git a/shared/cplusplus/Control.cpp b/shared/cplusplus/Control.cpp index a486dfdb940..f6b4e229c21 100644 --- a/shared/cplusplus/Control.cpp +++ b/shared/cplusplus/Control.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ // Copyright (c) 2008 Roberto Raggi <roberto.raggi@gmail.com> diff --git a/shared/cplusplus/Control.h b/shared/cplusplus/Control.h index bd4b204843f..87015c20e80 100644 --- a/shared/cplusplus/Control.h +++ b/shared/cplusplus/Control.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ // Copyright (c) 2008 Roberto Raggi <roberto.raggi@gmail.com> diff --git a/shared/cplusplus/CoreTypes.cpp b/shared/cplusplus/CoreTypes.cpp index d2359fc12d7..b9184b48d5c 100644 --- a/shared/cplusplus/CoreTypes.cpp +++ b/shared/cplusplus/CoreTypes.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ // Copyright (c) 2008 Roberto Raggi <roberto.raggi@gmail.com> diff --git a/shared/cplusplus/CoreTypes.h b/shared/cplusplus/CoreTypes.h index ced34f00853..b05bd96e4fe 100644 --- a/shared/cplusplus/CoreTypes.h +++ b/shared/cplusplus/CoreTypes.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ // Copyright (c) 2008 Roberto Raggi <roberto.raggi@gmail.com> diff --git a/shared/cplusplus/DiagnosticClient.cpp b/shared/cplusplus/DiagnosticClient.cpp index ac35e60e532..32ade8a066c 100644 --- a/shared/cplusplus/DiagnosticClient.cpp +++ b/shared/cplusplus/DiagnosticClient.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ // Copyright (c) 2008 Roberto Raggi <roberto.raggi@gmail.com> diff --git a/shared/cplusplus/DiagnosticClient.h b/shared/cplusplus/DiagnosticClient.h index aefc5662676..de60b120c4e 100644 --- a/shared/cplusplus/DiagnosticClient.h +++ b/shared/cplusplus/DiagnosticClient.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ // Copyright (c) 2008 Roberto Raggi <roberto.raggi@gmail.com> diff --git a/shared/cplusplus/FullySpecifiedType.cpp b/shared/cplusplus/FullySpecifiedType.cpp index 7d7f97a29ad..18b556c0099 100644 --- a/shared/cplusplus/FullySpecifiedType.cpp +++ b/shared/cplusplus/FullySpecifiedType.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ // Copyright (c) 2008 Roberto Raggi <roberto.raggi@gmail.com> diff --git a/shared/cplusplus/FullySpecifiedType.h b/shared/cplusplus/FullySpecifiedType.h index 802e2215222..c484b943edf 100644 --- a/shared/cplusplus/FullySpecifiedType.h +++ b/shared/cplusplus/FullySpecifiedType.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ // Copyright (c) 2008 Roberto Raggi <roberto.raggi@gmail.com> diff --git a/shared/cplusplus/Keywords.cpp b/shared/cplusplus/Keywords.cpp index d5ec6b5d432..8cf8dbbd103 100644 --- a/shared/cplusplus/Keywords.cpp +++ b/shared/cplusplus/Keywords.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ // Copyright (c) 2008 Roberto Raggi <roberto.raggi@gmail.com> diff --git a/shared/cplusplus/Lexer.cpp b/shared/cplusplus/Lexer.cpp index 2e9ae98c1e0..56098d39f24 100644 --- a/shared/cplusplus/Lexer.cpp +++ b/shared/cplusplus/Lexer.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ // Copyright (c) 2008 Roberto Raggi <roberto.raggi@gmail.com> diff --git a/shared/cplusplus/Lexer.h b/shared/cplusplus/Lexer.h index 57f9d3e1362..d9610849ab9 100644 --- a/shared/cplusplus/Lexer.h +++ b/shared/cplusplus/Lexer.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ // Copyright (c) 2008 Roberto Raggi <roberto.raggi@gmail.com> diff --git a/shared/cplusplus/LiteralTable.cpp b/shared/cplusplus/LiteralTable.cpp index 226e6400395..e448330ef8a 100644 --- a/shared/cplusplus/LiteralTable.cpp +++ b/shared/cplusplus/LiteralTable.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/shared/cplusplus/LiteralTable.h b/shared/cplusplus/LiteralTable.h index 097f16185bf..23de104dd8d 100644 --- a/shared/cplusplus/LiteralTable.h +++ b/shared/cplusplus/LiteralTable.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ // Copyright (c) 2008 Roberto Raggi <roberto.raggi@gmail.com> diff --git a/shared/cplusplus/Literals.cpp b/shared/cplusplus/Literals.cpp index ba2184a0034..a2d517d8b61 100644 --- a/shared/cplusplus/Literals.cpp +++ b/shared/cplusplus/Literals.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ // Copyright (c) 2008 Roberto Raggi <roberto.raggi@gmail.com> diff --git a/shared/cplusplus/Literals.h b/shared/cplusplus/Literals.h index c777063086a..53e5c0dbef3 100644 --- a/shared/cplusplus/Literals.h +++ b/shared/cplusplus/Literals.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ // Copyright (c) 2008 Roberto Raggi <roberto.raggi@gmail.com> diff --git a/shared/cplusplus/MemoryPool.cpp b/shared/cplusplus/MemoryPool.cpp index 45cab6586e4..639bb2c6164 100644 --- a/shared/cplusplus/MemoryPool.cpp +++ b/shared/cplusplus/MemoryPool.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ // Copyright (c) 2008 Roberto Raggi <roberto.raggi@gmail.com> diff --git a/shared/cplusplus/MemoryPool.h b/shared/cplusplus/MemoryPool.h index e71ae2d51c5..8d1f09b54e8 100644 --- a/shared/cplusplus/MemoryPool.h +++ b/shared/cplusplus/MemoryPool.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ // Copyright (c) 2008 Roberto Raggi <roberto.raggi@gmail.com> diff --git a/shared/cplusplus/Name.cpp b/shared/cplusplus/Name.cpp index 18fbd0b126a..8fc1d82c01c 100644 --- a/shared/cplusplus/Name.cpp +++ b/shared/cplusplus/Name.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ // Copyright (c) 2008 Roberto Raggi <roberto.raggi@gmail.com> diff --git a/shared/cplusplus/Name.h b/shared/cplusplus/Name.h index 57936b1c884..ba7a359fae8 100644 --- a/shared/cplusplus/Name.h +++ b/shared/cplusplus/Name.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ // Copyright (c) 2008 Roberto Raggi <roberto.raggi@gmail.com> diff --git a/shared/cplusplus/NameVisitor.cpp b/shared/cplusplus/NameVisitor.cpp index 8c394900792..8573759be4a 100644 --- a/shared/cplusplus/NameVisitor.cpp +++ b/shared/cplusplus/NameVisitor.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ // Copyright (c) 2008 Roberto Raggi <roberto.raggi@gmail.com> diff --git a/shared/cplusplus/NameVisitor.h b/shared/cplusplus/NameVisitor.h index f36a73aa94f..3f8ece38859 100644 --- a/shared/cplusplus/NameVisitor.h +++ b/shared/cplusplus/NameVisitor.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ // Copyright (c) 2008 Roberto Raggi <roberto.raggi@gmail.com> diff --git a/shared/cplusplus/Names.cpp b/shared/cplusplus/Names.cpp index b6d703bfa67..186dfa9e17b 100644 --- a/shared/cplusplus/Names.cpp +++ b/shared/cplusplus/Names.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ // Copyright (c) 2008 Roberto Raggi <roberto.raggi@gmail.com> diff --git a/shared/cplusplus/Names.h b/shared/cplusplus/Names.h index 88792d91eff..18b21f14d3e 100644 --- a/shared/cplusplus/Names.h +++ b/shared/cplusplus/Names.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ // Copyright (c) 2008 Roberto Raggi <roberto.raggi@gmail.com> diff --git a/shared/cplusplus/Parser.cpp b/shared/cplusplus/Parser.cpp index 13fbaa0160b..118b7e1e9de 100644 --- a/shared/cplusplus/Parser.cpp +++ b/shared/cplusplus/Parser.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ // Copyright (c) 2008 Roberto Raggi <roberto.raggi@gmail.com> diff --git a/shared/cplusplus/Parser.h b/shared/cplusplus/Parser.h index f35b2041660..bb685ba5558 100644 --- a/shared/cplusplus/Parser.h +++ b/shared/cplusplus/Parser.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ // Copyright (c) 2008 Roberto Raggi <roberto.raggi@gmail.com> diff --git a/shared/cplusplus/Scope.cpp b/shared/cplusplus/Scope.cpp index 47221da121f..e6a6add9e0f 100644 --- a/shared/cplusplus/Scope.cpp +++ b/shared/cplusplus/Scope.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ // Copyright (c) 2008 Roberto Raggi <roberto.raggi@gmail.com> diff --git a/shared/cplusplus/Scope.h b/shared/cplusplus/Scope.h index 61f394f20d6..8d5dd29c753 100644 --- a/shared/cplusplus/Scope.h +++ b/shared/cplusplus/Scope.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ // Copyright (c) 2008 Roberto Raggi <roberto.raggi@gmail.com> diff --git a/shared/cplusplus/Semantic.cpp b/shared/cplusplus/Semantic.cpp index 4f2ab18cbda..79da36b891c 100644 --- a/shared/cplusplus/Semantic.cpp +++ b/shared/cplusplus/Semantic.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ // Copyright (c) 2008 Roberto Raggi <roberto.raggi@gmail.com> diff --git a/shared/cplusplus/Semantic.h b/shared/cplusplus/Semantic.h index 10d80276d92..113b373024c 100644 --- a/shared/cplusplus/Semantic.h +++ b/shared/cplusplus/Semantic.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ // Copyright (c) 2008 Roberto Raggi <roberto.raggi@gmail.com> diff --git a/shared/cplusplus/SemanticCheck.cpp b/shared/cplusplus/SemanticCheck.cpp index 6c829ad62d5..979c7f69a35 100644 --- a/shared/cplusplus/SemanticCheck.cpp +++ b/shared/cplusplus/SemanticCheck.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ // Copyright (c) 2008 Roberto Raggi <roberto.raggi@gmail.com> diff --git a/shared/cplusplus/SemanticCheck.h b/shared/cplusplus/SemanticCheck.h index a03c40e20d5..453e517b2a6 100644 --- a/shared/cplusplus/SemanticCheck.h +++ b/shared/cplusplus/SemanticCheck.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ // Copyright (c) 2008 Roberto Raggi <roberto.raggi@gmail.com> diff --git a/shared/cplusplus/Symbol.cpp b/shared/cplusplus/Symbol.cpp index 97abf773547..5d392f38263 100644 --- a/shared/cplusplus/Symbol.cpp +++ b/shared/cplusplus/Symbol.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ // Copyright (c) 2008 Roberto Raggi <roberto.raggi@gmail.com> diff --git a/shared/cplusplus/Symbol.h b/shared/cplusplus/Symbol.h index 1221f374ebc..fe274339a5d 100644 --- a/shared/cplusplus/Symbol.h +++ b/shared/cplusplus/Symbol.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ // Copyright (c) 2008 Roberto Raggi <roberto.raggi@gmail.com> diff --git a/shared/cplusplus/SymbolVisitor.cpp b/shared/cplusplus/SymbolVisitor.cpp index cc110f7c1e5..6a066175962 100644 --- a/shared/cplusplus/SymbolVisitor.cpp +++ b/shared/cplusplus/SymbolVisitor.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ // Copyright (c) 2008 Roberto Raggi <roberto.raggi@gmail.com> diff --git a/shared/cplusplus/SymbolVisitor.h b/shared/cplusplus/SymbolVisitor.h index 04b56df4146..a09924d0172 100644 --- a/shared/cplusplus/SymbolVisitor.h +++ b/shared/cplusplus/SymbolVisitor.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ // Copyright (c) 2008 Roberto Raggi <roberto.raggi@gmail.com> diff --git a/shared/cplusplus/Symbols.cpp b/shared/cplusplus/Symbols.cpp index 7e7e148b18d..7dd497426d8 100644 --- a/shared/cplusplus/Symbols.cpp +++ b/shared/cplusplus/Symbols.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ // Copyright (c) 2008 Roberto Raggi <roberto.raggi@gmail.com> diff --git a/shared/cplusplus/Symbols.h b/shared/cplusplus/Symbols.h index 9d43c6b2358..3bedf3e8882 100644 --- a/shared/cplusplus/Symbols.h +++ b/shared/cplusplus/Symbols.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ // Copyright (c) 2008 Roberto Raggi <roberto.raggi@gmail.com> diff --git a/shared/cplusplus/Token.cpp b/shared/cplusplus/Token.cpp index 40dfb9efab1..c21c7b4681e 100644 --- a/shared/cplusplus/Token.cpp +++ b/shared/cplusplus/Token.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ // Copyright (c) 2008 Roberto Raggi <roberto.raggi@gmail.com> diff --git a/shared/cplusplus/Token.h b/shared/cplusplus/Token.h index f017bbc8e7e..826f724d2c8 100644 --- a/shared/cplusplus/Token.h +++ b/shared/cplusplus/Token.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ // Copyright (c) 2008 Roberto Raggi <roberto.raggi@gmail.com> diff --git a/shared/cplusplus/TranslationUnit.cpp b/shared/cplusplus/TranslationUnit.cpp index bc4d219e0f3..c64bbf52c15 100644 --- a/shared/cplusplus/TranslationUnit.cpp +++ b/shared/cplusplus/TranslationUnit.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ // Copyright (c) 2008 Roberto Raggi <roberto.raggi@gmail.com> diff --git a/shared/cplusplus/TranslationUnit.h b/shared/cplusplus/TranslationUnit.h index ae6b911aeee..9e71b1a8ee6 100644 --- a/shared/cplusplus/TranslationUnit.h +++ b/shared/cplusplus/TranslationUnit.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ // Copyright (c) 2008 Roberto Raggi <roberto.raggi@gmail.com> diff --git a/shared/cplusplus/Type.cpp b/shared/cplusplus/Type.cpp index a58f855f689..e5d70e088ad 100644 --- a/shared/cplusplus/Type.cpp +++ b/shared/cplusplus/Type.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ // Copyright (c) 2008 Roberto Raggi <roberto.raggi@gmail.com> diff --git a/shared/cplusplus/Type.h b/shared/cplusplus/Type.h index 1623ee56054..e6d360bc4fd 100644 --- a/shared/cplusplus/Type.h +++ b/shared/cplusplus/Type.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ // Copyright (c) 2008 Roberto Raggi <roberto.raggi@gmail.com> diff --git a/shared/cplusplus/TypeVisitor.cpp b/shared/cplusplus/TypeVisitor.cpp index 02710256383..1428addedc7 100644 --- a/shared/cplusplus/TypeVisitor.cpp +++ b/shared/cplusplus/TypeVisitor.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ // Copyright (c) 2008 Roberto Raggi <roberto.raggi@gmail.com> diff --git a/shared/cplusplus/TypeVisitor.h b/shared/cplusplus/TypeVisitor.h index 6fa8f4f1afc..2bd6fb15c92 100644 --- a/shared/cplusplus/TypeVisitor.h +++ b/shared/cplusplus/TypeVisitor.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ // Copyright (c) 2008 Roberto Raggi <roberto.raggi@gmail.com> diff --git a/shared/designerintegrationv2/formresizer.cpp b/shared/designerintegrationv2/formresizer.cpp index 156b8e718ac..3b9644fbcaf 100644 --- a/shared/designerintegrationv2/formresizer.cpp +++ b/shared/designerintegrationv2/formresizer.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/shared/designerintegrationv2/formresizer.h b/shared/designerintegrationv2/formresizer.h index 912e7ab1699..c88619b8049 100644 --- a/shared/designerintegrationv2/formresizer.h +++ b/shared/designerintegrationv2/formresizer.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ #ifndef FORMRESIZER_H diff --git a/shared/designerintegrationv2/sizehandlerect.cpp b/shared/designerintegrationv2/sizehandlerect.cpp index 0061d9671b5..f5c67a47e6f 100644 --- a/shared/designerintegrationv2/sizehandlerect.cpp +++ b/shared/designerintegrationv2/sizehandlerect.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ #include "sizehandlerect.h" diff --git a/shared/designerintegrationv2/sizehandlerect.h b/shared/designerintegrationv2/sizehandlerect.h index cbcc5b07775..2438781227c 100644 --- a/shared/designerintegrationv2/sizehandlerect.h +++ b/shared/designerintegrationv2/sizehandlerect.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ #ifndef SIZEHANDLERECT_H diff --git a/shared/designerintegrationv2/widgethost.cpp b/shared/designerintegrationv2/widgethost.cpp index 763b101d4e4..cdda8e3a1a8 100644 --- a/shared/designerintegrationv2/widgethost.cpp +++ b/shared/designerintegrationv2/widgethost.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/shared/designerintegrationv2/widgethost.h b/shared/designerintegrationv2/widgethost.h index 1284707e4dc..8aaf1d781d8 100644 --- a/shared/designerintegrationv2/widgethost.h +++ b/shared/designerintegrationv2/widgethost.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/shared/designerintegrationv2/widgethostconstants.h b/shared/designerintegrationv2/widgethostconstants.h index cfd3a4ac515..e71b3a2dd1f 100644 --- a/shared/designerintegrationv2/widgethostconstants.h +++ b/shared/designerintegrationv2/widgethostconstants.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/shared/help/bookmarkmanager.cpp b/shared/help/bookmarkmanager.cpp index 2664fea2e0c..bb223eb2068 100644 --- a/shared/help/bookmarkmanager.cpp +++ b/shared/help/bookmarkmanager.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/shared/help/bookmarkmanager.h b/shared/help/bookmarkmanager.h index c40d8672db0..892c74b77c4 100644 --- a/shared/help/bookmarkmanager.h +++ b/shared/help/bookmarkmanager.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/shared/help/contentwindow.cpp b/shared/help/contentwindow.cpp index 37f258228a0..768a1223ed9 100644 --- a/shared/help/contentwindow.cpp +++ b/shared/help/contentwindow.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/shared/help/contentwindow.h b/shared/help/contentwindow.h index 22e519d49bf..bbd4a26a3d3 100644 --- a/shared/help/contentwindow.h +++ b/shared/help/contentwindow.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/shared/help/filternamedialog.cpp b/shared/help/filternamedialog.cpp index a2c0eff903c..197bf290f79 100644 --- a/shared/help/filternamedialog.cpp +++ b/shared/help/filternamedialog.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/shared/help/filternamedialog.h b/shared/help/filternamedialog.h index 41bcf17dcac..f5b90279893 100644 --- a/shared/help/filternamedialog.h +++ b/shared/help/filternamedialog.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/shared/help/helpviewer.cpp b/shared/help/helpviewer.cpp index 9b80e99cd84..59c6df629a4 100644 --- a/shared/help/helpviewer.cpp +++ b/shared/help/helpviewer.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/shared/help/helpviewer.h b/shared/help/helpviewer.h index 925cfdd81cc..75659da5633 100644 --- a/shared/help/helpviewer.h +++ b/shared/help/helpviewer.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/shared/help/indexwindow.cpp b/shared/help/indexwindow.cpp index 6c72d75c6c0..3879dfc8c2f 100644 --- a/shared/help/indexwindow.cpp +++ b/shared/help/indexwindow.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/shared/help/indexwindow.h b/shared/help/indexwindow.h index 51ebb06653d..7f9ddff0998 100644 --- a/shared/help/indexwindow.h +++ b/shared/help/indexwindow.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/shared/help/topicchooser.cpp b/shared/help/topicchooser.cpp index e5fa5ba9e75..31b8d52c05e 100644 --- a/shared/help/topicchooser.cpp +++ b/shared/help/topicchooser.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/shared/help/topicchooser.h b/shared/help/topicchooser.h index 2c21ac52067..e29a9aae7e1 100644 --- a/shared/help/topicchooser.h +++ b/shared/help/topicchooser.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/shared/indenter/constants.cpp b/shared/indenter/constants.cpp index 120ebdccb22..76f2f3f1d9f 100644 --- a/shared/indenter/constants.cpp +++ b/shared/indenter/constants.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/shared/indenter/indenter.h b/shared/indenter/indenter.h index 0f4be063407..ea078a2c80c 100644 --- a/shared/indenter/indenter.h +++ b/shared/indenter/indenter.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/shared/indenter/indenter_impl.h b/shared/indenter/indenter_impl.h index e71e55881e9..135cbc41092 100644 --- a/shared/indenter/indenter_impl.h +++ b/shared/indenter/indenter_impl.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/shared/indenter/test/main.cpp b/shared/indenter/test/main.cpp index e9c9396197a..26ffbdc4e3c 100644 --- a/shared/indenter/test/main.cpp +++ b/shared/indenter/test/main.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/shared/namespace_global.h b/shared/namespace_global.h index 4452eb88c36..1eb8fed086b 100644 --- a/shared/namespace_global.h +++ b/shared/namespace_global.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/shared/proparser/abstractproitemvisitor.h b/shared/proparser/abstractproitemvisitor.h index 45dede34eb6..340e7a00b5b 100644 --- a/shared/proparser/abstractproitemvisitor.h +++ b/shared/proparser/abstractproitemvisitor.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/shared/proparser/procommandmanager.cpp b/shared/proparser/procommandmanager.cpp index 99fc3025637..b5ae09e0369 100644 --- a/shared/proparser/procommandmanager.cpp +++ b/shared/proparser/procommandmanager.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/shared/proparser/procommandmanager.h b/shared/proparser/procommandmanager.h index 94c29693293..5d0dbb93787 100644 --- a/shared/proparser/procommandmanager.h +++ b/shared/proparser/procommandmanager.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/shared/proparser/proeditor.cpp b/shared/proparser/proeditor.cpp index 93adb12493e..63215a9f295 100644 --- a/shared/proparser/proeditor.cpp +++ b/shared/proparser/proeditor.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/shared/proparser/proeditor.h b/shared/proparser/proeditor.h index 6dbab2048da..bef371c27b1 100644 --- a/shared/proparser/proeditor.h +++ b/shared/proparser/proeditor.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/shared/proparser/proeditormodel.cpp b/shared/proparser/proeditormodel.cpp index a929c7ab88d..7708c991eaf 100644 --- a/shared/proparser/proeditormodel.cpp +++ b/shared/proparser/proeditormodel.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/shared/proparser/proeditormodel.h b/shared/proparser/proeditormodel.h index 74b8bdaae84..ab5bafae13e 100644 --- a/shared/proparser/proeditormodel.h +++ b/shared/proparser/proeditormodel.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/shared/proparser/profileevaluator.cpp b/shared/proparser/profileevaluator.cpp index 1935efa2fdf..4a5a9266f46 100644 --- a/shared/proparser/profileevaluator.cpp +++ b/shared/proparser/profileevaluator.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/shared/proparser/profileevaluator.h b/shared/proparser/profileevaluator.h index 26d801687ca..38112c33906 100644 --- a/shared/proparser/profileevaluator.h +++ b/shared/proparser/profileevaluator.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/shared/proparser/proiteminfo.cpp b/shared/proparser/proiteminfo.cpp index 63ac6bd1d87..5905acfb0ad 100644 --- a/shared/proparser/proiteminfo.cpp +++ b/shared/proparser/proiteminfo.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/shared/proparser/proiteminfo.h b/shared/proparser/proiteminfo.h index 70c1411781f..9d7e1bac8ad 100644 --- a/shared/proparser/proiteminfo.h +++ b/shared/proparser/proiteminfo.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/shared/proparser/proitems.cpp b/shared/proparser/proitems.cpp index 9bf45857d6d..9e256af98c2 100644 --- a/shared/proparser/proitems.cpp +++ b/shared/proparser/proitems.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/shared/proparser/proitems.h b/shared/proparser/proitems.h index 078eb1f55ab..ae220766ccc 100644 --- a/shared/proparser/proitems.h +++ b/shared/proparser/proitems.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/shared/proparser/proparserutils.h b/shared/proparser/proparserutils.h index 82941e31c1b..518bf24e5e2 100644 --- a/shared/proparser/proparserutils.h +++ b/shared/proparser/proparserutils.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/shared/proparser/prowriter.cpp b/shared/proparser/prowriter.cpp index 98787294ce4..e1e28eb4c51 100644 --- a/shared/proparser/prowriter.cpp +++ b/shared/proparser/prowriter.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/shared/proparser/prowriter.h b/shared/proparser/prowriter.h index 8cfa3195111..664ab6db151 100644 --- a/shared/proparser/prowriter.h +++ b/shared/proparser/prowriter.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/shared/proparser/proxml.cpp b/shared/proparser/proxml.cpp index 2416b3f6bc1..f3d1edb31a4 100644 --- a/shared/proparser/proxml.cpp +++ b/shared/proparser/proxml.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/shared/proparser/proxml.h b/shared/proparser/proxml.h index 276fd684aaf..059d90f7e91 100644 --- a/shared/proparser/proxml.h +++ b/shared/proparser/proxml.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/shared/proparser/valueeditor.cpp b/shared/proparser/valueeditor.cpp index 638d7994a92..aafbddbf73c 100644 --- a/shared/proparser/valueeditor.cpp +++ b/shared/proparser/valueeditor.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/shared/proparser/valueeditor.h b/shared/proparser/valueeditor.h index d4ca360cdd6..f3fd2f9c87d 100644 --- a/shared/proparser/valueeditor.h +++ b/shared/proparser/valueeditor.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/shared/qrceditor/qrceditor.cpp b/shared/qrceditor/qrceditor.cpp index 576615a2e3b..741ac12f63e 100644 --- a/shared/qrceditor/qrceditor.cpp +++ b/shared/qrceditor/qrceditor.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/shared/qrceditor/qrceditor.h b/shared/qrceditor/qrceditor.h index db9aab9bfef..3c4f3a2497e 100644 --- a/shared/qrceditor/qrceditor.h +++ b/shared/qrceditor/qrceditor.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ #ifndef QRCEDITOR_H diff --git a/shared/qrceditor/resourcefile.cpp b/shared/qrceditor/resourcefile.cpp index f394f43f41e..141e9e6d4b2 100644 --- a/shared/qrceditor/resourcefile.cpp +++ b/shared/qrceditor/resourcefile.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/shared/qrceditor/resourcefile_p.h b/shared/qrceditor/resourcefile_p.h index 6643be39aba..d5046e1ed85 100644 --- a/shared/qrceditor/resourcefile_p.h +++ b/shared/qrceditor/resourcefile_p.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/shared/qrceditor/resourceview.cpp b/shared/qrceditor/resourceview.cpp index d0d3a9d11c5..8af6a7a9e2d 100644 --- a/shared/qrceditor/resourceview.cpp +++ b/shared/qrceditor/resourceview.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/shared/qrceditor/resourceview.h b/shared/qrceditor/resourceview.h index ebf0b7b94c8..e3ac2f1c4e0 100644 --- a/shared/qrceditor/resourceview.h +++ b/shared/qrceditor/resourceview.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/shared/qrceditor/test/main.cpp b/shared/qrceditor/test/main.cpp index 71d316aebbf..01fb1f9e7d9 100644 --- a/shared/qrceditor/test/main.cpp +++ b/shared/qrceditor/test/main.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/shared/qrceditor/test/mainwindow.cpp b/shared/qrceditor/test/mainwindow.cpp index e73635fcebc..e737efc52ef 100644 --- a/shared/qrceditor/test/mainwindow.cpp +++ b/shared/qrceditor/test/mainwindow.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/shared/qrceditor/test/mainwindow.h b/shared/qrceditor/test/mainwindow.h index 80b31a78961..cb33eebab85 100644 --- a/shared/qrceditor/test/mainwindow.h +++ b/shared/qrceditor/test/mainwindow.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/shared/qrceditor/undocommands.cpp b/shared/qrceditor/undocommands.cpp index 246b69c0d71..fb9d581d238 100644 --- a/shared/qrceditor/undocommands.cpp +++ b/shared/qrceditor/undocommands.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/shared/qrceditor/undocommands_p.h b/shared/qrceditor/undocommands_p.h index b9f6dc7aca3..5e277f59e8a 100644 --- a/shared/qrceditor/undocommands_p.h +++ b/shared/qrceditor/undocommands_p.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/shared/qscripthighlighter/qscripthighlighter.cpp b/shared/qscripthighlighter/qscripthighlighter.cpp index f9940a6bbe4..776d9ca7432 100644 --- a/shared/qscripthighlighter/qscripthighlighter.cpp +++ b/shared/qscripthighlighter/qscripthighlighter.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/shared/qscripthighlighter/qscripthighlighter.h b/shared/qscripthighlighter/qscripthighlighter.h index 353b7506c8a..bdb59ec49f7 100644 --- a/shared/qscripthighlighter/qscripthighlighter.h +++ b/shared/qscripthighlighter/qscripthighlighter.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/shared/qscripthighlighter/test/main.cpp b/shared/qscripthighlighter/test/main.cpp index 6bac1432084..cf914d0d59d 100644 --- a/shared/qscripthighlighter/test/main.cpp +++ b/shared/qscripthighlighter/test/main.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/shared/qtextended_integration.h b/shared/qtextended_integration.h index 1a465ae4cb8..f02012c23d2 100644 --- a/shared/qtextended_integration.h +++ b/shared/qtextended_integration.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/shared/qtlockedfile/qtlockedfile.cpp b/shared/qtlockedfile/qtlockedfile.cpp index 71da391d7e3..a530f72f388 100644 --- a/shared/qtlockedfile/qtlockedfile.cpp +++ b/shared/qtlockedfile/qtlockedfile.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/shared/qtlockedfile/qtlockedfile.h b/shared/qtlockedfile/qtlockedfile.h index f23475ed934..8dfbbb14c2a 100644 --- a/shared/qtlockedfile/qtlockedfile.h +++ b/shared/qtlockedfile/qtlockedfile.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/shared/qtlockedfile/qtlockedfile_unix.cpp b/shared/qtlockedfile/qtlockedfile_unix.cpp index 665d39295fc..499198053b8 100644 --- a/shared/qtlockedfile/qtlockedfile_unix.cpp +++ b/shared/qtlockedfile/qtlockedfile_unix.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/shared/qtlockedfile/qtlockedfile_win.cpp b/shared/qtlockedfile/qtlockedfile_win.cpp index 4909e9636f6..cc156b03644 100644 --- a/shared/qtlockedfile/qtlockedfile_win.cpp +++ b/shared/qtlockedfile/qtlockedfile_win.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/shared/qtsingleapplication/qtlocalpeer.cpp b/shared/qtsingleapplication/qtlocalpeer.cpp index 1e324106ad0..dbc6d3a6830 100644 --- a/shared/qtsingleapplication/qtlocalpeer.cpp +++ b/shared/qtsingleapplication/qtlocalpeer.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/shared/qtsingleapplication/qtlocalpeer.h b/shared/qtsingleapplication/qtlocalpeer.h index 104586b4395..b0d78005c90 100644 --- a/shared/qtsingleapplication/qtlocalpeer.h +++ b/shared/qtsingleapplication/qtlocalpeer.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/shared/qtsingleapplication/qtsingleapplication.cpp b/shared/qtsingleapplication/qtsingleapplication.cpp index c1f557bacf9..90bd9cd35e8 100644 --- a/shared/qtsingleapplication/qtsingleapplication.cpp +++ b/shared/qtsingleapplication/qtsingleapplication.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/shared/qtsingleapplication/qtsingleapplication.h b/shared/qtsingleapplication/qtsingleapplication.h index 75ce5ff5305..f3a41c044be 100644 --- a/shared/qtsingleapplication/qtsingleapplication.h +++ b/shared/qtsingleapplication/qtsingleapplication.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/shared/qtsingleapplication/qtsinglecoreapplication.cpp b/shared/qtsingleapplication/qtsinglecoreapplication.cpp index 82526226ba6..1bb8d14f482 100644 --- a/shared/qtsingleapplication/qtsinglecoreapplication.cpp +++ b/shared/qtsingleapplication/qtsinglecoreapplication.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/shared/qtsingleapplication/qtsinglecoreapplication.h b/shared/qtsingleapplication/qtsinglecoreapplication.h index fcf9c7a224a..9b712fe6201 100644 --- a/shared/qtsingleapplication/qtsinglecoreapplication.h +++ b/shared/qtsingleapplication/qtsinglecoreapplication.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/shared/scriptwrapper/interface_wrap_helpers.h b/shared/scriptwrapper/interface_wrap_helpers.h index 717bb724631..e8dadffb99f 100644 --- a/shared/scriptwrapper/interface_wrap_helpers.h +++ b/shared/scriptwrapper/interface_wrap_helpers.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/shared/scriptwrapper/wrap_helpers.h b/shared/scriptwrapper/wrap_helpers.h index 02db144a3e5..cb697b1f23f 100644 --- a/shared/scriptwrapper/wrap_helpers.h +++ b/shared/scriptwrapper/wrap_helpers.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/app/main.cpp b/src/app/main.cpp index b8d4b9d4b41..f11e81764d1 100644 --- a/src/app/main.cpp +++ b/src/app/main.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/libs/aggregation/aggregate.cpp b/src/libs/aggregation/aggregate.cpp index de1a366f5ec..6fd7414dfc2 100644 --- a/src/libs/aggregation/aggregate.cpp +++ b/src/libs/aggregation/aggregate.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/libs/aggregation/aggregate.h b/src/libs/aggregation/aggregate.h index dc30ebf35c4..98b1693dd51 100644 --- a/src/libs/aggregation/aggregate.h +++ b/src/libs/aggregation/aggregate.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/libs/aggregation/aggregation_global.h b/src/libs/aggregation/aggregation_global.h index 09dc0643949..324a2493950 100644 --- a/src/libs/aggregation/aggregation_global.h +++ b/src/libs/aggregation/aggregation_global.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/libs/aggregation/examples/text/main.cpp b/src/libs/aggregation/examples/text/main.cpp index 0d5a09f6e8b..87bfe784e28 100644 --- a/src/libs/aggregation/examples/text/main.cpp +++ b/src/libs/aggregation/examples/text/main.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/libs/aggregation/examples/text/main.h b/src/libs/aggregation/examples/text/main.h index ad766013cc5..69e6f1caf8e 100644 --- a/src/libs/aggregation/examples/text/main.h +++ b/src/libs/aggregation/examples/text/main.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/libs/aggregation/examples/text/myinterfaces.h b/src/libs/aggregation/examples/text/myinterfaces.h index 4c994f3ee17..78c78f05e1a 100644 --- a/src/libs/aggregation/examples/text/myinterfaces.h +++ b/src/libs/aggregation/examples/text/myinterfaces.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/libs/aggregation/test/tst_aggregate.cpp b/src/libs/aggregation/test/tst_aggregate.cpp index 04b32fc8eab..1a26dc01253 100644 --- a/src/libs/aggregation/test/tst_aggregate.cpp +++ b/src/libs/aggregation/test/tst_aggregate.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/libs/cplusplus/CppDocument.cpp b/src/libs/cplusplus/CppDocument.cpp index d670e7e0018..453f3367af4 100644 --- a/src/libs/cplusplus/CppDocument.cpp +++ b/src/libs/cplusplus/CppDocument.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/libs/cplusplus/CppDocument.h b/src/libs/cplusplus/CppDocument.h index 54de3c801ea..57efe4fe33f 100644 --- a/src/libs/cplusplus/CppDocument.h +++ b/src/libs/cplusplus/CppDocument.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/libs/cplusplus/ExpressionUnderCursor.cpp b/src/libs/cplusplus/ExpressionUnderCursor.cpp index d43283cd7a6..d55a19e8859 100644 --- a/src/libs/cplusplus/ExpressionUnderCursor.cpp +++ b/src/libs/cplusplus/ExpressionUnderCursor.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/libs/cplusplus/ExpressionUnderCursor.h b/src/libs/cplusplus/ExpressionUnderCursor.h index 8d66cd81661..c979c103e2a 100644 --- a/src/libs/cplusplus/ExpressionUnderCursor.h +++ b/src/libs/cplusplus/ExpressionUnderCursor.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/libs/cplusplus/Icons.cpp b/src/libs/cplusplus/Icons.cpp index 3b7ee24da3c..447db104bcf 100644 --- a/src/libs/cplusplus/Icons.cpp +++ b/src/libs/cplusplus/Icons.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/libs/cplusplus/Icons.h b/src/libs/cplusplus/Icons.h index 6d4e0bb25d6..eb31a07dcf4 100644 --- a/src/libs/cplusplus/Icons.h +++ b/src/libs/cplusplus/Icons.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/libs/cplusplus/LookupContext.cpp b/src/libs/cplusplus/LookupContext.cpp index 8b24b59f5ef..cbf6b1ef660 100644 --- a/src/libs/cplusplus/LookupContext.cpp +++ b/src/libs/cplusplus/LookupContext.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/libs/cplusplus/LookupContext.h b/src/libs/cplusplus/LookupContext.h index 18754bf6670..e1aec69d122 100644 --- a/src/libs/cplusplus/LookupContext.h +++ b/src/libs/cplusplus/LookupContext.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/libs/cplusplus/NameOfExpression.cpp b/src/libs/cplusplus/NameOfExpression.cpp index ac00aa27b8e..12690881bf8 100644 --- a/src/libs/cplusplus/NameOfExpression.cpp +++ b/src/libs/cplusplus/NameOfExpression.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/libs/cplusplus/NameOfExpression.h b/src/libs/cplusplus/NameOfExpression.h index 0333cc4dfba..3aec6a54300 100644 --- a/src/libs/cplusplus/NameOfExpression.h +++ b/src/libs/cplusplus/NameOfExpression.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/libs/cplusplus/NamePrettyPrinter.cpp b/src/libs/cplusplus/NamePrettyPrinter.cpp index 08fe4f24167..50f12b5d979 100644 --- a/src/libs/cplusplus/NamePrettyPrinter.cpp +++ b/src/libs/cplusplus/NamePrettyPrinter.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/libs/cplusplus/NamePrettyPrinter.h b/src/libs/cplusplus/NamePrettyPrinter.h index d072b0b3079..fea6e079672 100644 --- a/src/libs/cplusplus/NamePrettyPrinter.h +++ b/src/libs/cplusplus/NamePrettyPrinter.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/libs/cplusplus/Overview.cpp b/src/libs/cplusplus/Overview.cpp index d887bc95f8c..e394415dad9 100644 --- a/src/libs/cplusplus/Overview.cpp +++ b/src/libs/cplusplus/Overview.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/libs/cplusplus/Overview.h b/src/libs/cplusplus/Overview.h index f68fb0f6cc7..6a4bcdc2378 100644 --- a/src/libs/cplusplus/Overview.h +++ b/src/libs/cplusplus/Overview.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/libs/cplusplus/OverviewModel.cpp b/src/libs/cplusplus/OverviewModel.cpp index b1b7267027c..92b20d9f733 100644 --- a/src/libs/cplusplus/OverviewModel.cpp +++ b/src/libs/cplusplus/OverviewModel.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/libs/cplusplus/OverviewModel.h b/src/libs/cplusplus/OverviewModel.h index e56473300a2..124382e80ac 100644 --- a/src/libs/cplusplus/OverviewModel.h +++ b/src/libs/cplusplus/OverviewModel.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/libs/cplusplus/ResolveExpression.cpp b/src/libs/cplusplus/ResolveExpression.cpp index 0ea9018a353..7ce0e42c69d 100644 --- a/src/libs/cplusplus/ResolveExpression.cpp +++ b/src/libs/cplusplus/ResolveExpression.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/libs/cplusplus/ResolveExpression.h b/src/libs/cplusplus/ResolveExpression.h index 00f0f074855..ac4a675b459 100644 --- a/src/libs/cplusplus/ResolveExpression.h +++ b/src/libs/cplusplus/ResolveExpression.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/libs/cplusplus/SimpleLexer.cpp b/src/libs/cplusplus/SimpleLexer.cpp index 8b7ee01d7a3..4c2a7830363 100644 --- a/src/libs/cplusplus/SimpleLexer.cpp +++ b/src/libs/cplusplus/SimpleLexer.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/libs/cplusplus/SimpleLexer.h b/src/libs/cplusplus/SimpleLexer.h index 52964713344..b4889fc92ea 100644 --- a/src/libs/cplusplus/SimpleLexer.h +++ b/src/libs/cplusplus/SimpleLexer.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ #ifndef SIMPLELEXER_H diff --git a/src/libs/cplusplus/TokenUnderCursor.cpp b/src/libs/cplusplus/TokenUnderCursor.cpp index 216caebb11b..af0a72284e7 100644 --- a/src/libs/cplusplus/TokenUnderCursor.cpp +++ b/src/libs/cplusplus/TokenUnderCursor.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/libs/cplusplus/TokenUnderCursor.h b/src/libs/cplusplus/TokenUnderCursor.h index c94af4f96f3..68638329190 100644 --- a/src/libs/cplusplus/TokenUnderCursor.h +++ b/src/libs/cplusplus/TokenUnderCursor.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ #ifndef TOKENUNDERCURSOR_H diff --git a/src/libs/cplusplus/TypeOfExpression.cpp b/src/libs/cplusplus/TypeOfExpression.cpp index cb373cce027..ba088a056ec 100644 --- a/src/libs/cplusplus/TypeOfExpression.cpp +++ b/src/libs/cplusplus/TypeOfExpression.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/libs/cplusplus/TypeOfExpression.h b/src/libs/cplusplus/TypeOfExpression.h index 87d4113f30e..34ad0943e40 100644 --- a/src/libs/cplusplus/TypeOfExpression.h +++ b/src/libs/cplusplus/TypeOfExpression.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ #ifndef CPLUSPLUS_TYPEOFEXPRESSION_H diff --git a/src/libs/cplusplus/TypePrettyPrinter.cpp b/src/libs/cplusplus/TypePrettyPrinter.cpp index 435f308dce9..f7727572308 100644 --- a/src/libs/cplusplus/TypePrettyPrinter.cpp +++ b/src/libs/cplusplus/TypePrettyPrinter.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/libs/cplusplus/TypePrettyPrinter.h b/src/libs/cplusplus/TypePrettyPrinter.h index 5d46ec56387..e80b1d435a2 100644 --- a/src/libs/cplusplus/TypePrettyPrinter.h +++ b/src/libs/cplusplus/TypePrettyPrinter.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ #ifndef TYPEPRETTYPRINTER_H diff --git a/src/libs/cplusplus/pp-cctype.h b/src/libs/cplusplus/pp-cctype.h index b7558ae5050..532f56a7e1d 100644 --- a/src/libs/cplusplus/pp-cctype.h +++ b/src/libs/cplusplus/pp-cctype.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ /* diff --git a/src/libs/cplusplus/pp-client.h b/src/libs/cplusplus/pp-client.h index eead5bf4600..e866be4aa89 100644 --- a/src/libs/cplusplus/pp-client.h +++ b/src/libs/cplusplus/pp-client.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/libs/cplusplus/pp-engine.cpp b/src/libs/cplusplus/pp-engine.cpp index c33fc8cb151..0ed09f224de 100644 --- a/src/libs/cplusplus/pp-engine.cpp +++ b/src/libs/cplusplus/pp-engine.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ /* diff --git a/src/libs/cplusplus/pp-engine.h b/src/libs/cplusplus/pp-engine.h index c909ffab3a7..e7c0af68fb1 100644 --- a/src/libs/cplusplus/pp-engine.h +++ b/src/libs/cplusplus/pp-engine.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ /* diff --git a/src/libs/cplusplus/pp-environment.cpp b/src/libs/cplusplus/pp-environment.cpp index dd839087a40..60827d4b9b2 100644 --- a/src/libs/cplusplus/pp-environment.cpp +++ b/src/libs/cplusplus/pp-environment.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ /* diff --git a/src/libs/cplusplus/pp-environment.h b/src/libs/cplusplus/pp-environment.h index 4200b5ea0ff..4ba6b9353c4 100644 --- a/src/libs/cplusplus/pp-environment.h +++ b/src/libs/cplusplus/pp-environment.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ /* diff --git a/src/libs/cplusplus/pp-internal.h b/src/libs/cplusplus/pp-internal.h index c11de37453a..f3b8aef835e 100644 --- a/src/libs/cplusplus/pp-internal.h +++ b/src/libs/cplusplus/pp-internal.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ /* diff --git a/src/libs/cplusplus/pp-macro-expander.cpp b/src/libs/cplusplus/pp-macro-expander.cpp index e17dd873dba..21148d24461 100644 --- a/src/libs/cplusplus/pp-macro-expander.cpp +++ b/src/libs/cplusplus/pp-macro-expander.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/libs/cplusplus/pp-macro-expander.h b/src/libs/cplusplus/pp-macro-expander.h index c2f636c1385..2959977bb15 100644 --- a/src/libs/cplusplus/pp-macro-expander.h +++ b/src/libs/cplusplus/pp-macro-expander.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ /* diff --git a/src/libs/cplusplus/pp-macro.h b/src/libs/cplusplus/pp-macro.h index 887fff53b0a..9f5e32752c5 100644 --- a/src/libs/cplusplus/pp-macro.h +++ b/src/libs/cplusplus/pp-macro.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ /* diff --git a/src/libs/cplusplus/pp-scanner.h b/src/libs/cplusplus/pp-scanner.h index 85b65403b0b..c2e768912fa 100644 --- a/src/libs/cplusplus/pp-scanner.h +++ b/src/libs/cplusplus/pp-scanner.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ /* diff --git a/src/libs/cplusplus/pp.h b/src/libs/cplusplus/pp.h index 62f3245a281..2dee3e87f1d 100644 --- a/src/libs/cplusplus/pp.h +++ b/src/libs/cplusplus/pp.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ /* diff --git a/src/libs/extensionsystem/extensionsystem_global.h b/src/libs/extensionsystem/extensionsystem_global.h index af945f2f51d..7ff0d1d471e 100644 --- a/src/libs/extensionsystem/extensionsystem_global.h +++ b/src/libs/extensionsystem/extensionsystem_global.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/libs/extensionsystem/iplugin.cpp b/src/libs/extensionsystem/iplugin.cpp index f548430d7a4..1b75839fa89 100644 --- a/src/libs/extensionsystem/iplugin.cpp +++ b/src/libs/extensionsystem/iplugin.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/libs/extensionsystem/iplugin.h b/src/libs/extensionsystem/iplugin.h index e4f01c86b45..fe242b0fb78 100644 --- a/src/libs/extensionsystem/iplugin.h +++ b/src/libs/extensionsystem/iplugin.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/libs/extensionsystem/iplugin_p.h b/src/libs/extensionsystem/iplugin_p.h index 38e8b7da9b1..cc7e1bdae32 100644 --- a/src/libs/extensionsystem/iplugin_p.h +++ b/src/libs/extensionsystem/iplugin_p.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/libs/extensionsystem/optionsparser.cpp b/src/libs/extensionsystem/optionsparser.cpp index 09dbaa59b72..414895c9dec 100644 --- a/src/libs/extensionsystem/optionsparser.cpp +++ b/src/libs/extensionsystem/optionsparser.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/libs/extensionsystem/optionsparser.h b/src/libs/extensionsystem/optionsparser.h index 1f41f06d414..1be8531d537 100644 --- a/src/libs/extensionsystem/optionsparser.h +++ b/src/libs/extensionsystem/optionsparser.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/libs/extensionsystem/plugindetailsview.cpp b/src/libs/extensionsystem/plugindetailsview.cpp index 03013e23058..1f3070411fe 100644 --- a/src/libs/extensionsystem/plugindetailsview.cpp +++ b/src/libs/extensionsystem/plugindetailsview.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/libs/extensionsystem/plugindetailsview.h b/src/libs/extensionsystem/plugindetailsview.h index 19ea5966d8b..9ae44dad340 100644 --- a/src/libs/extensionsystem/plugindetailsview.h +++ b/src/libs/extensionsystem/plugindetailsview.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/libs/extensionsystem/pluginerrorview.cpp b/src/libs/extensionsystem/pluginerrorview.cpp index 0af08f8ecdc..dae77d0b872 100644 --- a/src/libs/extensionsystem/pluginerrorview.cpp +++ b/src/libs/extensionsystem/pluginerrorview.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/libs/extensionsystem/pluginerrorview.h b/src/libs/extensionsystem/pluginerrorview.h index c9f04491864..d6c8897931d 100644 --- a/src/libs/extensionsystem/pluginerrorview.h +++ b/src/libs/extensionsystem/pluginerrorview.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/libs/extensionsystem/pluginmanager.cpp b/src/libs/extensionsystem/pluginmanager.cpp index 90e6e4bb004..0603cd87cab 100644 --- a/src/libs/extensionsystem/pluginmanager.cpp +++ b/src/libs/extensionsystem/pluginmanager.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/libs/extensionsystem/pluginmanager.h b/src/libs/extensionsystem/pluginmanager.h index e621fbea17f..42e3029bc5d 100644 --- a/src/libs/extensionsystem/pluginmanager.h +++ b/src/libs/extensionsystem/pluginmanager.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/libs/extensionsystem/pluginmanager_p.h b/src/libs/extensionsystem/pluginmanager_p.h index b286fdf2b1d..cfe2d6d17ad 100644 --- a/src/libs/extensionsystem/pluginmanager_p.h +++ b/src/libs/extensionsystem/pluginmanager_p.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/libs/extensionsystem/pluginspec.cpp b/src/libs/extensionsystem/pluginspec.cpp index a8694e29677..99e83d9fc64 100644 --- a/src/libs/extensionsystem/pluginspec.cpp +++ b/src/libs/extensionsystem/pluginspec.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/libs/extensionsystem/pluginspec.h b/src/libs/extensionsystem/pluginspec.h index f96ab6b8128..6ab9d465914 100644 --- a/src/libs/extensionsystem/pluginspec.h +++ b/src/libs/extensionsystem/pluginspec.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/libs/extensionsystem/pluginspec_p.h b/src/libs/extensionsystem/pluginspec_p.h index b4fefc59b32..436a1f44b01 100644 --- a/src/libs/extensionsystem/pluginspec_p.h +++ b/src/libs/extensionsystem/pluginspec_p.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/libs/extensionsystem/pluginview.cpp b/src/libs/extensionsystem/pluginview.cpp index 82e8c45dd8d..c60ae334736 100644 --- a/src/libs/extensionsystem/pluginview.cpp +++ b/src/libs/extensionsystem/pluginview.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/libs/extensionsystem/pluginview.h b/src/libs/extensionsystem/pluginview.h index d99f996401c..dc4c5f1c844 100644 --- a/src/libs/extensionsystem/pluginview.h +++ b/src/libs/extensionsystem/pluginview.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/libs/extensionsystem/pluginview_p.h b/src/libs/extensionsystem/pluginview_p.h index e9565c1384f..77e511ba2cc 100644 --- a/src/libs/extensionsystem/pluginview_p.h +++ b/src/libs/extensionsystem/pluginview_p.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/libs/extensionsystem/test/auto/pluginmanager/circularplugins/plugin1/plugin1.cpp b/src/libs/extensionsystem/test/auto/pluginmanager/circularplugins/plugin1/plugin1.cpp index e2a774e2319..68332a77b3e 100644 --- a/src/libs/extensionsystem/test/auto/pluginmanager/circularplugins/plugin1/plugin1.cpp +++ b/src/libs/extensionsystem/test/auto/pluginmanager/circularplugins/plugin1/plugin1.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/libs/extensionsystem/test/auto/pluginmanager/circularplugins/plugin1/plugin1.h b/src/libs/extensionsystem/test/auto/pluginmanager/circularplugins/plugin1/plugin1.h index 6b4ce934460..c15a30bf165 100644 --- a/src/libs/extensionsystem/test/auto/pluginmanager/circularplugins/plugin1/plugin1.h +++ b/src/libs/extensionsystem/test/auto/pluginmanager/circularplugins/plugin1/plugin1.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/libs/extensionsystem/test/auto/pluginmanager/circularplugins/plugin2/plugin2.cpp b/src/libs/extensionsystem/test/auto/pluginmanager/circularplugins/plugin2/plugin2.cpp index ed42eed1576..fd788e4da6b 100644 --- a/src/libs/extensionsystem/test/auto/pluginmanager/circularplugins/plugin2/plugin2.cpp +++ b/src/libs/extensionsystem/test/auto/pluginmanager/circularplugins/plugin2/plugin2.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/libs/extensionsystem/test/auto/pluginmanager/circularplugins/plugin2/plugin2.h b/src/libs/extensionsystem/test/auto/pluginmanager/circularplugins/plugin2/plugin2.h index d4281b8443f..431fa8201fd 100644 --- a/src/libs/extensionsystem/test/auto/pluginmanager/circularplugins/plugin2/plugin2.h +++ b/src/libs/extensionsystem/test/auto/pluginmanager/circularplugins/plugin2/plugin2.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/libs/extensionsystem/test/auto/pluginmanager/circularplugins/plugin3/plugin3.cpp b/src/libs/extensionsystem/test/auto/pluginmanager/circularplugins/plugin3/plugin3.cpp index 18023f15c70..9da1403df8b 100644 --- a/src/libs/extensionsystem/test/auto/pluginmanager/circularplugins/plugin3/plugin3.cpp +++ b/src/libs/extensionsystem/test/auto/pluginmanager/circularplugins/plugin3/plugin3.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ #include "plugin3.h" diff --git a/src/libs/extensionsystem/test/auto/pluginmanager/circularplugins/plugin3/plugin3.h b/src/libs/extensionsystem/test/auto/pluginmanager/circularplugins/plugin3/plugin3.h index b083a1a1b03..0878a907be8 100644 --- a/src/libs/extensionsystem/test/auto/pluginmanager/circularplugins/plugin3/plugin3.h +++ b/src/libs/extensionsystem/test/auto/pluginmanager/circularplugins/plugin3/plugin3.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/libs/extensionsystem/test/auto/pluginmanager/correctplugins1/plugin1/plugin1.cpp b/src/libs/extensionsystem/test/auto/pluginmanager/correctplugins1/plugin1/plugin1.cpp index e2da43f004d..f67dd11e9e7 100644 --- a/src/libs/extensionsystem/test/auto/pluginmanager/correctplugins1/plugin1/plugin1.cpp +++ b/src/libs/extensionsystem/test/auto/pluginmanager/correctplugins1/plugin1/plugin1.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/libs/extensionsystem/test/auto/pluginmanager/correctplugins1/plugin1/plugin1.h b/src/libs/extensionsystem/test/auto/pluginmanager/correctplugins1/plugin1/plugin1.h index 19472a051c1..498d827dd12 100644 --- a/src/libs/extensionsystem/test/auto/pluginmanager/correctplugins1/plugin1/plugin1.h +++ b/src/libs/extensionsystem/test/auto/pluginmanager/correctplugins1/plugin1/plugin1.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/libs/extensionsystem/test/auto/pluginmanager/correctplugins1/plugin2/plugin2.cpp b/src/libs/extensionsystem/test/auto/pluginmanager/correctplugins1/plugin2/plugin2.cpp index b05261600eb..4cd3a89f6d4 100644 --- a/src/libs/extensionsystem/test/auto/pluginmanager/correctplugins1/plugin2/plugin2.cpp +++ b/src/libs/extensionsystem/test/auto/pluginmanager/correctplugins1/plugin2/plugin2.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/libs/extensionsystem/test/auto/pluginmanager/correctplugins1/plugin2/plugin2.h b/src/libs/extensionsystem/test/auto/pluginmanager/correctplugins1/plugin2/plugin2.h index 8a8d9e7a6a9..c509439800d 100644 --- a/src/libs/extensionsystem/test/auto/pluginmanager/correctplugins1/plugin2/plugin2.h +++ b/src/libs/extensionsystem/test/auto/pluginmanager/correctplugins1/plugin2/plugin2.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/libs/extensionsystem/test/auto/pluginmanager/correctplugins1/plugin3/plugin3.cpp b/src/libs/extensionsystem/test/auto/pluginmanager/correctplugins1/plugin3/plugin3.cpp index 3768b6e81c6..7e170878e60 100644 --- a/src/libs/extensionsystem/test/auto/pluginmanager/correctplugins1/plugin3/plugin3.cpp +++ b/src/libs/extensionsystem/test/auto/pluginmanager/correctplugins1/plugin3/plugin3.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/libs/extensionsystem/test/auto/pluginmanager/correctplugins1/plugin3/plugin3.h b/src/libs/extensionsystem/test/auto/pluginmanager/correctplugins1/plugin3/plugin3.h index 813d91aee6b..484ceace7a6 100644 --- a/src/libs/extensionsystem/test/auto/pluginmanager/correctplugins1/plugin3/plugin3.h +++ b/src/libs/extensionsystem/test/auto/pluginmanager/correctplugins1/plugin3/plugin3.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ #ifndef PLUGIN3_H diff --git a/src/libs/extensionsystem/test/auto/pluginmanager/tst_pluginmanager.cpp b/src/libs/extensionsystem/test/auto/pluginmanager/tst_pluginmanager.cpp index 18e3c26b01a..ca2b00fc71a 100644 --- a/src/libs/extensionsystem/test/auto/pluginmanager/tst_pluginmanager.cpp +++ b/src/libs/extensionsystem/test/auto/pluginmanager/tst_pluginmanager.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/libs/extensionsystem/test/auto/pluginspec/testplugin/testplugin.cpp b/src/libs/extensionsystem/test/auto/pluginspec/testplugin/testplugin.cpp index 79ffc72ebfc..eff30909c7b 100644 --- a/src/libs/extensionsystem/test/auto/pluginspec/testplugin/testplugin.cpp +++ b/src/libs/extensionsystem/test/auto/pluginspec/testplugin/testplugin.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/libs/extensionsystem/test/auto/pluginspec/testplugin/testplugin.h b/src/libs/extensionsystem/test/auto/pluginspec/testplugin/testplugin.h index 050a9f12c47..1cc205c334d 100644 --- a/src/libs/extensionsystem/test/auto/pluginspec/testplugin/testplugin.h +++ b/src/libs/extensionsystem/test/auto/pluginspec/testplugin/testplugin.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/libs/extensionsystem/test/auto/pluginspec/testplugin/testplugin_global.h b/src/libs/extensionsystem/test/auto/pluginspec/testplugin/testplugin_global.h index 4c80166ca47..93b2bdb2d72 100644 --- a/src/libs/extensionsystem/test/auto/pluginspec/testplugin/testplugin_global.h +++ b/src/libs/extensionsystem/test/auto/pluginspec/testplugin/testplugin_global.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/libs/extensionsystem/test/auto/pluginspec/tst_pluginspec.cpp b/src/libs/extensionsystem/test/auto/pluginspec/tst_pluginspec.cpp index ceb43f49203..59683feb04b 100644 --- a/src/libs/extensionsystem/test/auto/pluginspec/tst_pluginspec.cpp +++ b/src/libs/extensionsystem/test/auto/pluginspec/tst_pluginspec.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/libs/extensionsystem/test/manual/pluginview/plugindialog.cpp b/src/libs/extensionsystem/test/manual/pluginview/plugindialog.cpp index 4dd5027f619..468a06dda0e 100644 --- a/src/libs/extensionsystem/test/manual/pluginview/plugindialog.cpp +++ b/src/libs/extensionsystem/test/manual/pluginview/plugindialog.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/libs/extensionsystem/test/manual/pluginview/plugindialog.h b/src/libs/extensionsystem/test/manual/pluginview/plugindialog.h index 4e74409ab0b..7eaffeef47d 100644 --- a/src/libs/extensionsystem/test/manual/pluginview/plugindialog.h +++ b/src/libs/extensionsystem/test/manual/pluginview/plugindialog.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/libs/extensionsystem/test/manual/pluginview/plugins/plugin1/plugin1.cpp b/src/libs/extensionsystem/test/manual/pluginview/plugins/plugin1/plugin1.cpp index 23ad88838b7..465215ec42c 100644 --- a/src/libs/extensionsystem/test/manual/pluginview/plugins/plugin1/plugin1.cpp +++ b/src/libs/extensionsystem/test/manual/pluginview/plugins/plugin1/plugin1.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/libs/extensionsystem/test/manual/pluginview/plugins/plugin1/plugin1.h b/src/libs/extensionsystem/test/manual/pluginview/plugins/plugin1/plugin1.h index d225aa8589e..77648b733b9 100644 --- a/src/libs/extensionsystem/test/manual/pluginview/plugins/plugin1/plugin1.h +++ b/src/libs/extensionsystem/test/manual/pluginview/plugins/plugin1/plugin1.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/libs/extensionsystem/test/manual/pluginview/plugins/plugin2/plugin2.cpp b/src/libs/extensionsystem/test/manual/pluginview/plugins/plugin2/plugin2.cpp index 9c3ac91ad6b..b74b339b237 100644 --- a/src/libs/extensionsystem/test/manual/pluginview/plugins/plugin2/plugin2.cpp +++ b/src/libs/extensionsystem/test/manual/pluginview/plugins/plugin2/plugin2.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/libs/extensionsystem/test/manual/pluginview/plugins/plugin2/plugin2.h b/src/libs/extensionsystem/test/manual/pluginview/plugins/plugin2/plugin2.h index 4d060b348e0..c13f47f925e 100644 --- a/src/libs/extensionsystem/test/manual/pluginview/plugins/plugin2/plugin2.h +++ b/src/libs/extensionsystem/test/manual/pluginview/plugins/plugin2/plugin2.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/libs/extensionsystem/test/manual/pluginview/plugins/plugin3/plugin3.cpp b/src/libs/extensionsystem/test/manual/pluginview/plugins/plugin3/plugin3.cpp index 5764776ccf1..888e3fb662b 100644 --- a/src/libs/extensionsystem/test/manual/pluginview/plugins/plugin3/plugin3.cpp +++ b/src/libs/extensionsystem/test/manual/pluginview/plugins/plugin3/plugin3.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/libs/extensionsystem/test/manual/pluginview/plugins/plugin3/plugin3.h b/src/libs/extensionsystem/test/manual/pluginview/plugins/plugin3/plugin3.h index cd5a8230360..c6d865b8856 100644 --- a/src/libs/extensionsystem/test/manual/pluginview/plugins/plugin3/plugin3.h +++ b/src/libs/extensionsystem/test/manual/pluginview/plugins/plugin3/plugin3.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/libs/qtconcurrent/multitask.h b/src/libs/qtconcurrent/multitask.h index 8f87ca04192..b23c6e35804 100644 --- a/src/libs/qtconcurrent/multitask.h +++ b/src/libs/qtconcurrent/multitask.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/libs/qtconcurrent/qtconcurrent_global.h b/src/libs/qtconcurrent/qtconcurrent_global.h index fd3f8c76e61..6c49354ffff 100644 --- a/src/libs/qtconcurrent/qtconcurrent_global.h +++ b/src/libs/qtconcurrent/qtconcurrent_global.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/libs/qtconcurrent/runextensions.h b/src/libs/qtconcurrent/runextensions.h index 9305f29ace2..c5c2954db92 100644 --- a/src/libs/qtconcurrent/runextensions.h +++ b/src/libs/qtconcurrent/runextensions.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/libs/utils/basevalidatinglineedit.cpp b/src/libs/utils/basevalidatinglineedit.cpp index f15e69641f2..6c26d0bf4b4 100644 --- a/src/libs/utils/basevalidatinglineedit.cpp +++ b/src/libs/utils/basevalidatinglineedit.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/libs/utils/basevalidatinglineedit.h b/src/libs/utils/basevalidatinglineedit.h index 977f9fddec0..4a9468e7148 100644 --- a/src/libs/utils/basevalidatinglineedit.h +++ b/src/libs/utils/basevalidatinglineedit.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/libs/utils/classnamevalidatinglineedit.cpp b/src/libs/utils/classnamevalidatinglineedit.cpp index aa6557574cf..a4e55ccd813 100644 --- a/src/libs/utils/classnamevalidatinglineedit.cpp +++ b/src/libs/utils/classnamevalidatinglineedit.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/libs/utils/classnamevalidatinglineedit.h b/src/libs/utils/classnamevalidatinglineedit.h index bf6a23c615b..321bc9e34f2 100644 --- a/src/libs/utils/classnamevalidatinglineedit.h +++ b/src/libs/utils/classnamevalidatinglineedit.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/libs/utils/codegeneration.cpp b/src/libs/utils/codegeneration.cpp index b450fe426c4..4bfa9098cdc 100644 --- a/src/libs/utils/codegeneration.cpp +++ b/src/libs/utils/codegeneration.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/libs/utils/codegeneration.h b/src/libs/utils/codegeneration.h index fcb1e99f9ad..e8b844784a6 100644 --- a/src/libs/utils/codegeneration.h +++ b/src/libs/utils/codegeneration.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/libs/utils/fancylineedit.cpp b/src/libs/utils/fancylineedit.cpp index 25526492636..8e9911f8f47 100644 --- a/src/libs/utils/fancylineedit.cpp +++ b/src/libs/utils/fancylineedit.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/libs/utils/fancylineedit.h b/src/libs/utils/fancylineedit.h index 072360ec9b0..10b5f32129b 100644 --- a/src/libs/utils/fancylineedit.h +++ b/src/libs/utils/fancylineedit.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/libs/utils/filenamevalidatinglineedit.cpp b/src/libs/utils/filenamevalidatinglineedit.cpp index a7e228903b5..e11c578070d 100644 --- a/src/libs/utils/filenamevalidatinglineedit.cpp +++ b/src/libs/utils/filenamevalidatinglineedit.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/libs/utils/filenamevalidatinglineedit.h b/src/libs/utils/filenamevalidatinglineedit.h index 042a48fc5f1..95440c83f37 100644 --- a/src/libs/utils/filenamevalidatinglineedit.h +++ b/src/libs/utils/filenamevalidatinglineedit.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/libs/utils/filesearch.cpp b/src/libs/utils/filesearch.cpp index 153b9531742..a04e6a42958 100644 --- a/src/libs/utils/filesearch.cpp +++ b/src/libs/utils/filesearch.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/libs/utils/filesearch.h b/src/libs/utils/filesearch.h index d8b8f68cdb2..09bef9d1bec 100644 --- a/src/libs/utils/filesearch.h +++ b/src/libs/utils/filesearch.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/libs/utils/filewizarddialog.cpp b/src/libs/utils/filewizarddialog.cpp index 8441cdb8638..a564c63bb4f 100644 --- a/src/libs/utils/filewizarddialog.cpp +++ b/src/libs/utils/filewizarddialog.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/libs/utils/filewizarddialog.h b/src/libs/utils/filewizarddialog.h index e5ed0d90a34..5a01a9558d6 100644 --- a/src/libs/utils/filewizarddialog.h +++ b/src/libs/utils/filewizarddialog.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/libs/utils/filewizardpage.cpp b/src/libs/utils/filewizardpage.cpp index da892faf03b..0e5c7b24550 100644 --- a/src/libs/utils/filewizardpage.cpp +++ b/src/libs/utils/filewizardpage.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/libs/utils/filewizardpage.h b/src/libs/utils/filewizardpage.h index 6f9364a3a42..18e89af9d04 100644 --- a/src/libs/utils/filewizardpage.h +++ b/src/libs/utils/filewizardpage.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/libs/utils/linecolumnlabel.cpp b/src/libs/utils/linecolumnlabel.cpp index c44df2217e8..75e1dd27085 100644 --- a/src/libs/utils/linecolumnlabel.cpp +++ b/src/libs/utils/linecolumnlabel.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/libs/utils/linecolumnlabel.h b/src/libs/utils/linecolumnlabel.h index 044bfe209fe..1ae84ccac95 100644 --- a/src/libs/utils/linecolumnlabel.h +++ b/src/libs/utils/linecolumnlabel.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/libs/utils/listutils.h b/src/libs/utils/listutils.h index a3d85605d80..fa260e0ed75 100644 --- a/src/libs/utils/listutils.h +++ b/src/libs/utils/listutils.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/libs/utils/newclasswidget.cpp b/src/libs/utils/newclasswidget.cpp index b34ee40d4fe..46db9fda71b 100644 --- a/src/libs/utils/newclasswidget.cpp +++ b/src/libs/utils/newclasswidget.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/libs/utils/newclasswidget.h b/src/libs/utils/newclasswidget.h index 40c850d28e9..7b141f8c370 100644 --- a/src/libs/utils/newclasswidget.h +++ b/src/libs/utils/newclasswidget.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/libs/utils/pathchooser.cpp b/src/libs/utils/pathchooser.cpp index 100fdbe717f..d3743509709 100644 --- a/src/libs/utils/pathchooser.cpp +++ b/src/libs/utils/pathchooser.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/libs/utils/pathchooser.h b/src/libs/utils/pathchooser.h index d4bd098e908..b3898465531 100644 --- a/src/libs/utils/pathchooser.h +++ b/src/libs/utils/pathchooser.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/libs/utils/projectintropage.cpp b/src/libs/utils/projectintropage.cpp index 63123138730..85bf22b14c5 100644 --- a/src/libs/utils/projectintropage.cpp +++ b/src/libs/utils/projectintropage.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/libs/utils/projectintropage.h b/src/libs/utils/projectintropage.h index e554c61705e..7f6b34bc886 100644 --- a/src/libs/utils/projectintropage.h +++ b/src/libs/utils/projectintropage.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/libs/utils/projectnamevalidatinglineedit.cpp b/src/libs/utils/projectnamevalidatinglineedit.cpp index 4160bc18792..bbd8d73466d 100644 --- a/src/libs/utils/projectnamevalidatinglineedit.cpp +++ b/src/libs/utils/projectnamevalidatinglineedit.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/libs/utils/projectnamevalidatinglineedit.h b/src/libs/utils/projectnamevalidatinglineedit.h index 12152912cca..d660c1aa4a5 100644 --- a/src/libs/utils/projectnamevalidatinglineedit.h +++ b/src/libs/utils/projectnamevalidatinglineedit.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/libs/utils/qtcassert.h b/src/libs/utils/qtcassert.h index f75d225f6e6..3206e8c38b3 100644 --- a/src/libs/utils/qtcassert.h +++ b/src/libs/utils/qtcassert.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/libs/utils/qtcolorbutton.cpp b/src/libs/utils/qtcolorbutton.cpp index 4003f6ec6f0..a30b3e5f55f 100644 --- a/src/libs/utils/qtcolorbutton.cpp +++ b/src/libs/utils/qtcolorbutton.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/libs/utils/qtcolorbutton.h b/src/libs/utils/qtcolorbutton.h index cd94aa7e963..2fee344d78b 100644 --- a/src/libs/utils/qtcolorbutton.h +++ b/src/libs/utils/qtcolorbutton.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/libs/utils/reloadpromptutils.cpp b/src/libs/utils/reloadpromptutils.cpp index e3d3961a0d8..509d2417415 100644 --- a/src/libs/utils/reloadpromptutils.cpp +++ b/src/libs/utils/reloadpromptutils.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/libs/utils/reloadpromptutils.h b/src/libs/utils/reloadpromptutils.h index 4ccb259179d..ec7d7b41175 100644 --- a/src/libs/utils/reloadpromptutils.h +++ b/src/libs/utils/reloadpromptutils.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/libs/utils/settingsutils.cpp b/src/libs/utils/settingsutils.cpp index 5862c4f306c..5394c746d68 100644 --- a/src/libs/utils/settingsutils.cpp +++ b/src/libs/utils/settingsutils.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/libs/utils/settingsutils.h b/src/libs/utils/settingsutils.h index 9920ec6ba92..3777587a406 100644 --- a/src/libs/utils/settingsutils.h +++ b/src/libs/utils/settingsutils.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/libs/utils/submiteditorwidget.cpp b/src/libs/utils/submiteditorwidget.cpp index 4aa021e63ec..ae8eb41593d 100644 --- a/src/libs/utils/submiteditorwidget.cpp +++ b/src/libs/utils/submiteditorwidget.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/libs/utils/submiteditorwidget.h b/src/libs/utils/submiteditorwidget.h index 9e3b2455572..921bb6d16dd 100644 --- a/src/libs/utils/submiteditorwidget.h +++ b/src/libs/utils/submiteditorwidget.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/libs/utils/synchronousprocess.cpp b/src/libs/utils/synchronousprocess.cpp index 6a1b2efa840..a8e2979f819 100644 --- a/src/libs/utils/synchronousprocess.cpp +++ b/src/libs/utils/synchronousprocess.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/libs/utils/synchronousprocess.h b/src/libs/utils/synchronousprocess.h index 822edcb74ed..5b51f53cd4c 100644 --- a/src/libs/utils/synchronousprocess.h +++ b/src/libs/utils/synchronousprocess.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/libs/utils/utils_global.h b/src/libs/utils/utils_global.h index 0a921cff912..5a326faa45e 100644 --- a/src/libs/utils/utils_global.h +++ b/src/libs/utils/utils_global.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/bineditor/bineditor.cpp b/src/plugins/bineditor/bineditor.cpp index 9ca1dbfb749..b7576f98030 100644 --- a/src/plugins/bineditor/bineditor.cpp +++ b/src/plugins/bineditor/bineditor.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/bineditor/bineditor.h b/src/plugins/bineditor/bineditor.h index c6bb870b0af..1940434b425 100644 --- a/src/plugins/bineditor/bineditor.h +++ b/src/plugins/bineditor/bineditor.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/bineditor/bineditorconstants.h b/src/plugins/bineditor/bineditorconstants.h index 66419c42f4e..86cdb5ea5be 100644 --- a/src/plugins/bineditor/bineditorconstants.h +++ b/src/plugins/bineditor/bineditorconstants.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/bineditor/bineditorplugin.cpp b/src/plugins/bineditor/bineditorplugin.cpp index e3a5540717f..ff07d5e876e 100644 --- a/src/plugins/bineditor/bineditorplugin.cpp +++ b/src/plugins/bineditor/bineditorplugin.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/bineditor/bineditorplugin.h b/src/plugins/bineditor/bineditorplugin.h index 78d54db6959..b5bedb49aa0 100644 --- a/src/plugins/bineditor/bineditorplugin.h +++ b/src/plugins/bineditor/bineditorplugin.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/bookmarks/bookmark.cpp b/src/plugins/bookmarks/bookmark.cpp index 00bcecf937d..f622bff74b3 100644 --- a/src/plugins/bookmarks/bookmark.cpp +++ b/src/plugins/bookmarks/bookmark.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/bookmarks/bookmark.h b/src/plugins/bookmarks/bookmark.h index bbf5d13a469..72ead1d0548 100644 --- a/src/plugins/bookmarks/bookmark.h +++ b/src/plugins/bookmarks/bookmark.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/bookmarks/bookmarkmanager.cpp b/src/plugins/bookmarks/bookmarkmanager.cpp index a9377730fd8..ea59be83772 100644 --- a/src/plugins/bookmarks/bookmarkmanager.cpp +++ b/src/plugins/bookmarks/bookmarkmanager.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/bookmarks/bookmarkmanager.h b/src/plugins/bookmarks/bookmarkmanager.h index d3a2fc9a322..d0d84d50ed0 100644 --- a/src/plugins/bookmarks/bookmarkmanager.h +++ b/src/plugins/bookmarks/bookmarkmanager.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/bookmarks/bookmarks_global.h b/src/plugins/bookmarks/bookmarks_global.h index 5eecc4c9a5a..59e639e6348 100644 --- a/src/plugins/bookmarks/bookmarks_global.h +++ b/src/plugins/bookmarks/bookmarks_global.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/bookmarks/bookmarksplugin.cpp b/src/plugins/bookmarks/bookmarksplugin.cpp index 615ba5ec2ac..63fbb1c2eef 100644 --- a/src/plugins/bookmarks/bookmarksplugin.cpp +++ b/src/plugins/bookmarks/bookmarksplugin.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/bookmarks/bookmarksplugin.h b/src/plugins/bookmarks/bookmarksplugin.h index 2a60bb04a34..9bf68c6b9bc 100644 --- a/src/plugins/bookmarks/bookmarksplugin.h +++ b/src/plugins/bookmarks/bookmarksplugin.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/cmakeprojectmanager/cmakeproject.cpp b/src/plugins/cmakeprojectmanager/cmakeproject.cpp index 423fa2dcb3f..4e2095148af 100644 --- a/src/plugins/cmakeprojectmanager/cmakeproject.cpp +++ b/src/plugins/cmakeprojectmanager/cmakeproject.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/cmakeprojectmanager/cmakeproject.h b/src/plugins/cmakeprojectmanager/cmakeproject.h index 2a0314fda1a..399b8f9e5a3 100644 --- a/src/plugins/cmakeprojectmanager/cmakeproject.h +++ b/src/plugins/cmakeprojectmanager/cmakeproject.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/cmakeprojectmanager/cmakeprojectconstants.h b/src/plugins/cmakeprojectmanager/cmakeprojectconstants.h index 71300589915..4e753c570e9 100644 --- a/src/plugins/cmakeprojectmanager/cmakeprojectconstants.h +++ b/src/plugins/cmakeprojectmanager/cmakeprojectconstants.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/cmakeprojectmanager/cmakeprojectmanager.cpp b/src/plugins/cmakeprojectmanager/cmakeprojectmanager.cpp index 7d9780eaf1a..2282f0cb527 100644 --- a/src/plugins/cmakeprojectmanager/cmakeprojectmanager.cpp +++ b/src/plugins/cmakeprojectmanager/cmakeprojectmanager.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/cmakeprojectmanager/cmakeprojectmanager.h b/src/plugins/cmakeprojectmanager/cmakeprojectmanager.h index 04c497288f2..b3335702de1 100644 --- a/src/plugins/cmakeprojectmanager/cmakeprojectmanager.h +++ b/src/plugins/cmakeprojectmanager/cmakeprojectmanager.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/cmakeprojectmanager/cmakeprojectnodes.cpp b/src/plugins/cmakeprojectmanager/cmakeprojectnodes.cpp index d750ca60a26..2d48295f0f6 100644 --- a/src/plugins/cmakeprojectmanager/cmakeprojectnodes.cpp +++ b/src/plugins/cmakeprojectmanager/cmakeprojectnodes.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/cmakeprojectmanager/cmakeprojectnodes.h b/src/plugins/cmakeprojectmanager/cmakeprojectnodes.h index 80044fcf989..3f7b8442fa9 100644 --- a/src/plugins/cmakeprojectmanager/cmakeprojectnodes.h +++ b/src/plugins/cmakeprojectmanager/cmakeprojectnodes.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/cmakeprojectmanager/cmakeprojectplugin.cpp b/src/plugins/cmakeprojectmanager/cmakeprojectplugin.cpp index 932278a32c0..d38cb56c145 100644 --- a/src/plugins/cmakeprojectmanager/cmakeprojectplugin.cpp +++ b/src/plugins/cmakeprojectmanager/cmakeprojectplugin.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/cmakeprojectmanager/cmakeprojectplugin.h b/src/plugins/cmakeprojectmanager/cmakeprojectplugin.h index 44ef2387725..d3cd8941b53 100644 --- a/src/plugins/cmakeprojectmanager/cmakeprojectplugin.h +++ b/src/plugins/cmakeprojectmanager/cmakeprojectplugin.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/cmakeprojectmanager/cmakerunconfiguration.cpp b/src/plugins/cmakeprojectmanager/cmakerunconfiguration.cpp index d8bc8e795ba..18b77d3c823 100644 --- a/src/plugins/cmakeprojectmanager/cmakerunconfiguration.cpp +++ b/src/plugins/cmakeprojectmanager/cmakerunconfiguration.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/cmakeprojectmanager/cmakerunconfiguration.h b/src/plugins/cmakeprojectmanager/cmakerunconfiguration.h index 082364e3042..6dff25adfd5 100644 --- a/src/plugins/cmakeprojectmanager/cmakerunconfiguration.h +++ b/src/plugins/cmakeprojectmanager/cmakerunconfiguration.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/cmakeprojectmanager/cmakestep.cpp b/src/plugins/cmakeprojectmanager/cmakestep.cpp index 045fa46a241..a24c3f085be 100644 --- a/src/plugins/cmakeprojectmanager/cmakestep.cpp +++ b/src/plugins/cmakeprojectmanager/cmakestep.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/cmakeprojectmanager/cmakestep.h b/src/plugins/cmakeprojectmanager/cmakestep.h index 75cc0d6ba38..a0a20b0c50d 100644 --- a/src/plugins/cmakeprojectmanager/cmakestep.h +++ b/src/plugins/cmakeprojectmanager/cmakestep.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/cmakeprojectmanager/makestep.cpp b/src/plugins/cmakeprojectmanager/makestep.cpp index 3cdc0726e8c..a681d3cf325 100644 --- a/src/plugins/cmakeprojectmanager/makestep.cpp +++ b/src/plugins/cmakeprojectmanager/makestep.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/cmakeprojectmanager/makestep.h b/src/plugins/cmakeprojectmanager/makestep.h index f0ef530b42f..33800265d6a 100644 --- a/src/plugins/cmakeprojectmanager/makestep.h +++ b/src/plugins/cmakeprojectmanager/makestep.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/coreplugin/actionmanager/actioncontainer.cpp b/src/plugins/coreplugin/actionmanager/actioncontainer.cpp index 063b80e0b7e..bec545cc262 100644 --- a/src/plugins/coreplugin/actionmanager/actioncontainer.cpp +++ b/src/plugins/coreplugin/actionmanager/actioncontainer.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/coreplugin/actionmanager/actioncontainer.h b/src/plugins/coreplugin/actionmanager/actioncontainer.h index 140ddee211e..6d116426f20 100644 --- a/src/plugins/coreplugin/actionmanager/actioncontainer.h +++ b/src/plugins/coreplugin/actionmanager/actioncontainer.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/coreplugin/actionmanager/actionmanager.cpp b/src/plugins/coreplugin/actionmanager/actionmanager.cpp index cb59db7a12a..bc43374f0e4 100644 --- a/src/plugins/coreplugin/actionmanager/actionmanager.cpp +++ b/src/plugins/coreplugin/actionmanager/actionmanager.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/coreplugin/actionmanager/actionmanager.h b/src/plugins/coreplugin/actionmanager/actionmanager.h index 0b301afa036..dd5e2f61e92 100644 --- a/src/plugins/coreplugin/actionmanager/actionmanager.h +++ b/src/plugins/coreplugin/actionmanager/actionmanager.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/coreplugin/actionmanager/actionmanagerinterface.h b/src/plugins/coreplugin/actionmanager/actionmanagerinterface.h index 62d74503d41..f77e9ca484c 100644 --- a/src/plugins/coreplugin/actionmanager/actionmanagerinterface.h +++ b/src/plugins/coreplugin/actionmanager/actionmanagerinterface.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/coreplugin/actionmanager/command.cpp b/src/plugins/coreplugin/actionmanager/command.cpp index be71fa45cd2..d5370e4ffee 100644 --- a/src/plugins/coreplugin/actionmanager/command.cpp +++ b/src/plugins/coreplugin/actionmanager/command.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/coreplugin/actionmanager/command.h b/src/plugins/coreplugin/actionmanager/command.h index 27885ad2dbf..848114c8b96 100644 --- a/src/plugins/coreplugin/actionmanager/command.h +++ b/src/plugins/coreplugin/actionmanager/command.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/coreplugin/actionmanager/commandsfile.cpp b/src/plugins/coreplugin/actionmanager/commandsfile.cpp index 3c427dad0ad..99602efaa85 100644 --- a/src/plugins/coreplugin/actionmanager/commandsfile.cpp +++ b/src/plugins/coreplugin/actionmanager/commandsfile.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/coreplugin/actionmanager/commandsfile.h b/src/plugins/coreplugin/actionmanager/commandsfile.h index 6aefea7d634..7c515a32c26 100644 --- a/src/plugins/coreplugin/actionmanager/commandsfile.h +++ b/src/plugins/coreplugin/actionmanager/commandsfile.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/coreplugin/actionmanager/iactioncontainer.h b/src/plugins/coreplugin/actionmanager/iactioncontainer.h index e27fda1a93c..ad510393521 100644 --- a/src/plugins/coreplugin/actionmanager/iactioncontainer.h +++ b/src/plugins/coreplugin/actionmanager/iactioncontainer.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/coreplugin/actionmanager/icommand.h b/src/plugins/coreplugin/actionmanager/icommand.h index 85fc7d5d439..7ab5145b74a 100644 --- a/src/plugins/coreplugin/actionmanager/icommand.h +++ b/src/plugins/coreplugin/actionmanager/icommand.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/coreplugin/basefilewizard.cpp b/src/plugins/coreplugin/basefilewizard.cpp index bb7adb99620..51ad57bc27d 100644 --- a/src/plugins/coreplugin/basefilewizard.cpp +++ b/src/plugins/coreplugin/basefilewizard.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/coreplugin/basefilewizard.h b/src/plugins/coreplugin/basefilewizard.h index 9de2943bbfd..d530b728aa5 100644 --- a/src/plugins/coreplugin/basefilewizard.h +++ b/src/plugins/coreplugin/basefilewizard.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/coreplugin/basemode.cpp b/src/plugins/coreplugin/basemode.cpp index 16930ce936d..1a428aa4df7 100644 --- a/src/plugins/coreplugin/basemode.cpp +++ b/src/plugins/coreplugin/basemode.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/coreplugin/basemode.h b/src/plugins/coreplugin/basemode.h index a9e8f13ef1d..c6fea7d4807 100644 --- a/src/plugins/coreplugin/basemode.h +++ b/src/plugins/coreplugin/basemode.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/coreplugin/baseview.cpp b/src/plugins/coreplugin/baseview.cpp index 2d7724bcb56..5367062d371 100644 --- a/src/plugins/coreplugin/baseview.cpp +++ b/src/plugins/coreplugin/baseview.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/coreplugin/baseview.h b/src/plugins/coreplugin/baseview.h index 8004721ef35..0312de6613b 100644 --- a/src/plugins/coreplugin/baseview.h +++ b/src/plugins/coreplugin/baseview.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/coreplugin/core_global.h b/src/plugins/coreplugin/core_global.h index ca867625af2..630b660c0c9 100644 --- a/src/plugins/coreplugin/core_global.h +++ b/src/plugins/coreplugin/core_global.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/coreplugin/coreconstants.h b/src/plugins/coreplugin/coreconstants.h index c2a703a2d6f..41e00202e53 100644 --- a/src/plugins/coreplugin/coreconstants.h +++ b/src/plugins/coreplugin/coreconstants.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/coreplugin/coreimpl.cpp b/src/plugins/coreplugin/coreimpl.cpp index e35a24d20e1..7a7eca4044f 100644 --- a/src/plugins/coreplugin/coreimpl.cpp +++ b/src/plugins/coreplugin/coreimpl.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/coreplugin/coreimpl.h b/src/plugins/coreplugin/coreimpl.h index fbe5e644d49..5380b9bdaf3 100644 --- a/src/plugins/coreplugin/coreimpl.h +++ b/src/plugins/coreplugin/coreimpl.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/coreplugin/coreplugin.cpp b/src/plugins/coreplugin/coreplugin.cpp index dd181a6d0a4..9a426dbeadc 100644 --- a/src/plugins/coreplugin/coreplugin.cpp +++ b/src/plugins/coreplugin/coreplugin.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/coreplugin/coreplugin.h b/src/plugins/coreplugin/coreplugin.h index f9b3377e348..f14d3b1a74c 100644 --- a/src/plugins/coreplugin/coreplugin.h +++ b/src/plugins/coreplugin/coreplugin.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/coreplugin/dialogs/ioptionspage.h b/src/plugins/coreplugin/dialogs/ioptionspage.h index 6571c772070..df38e3562a6 100644 --- a/src/plugins/coreplugin/dialogs/ioptionspage.h +++ b/src/plugins/coreplugin/dialogs/ioptionspage.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/coreplugin/dialogs/iwizard.h b/src/plugins/coreplugin/dialogs/iwizard.h index 9250ca567b8..53216a0ed3d 100644 --- a/src/plugins/coreplugin/dialogs/iwizard.h +++ b/src/plugins/coreplugin/dialogs/iwizard.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/coreplugin/dialogs/newdialog.cpp b/src/plugins/coreplugin/dialogs/newdialog.cpp index 07924eaed7a..a77d5935416 100644 --- a/src/plugins/coreplugin/dialogs/newdialog.cpp +++ b/src/plugins/coreplugin/dialogs/newdialog.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/coreplugin/dialogs/newdialog.h b/src/plugins/coreplugin/dialogs/newdialog.h index 36f3f51aefb..057d2e82697 100644 --- a/src/plugins/coreplugin/dialogs/newdialog.h +++ b/src/plugins/coreplugin/dialogs/newdialog.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/coreplugin/dialogs/openwithdialog.cpp b/src/plugins/coreplugin/dialogs/openwithdialog.cpp index 8f917d4ef40..35a5152b17e 100644 --- a/src/plugins/coreplugin/dialogs/openwithdialog.cpp +++ b/src/plugins/coreplugin/dialogs/openwithdialog.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/coreplugin/dialogs/openwithdialog.h b/src/plugins/coreplugin/dialogs/openwithdialog.h index 2bcb0d03243..b4ff9675082 100644 --- a/src/plugins/coreplugin/dialogs/openwithdialog.h +++ b/src/plugins/coreplugin/dialogs/openwithdialog.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/coreplugin/dialogs/saveitemsdialog.cpp b/src/plugins/coreplugin/dialogs/saveitemsdialog.cpp index 6362f7079c4..36da081e2dd 100644 --- a/src/plugins/coreplugin/dialogs/saveitemsdialog.cpp +++ b/src/plugins/coreplugin/dialogs/saveitemsdialog.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/coreplugin/dialogs/saveitemsdialog.h b/src/plugins/coreplugin/dialogs/saveitemsdialog.h index 987b870b303..471c74b2b44 100644 --- a/src/plugins/coreplugin/dialogs/saveitemsdialog.h +++ b/src/plugins/coreplugin/dialogs/saveitemsdialog.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/coreplugin/dialogs/settingsdialog.cpp b/src/plugins/coreplugin/dialogs/settingsdialog.cpp index 0f9758b1429..b4a8c2b8ea6 100644 --- a/src/plugins/coreplugin/dialogs/settingsdialog.cpp +++ b/src/plugins/coreplugin/dialogs/settingsdialog.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/coreplugin/dialogs/settingsdialog.h b/src/plugins/coreplugin/dialogs/settingsdialog.h index 84c4b2c494a..c277c852671 100644 --- a/src/plugins/coreplugin/dialogs/settingsdialog.h +++ b/src/plugins/coreplugin/dialogs/settingsdialog.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/coreplugin/dialogs/shortcutsettings.cpp b/src/plugins/coreplugin/dialogs/shortcutsettings.cpp index b5c98643b42..ec1c3975c4d 100644 --- a/src/plugins/coreplugin/dialogs/shortcutsettings.cpp +++ b/src/plugins/coreplugin/dialogs/shortcutsettings.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/coreplugin/dialogs/shortcutsettings.h b/src/plugins/coreplugin/dialogs/shortcutsettings.h index 58cb8fc81e7..99d4a8fbbc4 100644 --- a/src/plugins/coreplugin/dialogs/shortcutsettings.h +++ b/src/plugins/coreplugin/dialogs/shortcutsettings.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/coreplugin/editmode.cpp b/src/plugins/coreplugin/editmode.cpp index d61b6637c4a..503c52ac8f7 100644 --- a/src/plugins/coreplugin/editmode.cpp +++ b/src/plugins/coreplugin/editmode.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/coreplugin/editmode.h b/src/plugins/coreplugin/editmode.h index 98990f19f16..2f7555915d8 100644 --- a/src/plugins/coreplugin/editmode.h +++ b/src/plugins/coreplugin/editmode.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/coreplugin/editormanager/editorgroup.cpp b/src/plugins/coreplugin/editormanager/editorgroup.cpp index 2e33f810e03..82c30db30fb 100644 --- a/src/plugins/coreplugin/editormanager/editorgroup.cpp +++ b/src/plugins/coreplugin/editormanager/editorgroup.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/coreplugin/editormanager/editorgroup.h b/src/plugins/coreplugin/editormanager/editorgroup.h index aa87bcea8ce..83eb6cf240d 100644 --- a/src/plugins/coreplugin/editormanager/editorgroup.h +++ b/src/plugins/coreplugin/editormanager/editorgroup.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/coreplugin/editormanager/editormanager.cpp b/src/plugins/coreplugin/editormanager/editormanager.cpp index 44d05e3b685..cb911b1fd20 100644 --- a/src/plugins/coreplugin/editormanager/editormanager.cpp +++ b/src/plugins/coreplugin/editormanager/editormanager.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/coreplugin/editormanager/editormanager.h b/src/plugins/coreplugin/editormanager/editormanager.h index b9da2e055ff..729ac7cd845 100644 --- a/src/plugins/coreplugin/editormanager/editormanager.h +++ b/src/plugins/coreplugin/editormanager/editormanager.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/coreplugin/editormanager/editorsplitter.cpp b/src/plugins/coreplugin/editormanager/editorsplitter.cpp index 48ec7e0e45a..370cae409fd 100644 --- a/src/plugins/coreplugin/editormanager/editorsplitter.cpp +++ b/src/plugins/coreplugin/editormanager/editorsplitter.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/coreplugin/editormanager/editorsplitter.h b/src/plugins/coreplugin/editormanager/editorsplitter.h index 5c0b7c3d0b0..0a52aa77449 100644 --- a/src/plugins/coreplugin/editormanager/editorsplitter.h +++ b/src/plugins/coreplugin/editormanager/editorsplitter.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/coreplugin/editormanager/ieditor.h b/src/plugins/coreplugin/editormanager/ieditor.h index 1f087e67e97..02f65d94e00 100644 --- a/src/plugins/coreplugin/editormanager/ieditor.h +++ b/src/plugins/coreplugin/editormanager/ieditor.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/coreplugin/editormanager/ieditorfactory.h b/src/plugins/coreplugin/editormanager/ieditorfactory.h index ae8b2dca2db..c3a25162c7a 100644 --- a/src/plugins/coreplugin/editormanager/ieditorfactory.h +++ b/src/plugins/coreplugin/editormanager/ieditorfactory.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/coreplugin/editormanager/openeditorsview.cpp b/src/plugins/coreplugin/editormanager/openeditorsview.cpp index 8fadf753064..a25e92ef0ce 100644 --- a/src/plugins/coreplugin/editormanager/openeditorsview.cpp +++ b/src/plugins/coreplugin/editormanager/openeditorsview.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/coreplugin/editormanager/openeditorsview.h b/src/plugins/coreplugin/editormanager/openeditorsview.h index 9ad213ddc00..4aa9743e753 100644 --- a/src/plugins/coreplugin/editormanager/openeditorsview.h +++ b/src/plugins/coreplugin/editormanager/openeditorsview.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/coreplugin/editormanager/openeditorswindow.cpp b/src/plugins/coreplugin/editormanager/openeditorswindow.cpp index 5d2fa04502a..b17b79c9119 100644 --- a/src/plugins/coreplugin/editormanager/openeditorswindow.cpp +++ b/src/plugins/coreplugin/editormanager/openeditorswindow.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/coreplugin/editormanager/openeditorswindow.h b/src/plugins/coreplugin/editormanager/openeditorswindow.h index 2b16298652b..270849fb1f7 100644 --- a/src/plugins/coreplugin/editormanager/openeditorswindow.h +++ b/src/plugins/coreplugin/editormanager/openeditorswindow.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/coreplugin/editormanager/stackededitorgroup.cpp b/src/plugins/coreplugin/editormanager/stackededitorgroup.cpp index 4e95697856b..6b46fa3b164 100644 --- a/src/plugins/coreplugin/editormanager/stackededitorgroup.cpp +++ b/src/plugins/coreplugin/editormanager/stackededitorgroup.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/coreplugin/editormanager/stackededitorgroup.h b/src/plugins/coreplugin/editormanager/stackededitorgroup.h index 40edfc0168c..250e643c86e 100644 --- a/src/plugins/coreplugin/editormanager/stackededitorgroup.h +++ b/src/plugins/coreplugin/editormanager/stackededitorgroup.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/coreplugin/fancyactionbar.cpp b/src/plugins/coreplugin/fancyactionbar.cpp index 401720f908e..a4da55d393a 100644 --- a/src/plugins/coreplugin/fancyactionbar.cpp +++ b/src/plugins/coreplugin/fancyactionbar.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/coreplugin/fancyactionbar.h b/src/plugins/coreplugin/fancyactionbar.h index caf3e47d25c..e7946e8ed95 100644 --- a/src/plugins/coreplugin/fancyactionbar.h +++ b/src/plugins/coreplugin/fancyactionbar.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/coreplugin/fancytabwidget.cpp b/src/plugins/coreplugin/fancytabwidget.cpp index 159a79124a3..c24e551c77e 100644 --- a/src/plugins/coreplugin/fancytabwidget.cpp +++ b/src/plugins/coreplugin/fancytabwidget.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/coreplugin/fancytabwidget.h b/src/plugins/coreplugin/fancytabwidget.h index ae353e8e94e..58a59794370 100644 --- a/src/plugins/coreplugin/fancytabwidget.h +++ b/src/plugins/coreplugin/fancytabwidget.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/coreplugin/fileiconprovider.cpp b/src/plugins/coreplugin/fileiconprovider.cpp index 571a49e8ed3..772c826d3fe 100644 --- a/src/plugins/coreplugin/fileiconprovider.cpp +++ b/src/plugins/coreplugin/fileiconprovider.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/coreplugin/fileiconprovider.h b/src/plugins/coreplugin/fileiconprovider.h index c2e91f513e3..ce4939605a5 100644 --- a/src/plugins/coreplugin/fileiconprovider.h +++ b/src/plugins/coreplugin/fileiconprovider.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/coreplugin/filemanager.cpp b/src/plugins/coreplugin/filemanager.cpp index 48ae15dd951..27276fbe149 100644 --- a/src/plugins/coreplugin/filemanager.cpp +++ b/src/plugins/coreplugin/filemanager.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/coreplugin/filemanager.h b/src/plugins/coreplugin/filemanager.h index b95063b8f55..817c0d2a5ab 100644 --- a/src/plugins/coreplugin/filemanager.h +++ b/src/plugins/coreplugin/filemanager.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/coreplugin/findplaceholder.cpp b/src/plugins/coreplugin/findplaceholder.cpp index 002963e2530..866b9eadcd4 100644 --- a/src/plugins/coreplugin/findplaceholder.cpp +++ b/src/plugins/coreplugin/findplaceholder.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/coreplugin/findplaceholder.h b/src/plugins/coreplugin/findplaceholder.h index 519468312d6..860b16a7878 100644 --- a/src/plugins/coreplugin/findplaceholder.h +++ b/src/plugins/coreplugin/findplaceholder.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/coreplugin/flowlayout.cpp b/src/plugins/coreplugin/flowlayout.cpp index 294c5e00dd3..c48190f9e2e 100644 --- a/src/plugins/coreplugin/flowlayout.cpp +++ b/src/plugins/coreplugin/flowlayout.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/coreplugin/flowlayout.h b/src/plugins/coreplugin/flowlayout.h index 0423e20a8a9..efdd3a72807 100644 --- a/src/plugins/coreplugin/flowlayout.h +++ b/src/plugins/coreplugin/flowlayout.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/coreplugin/generalsettings.cpp b/src/plugins/coreplugin/generalsettings.cpp index 5edfda207e8..317f5f96271 100644 --- a/src/plugins/coreplugin/generalsettings.cpp +++ b/src/plugins/coreplugin/generalsettings.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/coreplugin/generalsettings.h b/src/plugins/coreplugin/generalsettings.h index 3b6bbad33c3..ead56930333 100644 --- a/src/plugins/coreplugin/generalsettings.h +++ b/src/plugins/coreplugin/generalsettings.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/coreplugin/icontext.h b/src/plugins/coreplugin/icontext.h index 343b4389227..3a45cfa4123 100644 --- a/src/plugins/coreplugin/icontext.h +++ b/src/plugins/coreplugin/icontext.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/coreplugin/icore.h b/src/plugins/coreplugin/icore.h index b205b6a7273..fe9b3b3ba9b 100644 --- a/src/plugins/coreplugin/icore.h +++ b/src/plugins/coreplugin/icore.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/coreplugin/icorelistener.h b/src/plugins/coreplugin/icorelistener.h index 6945381deb8..c0aab3b1aae 100644 --- a/src/plugins/coreplugin/icorelistener.h +++ b/src/plugins/coreplugin/icorelistener.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/coreplugin/ifile.h b/src/plugins/coreplugin/ifile.h index d060ef420da..a6ecdfbcb05 100644 --- a/src/plugins/coreplugin/ifile.h +++ b/src/plugins/coreplugin/ifile.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/coreplugin/ifilefactory.h b/src/plugins/coreplugin/ifilefactory.h index 1618b463b6d..d208d447f68 100644 --- a/src/plugins/coreplugin/ifilefactory.h +++ b/src/plugins/coreplugin/ifilefactory.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/coreplugin/ifilewizardextension.h b/src/plugins/coreplugin/ifilewizardextension.h index e5827904230..6e2c36c7594 100644 --- a/src/plugins/coreplugin/ifilewizardextension.h +++ b/src/plugins/coreplugin/ifilewizardextension.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/coreplugin/imode.h b/src/plugins/coreplugin/imode.h index 336f38bb46c..58602c083b6 100644 --- a/src/plugins/coreplugin/imode.h +++ b/src/plugins/coreplugin/imode.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/coreplugin/inavigationwidgetfactory.cpp b/src/plugins/coreplugin/inavigationwidgetfactory.cpp index 2de8e72fbe6..885277434d7 100644 --- a/src/plugins/coreplugin/inavigationwidgetfactory.cpp +++ b/src/plugins/coreplugin/inavigationwidgetfactory.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/coreplugin/inavigationwidgetfactory.h b/src/plugins/coreplugin/inavigationwidgetfactory.h index e858d2024c1..a8f1dbbe42c 100644 --- a/src/plugins/coreplugin/inavigationwidgetfactory.h +++ b/src/plugins/coreplugin/inavigationwidgetfactory.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/coreplugin/ioutputpane.h b/src/plugins/coreplugin/ioutputpane.h index cf7424a6388..44d2d09291a 100644 --- a/src/plugins/coreplugin/ioutputpane.h +++ b/src/plugins/coreplugin/ioutputpane.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/coreplugin/iversioncontrol.h b/src/plugins/coreplugin/iversioncontrol.h index 0962c5537e8..4e82731b77c 100644 --- a/src/plugins/coreplugin/iversioncontrol.h +++ b/src/plugins/coreplugin/iversioncontrol.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/coreplugin/iview.h b/src/plugins/coreplugin/iview.h index b3bb00d6b41..fb472b73475 100644 --- a/src/plugins/coreplugin/iview.h +++ b/src/plugins/coreplugin/iview.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/coreplugin/mainwindow.cpp b/src/plugins/coreplugin/mainwindow.cpp index 651e1d73830..2a9fff0f4e3 100644 --- a/src/plugins/coreplugin/mainwindow.cpp +++ b/src/plugins/coreplugin/mainwindow.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/coreplugin/mainwindow.h b/src/plugins/coreplugin/mainwindow.h index a8edd089972..57338b31276 100644 --- a/src/plugins/coreplugin/mainwindow.h +++ b/src/plugins/coreplugin/mainwindow.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/coreplugin/manhattanstyle.cpp b/src/plugins/coreplugin/manhattanstyle.cpp index 1b018c66d13..4f41be3fc81 100644 --- a/src/plugins/coreplugin/manhattanstyle.cpp +++ b/src/plugins/coreplugin/manhattanstyle.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/coreplugin/manhattanstyle.h b/src/plugins/coreplugin/manhattanstyle.h index f3ac4bf5215..991d976a79e 100644 --- a/src/plugins/coreplugin/manhattanstyle.h +++ b/src/plugins/coreplugin/manhattanstyle.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/coreplugin/messagemanager.cpp b/src/plugins/coreplugin/messagemanager.cpp index b8ef34afe8e..081dfb68327 100644 --- a/src/plugins/coreplugin/messagemanager.cpp +++ b/src/plugins/coreplugin/messagemanager.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/coreplugin/messagemanager.h b/src/plugins/coreplugin/messagemanager.h index 8b638befea2..6e28b0a7e30 100644 --- a/src/plugins/coreplugin/messagemanager.h +++ b/src/plugins/coreplugin/messagemanager.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/coreplugin/messageoutputwindow.cpp b/src/plugins/coreplugin/messageoutputwindow.cpp index 0cce9101d47..8833507ff54 100644 --- a/src/plugins/coreplugin/messageoutputwindow.cpp +++ b/src/plugins/coreplugin/messageoutputwindow.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/coreplugin/messageoutputwindow.h b/src/plugins/coreplugin/messageoutputwindow.h index 2e162453e35..44bf29ca1cf 100644 --- a/src/plugins/coreplugin/messageoutputwindow.h +++ b/src/plugins/coreplugin/messageoutputwindow.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/coreplugin/mimedatabase.cpp b/src/plugins/coreplugin/mimedatabase.cpp index 26e6858c983..abca6a8e51d 100644 --- a/src/plugins/coreplugin/mimedatabase.cpp +++ b/src/plugins/coreplugin/mimedatabase.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/coreplugin/mimedatabase.h b/src/plugins/coreplugin/mimedatabase.h index e15539c4af4..2f43be45cd4 100644 --- a/src/plugins/coreplugin/mimedatabase.h +++ b/src/plugins/coreplugin/mimedatabase.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/coreplugin/minisplitter.cpp b/src/plugins/coreplugin/minisplitter.cpp index 3acb5aed82b..1270a9ccf3f 100644 --- a/src/plugins/coreplugin/minisplitter.cpp +++ b/src/plugins/coreplugin/minisplitter.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/coreplugin/minisplitter.h b/src/plugins/coreplugin/minisplitter.h index c13539a5394..0a2beaf17ae 100644 --- a/src/plugins/coreplugin/minisplitter.h +++ b/src/plugins/coreplugin/minisplitter.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/coreplugin/modemanager.cpp b/src/plugins/coreplugin/modemanager.cpp index 31221a343c2..2e1713d05f9 100644 --- a/src/plugins/coreplugin/modemanager.cpp +++ b/src/plugins/coreplugin/modemanager.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/coreplugin/modemanager.h b/src/plugins/coreplugin/modemanager.h index cf415f13a85..d3b328c29e0 100644 --- a/src/plugins/coreplugin/modemanager.h +++ b/src/plugins/coreplugin/modemanager.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/coreplugin/navigationwidget.cpp b/src/plugins/coreplugin/navigationwidget.cpp index c5189e60efa..9bbb4323d21 100644 --- a/src/plugins/coreplugin/navigationwidget.cpp +++ b/src/plugins/coreplugin/navigationwidget.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/coreplugin/navigationwidget.h b/src/plugins/coreplugin/navigationwidget.h index 7ab27e28ddd..77dbf43ecef 100644 --- a/src/plugins/coreplugin/navigationwidget.h +++ b/src/plugins/coreplugin/navigationwidget.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/coreplugin/outputpane.cpp b/src/plugins/coreplugin/outputpane.cpp index 11c0a1c4a0c..b9cd825e244 100644 --- a/src/plugins/coreplugin/outputpane.cpp +++ b/src/plugins/coreplugin/outputpane.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/coreplugin/outputpane.h b/src/plugins/coreplugin/outputpane.h index ba838378ef8..096567a8a66 100644 --- a/src/plugins/coreplugin/outputpane.h +++ b/src/plugins/coreplugin/outputpane.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/coreplugin/plugindialog.cpp b/src/plugins/coreplugin/plugindialog.cpp index 3855ddc6d24..829c28e9c39 100644 --- a/src/plugins/coreplugin/plugindialog.cpp +++ b/src/plugins/coreplugin/plugindialog.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/coreplugin/plugindialog.h b/src/plugins/coreplugin/plugindialog.h index d5e6e11597b..c264978918b 100644 --- a/src/plugins/coreplugin/plugindialog.h +++ b/src/plugins/coreplugin/plugindialog.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/coreplugin/progressmanager/futureprogress.cpp b/src/plugins/coreplugin/progressmanager/futureprogress.cpp index e47c3d83828..476a80a3667 100644 --- a/src/plugins/coreplugin/progressmanager/futureprogress.cpp +++ b/src/plugins/coreplugin/progressmanager/futureprogress.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/coreplugin/progressmanager/futureprogress.h b/src/plugins/coreplugin/progressmanager/futureprogress.h index 22cef0ecc56..8b286dbf217 100644 --- a/src/plugins/coreplugin/progressmanager/futureprogress.h +++ b/src/plugins/coreplugin/progressmanager/futureprogress.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/coreplugin/progressmanager/progressmanager.cpp b/src/plugins/coreplugin/progressmanager/progressmanager.cpp index be851f52677..aaa5f4406c9 100644 --- a/src/plugins/coreplugin/progressmanager/progressmanager.cpp +++ b/src/plugins/coreplugin/progressmanager/progressmanager.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/coreplugin/progressmanager/progressmanager.h b/src/plugins/coreplugin/progressmanager/progressmanager.h index 98440471279..7df78fe26b8 100644 --- a/src/plugins/coreplugin/progressmanager/progressmanager.h +++ b/src/plugins/coreplugin/progressmanager/progressmanager.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/coreplugin/progressmanager/progressmanagerinterface.h b/src/plugins/coreplugin/progressmanager/progressmanagerinterface.h index 66d612d843f..8bb55cc96dd 100644 --- a/src/plugins/coreplugin/progressmanager/progressmanagerinterface.h +++ b/src/plugins/coreplugin/progressmanager/progressmanagerinterface.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/coreplugin/progressmanager/progresspie.cpp b/src/plugins/coreplugin/progressmanager/progresspie.cpp index f3aac399709..620b369c547 100644 --- a/src/plugins/coreplugin/progressmanager/progresspie.cpp +++ b/src/plugins/coreplugin/progressmanager/progresspie.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/coreplugin/progressmanager/progresspie.h b/src/plugins/coreplugin/progressmanager/progresspie.h index 787b838ada2..1914b51b13b 100644 --- a/src/plugins/coreplugin/progressmanager/progresspie.h +++ b/src/plugins/coreplugin/progressmanager/progresspie.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/coreplugin/progressmanager/progressview.cpp b/src/plugins/coreplugin/progressmanager/progressview.cpp index c589b4b689a..a4e686d494b 100644 --- a/src/plugins/coreplugin/progressmanager/progressview.cpp +++ b/src/plugins/coreplugin/progressmanager/progressview.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/coreplugin/progressmanager/progressview.h b/src/plugins/coreplugin/progressmanager/progressview.h index 39191c77082..455362009cf 100644 --- a/src/plugins/coreplugin/progressmanager/progressview.h +++ b/src/plugins/coreplugin/progressmanager/progressview.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/coreplugin/rightpane.cpp b/src/plugins/coreplugin/rightpane.cpp index 1465164d187..389afbced91 100644 --- a/src/plugins/coreplugin/rightpane.cpp +++ b/src/plugins/coreplugin/rightpane.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/coreplugin/rightpane.h b/src/plugins/coreplugin/rightpane.h index c542c85f4c3..84739ab4e66 100644 --- a/src/plugins/coreplugin/rightpane.h +++ b/src/plugins/coreplugin/rightpane.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/coreplugin/scriptmanager/metatypedeclarations.h b/src/plugins/coreplugin/scriptmanager/metatypedeclarations.h index aa4ab9a4f53..6431e426519 100644 --- a/src/plugins/coreplugin/scriptmanager/metatypedeclarations.h +++ b/src/plugins/coreplugin/scriptmanager/metatypedeclarations.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/coreplugin/scriptmanager/qworkbench_wrapper.cpp b/src/plugins/coreplugin/scriptmanager/qworkbench_wrapper.cpp index 81e0f77b564..03809fdf30e 100644 --- a/src/plugins/coreplugin/scriptmanager/qworkbench_wrapper.cpp +++ b/src/plugins/coreplugin/scriptmanager/qworkbench_wrapper.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/coreplugin/scriptmanager/qworkbench_wrapper.h b/src/plugins/coreplugin/scriptmanager/qworkbench_wrapper.h index 4efa9cc8a6c..c7eae4a6ed4 100644 --- a/src/plugins/coreplugin/scriptmanager/qworkbench_wrapper.h +++ b/src/plugins/coreplugin/scriptmanager/qworkbench_wrapper.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/coreplugin/scriptmanager/scriptmanager.cpp b/src/plugins/coreplugin/scriptmanager/scriptmanager.cpp index a3761a17fe1..084888c4dd2 100644 --- a/src/plugins/coreplugin/scriptmanager/scriptmanager.cpp +++ b/src/plugins/coreplugin/scriptmanager/scriptmanager.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/coreplugin/scriptmanager/scriptmanager.h b/src/plugins/coreplugin/scriptmanager/scriptmanager.h index 06ef0ed3d62..305da45ca3a 100644 --- a/src/plugins/coreplugin/scriptmanager/scriptmanager.h +++ b/src/plugins/coreplugin/scriptmanager/scriptmanager.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/coreplugin/scriptmanager/scriptmanagerinterface.h b/src/plugins/coreplugin/scriptmanager/scriptmanagerinterface.h index 22ed62af2bd..df145822e2a 100644 --- a/src/plugins/coreplugin/scriptmanager/scriptmanagerinterface.h +++ b/src/plugins/coreplugin/scriptmanager/scriptmanagerinterface.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/coreplugin/sidebar.cpp b/src/plugins/coreplugin/sidebar.cpp index 0ef66fc8094..36f744769fb 100644 --- a/src/plugins/coreplugin/sidebar.cpp +++ b/src/plugins/coreplugin/sidebar.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/coreplugin/sidebar.h b/src/plugins/coreplugin/sidebar.h index 566342fa4e7..dd8e5727c19 100644 --- a/src/plugins/coreplugin/sidebar.h +++ b/src/plugins/coreplugin/sidebar.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/coreplugin/styleanimator.cpp b/src/plugins/coreplugin/styleanimator.cpp index 8ca453278b2..fa8ccd93de2 100644 --- a/src/plugins/coreplugin/styleanimator.cpp +++ b/src/plugins/coreplugin/styleanimator.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/coreplugin/styleanimator.h b/src/plugins/coreplugin/styleanimator.h index 24e137dfbe1..f4b6e9f95ce 100644 --- a/src/plugins/coreplugin/styleanimator.h +++ b/src/plugins/coreplugin/styleanimator.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/coreplugin/stylehelper.cpp b/src/plugins/coreplugin/stylehelper.cpp index 23769937bf3..9fcb5180deb 100644 --- a/src/plugins/coreplugin/stylehelper.cpp +++ b/src/plugins/coreplugin/stylehelper.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/coreplugin/stylehelper.h b/src/plugins/coreplugin/stylehelper.h index 2a3cf3f54b4..ec46f9a1c57 100644 --- a/src/plugins/coreplugin/stylehelper.h +++ b/src/plugins/coreplugin/stylehelper.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/coreplugin/tabpositionindicator.cpp b/src/plugins/coreplugin/tabpositionindicator.cpp index 2a4a267adbc..2de5da922b7 100644 --- a/src/plugins/coreplugin/tabpositionindicator.cpp +++ b/src/plugins/coreplugin/tabpositionindicator.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/coreplugin/tabpositionindicator.h b/src/plugins/coreplugin/tabpositionindicator.h index 14342483052..4c5290596f2 100644 --- a/src/plugins/coreplugin/tabpositionindicator.h +++ b/src/plugins/coreplugin/tabpositionindicator.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/coreplugin/uniqueidmanager.cpp b/src/plugins/coreplugin/uniqueidmanager.cpp index 6199180c7fc..b06d6a7e590 100644 --- a/src/plugins/coreplugin/uniqueidmanager.cpp +++ b/src/plugins/coreplugin/uniqueidmanager.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/coreplugin/uniqueidmanager.h b/src/plugins/coreplugin/uniqueidmanager.h index e740ab8fe6d..1aa8489685b 100644 --- a/src/plugins/coreplugin/uniqueidmanager.h +++ b/src/plugins/coreplugin/uniqueidmanager.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/coreplugin/variablemanager.cpp b/src/plugins/coreplugin/variablemanager.cpp index 44263e044a0..9a5c9dd783f 100644 --- a/src/plugins/coreplugin/variablemanager.cpp +++ b/src/plugins/coreplugin/variablemanager.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/coreplugin/variablemanager.h b/src/plugins/coreplugin/variablemanager.h index a148551d9fd..10a0efde9de 100644 --- a/src/plugins/coreplugin/variablemanager.h +++ b/src/plugins/coreplugin/variablemanager.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/coreplugin/vcsmanager.cpp b/src/plugins/coreplugin/vcsmanager.cpp index 5980879ab1a..c2f18a0b1cd 100644 --- a/src/plugins/coreplugin/vcsmanager.cpp +++ b/src/plugins/coreplugin/vcsmanager.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/coreplugin/vcsmanager.h b/src/plugins/coreplugin/vcsmanager.h index a3afca96d6a..753db773805 100644 --- a/src/plugins/coreplugin/vcsmanager.h +++ b/src/plugins/coreplugin/vcsmanager.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/coreplugin/versiondialog.cpp b/src/plugins/coreplugin/versiondialog.cpp index e534a0d1eae..4fdb3166cf3 100644 --- a/src/plugins/coreplugin/versiondialog.cpp +++ b/src/plugins/coreplugin/versiondialog.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/coreplugin/versiondialog.h b/src/plugins/coreplugin/versiondialog.h index d53adab9ab6..c7ba26db0e9 100644 --- a/src/plugins/coreplugin/versiondialog.h +++ b/src/plugins/coreplugin/versiondialog.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/coreplugin/viewmanager.cpp b/src/plugins/coreplugin/viewmanager.cpp index b7b59f048ae..5032d45b4d4 100644 --- a/src/plugins/coreplugin/viewmanager.cpp +++ b/src/plugins/coreplugin/viewmanager.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/coreplugin/viewmanager.h b/src/plugins/coreplugin/viewmanager.h index 2405b576661..c22e68d891d 100644 --- a/src/plugins/coreplugin/viewmanager.h +++ b/src/plugins/coreplugin/viewmanager.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/coreplugin/viewmanagerinterface.h b/src/plugins/coreplugin/viewmanagerinterface.h index ddff06984af..0eb21187ccb 100644 --- a/src/plugins/coreplugin/viewmanagerinterface.h +++ b/src/plugins/coreplugin/viewmanagerinterface.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/coreplugin/welcomemode.cpp b/src/plugins/coreplugin/welcomemode.cpp index e90a4db6bb3..be5dd624295 100644 --- a/src/plugins/coreplugin/welcomemode.cpp +++ b/src/plugins/coreplugin/welcomemode.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/coreplugin/welcomemode.h b/src/plugins/coreplugin/welcomemode.h index f69b8226a72..05ba96c3eee 100644 --- a/src/plugins/coreplugin/welcomemode.h +++ b/src/plugins/coreplugin/welcomemode.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/cpaster/cpasterplugin.cpp b/src/plugins/cpaster/cpasterplugin.cpp index 2a480889181..548c48be7d3 100644 --- a/src/plugins/cpaster/cpasterplugin.cpp +++ b/src/plugins/cpaster/cpasterplugin.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/cpaster/cpasterplugin.h b/src/plugins/cpaster/cpasterplugin.h index 3231fe48d91..9940df0840c 100644 --- a/src/plugins/cpaster/cpasterplugin.h +++ b/src/plugins/cpaster/cpasterplugin.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/cpaster/settingspage.cpp b/src/plugins/cpaster/settingspage.cpp index cc4d9117259..af35e7e576d 100644 --- a/src/plugins/cpaster/settingspage.cpp +++ b/src/plugins/cpaster/settingspage.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/cpaster/settingspage.h b/src/plugins/cpaster/settingspage.h index 9830b97ccaa..9f2b4b25f7b 100644 --- a/src/plugins/cpaster/settingspage.h +++ b/src/plugins/cpaster/settingspage.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/cppeditor/cppclasswizard.cpp b/src/plugins/cppeditor/cppclasswizard.cpp index 7babfc45ad8..4ecb56b884c 100644 --- a/src/plugins/cppeditor/cppclasswizard.cpp +++ b/src/plugins/cppeditor/cppclasswizard.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/cppeditor/cppclasswizard.h b/src/plugins/cppeditor/cppclasswizard.h index b0850d69289..177d8a1fbb1 100644 --- a/src/plugins/cppeditor/cppclasswizard.h +++ b/src/plugins/cppeditor/cppclasswizard.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/cppeditor/cppeditor.cpp b/src/plugins/cppeditor/cppeditor.cpp index 49b130ebc1c..83700af16eb 100644 --- a/src/plugins/cppeditor/cppeditor.cpp +++ b/src/plugins/cppeditor/cppeditor.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/cppeditor/cppeditor.h b/src/plugins/cppeditor/cppeditor.h index 2dd88d34993..3667b5d6f7f 100644 --- a/src/plugins/cppeditor/cppeditor.h +++ b/src/plugins/cppeditor/cppeditor.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/cppeditor/cppeditor_global.h b/src/plugins/cppeditor/cppeditor_global.h index 68adb513b6f..c1d8f32db72 100644 --- a/src/plugins/cppeditor/cppeditor_global.h +++ b/src/plugins/cppeditor/cppeditor_global.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/cppeditor/cppeditoractionhandler.cpp b/src/plugins/cppeditor/cppeditoractionhandler.cpp index f68a1cd1c01..4eb4543a679 100644 --- a/src/plugins/cppeditor/cppeditoractionhandler.cpp +++ b/src/plugins/cppeditor/cppeditoractionhandler.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/cppeditor/cppeditoractionhandler.h b/src/plugins/cppeditor/cppeditoractionhandler.h index a3514fa60be..6a0391c1e8a 100644 --- a/src/plugins/cppeditor/cppeditoractionhandler.h +++ b/src/plugins/cppeditor/cppeditoractionhandler.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/cppeditor/cppeditorconstants.h b/src/plugins/cppeditor/cppeditorconstants.h index a89d69f5b54..96359b0bb65 100644 --- a/src/plugins/cppeditor/cppeditorconstants.h +++ b/src/plugins/cppeditor/cppeditorconstants.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/cppeditor/cppeditorenums.h b/src/plugins/cppeditor/cppeditorenums.h index f8e3dbe7815..07398bac9d4 100644 --- a/src/plugins/cppeditor/cppeditorenums.h +++ b/src/plugins/cppeditor/cppeditorenums.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/cppeditor/cppfilewizard.cpp b/src/plugins/cppeditor/cppfilewizard.cpp index d5f834b91f2..df464aa576f 100644 --- a/src/plugins/cppeditor/cppfilewizard.cpp +++ b/src/plugins/cppeditor/cppfilewizard.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/cppeditor/cppfilewizard.h b/src/plugins/cppeditor/cppfilewizard.h index 1e2e0b3324e..adb94d911f4 100644 --- a/src/plugins/cppeditor/cppfilewizard.h +++ b/src/plugins/cppeditor/cppfilewizard.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/cppeditor/cpphighlighter.cpp b/src/plugins/cppeditor/cpphighlighter.cpp index a16af7f851f..50a6be9b0b5 100644 --- a/src/plugins/cppeditor/cpphighlighter.cpp +++ b/src/plugins/cppeditor/cpphighlighter.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/cppeditor/cpphighlighter.h b/src/plugins/cppeditor/cpphighlighter.h index 6ffffbb2f55..fded38d835f 100644 --- a/src/plugins/cppeditor/cpphighlighter.h +++ b/src/plugins/cppeditor/cpphighlighter.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/cppeditor/cppplugin.cpp b/src/plugins/cppeditor/cppplugin.cpp index ac4a74b0518..16be2bccfa8 100644 --- a/src/plugins/cppeditor/cppplugin.cpp +++ b/src/plugins/cppeditor/cppplugin.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/cppeditor/cppplugin.h b/src/plugins/cppeditor/cppplugin.h index 91ccafcdb28..42dae09c6f6 100644 --- a/src/plugins/cppeditor/cppplugin.h +++ b/src/plugins/cppeditor/cppplugin.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/cpptools/cppclassesfilter.cpp b/src/plugins/cpptools/cppclassesfilter.cpp index 6aa6734fca9..04c3bffd87b 100644 --- a/src/plugins/cpptools/cppclassesfilter.cpp +++ b/src/plugins/cpptools/cppclassesfilter.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/cpptools/cppclassesfilter.h b/src/plugins/cpptools/cppclassesfilter.h index ba936eab869..9cf52ac6829 100644 --- a/src/plugins/cpptools/cppclassesfilter.h +++ b/src/plugins/cpptools/cppclassesfilter.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/cpptools/cppcodecompletion.cpp b/src/plugins/cpptools/cppcodecompletion.cpp index addf5301f79..4f34763d773 100644 --- a/src/plugins/cpptools/cppcodecompletion.cpp +++ b/src/plugins/cpptools/cppcodecompletion.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/cpptools/cppcodecompletion.h b/src/plugins/cpptools/cppcodecompletion.h index 02170482486..85269cc45f3 100644 --- a/src/plugins/cpptools/cppcodecompletion.h +++ b/src/plugins/cpptools/cppcodecompletion.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/cpptools/cppfunctionsfilter.cpp b/src/plugins/cpptools/cppfunctionsfilter.cpp index 61bb8e2d00d..3bf2137dff6 100644 --- a/src/plugins/cpptools/cppfunctionsfilter.cpp +++ b/src/plugins/cpptools/cppfunctionsfilter.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/cpptools/cppfunctionsfilter.h b/src/plugins/cpptools/cppfunctionsfilter.h index 6e48d65b26f..f8476001d72 100644 --- a/src/plugins/cpptools/cppfunctionsfilter.h +++ b/src/plugins/cpptools/cppfunctionsfilter.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/cpptools/cpphoverhandler.cpp b/src/plugins/cpptools/cpphoverhandler.cpp index 497ac78d743..a138ee979d3 100644 --- a/src/plugins/cpptools/cpphoverhandler.cpp +++ b/src/plugins/cpptools/cpphoverhandler.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/cpptools/cpphoverhandler.h b/src/plugins/cpptools/cpphoverhandler.h index d1de5277b12..c28e55877f0 100644 --- a/src/plugins/cpptools/cpphoverhandler.h +++ b/src/plugins/cpptools/cpphoverhandler.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/cpptools/cppmodelmanager.cpp b/src/plugins/cpptools/cppmodelmanager.cpp index a02656ee8c9..b557b308310 100644 --- a/src/plugins/cpptools/cppmodelmanager.cpp +++ b/src/plugins/cpptools/cppmodelmanager.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/cpptools/cppmodelmanager.h b/src/plugins/cpptools/cppmodelmanager.h index 25947056203..0ac4b0c230a 100644 --- a/src/plugins/cpptools/cppmodelmanager.h +++ b/src/plugins/cpptools/cppmodelmanager.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/cpptools/cppmodelmanagerinterface.h b/src/plugins/cpptools/cppmodelmanagerinterface.h index 6dc0da67ca0..0247c9c514e 100644 --- a/src/plugins/cpptools/cppmodelmanagerinterface.h +++ b/src/plugins/cpptools/cppmodelmanagerinterface.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/cpptools/cppquickopenfilter.cpp b/src/plugins/cpptools/cppquickopenfilter.cpp index ac69c9cc6df..03bd8d78bb2 100644 --- a/src/plugins/cpptools/cppquickopenfilter.cpp +++ b/src/plugins/cpptools/cppquickopenfilter.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/cpptools/cppquickopenfilter.h b/src/plugins/cpptools/cppquickopenfilter.h index 12eaacb3f98..b867194f689 100644 --- a/src/plugins/cpptools/cppquickopenfilter.h +++ b/src/plugins/cpptools/cppquickopenfilter.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/cpptools/cpptools.cpp b/src/plugins/cpptools/cpptools.cpp index 5e9f6dca45f..0c4cea6bb99 100644 --- a/src/plugins/cpptools/cpptools.cpp +++ b/src/plugins/cpptools/cpptools.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/cpptools/cpptools.h b/src/plugins/cpptools/cpptools.h index a64bfcf9dcd..b74fe13ab3c 100644 --- a/src/plugins/cpptools/cpptools.h +++ b/src/plugins/cpptools/cpptools.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/cpptools/cpptools_global.h b/src/plugins/cpptools/cpptools_global.h index bbb7b0c764b..7b63a15b813 100644 --- a/src/plugins/cpptools/cpptools_global.h +++ b/src/plugins/cpptools/cpptools_global.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/cpptools/cpptoolsconstants.h b/src/plugins/cpptools/cpptoolsconstants.h index 0eadabbd4a6..8279eef501d 100644 --- a/src/plugins/cpptools/cpptoolsconstants.h +++ b/src/plugins/cpptools/cpptoolsconstants.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/cpptools/cpptoolseditorsupport.cpp b/src/plugins/cpptools/cpptoolseditorsupport.cpp index fbca4c1a075..73e34e41132 100644 --- a/src/plugins/cpptools/cpptoolseditorsupport.cpp +++ b/src/plugins/cpptools/cpptoolseditorsupport.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/cpptools/cpptoolseditorsupport.h b/src/plugins/cpptools/cpptoolseditorsupport.h index 6cfb7dc2010..814cc98f68c 100644 --- a/src/plugins/cpptools/cpptoolseditorsupport.h +++ b/src/plugins/cpptools/cpptoolseditorsupport.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/cpptools/searchsymbols.cpp b/src/plugins/cpptools/searchsymbols.cpp index 2669ea7bc79..1d555fd6265 100644 --- a/src/plugins/cpptools/searchsymbols.cpp +++ b/src/plugins/cpptools/searchsymbols.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/cpptools/searchsymbols.h b/src/plugins/cpptools/searchsymbols.h index 494455f6d85..e3cba1f30fd 100644 --- a/src/plugins/cpptools/searchsymbols.h +++ b/src/plugins/cpptools/searchsymbols.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/debugger/attachexternaldialog.cpp b/src/plugins/debugger/attachexternaldialog.cpp index f5d2101cc95..c60130e6569 100644 --- a/src/plugins/debugger/attachexternaldialog.cpp +++ b/src/plugins/debugger/attachexternaldialog.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/debugger/attachexternaldialog.h b/src/plugins/debugger/attachexternaldialog.h index b64691ef803..4970fa79258 100644 --- a/src/plugins/debugger/attachexternaldialog.h +++ b/src/plugins/debugger/attachexternaldialog.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/debugger/attachremotedialog.cpp b/src/plugins/debugger/attachremotedialog.cpp index a409ceba03a..ffe21174239 100644 --- a/src/plugins/debugger/attachremotedialog.cpp +++ b/src/plugins/debugger/attachremotedialog.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/debugger/attachremotedialog.h b/src/plugins/debugger/attachremotedialog.h index 00177c89f24..5e0bee93490 100644 --- a/src/plugins/debugger/attachremotedialog.h +++ b/src/plugins/debugger/attachremotedialog.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/debugger/breakhandler.cpp b/src/plugins/debugger/breakhandler.cpp index e27aa5ec41d..7f8d48da732 100644 --- a/src/plugins/debugger/breakhandler.cpp +++ b/src/plugins/debugger/breakhandler.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/debugger/breakhandler.h b/src/plugins/debugger/breakhandler.h index 95743f6df50..9d4c82ec205 100644 --- a/src/plugins/debugger/breakhandler.h +++ b/src/plugins/debugger/breakhandler.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/debugger/breakwindow.cpp b/src/plugins/debugger/breakwindow.cpp index d393a3b21cf..c287f69dea3 100644 --- a/src/plugins/debugger/breakwindow.cpp +++ b/src/plugins/debugger/breakwindow.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/debugger/breakwindow.h b/src/plugins/debugger/breakwindow.h index 8b45c8f121c..1db2175e8bb 100644 --- a/src/plugins/debugger/breakwindow.h +++ b/src/plugins/debugger/breakwindow.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/debugger/debuggerconstants.h b/src/plugins/debugger/debuggerconstants.h index a94fff8b59b..5215870976a 100644 --- a/src/plugins/debugger/debuggerconstants.h +++ b/src/plugins/debugger/debuggerconstants.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/debugger/debuggermanager.cpp b/src/plugins/debugger/debuggermanager.cpp index 4981f199790..ae32033b0dd 100644 --- a/src/plugins/debugger/debuggermanager.cpp +++ b/src/plugins/debugger/debuggermanager.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/debugger/debuggermanager.h b/src/plugins/debugger/debuggermanager.h index 64dee6957f7..4ae7e66a87d 100644 --- a/src/plugins/debugger/debuggermanager.h +++ b/src/plugins/debugger/debuggermanager.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/debugger/debuggeroutputwindow.cpp b/src/plugins/debugger/debuggeroutputwindow.cpp index cfcd8df36d8..6818ee9620b 100644 --- a/src/plugins/debugger/debuggeroutputwindow.cpp +++ b/src/plugins/debugger/debuggeroutputwindow.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/debugger/debuggeroutputwindow.h b/src/plugins/debugger/debuggeroutputwindow.h index 0b2fd53fd5b..d530d501e4b 100644 --- a/src/plugins/debugger/debuggeroutputwindow.h +++ b/src/plugins/debugger/debuggeroutputwindow.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/debugger/debuggerplugin.cpp b/src/plugins/debugger/debuggerplugin.cpp index 0d0cf13c62d..0f50ea461a5 100644 --- a/src/plugins/debugger/debuggerplugin.cpp +++ b/src/plugins/debugger/debuggerplugin.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/debugger/debuggerplugin.h b/src/plugins/debugger/debuggerplugin.h index ebf12b5e123..6dbc64ee74c 100644 --- a/src/plugins/debugger/debuggerplugin.h +++ b/src/plugins/debugger/debuggerplugin.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/debugger/debuggerrunner.cpp b/src/plugins/debugger/debuggerrunner.cpp index ddf21ad652e..e3e8728fde8 100644 --- a/src/plugins/debugger/debuggerrunner.cpp +++ b/src/plugins/debugger/debuggerrunner.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/debugger/debuggerrunner.h b/src/plugins/debugger/debuggerrunner.h index 8b9c6ce2b1a..94ccddf8d14 100644 --- a/src/plugins/debugger/debuggerrunner.h +++ b/src/plugins/debugger/debuggerrunner.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/debugger/disassemblerhandler.cpp b/src/plugins/debugger/disassemblerhandler.cpp index 2ab255b29ae..c3ddd5fa506 100644 --- a/src/plugins/debugger/disassemblerhandler.cpp +++ b/src/plugins/debugger/disassemblerhandler.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/debugger/disassemblerhandler.h b/src/plugins/debugger/disassemblerhandler.h index f5f6e1c4408..0074be9217f 100644 --- a/src/plugins/debugger/disassemblerhandler.h +++ b/src/plugins/debugger/disassemblerhandler.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/debugger/disassemblerwindow.cpp b/src/plugins/debugger/disassemblerwindow.cpp index 2a3dc7a99a2..f23cd1b7a90 100644 --- a/src/plugins/debugger/disassemblerwindow.cpp +++ b/src/plugins/debugger/disassemblerwindow.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/debugger/disassemblerwindow.h b/src/plugins/debugger/disassemblerwindow.h index 7e2e91fc848..28b49eb93d4 100644 --- a/src/plugins/debugger/disassemblerwindow.h +++ b/src/plugins/debugger/disassemblerwindow.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/debugger/gdbengine.cpp b/src/plugins/debugger/gdbengine.cpp index 5f7367b2e4c..710bee9aee5 100644 --- a/src/plugins/debugger/gdbengine.cpp +++ b/src/plugins/debugger/gdbengine.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/debugger/gdbengine.h b/src/plugins/debugger/gdbengine.h index 6b3cbb15fee..434a110a454 100644 --- a/src/plugins/debugger/gdbengine.h +++ b/src/plugins/debugger/gdbengine.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/debugger/gdbmi.cpp b/src/plugins/debugger/gdbmi.cpp index f14bb752e3e..5f20b217317 100644 --- a/src/plugins/debugger/gdbmi.cpp +++ b/src/plugins/debugger/gdbmi.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/debugger/gdbmi.h b/src/plugins/debugger/gdbmi.h index f5395b555d1..dbe2ef73c37 100644 --- a/src/plugins/debugger/gdbmi.h +++ b/src/plugins/debugger/gdbmi.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/debugger/gdboptionpage.cpp b/src/plugins/debugger/gdboptionpage.cpp index 7d6742e9582..efbb959fcf0 100644 --- a/src/plugins/debugger/gdboptionpage.cpp +++ b/src/plugins/debugger/gdboptionpage.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/debugger/gdboptionpage.h b/src/plugins/debugger/gdboptionpage.h index d306e03e20f..bb48d9e3492 100644 --- a/src/plugins/debugger/gdboptionpage.h +++ b/src/plugins/debugger/gdboptionpage.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/debugger/gdbtypemacros.cpp b/src/plugins/debugger/gdbtypemacros.cpp index 89178af268f..26d7aebf441 100644 --- a/src/plugins/debugger/gdbtypemacros.cpp +++ b/src/plugins/debugger/gdbtypemacros.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/debugger/idebuggerengine.h b/src/plugins/debugger/idebuggerengine.h index 8c7f2d2b2e8..5ab4ce066bc 100644 --- a/src/plugins/debugger/idebuggerengine.h +++ b/src/plugins/debugger/idebuggerengine.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/debugger/imports.h b/src/plugins/debugger/imports.h index f780f31300e..644067d4f35 100644 --- a/src/plugins/debugger/imports.h +++ b/src/plugins/debugger/imports.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/debugger/mode.cpp b/src/plugins/debugger/mode.cpp index 234f09c2079..44994148583 100644 --- a/src/plugins/debugger/mode.cpp +++ b/src/plugins/debugger/mode.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/debugger/mode.h b/src/plugins/debugger/mode.h index 8aa2c69bbfe..2d64ca6f072 100644 --- a/src/plugins/debugger/mode.h +++ b/src/plugins/debugger/mode.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/debugger/moduleshandler.cpp b/src/plugins/debugger/moduleshandler.cpp index 80d9060f7b9..782fb6f9f7f 100644 --- a/src/plugins/debugger/moduleshandler.cpp +++ b/src/plugins/debugger/moduleshandler.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/debugger/moduleshandler.h b/src/plugins/debugger/moduleshandler.h index efd8aa9a491..9c7a3570b75 100644 --- a/src/plugins/debugger/moduleshandler.h +++ b/src/plugins/debugger/moduleshandler.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/debugger/moduleswindow.cpp b/src/plugins/debugger/moduleswindow.cpp index 3ae127a0349..1e2d2c492c9 100644 --- a/src/plugins/debugger/moduleswindow.cpp +++ b/src/plugins/debugger/moduleswindow.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/debugger/moduleswindow.h b/src/plugins/debugger/moduleswindow.h index 1d9309c0bbb..e2b9b57e568 100644 --- a/src/plugins/debugger/moduleswindow.h +++ b/src/plugins/debugger/moduleswindow.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/debugger/procinterrupt.cpp b/src/plugins/debugger/procinterrupt.cpp index c227de81ce5..801dbbc8dc3 100644 --- a/src/plugins/debugger/procinterrupt.cpp +++ b/src/plugins/debugger/procinterrupt.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/debugger/procinterrupt.h b/src/plugins/debugger/procinterrupt.h index 960b6e00218..9af88d33578 100644 --- a/src/plugins/debugger/procinterrupt.h +++ b/src/plugins/debugger/procinterrupt.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/debugger/registerhandler.cpp b/src/plugins/debugger/registerhandler.cpp index 09beeb006f4..b37fe752e8f 100644 --- a/src/plugins/debugger/registerhandler.cpp +++ b/src/plugins/debugger/registerhandler.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/debugger/registerhandler.h b/src/plugins/debugger/registerhandler.h index b80a9122a9c..0b580d22d9f 100644 --- a/src/plugins/debugger/registerhandler.h +++ b/src/plugins/debugger/registerhandler.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/debugger/registerwindow.cpp b/src/plugins/debugger/registerwindow.cpp index 0a9aac613e9..1721aa09fba 100644 --- a/src/plugins/debugger/registerwindow.cpp +++ b/src/plugins/debugger/registerwindow.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/debugger/registerwindow.h b/src/plugins/debugger/registerwindow.h index 00629b20772..773ee93108a 100644 --- a/src/plugins/debugger/registerwindow.h +++ b/src/plugins/debugger/registerwindow.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/debugger/scriptengine.cpp b/src/plugins/debugger/scriptengine.cpp index e6387bfdda9..14b0d8a49de 100644 --- a/src/plugins/debugger/scriptengine.cpp +++ b/src/plugins/debugger/scriptengine.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/debugger/scriptengine.h b/src/plugins/debugger/scriptengine.h index 1c160a1ea3f..8330826ef8e 100644 --- a/src/plugins/debugger/scriptengine.h +++ b/src/plugins/debugger/scriptengine.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/debugger/stackhandler.cpp b/src/plugins/debugger/stackhandler.cpp index fd70e1e1ab9..85abf6f7488 100644 --- a/src/plugins/debugger/stackhandler.cpp +++ b/src/plugins/debugger/stackhandler.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/debugger/stackhandler.h b/src/plugins/debugger/stackhandler.h index 16d77583af4..53c941881e4 100644 --- a/src/plugins/debugger/stackhandler.h +++ b/src/plugins/debugger/stackhandler.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/debugger/stackwindow.cpp b/src/plugins/debugger/stackwindow.cpp index a079b54c134..2ef86a3d3b1 100644 --- a/src/plugins/debugger/stackwindow.cpp +++ b/src/plugins/debugger/stackwindow.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/debugger/stackwindow.h b/src/plugins/debugger/stackwindow.h index f1dffcf7b7a..7955b7f4eb5 100644 --- a/src/plugins/debugger/stackwindow.h +++ b/src/plugins/debugger/stackwindow.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/debugger/startexternaldialog.cpp b/src/plugins/debugger/startexternaldialog.cpp index cca92ff3a3f..b8a5a59691f 100644 --- a/src/plugins/debugger/startexternaldialog.cpp +++ b/src/plugins/debugger/startexternaldialog.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/debugger/startexternaldialog.h b/src/plugins/debugger/startexternaldialog.h index b71a5147765..3cfe4c54206 100644 --- a/src/plugins/debugger/startexternaldialog.h +++ b/src/plugins/debugger/startexternaldialog.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/debugger/threadswindow.cpp b/src/plugins/debugger/threadswindow.cpp index 354f1cba3e0..99cb74d93bf 100644 --- a/src/plugins/debugger/threadswindow.cpp +++ b/src/plugins/debugger/threadswindow.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/debugger/threadswindow.h b/src/plugins/debugger/threadswindow.h index 7d4f6c59b0e..373bb0804ec 100644 --- a/src/plugins/debugger/threadswindow.h +++ b/src/plugins/debugger/threadswindow.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/debugger/watchhandler.cpp b/src/plugins/debugger/watchhandler.cpp index 5328a171aea..59e37f2acb3 100644 --- a/src/plugins/debugger/watchhandler.cpp +++ b/src/plugins/debugger/watchhandler.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/debugger/watchhandler.h b/src/plugins/debugger/watchhandler.h index f27e167dc1b..4ac2218a471 100644 --- a/src/plugins/debugger/watchhandler.h +++ b/src/plugins/debugger/watchhandler.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/debugger/watchwindow.cpp b/src/plugins/debugger/watchwindow.cpp index f49b7073aef..fae7353bc40 100644 --- a/src/plugins/debugger/watchwindow.cpp +++ b/src/plugins/debugger/watchwindow.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/debugger/watchwindow.h b/src/plugins/debugger/watchwindow.h index c292bebb5f6..4b38b5eb4a7 100644 --- a/src/plugins/debugger/watchwindow.h +++ b/src/plugins/debugger/watchwindow.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/designer/cpp/formclasswizard.cpp b/src/plugins/designer/cpp/formclasswizard.cpp index d1ce9285473..be21968a58c 100644 --- a/src/plugins/designer/cpp/formclasswizard.cpp +++ b/src/plugins/designer/cpp/formclasswizard.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/designer/cpp/formclasswizard.h b/src/plugins/designer/cpp/formclasswizard.h index 749ab86137a..028ed199cc3 100644 --- a/src/plugins/designer/cpp/formclasswizard.h +++ b/src/plugins/designer/cpp/formclasswizard.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/designer/cpp/formclasswizarddialog.cpp b/src/plugins/designer/cpp/formclasswizarddialog.cpp index 345309d45c3..3250961d63d 100644 --- a/src/plugins/designer/cpp/formclasswizarddialog.cpp +++ b/src/plugins/designer/cpp/formclasswizarddialog.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/designer/cpp/formclasswizarddialog.h b/src/plugins/designer/cpp/formclasswizarddialog.h index cdb1f60d170..f4f3d947cc7 100644 --- a/src/plugins/designer/cpp/formclasswizarddialog.h +++ b/src/plugins/designer/cpp/formclasswizarddialog.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/designer/cpp/formclasswizardpage.cpp b/src/plugins/designer/cpp/formclasswizardpage.cpp index eac7271b404..3a0e0065926 100644 --- a/src/plugins/designer/cpp/formclasswizardpage.cpp +++ b/src/plugins/designer/cpp/formclasswizardpage.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/designer/cpp/formclasswizardpage.h b/src/plugins/designer/cpp/formclasswizardpage.h index c0b53040c6f..b5270fa42de 100644 --- a/src/plugins/designer/cpp/formclasswizardpage.h +++ b/src/plugins/designer/cpp/formclasswizardpage.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/designer/cpp/formclasswizardparameters.cpp b/src/plugins/designer/cpp/formclasswizardparameters.cpp index 10dda881db9..19fdd7f3527 100644 --- a/src/plugins/designer/cpp/formclasswizardparameters.cpp +++ b/src/plugins/designer/cpp/formclasswizardparameters.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/designer/cpp/formclasswizardparameters.h b/src/plugins/designer/cpp/formclasswizardparameters.h index d72b8c5c2cc..169ff2446bc 100644 --- a/src/plugins/designer/cpp/formclasswizardparameters.h +++ b/src/plugins/designer/cpp/formclasswizardparameters.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/designer/designerconstants.h b/src/plugins/designer/designerconstants.h index 2a30a8ea4fd..f2458816d2f 100644 --- a/src/plugins/designer/designerconstants.h +++ b/src/plugins/designer/designerconstants.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/designer/editorwidget.cpp b/src/plugins/designer/editorwidget.cpp index 794db9e0cb7..a6654411acc 100644 --- a/src/plugins/designer/editorwidget.cpp +++ b/src/plugins/designer/editorwidget.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/designer/editorwidget.h b/src/plugins/designer/editorwidget.h index a687f714c50..e144f486982 100644 --- a/src/plugins/designer/editorwidget.h +++ b/src/plugins/designer/editorwidget.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/designer/formeditorfactory.cpp b/src/plugins/designer/formeditorfactory.cpp index 4c69966fdf4..684ad07e8a9 100644 --- a/src/plugins/designer/formeditorfactory.cpp +++ b/src/plugins/designer/formeditorfactory.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/designer/formeditorfactory.h b/src/plugins/designer/formeditorfactory.h index ae565f70c37..8de03dc4e53 100644 --- a/src/plugins/designer/formeditorfactory.h +++ b/src/plugins/designer/formeditorfactory.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/designer/formeditorplugin.cpp b/src/plugins/designer/formeditorplugin.cpp index 0c3dbb4d6e5..3f1895e0fe1 100644 --- a/src/plugins/designer/formeditorplugin.cpp +++ b/src/plugins/designer/formeditorplugin.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/designer/formeditorplugin.h b/src/plugins/designer/formeditorplugin.h index 9967cf3984c..fdcdfdb84f9 100644 --- a/src/plugins/designer/formeditorplugin.h +++ b/src/plugins/designer/formeditorplugin.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/designer/formeditorw.cpp b/src/plugins/designer/formeditorw.cpp index 01f159f991e..b0274ad27e1 100644 --- a/src/plugins/designer/formeditorw.cpp +++ b/src/plugins/designer/formeditorw.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/designer/formeditorw.h b/src/plugins/designer/formeditorw.h index 5eb0348bc82..8263fbb622d 100644 --- a/src/plugins/designer/formeditorw.h +++ b/src/plugins/designer/formeditorw.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/designer/formtemplatewizardpage.cpp b/src/plugins/designer/formtemplatewizardpage.cpp index 1d573817961..e6ed5a1da5d 100644 --- a/src/plugins/designer/formtemplatewizardpage.cpp +++ b/src/plugins/designer/formtemplatewizardpage.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/designer/formtemplatewizardpage.h b/src/plugins/designer/formtemplatewizardpage.h index 93bd4bcf42f..d123b52998c 100644 --- a/src/plugins/designer/formtemplatewizardpage.h +++ b/src/plugins/designer/formtemplatewizardpage.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/designer/formwindoweditor.cpp b/src/plugins/designer/formwindoweditor.cpp index 86c69dd51a5..9bc3340299d 100644 --- a/src/plugins/designer/formwindoweditor.cpp +++ b/src/plugins/designer/formwindoweditor.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/designer/formwindoweditor.h b/src/plugins/designer/formwindoweditor.h index dbeaeae2fd1..518f3e63488 100644 --- a/src/plugins/designer/formwindoweditor.h +++ b/src/plugins/designer/formwindoweditor.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/designer/formwindowfile.cpp b/src/plugins/designer/formwindowfile.cpp index c7681848ae0..b5a145736da 100644 --- a/src/plugins/designer/formwindowfile.cpp +++ b/src/plugins/designer/formwindowfile.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/designer/formwindowfile.h b/src/plugins/designer/formwindowfile.h index 8425d56e056..54468c388f7 100644 --- a/src/plugins/designer/formwindowfile.h +++ b/src/plugins/designer/formwindowfile.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/designer/formwindowhost.cpp b/src/plugins/designer/formwindowhost.cpp index 5cbc5c882d7..c54ed911429 100644 --- a/src/plugins/designer/formwindowhost.cpp +++ b/src/plugins/designer/formwindowhost.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/designer/formwindowhost.h b/src/plugins/designer/formwindowhost.h index 8f0bc17aa61..fc31d65847c 100644 --- a/src/plugins/designer/formwindowhost.h +++ b/src/plugins/designer/formwindowhost.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/designer/formwizard.cpp b/src/plugins/designer/formwizard.cpp index 0aa877f05b9..5c3f84a8349 100644 --- a/src/plugins/designer/formwizard.cpp +++ b/src/plugins/designer/formwizard.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/designer/formwizard.h b/src/plugins/designer/formwizard.h index 7eb53a629f1..e4274a8a7be 100644 --- a/src/plugins/designer/formwizard.h +++ b/src/plugins/designer/formwizard.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/designer/formwizarddialog.cpp b/src/plugins/designer/formwizarddialog.cpp index e813d737480..958d627503d 100644 --- a/src/plugins/designer/formwizarddialog.cpp +++ b/src/plugins/designer/formwizarddialog.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/designer/formwizarddialog.h b/src/plugins/designer/formwizarddialog.h index b537947618c..234d3ce42bd 100644 --- a/src/plugins/designer/formwizarddialog.h +++ b/src/plugins/designer/formwizarddialog.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/designer/settingsmanager.cpp b/src/plugins/designer/settingsmanager.cpp index 1f2305de147..56ae6f0236f 100644 --- a/src/plugins/designer/settingsmanager.cpp +++ b/src/plugins/designer/settingsmanager.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/designer/settingsmanager.h b/src/plugins/designer/settingsmanager.h index 795a61ddfa5..30bb51dd31f 100644 --- a/src/plugins/designer/settingsmanager.h +++ b/src/plugins/designer/settingsmanager.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/designer/settingspage.cpp b/src/plugins/designer/settingspage.cpp index 269c6a1169f..7e0952ae763 100644 --- a/src/plugins/designer/settingspage.cpp +++ b/src/plugins/designer/settingspage.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/designer/settingspage.h b/src/plugins/designer/settingspage.h index f794afa634b..397bb36b3a0 100644 --- a/src/plugins/designer/settingspage.h +++ b/src/plugins/designer/settingspage.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/designer/workbenchintegration.cpp b/src/plugins/designer/workbenchintegration.cpp index 273aa2cfb82..87fcad4122d 100644 --- a/src/plugins/designer/workbenchintegration.cpp +++ b/src/plugins/designer/workbenchintegration.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/designer/workbenchintegration.h b/src/plugins/designer/workbenchintegration.h index c13e27620e3..c3bed571bfe 100644 --- a/src/plugins/designer/workbenchintegration.h +++ b/src/plugins/designer/workbenchintegration.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/find/basetextfind.cpp b/src/plugins/find/basetextfind.cpp index d6a2e9997e8..8b83975cb49 100644 --- a/src/plugins/find/basetextfind.cpp +++ b/src/plugins/find/basetextfind.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/find/basetextfind.h b/src/plugins/find/basetextfind.h index ed8435981cc..aa1fe59ec24 100644 --- a/src/plugins/find/basetextfind.h +++ b/src/plugins/find/basetextfind.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/find/currentdocumentfind.cpp b/src/plugins/find/currentdocumentfind.cpp index 59d05919cf8..26ed8dd0492 100644 --- a/src/plugins/find/currentdocumentfind.cpp +++ b/src/plugins/find/currentdocumentfind.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/find/currentdocumentfind.h b/src/plugins/find/currentdocumentfind.h index 815182e88c6..6951cee5e71 100644 --- a/src/plugins/find/currentdocumentfind.h +++ b/src/plugins/find/currentdocumentfind.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/find/find_global.h b/src/plugins/find/find_global.h index 800b7cccce6..c6c0ac5b105 100644 --- a/src/plugins/find/find_global.h +++ b/src/plugins/find/find_global.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ #ifndef FIND_GLOBAL_H diff --git a/src/plugins/find/findplugin.cpp b/src/plugins/find/findplugin.cpp index 766c435a503..0bf2ec4fdb9 100644 --- a/src/plugins/find/findplugin.cpp +++ b/src/plugins/find/findplugin.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/find/findplugin.h b/src/plugins/find/findplugin.h index 538797f516e..4a380791376 100644 --- a/src/plugins/find/findplugin.h +++ b/src/plugins/find/findplugin.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/find/findtoolbar.cpp b/src/plugins/find/findtoolbar.cpp index f87d9bf9e05..d11768499a9 100644 --- a/src/plugins/find/findtoolbar.cpp +++ b/src/plugins/find/findtoolbar.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/find/findtoolbar.h b/src/plugins/find/findtoolbar.h index 4eeb4f8a2dc..a0055bc18c9 100644 --- a/src/plugins/find/findtoolbar.h +++ b/src/plugins/find/findtoolbar.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/find/findtoolwindow.cpp b/src/plugins/find/findtoolwindow.cpp index 6b1ac69debe..b448e47ba96 100644 --- a/src/plugins/find/findtoolwindow.cpp +++ b/src/plugins/find/findtoolwindow.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/find/findtoolwindow.h b/src/plugins/find/findtoolwindow.h index 71d3200b3c7..bbb82cdd27a 100644 --- a/src/plugins/find/findtoolwindow.h +++ b/src/plugins/find/findtoolwindow.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/find/ifindfilter.h b/src/plugins/find/ifindfilter.h index 057b56acd44..2fc7b5f02a9 100644 --- a/src/plugins/find/ifindfilter.h +++ b/src/plugins/find/ifindfilter.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/find/ifindsupport.h b/src/plugins/find/ifindsupport.h index 6bf5ede776a..532568471f1 100644 --- a/src/plugins/find/ifindsupport.h +++ b/src/plugins/find/ifindsupport.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/find/searchresulttreeitemdelegate.cpp b/src/plugins/find/searchresulttreeitemdelegate.cpp index 6be35f71b8e..920e0065033 100644 --- a/src/plugins/find/searchresulttreeitemdelegate.cpp +++ b/src/plugins/find/searchresulttreeitemdelegate.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/find/searchresulttreeitemdelegate.h b/src/plugins/find/searchresulttreeitemdelegate.h index a79db17383a..37e2413aabf 100644 --- a/src/plugins/find/searchresulttreeitemdelegate.h +++ b/src/plugins/find/searchresulttreeitemdelegate.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/find/searchresulttreeitemroles.h b/src/plugins/find/searchresulttreeitemroles.h index a1998cdeaa1..b6affc361f3 100644 --- a/src/plugins/find/searchresulttreeitemroles.h +++ b/src/plugins/find/searchresulttreeitemroles.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/find/searchresulttreeitems.cpp b/src/plugins/find/searchresulttreeitems.cpp index a0983500058..b73adf506b6 100644 --- a/src/plugins/find/searchresulttreeitems.cpp +++ b/src/plugins/find/searchresulttreeitems.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/find/searchresulttreeitems.h b/src/plugins/find/searchresulttreeitems.h index 0dd6b88676b..7154ed1e46b 100644 --- a/src/plugins/find/searchresulttreeitems.h +++ b/src/plugins/find/searchresulttreeitems.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/find/searchresulttreemodel.cpp b/src/plugins/find/searchresulttreemodel.cpp index f99e9d8e455..0cabff49995 100644 --- a/src/plugins/find/searchresulttreemodel.cpp +++ b/src/plugins/find/searchresulttreemodel.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/find/searchresulttreemodel.h b/src/plugins/find/searchresulttreemodel.h index 5a1518d9f02..c12196b306d 100644 --- a/src/plugins/find/searchresulttreemodel.h +++ b/src/plugins/find/searchresulttreemodel.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/find/searchresulttreeview.cpp b/src/plugins/find/searchresulttreeview.cpp index 6cd0f41c1fc..15ce04b74f5 100644 --- a/src/plugins/find/searchresulttreeview.cpp +++ b/src/plugins/find/searchresulttreeview.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/find/searchresulttreeview.h b/src/plugins/find/searchresulttreeview.h index 578e57d9e4f..9c69c951909 100644 --- a/src/plugins/find/searchresulttreeview.h +++ b/src/plugins/find/searchresulttreeview.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/find/searchresultwindow.cpp b/src/plugins/find/searchresultwindow.cpp index d9b040f80f6..ffbc1ba4e5b 100644 --- a/src/plugins/find/searchresultwindow.cpp +++ b/src/plugins/find/searchresultwindow.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/find/searchresultwindow.h b/src/plugins/find/searchresultwindow.h index 7d616b1b115..82b88671282 100644 --- a/src/plugins/find/searchresultwindow.h +++ b/src/plugins/find/searchresultwindow.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/find/textfindconstants.h b/src/plugins/find/textfindconstants.h index 86d74b7b3d5..a5ac526b9de 100644 --- a/src/plugins/find/textfindconstants.h +++ b/src/plugins/find/textfindconstants.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/git/annotationhighlighter.cpp b/src/plugins/git/annotationhighlighter.cpp index 9c85deff13c..6fff26f6bfd 100644 --- a/src/plugins/git/annotationhighlighter.cpp +++ b/src/plugins/git/annotationhighlighter.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/git/annotationhighlighter.h b/src/plugins/git/annotationhighlighter.h index ebc8f199f96..336942178cb 100644 --- a/src/plugins/git/annotationhighlighter.h +++ b/src/plugins/git/annotationhighlighter.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/git/changeselectiondialog.cpp b/src/plugins/git/changeselectiondialog.cpp index 46eab385ac8..cd520aba700 100644 --- a/src/plugins/git/changeselectiondialog.cpp +++ b/src/plugins/git/changeselectiondialog.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/git/changeselectiondialog.h b/src/plugins/git/changeselectiondialog.h index 7ccb439a8a6..cef4478e838 100644 --- a/src/plugins/git/changeselectiondialog.h +++ b/src/plugins/git/changeselectiondialog.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/git/commitdata.cpp b/src/plugins/git/commitdata.cpp index 7ea937233c7..8b96fe23c97 100644 --- a/src/plugins/git/commitdata.cpp +++ b/src/plugins/git/commitdata.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/git/commitdata.h b/src/plugins/git/commitdata.h index b535168f6f3..a1dc05ef425 100644 --- a/src/plugins/git/commitdata.h +++ b/src/plugins/git/commitdata.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/git/gitclient.cpp b/src/plugins/git/gitclient.cpp index 466307b4de3..3113ebf3f86 100644 --- a/src/plugins/git/gitclient.cpp +++ b/src/plugins/git/gitclient.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/git/gitclient.h b/src/plugins/git/gitclient.h index eb42b27efcb..2ae6c3f583a 100644 --- a/src/plugins/git/gitclient.h +++ b/src/plugins/git/gitclient.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/git/gitconstants.h b/src/plugins/git/gitconstants.h index 98676249131..6719221f4c0 100644 --- a/src/plugins/git/gitconstants.h +++ b/src/plugins/git/gitconstants.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/git/giteditor.cpp b/src/plugins/git/giteditor.cpp index a92e14eea19..e45029d1aa6 100644 --- a/src/plugins/git/giteditor.cpp +++ b/src/plugins/git/giteditor.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/git/giteditor.h b/src/plugins/git/giteditor.h index 1ef4b34c024..23a6953dd18 100644 --- a/src/plugins/git/giteditor.h +++ b/src/plugins/git/giteditor.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/git/gitoutputwindow.cpp b/src/plugins/git/gitoutputwindow.cpp index fbaed2c8413..a1d76e7553e 100644 --- a/src/plugins/git/gitoutputwindow.cpp +++ b/src/plugins/git/gitoutputwindow.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/git/gitoutputwindow.h b/src/plugins/git/gitoutputwindow.h index af5a5027bba..898381a3d90 100644 --- a/src/plugins/git/gitoutputwindow.h +++ b/src/plugins/git/gitoutputwindow.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/git/gitplugin.cpp b/src/plugins/git/gitplugin.cpp index f7647fb2d1a..dc18fe088ed 100644 --- a/src/plugins/git/gitplugin.cpp +++ b/src/plugins/git/gitplugin.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/git/gitplugin.h b/src/plugins/git/gitplugin.h index adff899e505..5e15a52a87a 100644 --- a/src/plugins/git/gitplugin.h +++ b/src/plugins/git/gitplugin.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/git/gitsettings.cpp b/src/plugins/git/gitsettings.cpp index f4473e1fd92..dff33129186 100644 --- a/src/plugins/git/gitsettings.cpp +++ b/src/plugins/git/gitsettings.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/git/gitsettings.h b/src/plugins/git/gitsettings.h index 1b07f443796..6b012f36f6d 100644 --- a/src/plugins/git/gitsettings.h +++ b/src/plugins/git/gitsettings.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/git/gitsubmiteditor.cpp b/src/plugins/git/gitsubmiteditor.cpp index db854f3e3c6..fe93a0c6ad1 100644 --- a/src/plugins/git/gitsubmiteditor.cpp +++ b/src/plugins/git/gitsubmiteditor.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/git/gitsubmiteditor.h b/src/plugins/git/gitsubmiteditor.h index 4219f5ae3dd..8199384d07f 100644 --- a/src/plugins/git/gitsubmiteditor.h +++ b/src/plugins/git/gitsubmiteditor.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/git/gitsubmiteditorwidget.cpp b/src/plugins/git/gitsubmiteditorwidget.cpp index e9110f8fbeb..312738968fa 100644 --- a/src/plugins/git/gitsubmiteditorwidget.cpp +++ b/src/plugins/git/gitsubmiteditorwidget.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/git/gitsubmiteditorwidget.h b/src/plugins/git/gitsubmiteditorwidget.h index 06a96cb5347..8763dd8a59b 100644 --- a/src/plugins/git/gitsubmiteditorwidget.h +++ b/src/plugins/git/gitsubmiteditorwidget.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/git/gitversioncontrol.cpp b/src/plugins/git/gitversioncontrol.cpp index 5f403ef2b57..0dcf99af204 100644 --- a/src/plugins/git/gitversioncontrol.cpp +++ b/src/plugins/git/gitversioncontrol.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/git/gitversioncontrol.h b/src/plugins/git/gitversioncontrol.h index e12e7736713..ac72e4c9bf6 100644 --- a/src/plugins/git/gitversioncontrol.h +++ b/src/plugins/git/gitversioncontrol.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/git/settingspage.cpp b/src/plugins/git/settingspage.cpp index 7f0581fc3c3..037176b52d9 100644 --- a/src/plugins/git/settingspage.cpp +++ b/src/plugins/git/settingspage.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/git/settingspage.h b/src/plugins/git/settingspage.h index c1f1403c4c9..e5cce4d34a3 100644 --- a/src/plugins/git/settingspage.h +++ b/src/plugins/git/settingspage.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/helloworld/helloworldplugin.cpp b/src/plugins/helloworld/helloworldplugin.cpp index 9b1c9ea2f3d..296c00454ee 100644 --- a/src/plugins/helloworld/helloworldplugin.cpp +++ b/src/plugins/helloworld/helloworldplugin.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/helloworld/helloworldplugin.h b/src/plugins/helloworld/helloworldplugin.h index 877087ec609..b598cc75239 100644 --- a/src/plugins/helloworld/helloworldplugin.h +++ b/src/plugins/helloworld/helloworldplugin.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/helloworld/helloworldwindow.cpp b/src/plugins/helloworld/helloworldwindow.cpp index 03fb45c8bff..5524d32274b 100644 --- a/src/plugins/helloworld/helloworldwindow.cpp +++ b/src/plugins/helloworld/helloworldwindow.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/helloworld/helloworldwindow.h b/src/plugins/helloworld/helloworldwindow.h index 9c38a5d0c35..82c00186562 100644 --- a/src/plugins/helloworld/helloworldwindow.h +++ b/src/plugins/helloworld/helloworldwindow.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/help/centralwidget.cpp b/src/plugins/help/centralwidget.cpp index 8e210242999..a263f361119 100644 --- a/src/plugins/help/centralwidget.cpp +++ b/src/plugins/help/centralwidget.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/help/centralwidget.h b/src/plugins/help/centralwidget.h index 0ca15ce5c59..41db97a2838 100644 --- a/src/plugins/help/centralwidget.h +++ b/src/plugins/help/centralwidget.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/help/contentstoolwindow.cpp b/src/plugins/help/contentstoolwindow.cpp index 3c14d7f1b8e..ef90a09344e 100644 --- a/src/plugins/help/contentstoolwindow.cpp +++ b/src/plugins/help/contentstoolwindow.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/help/contentstoolwindow.h b/src/plugins/help/contentstoolwindow.h index 4c13827523f..a6eabc156b3 100644 --- a/src/plugins/help/contentstoolwindow.h +++ b/src/plugins/help/contentstoolwindow.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/help/docsettingspage.cpp b/src/plugins/help/docsettingspage.cpp index fe01a3acbb8..65fd2669b46 100644 --- a/src/plugins/help/docsettingspage.cpp +++ b/src/plugins/help/docsettingspage.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/help/docsettingspage.h b/src/plugins/help/docsettingspage.h index 93b518a7f44..1e74ae5404c 100644 --- a/src/plugins/help/docsettingspage.h +++ b/src/plugins/help/docsettingspage.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/help/filtersettingspage.cpp b/src/plugins/help/filtersettingspage.cpp index 0325cb0a204..73a5f615d3a 100644 --- a/src/plugins/help/filtersettingspage.cpp +++ b/src/plugins/help/filtersettingspage.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/help/filtersettingspage.h b/src/plugins/help/filtersettingspage.h index 6458fd65b17..6eb12df1811 100644 --- a/src/plugins/help/filtersettingspage.h +++ b/src/plugins/help/filtersettingspage.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/help/help_global.h b/src/plugins/help/help_global.h index e0d66c58ec1..bac0cd4afd2 100644 --- a/src/plugins/help/help_global.h +++ b/src/plugins/help/help_global.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/help/helpengine.cpp b/src/plugins/help/helpengine.cpp index 44501d25abc..d6e4e667fc5 100644 --- a/src/plugins/help/helpengine.cpp +++ b/src/plugins/help/helpengine.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/help/helpengine.h b/src/plugins/help/helpengine.h index e3cb08a1512..a6f2f1d5e54 100644 --- a/src/plugins/help/helpengine.h +++ b/src/plugins/help/helpengine.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/help/helpfindsupport.cpp b/src/plugins/help/helpfindsupport.cpp index a26032ec2f5..78a867701ec 100644 --- a/src/plugins/help/helpfindsupport.cpp +++ b/src/plugins/help/helpfindsupport.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/help/helpfindsupport.h b/src/plugins/help/helpfindsupport.h index a2105dfe293..602bc6b7123 100644 --- a/src/plugins/help/helpfindsupport.h +++ b/src/plugins/help/helpfindsupport.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/help/helpindexfilter.cpp b/src/plugins/help/helpindexfilter.cpp index 989ed18f2a8..489e2aed1ef 100644 --- a/src/plugins/help/helpindexfilter.cpp +++ b/src/plugins/help/helpindexfilter.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/help/helpindexfilter.h b/src/plugins/help/helpindexfilter.h index 0e4e2743dec..74438ee54de 100644 --- a/src/plugins/help/helpindexfilter.h +++ b/src/plugins/help/helpindexfilter.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/help/helpmode.cpp b/src/plugins/help/helpmode.cpp index f206773f352..ee334af42e5 100644 --- a/src/plugins/help/helpmode.cpp +++ b/src/plugins/help/helpmode.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/help/helpmode.h b/src/plugins/help/helpmode.h index 458b7dc5c4b..85edcf26daa 100644 --- a/src/plugins/help/helpmode.h +++ b/src/plugins/help/helpmode.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/help/helpplugin.cpp b/src/plugins/help/helpplugin.cpp index 972ab7d6a6b..bdc98b66ee1 100644 --- a/src/plugins/help/helpplugin.cpp +++ b/src/plugins/help/helpplugin.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/help/helpplugin.h b/src/plugins/help/helpplugin.h index 5f50b48a565..40ff127e5b1 100644 --- a/src/plugins/help/helpplugin.h +++ b/src/plugins/help/helpplugin.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/help/indextoolwindow.cpp b/src/plugins/help/indextoolwindow.cpp index 07a4ee68cea..b6086cdea23 100644 --- a/src/plugins/help/indextoolwindow.cpp +++ b/src/plugins/help/indextoolwindow.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/help/indextoolwindow.h b/src/plugins/help/indextoolwindow.h index 6792ca5b92e..d891ec0cb16 100644 --- a/src/plugins/help/indextoolwindow.h +++ b/src/plugins/help/indextoolwindow.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/help/searchwidget.cpp b/src/plugins/help/searchwidget.cpp index c40595e4ab4..bbb3a9692ad 100644 --- a/src/plugins/help/searchwidget.cpp +++ b/src/plugins/help/searchwidget.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/help/searchwidget.h b/src/plugins/help/searchwidget.h index 09b73c26791..a565491b782 100644 --- a/src/plugins/help/searchwidget.h +++ b/src/plugins/help/searchwidget.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/perforce/annotationhighlighter.cpp b/src/plugins/perforce/annotationhighlighter.cpp index 196f8ef715f..289157df668 100644 --- a/src/plugins/perforce/annotationhighlighter.cpp +++ b/src/plugins/perforce/annotationhighlighter.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/perforce/annotationhighlighter.h b/src/plugins/perforce/annotationhighlighter.h index 3d6119d402e..574d2781f54 100644 --- a/src/plugins/perforce/annotationhighlighter.h +++ b/src/plugins/perforce/annotationhighlighter.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/perforce/changenumberdialog.cpp b/src/plugins/perforce/changenumberdialog.cpp index 86823969b4a..e310953d376 100644 --- a/src/plugins/perforce/changenumberdialog.cpp +++ b/src/plugins/perforce/changenumberdialog.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/perforce/changenumberdialog.h b/src/plugins/perforce/changenumberdialog.h index c7fdaeee335..9432f9ad0dc 100644 --- a/src/plugins/perforce/changenumberdialog.h +++ b/src/plugins/perforce/changenumberdialog.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/perforce/p4.h b/src/plugins/perforce/p4.h index 5e9eca1f3e2..bc93ac18d8d 100644 --- a/src/plugins/perforce/p4.h +++ b/src/plugins/perforce/p4.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/perforce/pendingchangesdialog.cpp b/src/plugins/perforce/pendingchangesdialog.cpp index 92b3ec56e5c..fd1b1b98aab 100644 --- a/src/plugins/perforce/pendingchangesdialog.cpp +++ b/src/plugins/perforce/pendingchangesdialog.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/perforce/pendingchangesdialog.h b/src/plugins/perforce/pendingchangesdialog.h index 7e0b0cdddc2..d6f88efd7ec 100644 --- a/src/plugins/perforce/pendingchangesdialog.h +++ b/src/plugins/perforce/pendingchangesdialog.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/perforce/perforceconstants.h b/src/plugins/perforce/perforceconstants.h index 95c9f64ca6e..4a755b32c4a 100644 --- a/src/plugins/perforce/perforceconstants.h +++ b/src/plugins/perforce/perforceconstants.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/perforce/perforceeditor.cpp b/src/plugins/perforce/perforceeditor.cpp index 845f8b0f74d..5a0b1d2340e 100644 --- a/src/plugins/perforce/perforceeditor.cpp +++ b/src/plugins/perforce/perforceeditor.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/perforce/perforceeditor.h b/src/plugins/perforce/perforceeditor.h index de35d213a8b..335bf8b3825 100644 --- a/src/plugins/perforce/perforceeditor.h +++ b/src/plugins/perforce/perforceeditor.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/perforce/perforceoutputwindow.cpp b/src/plugins/perforce/perforceoutputwindow.cpp index a228e2b586f..235f7da9cc5 100644 --- a/src/plugins/perforce/perforceoutputwindow.cpp +++ b/src/plugins/perforce/perforceoutputwindow.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/perforce/perforceoutputwindow.h b/src/plugins/perforce/perforceoutputwindow.h index b666d078ab5..9f825ae1665 100644 --- a/src/plugins/perforce/perforceoutputwindow.h +++ b/src/plugins/perforce/perforceoutputwindow.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/perforce/perforceplugin.cpp b/src/plugins/perforce/perforceplugin.cpp index c609c35bf0e..88783eb40ca 100644 --- a/src/plugins/perforce/perforceplugin.cpp +++ b/src/plugins/perforce/perforceplugin.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/perforce/perforceplugin.h b/src/plugins/perforce/perforceplugin.h index 11301853b9d..cf37ed339eb 100644 --- a/src/plugins/perforce/perforceplugin.h +++ b/src/plugins/perforce/perforceplugin.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/perforce/perforcesettings.cpp b/src/plugins/perforce/perforcesettings.cpp index 6384f85e524..cdb4012be0a 100644 --- a/src/plugins/perforce/perforcesettings.cpp +++ b/src/plugins/perforce/perforcesettings.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/perforce/perforcesettings.h b/src/plugins/perforce/perforcesettings.h index 416620f7613..726f7f44efb 100644 --- a/src/plugins/perforce/perforcesettings.h +++ b/src/plugins/perforce/perforcesettings.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/perforce/perforcesubmiteditor.cpp b/src/plugins/perforce/perforcesubmiteditor.cpp index 035ffe24621..6aa74f95fb2 100644 --- a/src/plugins/perforce/perforcesubmiteditor.cpp +++ b/src/plugins/perforce/perforcesubmiteditor.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/perforce/perforcesubmiteditor.h b/src/plugins/perforce/perforcesubmiteditor.h index cc308122b01..0f44332a694 100644 --- a/src/plugins/perforce/perforcesubmiteditor.h +++ b/src/plugins/perforce/perforcesubmiteditor.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/perforce/perforcesubmiteditorwidget.cpp b/src/plugins/perforce/perforcesubmiteditorwidget.cpp index c88556e4fed..05d14327f3f 100644 --- a/src/plugins/perforce/perforcesubmiteditorwidget.cpp +++ b/src/plugins/perforce/perforcesubmiteditorwidget.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/perforce/perforcesubmiteditorwidget.h b/src/plugins/perforce/perforcesubmiteditorwidget.h index 68c00a5896d..6d1a8dea431 100644 --- a/src/plugins/perforce/perforcesubmiteditorwidget.h +++ b/src/plugins/perforce/perforcesubmiteditorwidget.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/perforce/perforceversioncontrol.cpp b/src/plugins/perforce/perforceversioncontrol.cpp index 98379024bc0..0b2814dbe1c 100644 --- a/src/plugins/perforce/perforceversioncontrol.cpp +++ b/src/plugins/perforce/perforceversioncontrol.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/perforce/perforceversioncontrol.h b/src/plugins/perforce/perforceversioncontrol.h index 0e8a1ea6539..6d92fc9b0ff 100644 --- a/src/plugins/perforce/perforceversioncontrol.h +++ b/src/plugins/perforce/perforceversioncontrol.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/perforce/settingspage.cpp b/src/plugins/perforce/settingspage.cpp index b5cbd7fa000..18fec0f8469 100644 --- a/src/plugins/perforce/settingspage.cpp +++ b/src/plugins/perforce/settingspage.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/perforce/settingspage.h b/src/plugins/perforce/settingspage.h index 23e96812573..e13dab53437 100644 --- a/src/plugins/perforce/settingspage.h +++ b/src/plugins/perforce/settingspage.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/perforce/workbenchclientuser.cpp b/src/plugins/perforce/workbenchclientuser.cpp index 9d7fe5574cf..d148a47a884 100644 --- a/src/plugins/perforce/workbenchclientuser.cpp +++ b/src/plugins/perforce/workbenchclientuser.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/perforce/workbenchclientuser.h b/src/plugins/perforce/workbenchclientuser.h index 85e3908cc95..a924decabd3 100644 --- a/src/plugins/perforce/workbenchclientuser.h +++ b/src/plugins/perforce/workbenchclientuser.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/projectexplorer/abstractprocess.h b/src/plugins/projectexplorer/abstractprocess.h index 12e263ff626..d1a1c644389 100644 --- a/src/plugins/projectexplorer/abstractprocess.h +++ b/src/plugins/projectexplorer/abstractprocess.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/projectexplorer/abstractprocessstep.cpp b/src/plugins/projectexplorer/abstractprocessstep.cpp index 965a8b4c0c4..11dfa6d760d 100644 --- a/src/plugins/projectexplorer/abstractprocessstep.cpp +++ b/src/plugins/projectexplorer/abstractprocessstep.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/projectexplorer/abstractprocessstep.h b/src/plugins/projectexplorer/abstractprocessstep.h index e5d40343bb0..9c1756c0d70 100644 --- a/src/plugins/projectexplorer/abstractprocessstep.h +++ b/src/plugins/projectexplorer/abstractprocessstep.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/projectexplorer/allprojectsfilter.cpp b/src/plugins/projectexplorer/allprojectsfilter.cpp index 059b41e730c..b94edbef259 100644 --- a/src/plugins/projectexplorer/allprojectsfilter.cpp +++ b/src/plugins/projectexplorer/allprojectsfilter.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/projectexplorer/allprojectsfilter.h b/src/plugins/projectexplorer/allprojectsfilter.h index 448483c7a77..45e8105ecc5 100644 --- a/src/plugins/projectexplorer/allprojectsfilter.h +++ b/src/plugins/projectexplorer/allprojectsfilter.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/projectexplorer/allprojectsfind.cpp b/src/plugins/projectexplorer/allprojectsfind.cpp index a7832ca6796..c5bf77fba40 100644 --- a/src/plugins/projectexplorer/allprojectsfind.cpp +++ b/src/plugins/projectexplorer/allprojectsfind.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/projectexplorer/allprojectsfind.h b/src/plugins/projectexplorer/allprojectsfind.h index 77fb2e78eb8..8479a1dfc5d 100644 --- a/src/plugins/projectexplorer/allprojectsfind.h +++ b/src/plugins/projectexplorer/allprojectsfind.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/projectexplorer/applicationlauncher.h b/src/plugins/projectexplorer/applicationlauncher.h index 049b689f446..93b51e8b25f 100644 --- a/src/plugins/projectexplorer/applicationlauncher.h +++ b/src/plugins/projectexplorer/applicationlauncher.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/projectexplorer/applicationlauncher_win.cpp b/src/plugins/projectexplorer/applicationlauncher_win.cpp index 4d0221b087b..c511d350f27 100644 --- a/src/plugins/projectexplorer/applicationlauncher_win.cpp +++ b/src/plugins/projectexplorer/applicationlauncher_win.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/projectexplorer/applicationlauncher_x11.cpp b/src/plugins/projectexplorer/applicationlauncher_x11.cpp index 7042c152d22..5891a647395 100644 --- a/src/plugins/projectexplorer/applicationlauncher_x11.cpp +++ b/src/plugins/projectexplorer/applicationlauncher_x11.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/projectexplorer/applicationrunconfiguration.cpp b/src/plugins/projectexplorer/applicationrunconfiguration.cpp index 88bbd641164..1f923160b39 100644 --- a/src/plugins/projectexplorer/applicationrunconfiguration.cpp +++ b/src/plugins/projectexplorer/applicationrunconfiguration.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/projectexplorer/applicationrunconfiguration.h b/src/plugins/projectexplorer/applicationrunconfiguration.h index 5915f9b7a2f..d6bfb4d8945 100644 --- a/src/plugins/projectexplorer/applicationrunconfiguration.h +++ b/src/plugins/projectexplorer/applicationrunconfiguration.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/projectexplorer/buildconfiguration.cpp b/src/plugins/projectexplorer/buildconfiguration.cpp index c960cb0e34c..2fdda571c0d 100644 --- a/src/plugins/projectexplorer/buildconfiguration.cpp +++ b/src/plugins/projectexplorer/buildconfiguration.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/projectexplorer/buildconfiguration.h b/src/plugins/projectexplorer/buildconfiguration.h index b3ccc8adc96..8bb01d15901 100644 --- a/src/plugins/projectexplorer/buildconfiguration.h +++ b/src/plugins/projectexplorer/buildconfiguration.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/projectexplorer/buildmanager.cpp b/src/plugins/projectexplorer/buildmanager.cpp index c6f386fa413..933987441da 100644 --- a/src/plugins/projectexplorer/buildmanager.cpp +++ b/src/plugins/projectexplorer/buildmanager.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/projectexplorer/buildmanager.h b/src/plugins/projectexplorer/buildmanager.h index 2c7a443720a..248d6ae9271 100644 --- a/src/plugins/projectexplorer/buildmanager.h +++ b/src/plugins/projectexplorer/buildmanager.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/projectexplorer/buildparserinterface.cpp b/src/plugins/projectexplorer/buildparserinterface.cpp index 57bf588ca82..57a069ea72a 100644 --- a/src/plugins/projectexplorer/buildparserinterface.cpp +++ b/src/plugins/projectexplorer/buildparserinterface.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/projectexplorer/buildparserinterface.h b/src/plugins/projectexplorer/buildparserinterface.h index 217ce0bcaf5..2fd92d86827 100644 --- a/src/plugins/projectexplorer/buildparserinterface.h +++ b/src/plugins/projectexplorer/buildparserinterface.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/projectexplorer/buildprogress.cpp b/src/plugins/projectexplorer/buildprogress.cpp index 7c893bb9ceb..afc228e4602 100644 --- a/src/plugins/projectexplorer/buildprogress.cpp +++ b/src/plugins/projectexplorer/buildprogress.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/projectexplorer/buildprogress.h b/src/plugins/projectexplorer/buildprogress.h index 12f2ff36da3..11c5293a7cb 100644 --- a/src/plugins/projectexplorer/buildprogress.h +++ b/src/plugins/projectexplorer/buildprogress.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/projectexplorer/buildsettingspropertiespage.cpp b/src/plugins/projectexplorer/buildsettingspropertiespage.cpp index 2c1434534be..8a42ec12736 100644 --- a/src/plugins/projectexplorer/buildsettingspropertiespage.cpp +++ b/src/plugins/projectexplorer/buildsettingspropertiespage.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/projectexplorer/buildsettingspropertiespage.h b/src/plugins/projectexplorer/buildsettingspropertiespage.h index 07e398dfc01..04171980494 100644 --- a/src/plugins/projectexplorer/buildsettingspropertiespage.h +++ b/src/plugins/projectexplorer/buildsettingspropertiespage.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/projectexplorer/buildstep.cpp b/src/plugins/projectexplorer/buildstep.cpp index ef1dec4d2cb..c6f25fc96d2 100644 --- a/src/plugins/projectexplorer/buildstep.cpp +++ b/src/plugins/projectexplorer/buildstep.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/projectexplorer/buildstep.h b/src/plugins/projectexplorer/buildstep.h index 47f13bd3a61..93c2fac2e44 100644 --- a/src/plugins/projectexplorer/buildstep.h +++ b/src/plugins/projectexplorer/buildstep.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/projectexplorer/buildstepspage.cpp b/src/plugins/projectexplorer/buildstepspage.cpp index a0e103ebca5..5986de549ad 100644 --- a/src/plugins/projectexplorer/buildstepspage.cpp +++ b/src/plugins/projectexplorer/buildstepspage.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/projectexplorer/buildstepspage.h b/src/plugins/projectexplorer/buildstepspage.h index c612c9ca5f7..ef1e47d9646 100644 --- a/src/plugins/projectexplorer/buildstepspage.h +++ b/src/plugins/projectexplorer/buildstepspage.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/projectexplorer/compileoutputwindow.cpp b/src/plugins/projectexplorer/compileoutputwindow.cpp index 8b50f3e4fa8..72ecf9893eb 100644 --- a/src/plugins/projectexplorer/compileoutputwindow.cpp +++ b/src/plugins/projectexplorer/compileoutputwindow.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/projectexplorer/compileoutputwindow.h b/src/plugins/projectexplorer/compileoutputwindow.h index 0ec2958f253..655752cdd3c 100644 --- a/src/plugins/projectexplorer/compileoutputwindow.h +++ b/src/plugins/projectexplorer/compileoutputwindow.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/projectexplorer/consoleprocess.h b/src/plugins/projectexplorer/consoleprocess.h index 28e24b92f99..51519fae381 100644 --- a/src/plugins/projectexplorer/consoleprocess.h +++ b/src/plugins/projectexplorer/consoleprocess.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/projectexplorer/consoleprocess_unix.cpp b/src/plugins/projectexplorer/consoleprocess_unix.cpp index f50db814bc3..eb5f88121c8 100644 --- a/src/plugins/projectexplorer/consoleprocess_unix.cpp +++ b/src/plugins/projectexplorer/consoleprocess_unix.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/projectexplorer/consoleprocess_win.cpp b/src/plugins/projectexplorer/consoleprocess_win.cpp index 7e3a5d0a9c1..17e280e3ad0 100644 --- a/src/plugins/projectexplorer/consoleprocess_win.cpp +++ b/src/plugins/projectexplorer/consoleprocess_win.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/projectexplorer/currentprojectfilter.cpp b/src/plugins/projectexplorer/currentprojectfilter.cpp index 084bb4690dc..4de19f9be5b 100644 --- a/src/plugins/projectexplorer/currentprojectfilter.cpp +++ b/src/plugins/projectexplorer/currentprojectfilter.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/projectexplorer/currentprojectfilter.h b/src/plugins/projectexplorer/currentprojectfilter.h index 3e5d216632e..c52f9f605ff 100644 --- a/src/plugins/projectexplorer/currentprojectfilter.h +++ b/src/plugins/projectexplorer/currentprojectfilter.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/projectexplorer/currentprojectfind.cpp b/src/plugins/projectexplorer/currentprojectfind.cpp index bcef3183b9c..d0221cc9805 100644 --- a/src/plugins/projectexplorer/currentprojectfind.cpp +++ b/src/plugins/projectexplorer/currentprojectfind.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/projectexplorer/currentprojectfind.h b/src/plugins/projectexplorer/currentprojectfind.h index 37577a2a95d..d44171d761a 100644 --- a/src/plugins/projectexplorer/currentprojectfind.h +++ b/src/plugins/projectexplorer/currentprojectfind.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/projectexplorer/customexecutablerunconfiguration.cpp b/src/plugins/projectexplorer/customexecutablerunconfiguration.cpp index c52b86f488b..f2b9c66ced1 100644 --- a/src/plugins/projectexplorer/customexecutablerunconfiguration.cpp +++ b/src/plugins/projectexplorer/customexecutablerunconfiguration.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/projectexplorer/customexecutablerunconfiguration.h b/src/plugins/projectexplorer/customexecutablerunconfiguration.h index 5d15009c022..bcf3fef091a 100644 --- a/src/plugins/projectexplorer/customexecutablerunconfiguration.h +++ b/src/plugins/projectexplorer/customexecutablerunconfiguration.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/projectexplorer/dependenciesdialog.cpp b/src/plugins/projectexplorer/dependenciesdialog.cpp index 0fc776dcb16..de7cee85f86 100644 --- a/src/plugins/projectexplorer/dependenciesdialog.cpp +++ b/src/plugins/projectexplorer/dependenciesdialog.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/projectexplorer/dependenciesdialog.h b/src/plugins/projectexplorer/dependenciesdialog.h index bcb635dada3..3b815369ab9 100644 --- a/src/plugins/projectexplorer/dependenciesdialog.h +++ b/src/plugins/projectexplorer/dependenciesdialog.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/projectexplorer/directoryproject.cpp b/src/plugins/projectexplorer/directoryproject.cpp index 7134763854e..042d1ecaa91 100644 --- a/src/plugins/projectexplorer/directoryproject.cpp +++ b/src/plugins/projectexplorer/directoryproject.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/projectexplorer/editorconfiguration.cpp b/src/plugins/projectexplorer/editorconfiguration.cpp index d2a016ef2bd..a836c4d9a03 100644 --- a/src/plugins/projectexplorer/editorconfiguration.cpp +++ b/src/plugins/projectexplorer/editorconfiguration.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/projectexplorer/editorconfiguration.h b/src/plugins/projectexplorer/editorconfiguration.h index a968008a576..d01fb8b7195 100644 --- a/src/plugins/projectexplorer/editorconfiguration.h +++ b/src/plugins/projectexplorer/editorconfiguration.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/projectexplorer/editorsettingspropertiespage.cpp b/src/plugins/projectexplorer/editorsettingspropertiespage.cpp index e969079aca5..f62bc485b98 100644 --- a/src/plugins/projectexplorer/editorsettingspropertiespage.cpp +++ b/src/plugins/projectexplorer/editorsettingspropertiespage.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/projectexplorer/editorsettingspropertiespage.h b/src/plugins/projectexplorer/editorsettingspropertiespage.h index df9936fe0ec..caaad115f97 100644 --- a/src/plugins/projectexplorer/editorsettingspropertiespage.h +++ b/src/plugins/projectexplorer/editorsettingspropertiespage.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/projectexplorer/environment.cpp b/src/plugins/projectexplorer/environment.cpp index b428ed3a92d..9220564bba0 100644 --- a/src/plugins/projectexplorer/environment.cpp +++ b/src/plugins/projectexplorer/environment.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/projectexplorer/environment.h b/src/plugins/projectexplorer/environment.h index 3f7e68ea72e..ba3aa9f161d 100644 --- a/src/plugins/projectexplorer/environment.h +++ b/src/plugins/projectexplorer/environment.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/projectexplorer/environmenteditmodel.cpp b/src/plugins/projectexplorer/environmenteditmodel.cpp index d881a2e6db3..caa5e571404 100644 --- a/src/plugins/projectexplorer/environmenteditmodel.cpp +++ b/src/plugins/projectexplorer/environmenteditmodel.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/projectexplorer/environmenteditmodel.h b/src/plugins/projectexplorer/environmenteditmodel.h index 4f206520276..070703cab14 100644 --- a/src/plugins/projectexplorer/environmenteditmodel.h +++ b/src/plugins/projectexplorer/environmenteditmodel.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/projectexplorer/foldernavigationwidget.cpp b/src/plugins/projectexplorer/foldernavigationwidget.cpp index 3a59aca76c6..75a92945dd6 100644 --- a/src/plugins/projectexplorer/foldernavigationwidget.cpp +++ b/src/plugins/projectexplorer/foldernavigationwidget.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/projectexplorer/foldernavigationwidget.h b/src/plugins/projectexplorer/foldernavigationwidget.h index 82e4493eec7..f88bdd6d79c 100644 --- a/src/plugins/projectexplorer/foldernavigationwidget.h +++ b/src/plugins/projectexplorer/foldernavigationwidget.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/projectexplorer/iprojectmanager.h b/src/plugins/projectexplorer/iprojectmanager.h index 42d439e5978..3455375a0f8 100644 --- a/src/plugins/projectexplorer/iprojectmanager.h +++ b/src/plugins/projectexplorer/iprojectmanager.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/projectexplorer/iprojectproperties.h b/src/plugins/projectexplorer/iprojectproperties.h index f3f13927bc8..0a4d762f339 100644 --- a/src/plugins/projectexplorer/iprojectproperties.h +++ b/src/plugins/projectexplorer/iprojectproperties.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/projectexplorer/metatypedeclarations.h b/src/plugins/projectexplorer/metatypedeclarations.h index e7c3576ffe4..5ec03977a98 100644 --- a/src/plugins/projectexplorer/metatypedeclarations.h +++ b/src/plugins/projectexplorer/metatypedeclarations.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/projectexplorer/nodesvisitor.cpp b/src/plugins/projectexplorer/nodesvisitor.cpp index c2574f36f9d..4ebe7913ef0 100644 --- a/src/plugins/projectexplorer/nodesvisitor.cpp +++ b/src/plugins/projectexplorer/nodesvisitor.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/projectexplorer/nodesvisitor.h b/src/plugins/projectexplorer/nodesvisitor.h index 86c3a772705..f489ab95844 100644 --- a/src/plugins/projectexplorer/nodesvisitor.h +++ b/src/plugins/projectexplorer/nodesvisitor.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/projectexplorer/outputwindow.cpp b/src/plugins/projectexplorer/outputwindow.cpp index 81a9f292450..a1a3b1dc969 100644 --- a/src/plugins/projectexplorer/outputwindow.cpp +++ b/src/plugins/projectexplorer/outputwindow.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/projectexplorer/outputwindow.h b/src/plugins/projectexplorer/outputwindow.h index 69bd4ef9722..6e7431f2b62 100644 --- a/src/plugins/projectexplorer/outputwindow.h +++ b/src/plugins/projectexplorer/outputwindow.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/projectexplorer/persistentsettings.cpp b/src/plugins/projectexplorer/persistentsettings.cpp index 0939dc17850..c8b38f11398 100644 --- a/src/plugins/projectexplorer/persistentsettings.cpp +++ b/src/plugins/projectexplorer/persistentsettings.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/projectexplorer/persistentsettings.h b/src/plugins/projectexplorer/persistentsettings.h index a1bb19b833d..011a61e28b7 100644 --- a/src/plugins/projectexplorer/persistentsettings.h +++ b/src/plugins/projectexplorer/persistentsettings.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/projectexplorer/pluginfilefactory.cpp b/src/plugins/projectexplorer/pluginfilefactory.cpp index 723d5dbaf51..09630139a44 100644 --- a/src/plugins/projectexplorer/pluginfilefactory.cpp +++ b/src/plugins/projectexplorer/pluginfilefactory.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/projectexplorer/pluginfilefactory.h b/src/plugins/projectexplorer/pluginfilefactory.h index 5d3dc6b1f1a..ff6527713fa 100644 --- a/src/plugins/projectexplorer/pluginfilefactory.h +++ b/src/plugins/projectexplorer/pluginfilefactory.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/projectexplorer/processstep.cpp b/src/plugins/projectexplorer/processstep.cpp index f2e2a8ac543..3d8b11665cc 100644 --- a/src/plugins/projectexplorer/processstep.cpp +++ b/src/plugins/projectexplorer/processstep.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/projectexplorer/processstep.h b/src/plugins/projectexplorer/processstep.h index 0cee08d071d..11b40ba9afd 100644 --- a/src/plugins/projectexplorer/processstep.h +++ b/src/plugins/projectexplorer/processstep.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/projectexplorer/project.cpp b/src/plugins/projectexplorer/project.cpp index 2aaed472dd4..7945ddefe4a 100644 --- a/src/plugins/projectexplorer/project.cpp +++ b/src/plugins/projectexplorer/project.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/projectexplorer/project.h b/src/plugins/projectexplorer/project.h index 0d05234bd89..2ad175e48c2 100644 --- a/src/plugins/projectexplorer/project.h +++ b/src/plugins/projectexplorer/project.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/projectexplorer/projectexplorer.cpp b/src/plugins/projectexplorer/projectexplorer.cpp index 6296b252171..96ee6944643 100644 --- a/src/plugins/projectexplorer/projectexplorer.cpp +++ b/src/plugins/projectexplorer/projectexplorer.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/projectexplorer/projectexplorer.h b/src/plugins/projectexplorer/projectexplorer.h index 97eb684bb49..051a0be6273 100644 --- a/src/plugins/projectexplorer/projectexplorer.h +++ b/src/plugins/projectexplorer/projectexplorer.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/projectexplorer/projectexplorer_export.h b/src/plugins/projectexplorer/projectexplorer_export.h index 43475aeb4fb..ff288b1d172 100644 --- a/src/plugins/projectexplorer/projectexplorer_export.h +++ b/src/plugins/projectexplorer/projectexplorer_export.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/projectexplorer/projectexplorerconstants.h b/src/plugins/projectexplorer/projectexplorerconstants.h index 11a3cf5c279..3f937823ef2 100644 --- a/src/plugins/projectexplorer/projectexplorerconstants.h +++ b/src/plugins/projectexplorer/projectexplorerconstants.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/projectexplorer/projectfilewizardextension.cpp b/src/plugins/projectexplorer/projectfilewizardextension.cpp index 7445d4799c7..5f9b5f49260 100644 --- a/src/plugins/projectexplorer/projectfilewizardextension.cpp +++ b/src/plugins/projectexplorer/projectfilewizardextension.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/projectexplorer/projectfilewizardextension.h b/src/plugins/projectexplorer/projectfilewizardextension.h index 8a591272569..6e777cf19ec 100644 --- a/src/plugins/projectexplorer/projectfilewizardextension.h +++ b/src/plugins/projectexplorer/projectfilewizardextension.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/projectexplorer/projectmodels.cpp b/src/plugins/projectexplorer/projectmodels.cpp index 823244578ed..81a35c9b65b 100644 --- a/src/plugins/projectexplorer/projectmodels.cpp +++ b/src/plugins/projectexplorer/projectmodels.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/projectexplorer/projectmodels.h b/src/plugins/projectexplorer/projectmodels.h index 35c575fe94b..2cdf1e6f4d7 100644 --- a/src/plugins/projectexplorer/projectmodels.h +++ b/src/plugins/projectexplorer/projectmodels.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/projectexplorer/projectnodes.cpp b/src/plugins/projectexplorer/projectnodes.cpp index 7c85aae6ae3..a3f1b307528 100644 --- a/src/plugins/projectexplorer/projectnodes.cpp +++ b/src/plugins/projectexplorer/projectnodes.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/projectexplorer/projectnodes.h b/src/plugins/projectexplorer/projectnodes.h index 14297df8bee..e45cfbc9c03 100644 --- a/src/plugins/projectexplorer/projectnodes.h +++ b/src/plugins/projectexplorer/projectnodes.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/projectexplorer/projecttreewidget.cpp b/src/plugins/projectexplorer/projecttreewidget.cpp index 724ab9d5796..b83a1faedcc 100644 --- a/src/plugins/projectexplorer/projecttreewidget.cpp +++ b/src/plugins/projectexplorer/projecttreewidget.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/projectexplorer/projecttreewidget.h b/src/plugins/projectexplorer/projecttreewidget.h index 85dc9801abd..91f83ca3a69 100644 --- a/src/plugins/projectexplorer/projecttreewidget.h +++ b/src/plugins/projectexplorer/projecttreewidget.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/projectexplorer/projectwindow.cpp b/src/plugins/projectexplorer/projectwindow.cpp index e6732387424..b02839a4c5a 100644 --- a/src/plugins/projectexplorer/projectwindow.cpp +++ b/src/plugins/projectexplorer/projectwindow.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/projectexplorer/projectwindow.h b/src/plugins/projectexplorer/projectwindow.h index e5e2dc4a818..8bd54694224 100644 --- a/src/plugins/projectexplorer/projectwindow.h +++ b/src/plugins/projectexplorer/projectwindow.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/projectexplorer/projectwizardpage.cpp b/src/plugins/projectexplorer/projectwizardpage.cpp index f7022158bc8..a2d544393ac 100644 --- a/src/plugins/projectexplorer/projectwizardpage.cpp +++ b/src/plugins/projectexplorer/projectwizardpage.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/projectexplorer/projectwizardpage.h b/src/plugins/projectexplorer/projectwizardpage.h index bc86bb6fa7e..e076a3f0a3c 100644 --- a/src/plugins/projectexplorer/projectwizardpage.h +++ b/src/plugins/projectexplorer/projectwizardpage.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/projectexplorer/removefiledialog.cpp b/src/plugins/projectexplorer/removefiledialog.cpp index 32f573b5f62..c08075f0e53 100644 --- a/src/plugins/projectexplorer/removefiledialog.cpp +++ b/src/plugins/projectexplorer/removefiledialog.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/projectexplorer/removefiledialog.h b/src/plugins/projectexplorer/removefiledialog.h index 7c43774d8b7..3e9ac432c31 100644 --- a/src/plugins/projectexplorer/removefiledialog.h +++ b/src/plugins/projectexplorer/removefiledialog.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/projectexplorer/runconfiguration.cpp b/src/plugins/projectexplorer/runconfiguration.cpp index 8c83e2c407b..fc897a2f9fc 100644 --- a/src/plugins/projectexplorer/runconfiguration.cpp +++ b/src/plugins/projectexplorer/runconfiguration.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/projectexplorer/runconfiguration.h b/src/plugins/projectexplorer/runconfiguration.h index def848765d0..c7cf2519bf3 100644 --- a/src/plugins/projectexplorer/runconfiguration.h +++ b/src/plugins/projectexplorer/runconfiguration.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/projectexplorer/runsettingspropertiespage.cpp b/src/plugins/projectexplorer/runsettingspropertiespage.cpp index ce26ce4da92..2d20ba3b67b 100644 --- a/src/plugins/projectexplorer/runsettingspropertiespage.cpp +++ b/src/plugins/projectexplorer/runsettingspropertiespage.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/projectexplorer/runsettingspropertiespage.h b/src/plugins/projectexplorer/runsettingspropertiespage.h index c3882eaefb8..1f22bae7e71 100644 --- a/src/plugins/projectexplorer/runsettingspropertiespage.h +++ b/src/plugins/projectexplorer/runsettingspropertiespage.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/projectexplorer/scriptwrappers.cpp b/src/plugins/projectexplorer/scriptwrappers.cpp index d026636017d..87378531330 100644 --- a/src/plugins/projectexplorer/scriptwrappers.cpp +++ b/src/plugins/projectexplorer/scriptwrappers.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/projectexplorer/scriptwrappers.h b/src/plugins/projectexplorer/scriptwrappers.h index 2c8f3b42c13..05ef55420ae 100644 --- a/src/plugins/projectexplorer/scriptwrappers.h +++ b/src/plugins/projectexplorer/scriptwrappers.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/projectexplorer/session.cpp b/src/plugins/projectexplorer/session.cpp index 89716ce3f68..e6461e302a9 100644 --- a/src/plugins/projectexplorer/session.cpp +++ b/src/plugins/projectexplorer/session.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/projectexplorer/session.h b/src/plugins/projectexplorer/session.h index d07316f07a4..b44202f9a6a 100644 --- a/src/plugins/projectexplorer/session.h +++ b/src/plugins/projectexplorer/session.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/projectexplorer/sessiondialog.cpp b/src/plugins/projectexplorer/sessiondialog.cpp index b264ac11a9a..0ce134edfb9 100644 --- a/src/plugins/projectexplorer/sessiondialog.cpp +++ b/src/plugins/projectexplorer/sessiondialog.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/projectexplorer/sessiondialog.h b/src/plugins/projectexplorer/sessiondialog.h index b06704e9596..07aa28a0084 100644 --- a/src/plugins/projectexplorer/sessiondialog.h +++ b/src/plugins/projectexplorer/sessiondialog.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/projectexplorer/taskwindow.cpp b/src/plugins/projectexplorer/taskwindow.cpp index 2e3131e36fc..b702bb98bd3 100644 --- a/src/plugins/projectexplorer/taskwindow.cpp +++ b/src/plugins/projectexplorer/taskwindow.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/projectexplorer/taskwindow.h b/src/plugins/projectexplorer/taskwindow.h index a3bdf47621d..48b8de1eb11 100644 --- a/src/plugins/projectexplorer/taskwindow.h +++ b/src/plugins/projectexplorer/taskwindow.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/projectexplorer/winguiprocess.cpp b/src/plugins/projectexplorer/winguiprocess.cpp index d8231cea70f..13663e622fc 100644 --- a/src/plugins/projectexplorer/winguiprocess.cpp +++ b/src/plugins/projectexplorer/winguiprocess.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/projectexplorer/winguiprocess.h b/src/plugins/projectexplorer/winguiprocess.h index ffaefea8cbe..02ab6d9ff66 100644 --- a/src/plugins/projectexplorer/winguiprocess.h +++ b/src/plugins/projectexplorer/winguiprocess.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/qhelpproject/qhelpproject.cpp b/src/plugins/qhelpproject/qhelpproject.cpp index 478b232981d..4bdfaf38cf6 100644 --- a/src/plugins/qhelpproject/qhelpproject.cpp +++ b/src/plugins/qhelpproject/qhelpproject.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/qhelpproject/qhelpproject.h b/src/plugins/qhelpproject/qhelpproject.h index 275b21f5275..bd9d2540b58 100644 --- a/src/plugins/qhelpproject/qhelpproject.h +++ b/src/plugins/qhelpproject/qhelpproject.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/qhelpproject/qhelpprojectitems.cpp b/src/plugins/qhelpproject/qhelpprojectitems.cpp index 4d39139c443..1dad2894041 100644 --- a/src/plugins/qhelpproject/qhelpprojectitems.cpp +++ b/src/plugins/qhelpproject/qhelpprojectitems.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/qhelpproject/qhelpprojectitems.h b/src/plugins/qhelpproject/qhelpprojectitems.h index e920de2e8c2..ca6f793d814 100644 --- a/src/plugins/qhelpproject/qhelpprojectitems.h +++ b/src/plugins/qhelpproject/qhelpprojectitems.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/qhelpproject/qhelpprojectmanager.cpp b/src/plugins/qhelpproject/qhelpprojectmanager.cpp index 015a6705ef6..88870e675e0 100644 --- a/src/plugins/qhelpproject/qhelpprojectmanager.cpp +++ b/src/plugins/qhelpproject/qhelpprojectmanager.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/qhelpproject/qhelpprojectmanager.h b/src/plugins/qhelpproject/qhelpprojectmanager.h index 56a9f21d554..571d39c3289 100644 --- a/src/plugins/qhelpproject/qhelpprojectmanager.h +++ b/src/plugins/qhelpproject/qhelpprojectmanager.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/qt4projectmanager/applicationlauncher.h b/src/plugins/qt4projectmanager/applicationlauncher.h index bb580ab10d9..6f5aec1a141 100644 --- a/src/plugins/qt4projectmanager/applicationlauncher.h +++ b/src/plugins/qt4projectmanager/applicationlauncher.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/qt4projectmanager/buildoptionspage.cpp b/src/plugins/qt4projectmanager/buildoptionspage.cpp index 088af5fcd54..5258776456e 100644 --- a/src/plugins/qt4projectmanager/buildoptionspage.cpp +++ b/src/plugins/qt4projectmanager/buildoptionspage.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/qt4projectmanager/buildparserfactory.cpp b/src/plugins/qt4projectmanager/buildparserfactory.cpp index b7a56020242..34a62305f65 100644 --- a/src/plugins/qt4projectmanager/buildparserfactory.cpp +++ b/src/plugins/qt4projectmanager/buildparserfactory.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/qt4projectmanager/buildparserfactory.h b/src/plugins/qt4projectmanager/buildparserfactory.h index 269d0d77436..1c96b053ba7 100644 --- a/src/plugins/qt4projectmanager/buildparserfactory.h +++ b/src/plugins/qt4projectmanager/buildparserfactory.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/qt4projectmanager/cesdkhandler.cpp b/src/plugins/qt4projectmanager/cesdkhandler.cpp index 25200c3ab27..c4b5f5e22a6 100644 --- a/src/plugins/qt4projectmanager/cesdkhandler.cpp +++ b/src/plugins/qt4projectmanager/cesdkhandler.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/qt4projectmanager/cesdkhandler.h b/src/plugins/qt4projectmanager/cesdkhandler.h index f830564addc..d3e5bf4a035 100644 --- a/src/plugins/qt4projectmanager/cesdkhandler.h +++ b/src/plugins/qt4projectmanager/cesdkhandler.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/qt4projectmanager/deployhelper.cpp b/src/plugins/qt4projectmanager/deployhelper.cpp index cf48604ad20..807725751a0 100644 --- a/src/plugins/qt4projectmanager/deployhelper.cpp +++ b/src/plugins/qt4projectmanager/deployhelper.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/qt4projectmanager/deployhelper.h b/src/plugins/qt4projectmanager/deployhelper.h index 381353babc3..49626f887da 100644 --- a/src/plugins/qt4projectmanager/deployhelper.h +++ b/src/plugins/qt4projectmanager/deployhelper.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/qt4projectmanager/directorywatcher.cpp b/src/plugins/qt4projectmanager/directorywatcher.cpp index daf47834838..3434b0284d4 100644 --- a/src/plugins/qt4projectmanager/directorywatcher.cpp +++ b/src/plugins/qt4projectmanager/directorywatcher.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/qt4projectmanager/directorywatcher.h b/src/plugins/qt4projectmanager/directorywatcher.h index b529ec07e78..af73a131f0d 100644 --- a/src/plugins/qt4projectmanager/directorywatcher.h +++ b/src/plugins/qt4projectmanager/directorywatcher.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/qt4projectmanager/embeddedpropertiespage.cpp b/src/plugins/qt4projectmanager/embeddedpropertiespage.cpp index 1689a1bad51..61d9ff0bc37 100644 --- a/src/plugins/qt4projectmanager/embeddedpropertiespage.cpp +++ b/src/plugins/qt4projectmanager/embeddedpropertiespage.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/qt4projectmanager/embeddedpropertiespage.h b/src/plugins/qt4projectmanager/embeddedpropertiespage.h index 238117a3d57..93b7bae4cac 100644 --- a/src/plugins/qt4projectmanager/embeddedpropertiespage.h +++ b/src/plugins/qt4projectmanager/embeddedpropertiespage.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/qt4projectmanager/gccparser.cpp b/src/plugins/qt4projectmanager/gccparser.cpp index a208fc63052..52187715fbf 100644 --- a/src/plugins/qt4projectmanager/gccparser.cpp +++ b/src/plugins/qt4projectmanager/gccparser.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/qt4projectmanager/gccparser.h b/src/plugins/qt4projectmanager/gccparser.h index aca5bc36e45..76e2b11b31f 100644 --- a/src/plugins/qt4projectmanager/gccparser.h +++ b/src/plugins/qt4projectmanager/gccparser.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/qt4projectmanager/gccpreprocessor.cpp b/src/plugins/qt4projectmanager/gccpreprocessor.cpp index 79d16d47e07..a9463778730 100644 --- a/src/plugins/qt4projectmanager/gccpreprocessor.cpp +++ b/src/plugins/qt4projectmanager/gccpreprocessor.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/qt4projectmanager/gccpreprocessor.h b/src/plugins/qt4projectmanager/gccpreprocessor.h index a99cfbb7a3e..484dee0b538 100644 --- a/src/plugins/qt4projectmanager/gccpreprocessor.h +++ b/src/plugins/qt4projectmanager/gccpreprocessor.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/qt4projectmanager/gdbmacrosbuildstep.cpp b/src/plugins/qt4projectmanager/gdbmacrosbuildstep.cpp index d7f55ba7114..1b2da3d7de1 100644 --- a/src/plugins/qt4projectmanager/gdbmacrosbuildstep.cpp +++ b/src/plugins/qt4projectmanager/gdbmacrosbuildstep.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/qt4projectmanager/gdbmacrosbuildstep.h b/src/plugins/qt4projectmanager/gdbmacrosbuildstep.h index 61226a41549..f5aa55d22e5 100644 --- a/src/plugins/qt4projectmanager/gdbmacrosbuildstep.h +++ b/src/plugins/qt4projectmanager/gdbmacrosbuildstep.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/qt4projectmanager/headerpath.h b/src/plugins/qt4projectmanager/headerpath.h index cb99c607077..74012f89750 100644 --- a/src/plugins/qt4projectmanager/headerpath.h +++ b/src/plugins/qt4projectmanager/headerpath.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/qt4projectmanager/makestep.cpp b/src/plugins/qt4projectmanager/makestep.cpp index 55ef402fb97..71fc51f7962 100644 --- a/src/plugins/qt4projectmanager/makestep.cpp +++ b/src/plugins/qt4projectmanager/makestep.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/qt4projectmanager/makestep.h b/src/plugins/qt4projectmanager/makestep.h index 617125e34e5..ad066d23c40 100644 --- a/src/plugins/qt4projectmanager/makestep.h +++ b/src/plugins/qt4projectmanager/makestep.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/qt4projectmanager/msvcenvironment.cpp b/src/plugins/qt4projectmanager/msvcenvironment.cpp index 48d751f0f25..dcfc15e10c8 100644 --- a/src/plugins/qt4projectmanager/msvcenvironment.cpp +++ b/src/plugins/qt4projectmanager/msvcenvironment.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/qt4projectmanager/msvcenvironment.h b/src/plugins/qt4projectmanager/msvcenvironment.h index 85b4150f9a8..b1aef04e1c9 100644 --- a/src/plugins/qt4projectmanager/msvcenvironment.h +++ b/src/plugins/qt4projectmanager/msvcenvironment.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/qt4projectmanager/msvcparser.cpp b/src/plugins/qt4projectmanager/msvcparser.cpp index ed7e4eacf47..7ef3d7c955f 100644 --- a/src/plugins/qt4projectmanager/msvcparser.cpp +++ b/src/plugins/qt4projectmanager/msvcparser.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/qt4projectmanager/msvcparser.h b/src/plugins/qt4projectmanager/msvcparser.h index d19ee77d810..a0d6ae96cc4 100644 --- a/src/plugins/qt4projectmanager/msvcparser.h +++ b/src/plugins/qt4projectmanager/msvcparser.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/qt4projectmanager/profileeditor.cpp b/src/plugins/qt4projectmanager/profileeditor.cpp index 0542f4a091e..ddcb0b4252b 100644 --- a/src/plugins/qt4projectmanager/profileeditor.cpp +++ b/src/plugins/qt4projectmanager/profileeditor.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/qt4projectmanager/profileeditor.h b/src/plugins/qt4projectmanager/profileeditor.h index de52d8a0321..36017aa6eb8 100644 --- a/src/plugins/qt4projectmanager/profileeditor.h +++ b/src/plugins/qt4projectmanager/profileeditor.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/qt4projectmanager/profileeditorfactory.cpp b/src/plugins/qt4projectmanager/profileeditorfactory.cpp index 2ad95e995a3..a18fda7b5d9 100644 --- a/src/plugins/qt4projectmanager/profileeditorfactory.cpp +++ b/src/plugins/qt4projectmanager/profileeditorfactory.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/qt4projectmanager/profileeditorfactory.h b/src/plugins/qt4projectmanager/profileeditorfactory.h index 4f6909ae69d..f73edc8f47b 100644 --- a/src/plugins/qt4projectmanager/profileeditorfactory.h +++ b/src/plugins/qt4projectmanager/profileeditorfactory.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/qt4projectmanager/profilehighlighter.cpp b/src/plugins/qt4projectmanager/profilehighlighter.cpp index a21f0a7f5be..90338130378 100644 --- a/src/plugins/qt4projectmanager/profilehighlighter.cpp +++ b/src/plugins/qt4projectmanager/profilehighlighter.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/qt4projectmanager/profilehighlighter.h b/src/plugins/qt4projectmanager/profilehighlighter.h index b4ad5a72245..7dd2ccd5a9c 100644 --- a/src/plugins/qt4projectmanager/profilehighlighter.h +++ b/src/plugins/qt4projectmanager/profilehighlighter.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/qt4projectmanager/profilereader.cpp b/src/plugins/qt4projectmanager/profilereader.cpp index 2b4c817928f..a8069b54a79 100644 --- a/src/plugins/qt4projectmanager/profilereader.cpp +++ b/src/plugins/qt4projectmanager/profilereader.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/qt4projectmanager/profilereader.h b/src/plugins/qt4projectmanager/profilereader.h index ace88866041..81e0ad2f944 100644 --- a/src/plugins/qt4projectmanager/profilereader.h +++ b/src/plugins/qt4projectmanager/profilereader.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/qt4projectmanager/projectloadwizard.cpp b/src/plugins/qt4projectmanager/projectloadwizard.cpp index 9a75d2e9dd9..62bef9bcc6b 100644 --- a/src/plugins/qt4projectmanager/projectloadwizard.cpp +++ b/src/plugins/qt4projectmanager/projectloadwizard.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/qt4projectmanager/projectloadwizard.h b/src/plugins/qt4projectmanager/projectloadwizard.h index c205b84510f..71dae75bf29 100644 --- a/src/plugins/qt4projectmanager/projectloadwizard.h +++ b/src/plugins/qt4projectmanager/projectloadwizard.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/qt4projectmanager/qmakebuildstepfactory.cpp b/src/plugins/qt4projectmanager/qmakebuildstepfactory.cpp index 4bf3b8ee98a..f6c422b9a0d 100644 --- a/src/plugins/qt4projectmanager/qmakebuildstepfactory.cpp +++ b/src/plugins/qt4projectmanager/qmakebuildstepfactory.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/qt4projectmanager/qmakebuildstepfactory.h b/src/plugins/qt4projectmanager/qmakebuildstepfactory.h index 3e06f864cad..2766701eab3 100644 --- a/src/plugins/qt4projectmanager/qmakebuildstepfactory.h +++ b/src/plugins/qt4projectmanager/qmakebuildstepfactory.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/qt4projectmanager/qmakestep.cpp b/src/plugins/qt4projectmanager/qmakestep.cpp index 85852f01885..fcb07fcf8ae 100644 --- a/src/plugins/qt4projectmanager/qmakestep.cpp +++ b/src/plugins/qt4projectmanager/qmakestep.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/qt4projectmanager/qmakestep.h b/src/plugins/qt4projectmanager/qmakestep.h index af9bf743dda..4431e59bfb8 100644 --- a/src/plugins/qt4projectmanager/qmakestep.h +++ b/src/plugins/qt4projectmanager/qmakestep.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/qt4projectmanager/qt4buildconfigwidget.cpp b/src/plugins/qt4projectmanager/qt4buildconfigwidget.cpp index 75ea55097c1..2ee2d0f8bc0 100644 --- a/src/plugins/qt4projectmanager/qt4buildconfigwidget.cpp +++ b/src/plugins/qt4projectmanager/qt4buildconfigwidget.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/qt4projectmanager/qt4buildconfigwidget.h b/src/plugins/qt4projectmanager/qt4buildconfigwidget.h index 5a14376d00e..622ce98be2e 100644 --- a/src/plugins/qt4projectmanager/qt4buildconfigwidget.h +++ b/src/plugins/qt4projectmanager/qt4buildconfigwidget.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/qt4projectmanager/qt4buildenvironmentwidget.cpp b/src/plugins/qt4projectmanager/qt4buildenvironmentwidget.cpp index 84ae6744a45..f0195cfd847 100644 --- a/src/plugins/qt4projectmanager/qt4buildenvironmentwidget.cpp +++ b/src/plugins/qt4projectmanager/qt4buildenvironmentwidget.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/qt4projectmanager/qt4buildenvironmentwidget.h b/src/plugins/qt4projectmanager/qt4buildenvironmentwidget.h index d5adbd8e6c6..1218607f5c5 100644 --- a/src/plugins/qt4projectmanager/qt4buildenvironmentwidget.h +++ b/src/plugins/qt4projectmanager/qt4buildenvironmentwidget.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/qt4projectmanager/qt4nodes.cpp b/src/plugins/qt4projectmanager/qt4nodes.cpp index b5549dadf0c..03765104ca7 100644 --- a/src/plugins/qt4projectmanager/qt4nodes.cpp +++ b/src/plugins/qt4projectmanager/qt4nodes.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/qt4projectmanager/qt4nodes.h b/src/plugins/qt4projectmanager/qt4nodes.h index 6b858bc5259..487177c84ae 100644 --- a/src/plugins/qt4projectmanager/qt4nodes.h +++ b/src/plugins/qt4projectmanager/qt4nodes.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/qt4projectmanager/qt4project.cpp b/src/plugins/qt4projectmanager/qt4project.cpp index ceedf098c42..2a7fd0c242c 100644 --- a/src/plugins/qt4projectmanager/qt4project.cpp +++ b/src/plugins/qt4projectmanager/qt4project.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/qt4projectmanager/qt4project.h b/src/plugins/qt4projectmanager/qt4project.h index 2a236a84c63..a70669f49f0 100644 --- a/src/plugins/qt4projectmanager/qt4project.h +++ b/src/plugins/qt4projectmanager/qt4project.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/qt4projectmanager/qt4projectmanager.cpp b/src/plugins/qt4projectmanager/qt4projectmanager.cpp index 2e1281682ef..7e83418eaae 100644 --- a/src/plugins/qt4projectmanager/qt4projectmanager.cpp +++ b/src/plugins/qt4projectmanager/qt4projectmanager.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/qt4projectmanager/qt4projectmanager.h b/src/plugins/qt4projectmanager/qt4projectmanager.h index de33def6e67..c6eb4127d75 100644 --- a/src/plugins/qt4projectmanager/qt4projectmanager.h +++ b/src/plugins/qt4projectmanager/qt4projectmanager.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/qt4projectmanager/qt4projectmanagerconstants.h b/src/plugins/qt4projectmanager/qt4projectmanagerconstants.h index bce80c77134..251f47dcf13 100644 --- a/src/plugins/qt4projectmanager/qt4projectmanagerconstants.h +++ b/src/plugins/qt4projectmanager/qt4projectmanagerconstants.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/qt4projectmanager/qt4projectmanagerenums.h b/src/plugins/qt4projectmanager/qt4projectmanagerenums.h index 7f16692cef7..247dae0117f 100644 --- a/src/plugins/qt4projectmanager/qt4projectmanagerenums.h +++ b/src/plugins/qt4projectmanager/qt4projectmanagerenums.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/qt4projectmanager/qt4projectmanagerplugin.cpp b/src/plugins/qt4projectmanager/qt4projectmanagerplugin.cpp index 14affc5f078..debb89dae44 100644 --- a/src/plugins/qt4projectmanager/qt4projectmanagerplugin.cpp +++ b/src/plugins/qt4projectmanager/qt4projectmanagerplugin.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/qt4projectmanager/qt4projectmanagerplugin.h b/src/plugins/qt4projectmanager/qt4projectmanagerplugin.h index 207bc02befe..ee46f1f6aa0 100644 --- a/src/plugins/qt4projectmanager/qt4projectmanagerplugin.h +++ b/src/plugins/qt4projectmanager/qt4projectmanagerplugin.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/qt4projectmanager/qt4runconfiguration.cpp b/src/plugins/qt4projectmanager/qt4runconfiguration.cpp index 2c0b4f34697..f9a5053fbbe 100644 --- a/src/plugins/qt4projectmanager/qt4runconfiguration.cpp +++ b/src/plugins/qt4projectmanager/qt4runconfiguration.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/qt4projectmanager/qt4runconfiguration.h b/src/plugins/qt4projectmanager/qt4runconfiguration.h index cd2cae85c0e..9e289791438 100644 --- a/src/plugins/qt4projectmanager/qt4runconfiguration.h +++ b/src/plugins/qt4projectmanager/qt4runconfiguration.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/qt4projectmanager/qtversionmanager.cpp b/src/plugins/qt4projectmanager/qtversionmanager.cpp index 246d4737bd1..2df78994643 100644 --- a/src/plugins/qt4projectmanager/qtversionmanager.cpp +++ b/src/plugins/qt4projectmanager/qtversionmanager.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/qt4projectmanager/qtversionmanager.h b/src/plugins/qt4projectmanager/qtversionmanager.h index d13ba7c3e00..164e40c6d8e 100644 --- a/src/plugins/qt4projectmanager/qtversionmanager.h +++ b/src/plugins/qt4projectmanager/qtversionmanager.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/qt4projectmanager/speinfo.cpp b/src/plugins/qt4projectmanager/speinfo.cpp index 58c69769bd4..fefce92e557 100644 --- a/src/plugins/qt4projectmanager/speinfo.cpp +++ b/src/plugins/qt4projectmanager/speinfo.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/qt4projectmanager/speinfo.h b/src/plugins/qt4projectmanager/speinfo.h index 1da8f8502b0..46ac60372a0 100644 --- a/src/plugins/qt4projectmanager/speinfo.h +++ b/src/plugins/qt4projectmanager/speinfo.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/qt4projectmanager/wizards/consoleappwizard.cpp b/src/plugins/qt4projectmanager/wizards/consoleappwizard.cpp index a49d077d7cd..2be52a0a8d1 100644 --- a/src/plugins/qt4projectmanager/wizards/consoleappwizard.cpp +++ b/src/plugins/qt4projectmanager/wizards/consoleappwizard.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/qt4projectmanager/wizards/consoleappwizard.h b/src/plugins/qt4projectmanager/wizards/consoleappwizard.h index aecf20b667c..ffb398d1e7b 100644 --- a/src/plugins/qt4projectmanager/wizards/consoleappwizard.h +++ b/src/plugins/qt4projectmanager/wizards/consoleappwizard.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/qt4projectmanager/wizards/consoleappwizarddialog.cpp b/src/plugins/qt4projectmanager/wizards/consoleappwizarddialog.cpp index 1090673284f..7a1bf47a4c4 100644 --- a/src/plugins/qt4projectmanager/wizards/consoleappwizarddialog.cpp +++ b/src/plugins/qt4projectmanager/wizards/consoleappwizarddialog.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/qt4projectmanager/wizards/consoleappwizarddialog.h b/src/plugins/qt4projectmanager/wizards/consoleappwizarddialog.h index 8e44923557d..e8ba72a5575 100644 --- a/src/plugins/qt4projectmanager/wizards/consoleappwizarddialog.h +++ b/src/plugins/qt4projectmanager/wizards/consoleappwizarddialog.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/qt4projectmanager/wizards/filespage.cpp b/src/plugins/qt4projectmanager/wizards/filespage.cpp index 58391a73958..73d5438ffee 100644 --- a/src/plugins/qt4projectmanager/wizards/filespage.cpp +++ b/src/plugins/qt4projectmanager/wizards/filespage.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/qt4projectmanager/wizards/filespage.h b/src/plugins/qt4projectmanager/wizards/filespage.h index d670dabbece..f84812425b2 100644 --- a/src/plugins/qt4projectmanager/wizards/filespage.h +++ b/src/plugins/qt4projectmanager/wizards/filespage.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/qt4projectmanager/wizards/guiappwizard.cpp b/src/plugins/qt4projectmanager/wizards/guiappwizard.cpp index 28712aa4b62..1df3a0ba1a3 100644 --- a/src/plugins/qt4projectmanager/wizards/guiappwizard.cpp +++ b/src/plugins/qt4projectmanager/wizards/guiappwizard.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/qt4projectmanager/wizards/guiappwizard.h b/src/plugins/qt4projectmanager/wizards/guiappwizard.h index 6f25688dc86..f3098e17506 100644 --- a/src/plugins/qt4projectmanager/wizards/guiappwizard.h +++ b/src/plugins/qt4projectmanager/wizards/guiappwizard.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/qt4projectmanager/wizards/guiappwizarddialog.cpp b/src/plugins/qt4projectmanager/wizards/guiappwizarddialog.cpp index 621a3b6ba92..1c525704675 100644 --- a/src/plugins/qt4projectmanager/wizards/guiappwizarddialog.cpp +++ b/src/plugins/qt4projectmanager/wizards/guiappwizarddialog.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/qt4projectmanager/wizards/guiappwizarddialog.h b/src/plugins/qt4projectmanager/wizards/guiappwizarddialog.h index 1ca5b76ec7f..4092fee5dab 100644 --- a/src/plugins/qt4projectmanager/wizards/guiappwizarddialog.h +++ b/src/plugins/qt4projectmanager/wizards/guiappwizarddialog.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/qt4projectmanager/wizards/libraryparameters.cpp b/src/plugins/qt4projectmanager/wizards/libraryparameters.cpp index 15e52ce68a2..16887d10304 100644 --- a/src/plugins/qt4projectmanager/wizards/libraryparameters.cpp +++ b/src/plugins/qt4projectmanager/wizards/libraryparameters.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/qt4projectmanager/wizards/libraryparameters.h b/src/plugins/qt4projectmanager/wizards/libraryparameters.h index 470443bd298..e02eaa32bb9 100644 --- a/src/plugins/qt4projectmanager/wizards/libraryparameters.h +++ b/src/plugins/qt4projectmanager/wizards/libraryparameters.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/qt4projectmanager/wizards/librarywizard.cpp b/src/plugins/qt4projectmanager/wizards/librarywizard.cpp index 30e7add3440..ff6639ad484 100644 --- a/src/plugins/qt4projectmanager/wizards/librarywizard.cpp +++ b/src/plugins/qt4projectmanager/wizards/librarywizard.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/qt4projectmanager/wizards/librarywizard.h b/src/plugins/qt4projectmanager/wizards/librarywizard.h index 94732e5fb67..6e2eb725888 100644 --- a/src/plugins/qt4projectmanager/wizards/librarywizard.h +++ b/src/plugins/qt4projectmanager/wizards/librarywizard.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/qt4projectmanager/wizards/librarywizarddialog.cpp b/src/plugins/qt4projectmanager/wizards/librarywizarddialog.cpp index c95bea8217b..96f0fd86e58 100644 --- a/src/plugins/qt4projectmanager/wizards/librarywizarddialog.cpp +++ b/src/plugins/qt4projectmanager/wizards/librarywizarddialog.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/qt4projectmanager/wizards/librarywizarddialog.h b/src/plugins/qt4projectmanager/wizards/librarywizarddialog.h index a95dce69862..8472df61fe8 100644 --- a/src/plugins/qt4projectmanager/wizards/librarywizarddialog.h +++ b/src/plugins/qt4projectmanager/wizards/librarywizarddialog.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/qt4projectmanager/wizards/modulespage.cpp b/src/plugins/qt4projectmanager/wizards/modulespage.cpp index 7e11c50de9a..959936f1245 100644 --- a/src/plugins/qt4projectmanager/wizards/modulespage.cpp +++ b/src/plugins/qt4projectmanager/wizards/modulespage.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/qt4projectmanager/wizards/modulespage.h b/src/plugins/qt4projectmanager/wizards/modulespage.h index 34552fa6b2e..fdb63202f8d 100644 --- a/src/plugins/qt4projectmanager/wizards/modulespage.h +++ b/src/plugins/qt4projectmanager/wizards/modulespage.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/qt4projectmanager/wizards/qtprojectparameters.cpp b/src/plugins/qt4projectmanager/wizards/qtprojectparameters.cpp index eca41422ad2..cab7b56b46a 100644 --- a/src/plugins/qt4projectmanager/wizards/qtprojectparameters.cpp +++ b/src/plugins/qt4projectmanager/wizards/qtprojectparameters.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/qt4projectmanager/wizards/qtprojectparameters.h b/src/plugins/qt4projectmanager/wizards/qtprojectparameters.h index 1b5186526f1..e8146557f21 100644 --- a/src/plugins/qt4projectmanager/wizards/qtprojectparameters.h +++ b/src/plugins/qt4projectmanager/wizards/qtprojectparameters.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/qt4projectmanager/wizards/qtwizard.cpp b/src/plugins/qt4projectmanager/wizards/qtwizard.cpp index 86c9c2a7902..831e0e908dd 100644 --- a/src/plugins/qt4projectmanager/wizards/qtwizard.cpp +++ b/src/plugins/qt4projectmanager/wizards/qtwizard.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/qt4projectmanager/wizards/qtwizard.h b/src/plugins/qt4projectmanager/wizards/qtwizard.h index 1ae6ce0dd54..1b4f1a6074a 100644 --- a/src/plugins/qt4projectmanager/wizards/qtwizard.h +++ b/src/plugins/qt4projectmanager/wizards/qtwizard.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/qtestlib/qtestlibplugin.cpp b/src/plugins/qtestlib/qtestlibplugin.cpp index bf60d7d54fa..a1889ef20d7 100644 --- a/src/plugins/qtestlib/qtestlibplugin.cpp +++ b/src/plugins/qtestlib/qtestlibplugin.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/qtestlib/qtestlibplugin.h b/src/plugins/qtestlib/qtestlibplugin.h index bbb4bb2683e..d2f3ad850df 100644 --- a/src/plugins/qtestlib/qtestlibplugin.h +++ b/src/plugins/qtestlib/qtestlibplugin.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/qtscripteditor/qtscripteditor.cpp b/src/plugins/qtscripteditor/qtscripteditor.cpp index 673c7a02fd8..39ba4f0d942 100644 --- a/src/plugins/qtscripteditor/qtscripteditor.cpp +++ b/src/plugins/qtscripteditor/qtscripteditor.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/qtscripteditor/qtscripteditor.h b/src/plugins/qtscripteditor/qtscripteditor.h index 1964ddea851..73e34fc527d 100644 --- a/src/plugins/qtscripteditor/qtscripteditor.h +++ b/src/plugins/qtscripteditor/qtscripteditor.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/qtscripteditor/qtscripteditoractionhandler.cpp b/src/plugins/qtscripteditor/qtscripteditoractionhandler.cpp index 971ea9d4916..f51d8a8329e 100644 --- a/src/plugins/qtscripteditor/qtscripteditoractionhandler.cpp +++ b/src/plugins/qtscripteditor/qtscripteditoractionhandler.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/qtscripteditor/qtscripteditoractionhandler.h b/src/plugins/qtscripteditor/qtscripteditoractionhandler.h index e5fb11c136c..3e21889bdff 100644 --- a/src/plugins/qtscripteditor/qtscripteditoractionhandler.h +++ b/src/plugins/qtscripteditor/qtscripteditoractionhandler.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/qtscripteditor/qtscripteditorconstants.h b/src/plugins/qtscripteditor/qtscripteditorconstants.h index 9998dd4c273..da6b6948641 100644 --- a/src/plugins/qtscripteditor/qtscripteditorconstants.h +++ b/src/plugins/qtscripteditor/qtscripteditorconstants.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/qtscripteditor/qtscripteditorfactory.cpp b/src/plugins/qtscripteditor/qtscripteditorfactory.cpp index e8e7f64018b..e63c9d16c44 100644 --- a/src/plugins/qtscripteditor/qtscripteditorfactory.cpp +++ b/src/plugins/qtscripteditor/qtscripteditorfactory.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/qtscripteditor/qtscripteditorfactory.h b/src/plugins/qtscripteditor/qtscripteditorfactory.h index c8442daea35..b2bfee27e20 100644 --- a/src/plugins/qtscripteditor/qtscripteditorfactory.h +++ b/src/plugins/qtscripteditor/qtscripteditorfactory.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/qtscripteditor/qtscripteditorplugin.cpp b/src/plugins/qtscripteditor/qtscripteditorplugin.cpp index 9f724d4d09d..d03692b9d6d 100644 --- a/src/plugins/qtscripteditor/qtscripteditorplugin.cpp +++ b/src/plugins/qtscripteditor/qtscripteditorplugin.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/qtscripteditor/qtscripteditorplugin.h b/src/plugins/qtscripteditor/qtscripteditorplugin.h index cd7a3365645..d1ab725b645 100644 --- a/src/plugins/qtscripteditor/qtscripteditorplugin.h +++ b/src/plugins/qtscripteditor/qtscripteditorplugin.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/qtscripteditor/qtscripthighlighter.cpp b/src/plugins/qtscripteditor/qtscripthighlighter.cpp index 0e7cd342cbd..66bb3c88fac 100644 --- a/src/plugins/qtscripteditor/qtscripthighlighter.cpp +++ b/src/plugins/qtscripteditor/qtscripthighlighter.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/qtscripteditor/qtscripthighlighter.h b/src/plugins/qtscripteditor/qtscripthighlighter.h index 374116e0893..e1b60194860 100644 --- a/src/plugins/qtscripteditor/qtscripthighlighter.h +++ b/src/plugins/qtscripteditor/qtscripthighlighter.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/quickopen/basefilefilter.cpp b/src/plugins/quickopen/basefilefilter.cpp index ca565350638..1909f4af031 100644 --- a/src/plugins/quickopen/basefilefilter.cpp +++ b/src/plugins/quickopen/basefilefilter.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/quickopen/basefilefilter.h b/src/plugins/quickopen/basefilefilter.h index e454b6b07e7..883fc078e1f 100644 --- a/src/plugins/quickopen/basefilefilter.h +++ b/src/plugins/quickopen/basefilefilter.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/quickopen/directoryfilter.cpp b/src/plugins/quickopen/directoryfilter.cpp index 30f7fc28fae..2948d990df1 100644 --- a/src/plugins/quickopen/directoryfilter.cpp +++ b/src/plugins/quickopen/directoryfilter.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/quickopen/directoryfilter.h b/src/plugins/quickopen/directoryfilter.h index c283dfe33f8..7df79ae700b 100644 --- a/src/plugins/quickopen/directoryfilter.h +++ b/src/plugins/quickopen/directoryfilter.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/quickopen/directoryparser.cpp b/src/plugins/quickopen/directoryparser.cpp index 5a420e35051..dbafa92f63a 100644 --- a/src/plugins/quickopen/directoryparser.cpp +++ b/src/plugins/quickopen/directoryparser.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/quickopen/directoryparser.h b/src/plugins/quickopen/directoryparser.h index 13a0cbc5ef8..4a566e041dd 100644 --- a/src/plugins/quickopen/directoryparser.h +++ b/src/plugins/quickopen/directoryparser.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/quickopen/filesystemfilter.cpp b/src/plugins/quickopen/filesystemfilter.cpp index 4631a8d9347..77c66cd0d78 100644 --- a/src/plugins/quickopen/filesystemfilter.cpp +++ b/src/plugins/quickopen/filesystemfilter.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/quickopen/filesystemfilter.h b/src/plugins/quickopen/filesystemfilter.h index a404da038f0..fbf8c57ed67 100644 --- a/src/plugins/quickopen/filesystemfilter.h +++ b/src/plugins/quickopen/filesystemfilter.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/quickopen/iquickopenfilter.cpp b/src/plugins/quickopen/iquickopenfilter.cpp index 82922e3ba2a..adca7a71a40 100644 --- a/src/plugins/quickopen/iquickopenfilter.cpp +++ b/src/plugins/quickopen/iquickopenfilter.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/quickopen/iquickopenfilter.h b/src/plugins/quickopen/iquickopenfilter.h index d5591ac940f..b06e2bb9768 100644 --- a/src/plugins/quickopen/iquickopenfilter.h +++ b/src/plugins/quickopen/iquickopenfilter.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/quickopen/opendocumentsfilter.cpp b/src/plugins/quickopen/opendocumentsfilter.cpp index 0ee4ad8e985..d8039de8744 100644 --- a/src/plugins/quickopen/opendocumentsfilter.cpp +++ b/src/plugins/quickopen/opendocumentsfilter.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/quickopen/opendocumentsfilter.h b/src/plugins/quickopen/opendocumentsfilter.h index 6957119727e..4462810ff25 100644 --- a/src/plugins/quickopen/opendocumentsfilter.h +++ b/src/plugins/quickopen/opendocumentsfilter.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/quickopen/quickopen_global.h b/src/plugins/quickopen/quickopen_global.h index 5d0c896f56e..d887df38299 100644 --- a/src/plugins/quickopen/quickopen_global.h +++ b/src/plugins/quickopen/quickopen_global.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/quickopen/quickopenconstants.h b/src/plugins/quickopen/quickopenconstants.h index 9cce4268770..9a0d2be319a 100644 --- a/src/plugins/quickopen/quickopenconstants.h +++ b/src/plugins/quickopen/quickopenconstants.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/quickopen/quickopenfiltersfilter.cpp b/src/plugins/quickopen/quickopenfiltersfilter.cpp index 519c56daec7..6bff7a73ed9 100644 --- a/src/plugins/quickopen/quickopenfiltersfilter.cpp +++ b/src/plugins/quickopen/quickopenfiltersfilter.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/quickopen/quickopenfiltersfilter.h b/src/plugins/quickopen/quickopenfiltersfilter.h index 2e3c1dc906c..3c68d815c24 100644 --- a/src/plugins/quickopen/quickopenfiltersfilter.h +++ b/src/plugins/quickopen/quickopenfiltersfilter.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/quickopen/quickopenmanager.cpp b/src/plugins/quickopen/quickopenmanager.cpp index 1cabeb6bc2d..b6e5cb9ccb1 100644 --- a/src/plugins/quickopen/quickopenmanager.cpp +++ b/src/plugins/quickopen/quickopenmanager.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/quickopen/quickopenmanager.h b/src/plugins/quickopen/quickopenmanager.h index 72b85f72d56..52277d0e545 100644 --- a/src/plugins/quickopen/quickopenmanager.h +++ b/src/plugins/quickopen/quickopenmanager.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/quickopen/quickopenplugin.cpp b/src/plugins/quickopen/quickopenplugin.cpp index a2956eb3b59..d38502815de 100644 --- a/src/plugins/quickopen/quickopenplugin.cpp +++ b/src/plugins/quickopen/quickopenplugin.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/quickopen/quickopenplugin.h b/src/plugins/quickopen/quickopenplugin.h index 58220368b4d..e87e8b313d6 100644 --- a/src/plugins/quickopen/quickopenplugin.h +++ b/src/plugins/quickopen/quickopenplugin.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/quickopen/quickopentoolwindow.cpp b/src/plugins/quickopen/quickopentoolwindow.cpp index 9701923515a..415e347a3ac 100644 --- a/src/plugins/quickopen/quickopentoolwindow.cpp +++ b/src/plugins/quickopen/quickopentoolwindow.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/quickopen/quickopentoolwindow.h b/src/plugins/quickopen/quickopentoolwindow.h index b4bcbf91729..896c1ab1edd 100644 --- a/src/plugins/quickopen/quickopentoolwindow.h +++ b/src/plugins/quickopen/quickopentoolwindow.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/quickopen/settingspage.cpp b/src/plugins/quickopen/settingspage.cpp index 4b1f81fc867..7f01d04d7da 100644 --- a/src/plugins/quickopen/settingspage.cpp +++ b/src/plugins/quickopen/settingspage.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/quickopen/settingspage.h b/src/plugins/quickopen/settingspage.h index 7acbdadf73f..755763b2f67 100644 --- a/src/plugins/quickopen/settingspage.h +++ b/src/plugins/quickopen/settingspage.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/regexp/regexpplugin.cpp b/src/plugins/regexp/regexpplugin.cpp index 42a8601821e..42070682f9a 100644 --- a/src/plugins/regexp/regexpplugin.cpp +++ b/src/plugins/regexp/regexpplugin.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/regexp/regexpplugin.h b/src/plugins/regexp/regexpplugin.h index 4a81ce347ee..b4d8db227c3 100644 --- a/src/plugins/regexp/regexpplugin.h +++ b/src/plugins/regexp/regexpplugin.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/regexp/regexpwindow.cpp b/src/plugins/regexp/regexpwindow.cpp index cfa245a1c4e..418faaf4f23 100644 --- a/src/plugins/regexp/regexpwindow.cpp +++ b/src/plugins/regexp/regexpwindow.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/regexp/regexpwindow.h b/src/plugins/regexp/regexpwindow.h index 73ae07e3aba..f6c87d587bf 100644 --- a/src/plugins/regexp/regexpwindow.h +++ b/src/plugins/regexp/regexpwindow.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/regexp/settings.cpp b/src/plugins/regexp/settings.cpp index d98795c375f..b2d9a6ceaf0 100644 --- a/src/plugins/regexp/settings.cpp +++ b/src/plugins/regexp/settings.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/regexp/settings.h b/src/plugins/regexp/settings.h index 1c1a8a6ce79..80d124db548 100644 --- a/src/plugins/regexp/settings.h +++ b/src/plugins/regexp/settings.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/resourceeditor/resourceeditorconstants.h b/src/plugins/resourceeditor/resourceeditorconstants.h index 739afefee7e..df5d97c7569 100644 --- a/src/plugins/resourceeditor/resourceeditorconstants.h +++ b/src/plugins/resourceeditor/resourceeditorconstants.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/resourceeditor/resourceeditorfactory.cpp b/src/plugins/resourceeditor/resourceeditorfactory.cpp index a849bb0d202..64c1dc9cfc7 100644 --- a/src/plugins/resourceeditor/resourceeditorfactory.cpp +++ b/src/plugins/resourceeditor/resourceeditorfactory.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/resourceeditor/resourceeditorfactory.h b/src/plugins/resourceeditor/resourceeditorfactory.h index e9b50af0986..8d6ffa9df6d 100644 --- a/src/plugins/resourceeditor/resourceeditorfactory.h +++ b/src/plugins/resourceeditor/resourceeditorfactory.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/resourceeditor/resourceeditorplugin.cpp b/src/plugins/resourceeditor/resourceeditorplugin.cpp index 44284f06fd7..2d8c3370bf0 100644 --- a/src/plugins/resourceeditor/resourceeditorplugin.cpp +++ b/src/plugins/resourceeditor/resourceeditorplugin.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/resourceeditor/resourceeditorplugin.h b/src/plugins/resourceeditor/resourceeditorplugin.h index 94c7f6054c4..d646be712a8 100644 --- a/src/plugins/resourceeditor/resourceeditorplugin.h +++ b/src/plugins/resourceeditor/resourceeditorplugin.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/resourceeditor/resourceeditorw.cpp b/src/plugins/resourceeditor/resourceeditorw.cpp index 7eefdcb7720..652470cb870 100644 --- a/src/plugins/resourceeditor/resourceeditorw.cpp +++ b/src/plugins/resourceeditor/resourceeditorw.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/resourceeditor/resourceeditorw.h b/src/plugins/resourceeditor/resourceeditorw.h index ed21cde8a51..4aff0ae9898 100644 --- a/src/plugins/resourceeditor/resourceeditorw.h +++ b/src/plugins/resourceeditor/resourceeditorw.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/resourceeditor/resourcewizard.cpp b/src/plugins/resourceeditor/resourcewizard.cpp index 838e1c079be..72e801b1ef0 100644 --- a/src/plugins/resourceeditor/resourcewizard.cpp +++ b/src/plugins/resourceeditor/resourcewizard.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/resourceeditor/resourcewizard.h b/src/plugins/resourceeditor/resourcewizard.h index 5681f640516..0ddc677f2a1 100644 --- a/src/plugins/resourceeditor/resourcewizard.h +++ b/src/plugins/resourceeditor/resourcewizard.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/snippets/inputwidget.cpp b/src/plugins/snippets/inputwidget.cpp index 02abe97b37f..27b89154e53 100644 --- a/src/plugins/snippets/inputwidget.cpp +++ b/src/plugins/snippets/inputwidget.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/snippets/inputwidget.h b/src/plugins/snippets/inputwidget.h index 59bf51c5e80..de8b1640594 100644 --- a/src/plugins/snippets/inputwidget.h +++ b/src/plugins/snippets/inputwidget.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/snippets/snippetscompletion.cpp b/src/plugins/snippets/snippetscompletion.cpp index c09759e7f88..47a8fecc5dc 100644 --- a/src/plugins/snippets/snippetscompletion.cpp +++ b/src/plugins/snippets/snippetscompletion.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/snippets/snippetscompletion.h b/src/plugins/snippets/snippetscompletion.h index 3bee53ff9d2..4fb83a48819 100644 --- a/src/plugins/snippets/snippetscompletion.h +++ b/src/plugins/snippets/snippetscompletion.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/snippets/snippetspec.cpp b/src/plugins/snippets/snippetspec.cpp index 19980f879a5..ca108d499ac 100644 --- a/src/plugins/snippets/snippetspec.cpp +++ b/src/plugins/snippets/snippetspec.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/snippets/snippetspec.h b/src/plugins/snippets/snippetspec.h index edc58578149..f97ae89a7c1 100644 --- a/src/plugins/snippets/snippetspec.h +++ b/src/plugins/snippets/snippetspec.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/snippets/snippetsplugin.cpp b/src/plugins/snippets/snippetsplugin.cpp index caef9bfceac..d46e773b732 100644 --- a/src/plugins/snippets/snippetsplugin.cpp +++ b/src/plugins/snippets/snippetsplugin.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/snippets/snippetsplugin.h b/src/plugins/snippets/snippetsplugin.h index 82af202d38b..9c4e03463f7 100644 --- a/src/plugins/snippets/snippetsplugin.h +++ b/src/plugins/snippets/snippetsplugin.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/snippets/snippetswindow.cpp b/src/plugins/snippets/snippetswindow.cpp index 866e7535935..6a0f3a0a7dc 100644 --- a/src/plugins/snippets/snippetswindow.cpp +++ b/src/plugins/snippets/snippetswindow.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/snippets/snippetswindow.h b/src/plugins/snippets/snippetswindow.h index e225e6fb4e3..8c271a14db4 100644 --- a/src/plugins/snippets/snippetswindow.h +++ b/src/plugins/snippets/snippetswindow.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/subversion/annotationhighlighter.cpp b/src/plugins/subversion/annotationhighlighter.cpp index d8ec2f59321..919bb317abd 100644 --- a/src/plugins/subversion/annotationhighlighter.cpp +++ b/src/plugins/subversion/annotationhighlighter.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/subversion/annotationhighlighter.h b/src/plugins/subversion/annotationhighlighter.h index d822d4b65e7..db9f6583950 100644 --- a/src/plugins/subversion/annotationhighlighter.h +++ b/src/plugins/subversion/annotationhighlighter.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/subversion/changenumberdialog.cpp b/src/plugins/subversion/changenumberdialog.cpp index 70e8acf6667..42a00c8059e 100644 --- a/src/plugins/subversion/changenumberdialog.cpp +++ b/src/plugins/subversion/changenumberdialog.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/subversion/changenumberdialog.h b/src/plugins/subversion/changenumberdialog.h index 9a6be9fa044..9b857302c11 100644 --- a/src/plugins/subversion/changenumberdialog.h +++ b/src/plugins/subversion/changenumberdialog.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/subversion/settingspage.cpp b/src/plugins/subversion/settingspage.cpp index 4621928b963..e8c300c6006 100644 --- a/src/plugins/subversion/settingspage.cpp +++ b/src/plugins/subversion/settingspage.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/subversion/settingspage.h b/src/plugins/subversion/settingspage.h index 8ac704f0727..973a2824e07 100644 --- a/src/plugins/subversion/settingspage.h +++ b/src/plugins/subversion/settingspage.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/subversion/subversionconstants.h b/src/plugins/subversion/subversionconstants.h index 6b2e9d34167..1d385e560d6 100644 --- a/src/plugins/subversion/subversionconstants.h +++ b/src/plugins/subversion/subversionconstants.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/subversion/subversioncontrol.cpp b/src/plugins/subversion/subversioncontrol.cpp index 56ad2299547..a600f841f37 100644 --- a/src/plugins/subversion/subversioncontrol.cpp +++ b/src/plugins/subversion/subversioncontrol.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/subversion/subversioncontrol.h b/src/plugins/subversion/subversioncontrol.h index c4a2f8aa79c..bcccef45487 100644 --- a/src/plugins/subversion/subversioncontrol.h +++ b/src/plugins/subversion/subversioncontrol.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/subversion/subversioneditor.cpp b/src/plugins/subversion/subversioneditor.cpp index 3552c0f9b49..44950872c22 100644 --- a/src/plugins/subversion/subversioneditor.cpp +++ b/src/plugins/subversion/subversioneditor.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/subversion/subversioneditor.h b/src/plugins/subversion/subversioneditor.h index b4133890fb2..518c8e1b730 100644 --- a/src/plugins/subversion/subversioneditor.h +++ b/src/plugins/subversion/subversioneditor.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/subversion/subversionoutputwindow.cpp b/src/plugins/subversion/subversionoutputwindow.cpp index 8c3749ff5eb..f8f4740b542 100644 --- a/src/plugins/subversion/subversionoutputwindow.cpp +++ b/src/plugins/subversion/subversionoutputwindow.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/subversion/subversionoutputwindow.h b/src/plugins/subversion/subversionoutputwindow.h index f201beac4fd..130c26a781d 100644 --- a/src/plugins/subversion/subversionoutputwindow.h +++ b/src/plugins/subversion/subversionoutputwindow.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/subversion/subversionplugin.cpp b/src/plugins/subversion/subversionplugin.cpp index 2865bb0f016..5f5200aab34 100644 --- a/src/plugins/subversion/subversionplugin.cpp +++ b/src/plugins/subversion/subversionplugin.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/subversion/subversionplugin.h b/src/plugins/subversion/subversionplugin.h index af77baa6ea8..6c2c448241e 100644 --- a/src/plugins/subversion/subversionplugin.h +++ b/src/plugins/subversion/subversionplugin.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/subversion/subversionsettings.cpp b/src/plugins/subversion/subversionsettings.cpp index 0fb800a5338..3460739f4f8 100644 --- a/src/plugins/subversion/subversionsettings.cpp +++ b/src/plugins/subversion/subversionsettings.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/subversion/subversionsettings.h b/src/plugins/subversion/subversionsettings.h index 4f4c073a034..1719016c590 100644 --- a/src/plugins/subversion/subversionsettings.h +++ b/src/plugins/subversion/subversionsettings.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/subversion/subversionsubmiteditor.cpp b/src/plugins/subversion/subversionsubmiteditor.cpp index 01aac80a2b1..b1e97e676e4 100644 --- a/src/plugins/subversion/subversionsubmiteditor.cpp +++ b/src/plugins/subversion/subversionsubmiteditor.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/subversion/subversionsubmiteditor.h b/src/plugins/subversion/subversionsubmiteditor.h index efb97dade23..c6bf0845ebc 100644 --- a/src/plugins/subversion/subversionsubmiteditor.h +++ b/src/plugins/subversion/subversionsubmiteditor.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/texteditor/basefilefind.cpp b/src/plugins/texteditor/basefilefind.cpp index 4811e4e4c18..60072084c7b 100644 --- a/src/plugins/texteditor/basefilefind.cpp +++ b/src/plugins/texteditor/basefilefind.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/texteditor/basefilefind.h b/src/plugins/texteditor/basefilefind.h index 0e3cce643b6..e20a750330e 100644 --- a/src/plugins/texteditor/basefilefind.h +++ b/src/plugins/texteditor/basefilefind.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/texteditor/basetextdocument.cpp b/src/plugins/texteditor/basetextdocument.cpp index 3758b133278..de6054cfa89 100644 --- a/src/plugins/texteditor/basetextdocument.cpp +++ b/src/plugins/texteditor/basetextdocument.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/texteditor/basetextdocument.h b/src/plugins/texteditor/basetextdocument.h index b945129c474..b54a45b888a 100644 --- a/src/plugins/texteditor/basetextdocument.h +++ b/src/plugins/texteditor/basetextdocument.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/texteditor/basetexteditor.cpp b/src/plugins/texteditor/basetexteditor.cpp index ab8f87c5a88..48de83d5ef2 100644 --- a/src/plugins/texteditor/basetexteditor.cpp +++ b/src/plugins/texteditor/basetexteditor.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/texteditor/basetexteditor.h b/src/plugins/texteditor/basetexteditor.h index 1d6444557ee..7cdcafdf7fb 100644 --- a/src/plugins/texteditor/basetexteditor.h +++ b/src/plugins/texteditor/basetexteditor.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/texteditor/basetexteditor_p.h b/src/plugins/texteditor/basetexteditor_p.h index 9f1e5a7eb67..2b586823851 100644 --- a/src/plugins/texteditor/basetexteditor_p.h +++ b/src/plugins/texteditor/basetexteditor_p.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/texteditor/basetextmark.cpp b/src/plugins/texteditor/basetextmark.cpp index d3ec41eb293..5d4c17ac9ba 100644 --- a/src/plugins/texteditor/basetextmark.cpp +++ b/src/plugins/texteditor/basetextmark.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/texteditor/basetextmark.h b/src/plugins/texteditor/basetextmark.h index 3e1044d9a73..4010db3f6bf 100644 --- a/src/plugins/texteditor/basetextmark.h +++ b/src/plugins/texteditor/basetextmark.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/texteditor/codecselector.cpp b/src/plugins/texteditor/codecselector.cpp index 3dcdf9f3735..2c4138dbc7c 100644 --- a/src/plugins/texteditor/codecselector.cpp +++ b/src/plugins/texteditor/codecselector.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/texteditor/codecselector.h b/src/plugins/texteditor/codecselector.h index 82ba9e515d5..e221d279e6f 100644 --- a/src/plugins/texteditor/codecselector.h +++ b/src/plugins/texteditor/codecselector.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/texteditor/completionsupport.cpp b/src/plugins/texteditor/completionsupport.cpp index e7f6a5879a0..34648b4bb00 100644 --- a/src/plugins/texteditor/completionsupport.cpp +++ b/src/plugins/texteditor/completionsupport.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/texteditor/completionsupport.h b/src/plugins/texteditor/completionsupport.h index b43a71aa721..d35a1347d77 100644 --- a/src/plugins/texteditor/completionsupport.h +++ b/src/plugins/texteditor/completionsupport.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/texteditor/completionwidget.cpp b/src/plugins/texteditor/completionwidget.cpp index be2a2091c37..661cda0c322 100644 --- a/src/plugins/texteditor/completionwidget.cpp +++ b/src/plugins/texteditor/completionwidget.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/texteditor/completionwidget.h b/src/plugins/texteditor/completionwidget.h index db15d599dc4..c1fb28fc1cf 100644 --- a/src/plugins/texteditor/completionwidget.h +++ b/src/plugins/texteditor/completionwidget.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/texteditor/displaysettings.cpp b/src/plugins/texteditor/displaysettings.cpp index 1d4d7a697b9..c3b3deb15f9 100644 --- a/src/plugins/texteditor/displaysettings.cpp +++ b/src/plugins/texteditor/displaysettings.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/texteditor/displaysettings.h b/src/plugins/texteditor/displaysettings.h index ebf486dc4b2..86a216f24cc 100644 --- a/src/plugins/texteditor/displaysettings.h +++ b/src/plugins/texteditor/displaysettings.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/texteditor/findinfiles.cpp b/src/plugins/texteditor/findinfiles.cpp index a67dbebe110..ac2276ebed0 100644 --- a/src/plugins/texteditor/findinfiles.cpp +++ b/src/plugins/texteditor/findinfiles.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/texteditor/findinfiles.h b/src/plugins/texteditor/findinfiles.h index 9aeaf57be89..dc1ee8e53f0 100644 --- a/src/plugins/texteditor/findinfiles.h +++ b/src/plugins/texteditor/findinfiles.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/texteditor/fontsettings.cpp b/src/plugins/texteditor/fontsettings.cpp index 28181654174..2fcef19077f 100644 --- a/src/plugins/texteditor/fontsettings.cpp +++ b/src/plugins/texteditor/fontsettings.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/texteditor/fontsettings.h b/src/plugins/texteditor/fontsettings.h index 486385565da..130719f47e5 100644 --- a/src/plugins/texteditor/fontsettings.h +++ b/src/plugins/texteditor/fontsettings.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/texteditor/fontsettingspage.cpp b/src/plugins/texteditor/fontsettingspage.cpp index 0c6043a7c7e..bdc86ca3e13 100644 --- a/src/plugins/texteditor/fontsettingspage.cpp +++ b/src/plugins/texteditor/fontsettingspage.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/texteditor/fontsettingspage.h b/src/plugins/texteditor/fontsettingspage.h index 3a9c280c8a5..dd1711cfce2 100644 --- a/src/plugins/texteditor/fontsettingspage.h +++ b/src/plugins/texteditor/fontsettingspage.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/texteditor/generalsettingspage.cpp b/src/plugins/texteditor/generalsettingspage.cpp index 00ce472d663..149886cca52 100644 --- a/src/plugins/texteditor/generalsettingspage.cpp +++ b/src/plugins/texteditor/generalsettingspage.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/texteditor/generalsettingspage.h b/src/plugins/texteditor/generalsettingspage.h index 968f8309782..645390288b0 100644 --- a/src/plugins/texteditor/generalsettingspage.h +++ b/src/plugins/texteditor/generalsettingspage.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/texteditor/icompletioncollector.h b/src/plugins/texteditor/icompletioncollector.h index d04dc6fad44..3144427f498 100644 --- a/src/plugins/texteditor/icompletioncollector.h +++ b/src/plugins/texteditor/icompletioncollector.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/texteditor/itexteditable.h b/src/plugins/texteditor/itexteditable.h index 864c280a3dd..c24692e61de 100644 --- a/src/plugins/texteditor/itexteditable.h +++ b/src/plugins/texteditor/itexteditable.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/texteditor/itexteditor.h b/src/plugins/texteditor/itexteditor.h index 514f311472a..57b93461b6c 100644 --- a/src/plugins/texteditor/itexteditor.h +++ b/src/plugins/texteditor/itexteditor.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/texteditor/linenumberfilter.cpp b/src/plugins/texteditor/linenumberfilter.cpp index 1dd9e707206..a084ac6c332 100644 --- a/src/plugins/texteditor/linenumberfilter.cpp +++ b/src/plugins/texteditor/linenumberfilter.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/texteditor/linenumberfilter.h b/src/plugins/texteditor/linenumberfilter.h index c1e3a6af8f8..353e7b005da 100644 --- a/src/plugins/texteditor/linenumberfilter.h +++ b/src/plugins/texteditor/linenumberfilter.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/texteditor/plaintexteditor.cpp b/src/plugins/texteditor/plaintexteditor.cpp index 88267dd53f5..277d7fce0ca 100644 --- a/src/plugins/texteditor/plaintexteditor.cpp +++ b/src/plugins/texteditor/plaintexteditor.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/texteditor/plaintexteditor.h b/src/plugins/texteditor/plaintexteditor.h index 2e8c9b980c6..15dbb1b9911 100644 --- a/src/plugins/texteditor/plaintexteditor.h +++ b/src/plugins/texteditor/plaintexteditor.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/texteditor/plaintexteditorfactory.cpp b/src/plugins/texteditor/plaintexteditorfactory.cpp index 67ceeb9e543..874619cce55 100644 --- a/src/plugins/texteditor/plaintexteditorfactory.cpp +++ b/src/plugins/texteditor/plaintexteditorfactory.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/texteditor/plaintexteditorfactory.h b/src/plugins/texteditor/plaintexteditorfactory.h index 25e975dbf57..b1604a94f12 100644 --- a/src/plugins/texteditor/plaintexteditorfactory.h +++ b/src/plugins/texteditor/plaintexteditorfactory.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/texteditor/storagesettings.cpp b/src/plugins/texteditor/storagesettings.cpp index c940ff641b0..2d09e0d6b2a 100644 --- a/src/plugins/texteditor/storagesettings.cpp +++ b/src/plugins/texteditor/storagesettings.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/texteditor/storagesettings.h b/src/plugins/texteditor/storagesettings.h index a7040dac41b..7ccf80f9811 100644 --- a/src/plugins/texteditor/storagesettings.h +++ b/src/plugins/texteditor/storagesettings.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/texteditor/tabsettings.cpp b/src/plugins/texteditor/tabsettings.cpp index 19145a7cd97..413e650c7bc 100644 --- a/src/plugins/texteditor/tabsettings.cpp +++ b/src/plugins/texteditor/tabsettings.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/texteditor/tabsettings.h b/src/plugins/texteditor/tabsettings.h index f639cc6c8b6..2a8fbc31c3d 100644 --- a/src/plugins/texteditor/tabsettings.h +++ b/src/plugins/texteditor/tabsettings.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/texteditor/textblockiterator.cpp b/src/plugins/texteditor/textblockiterator.cpp index 8581edc6275..b94f0a19f5c 100644 --- a/src/plugins/texteditor/textblockiterator.cpp +++ b/src/plugins/texteditor/textblockiterator.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/texteditor/textblockiterator.h b/src/plugins/texteditor/textblockiterator.h index 22f1e623f1c..d39a7af2291 100644 --- a/src/plugins/texteditor/textblockiterator.h +++ b/src/plugins/texteditor/textblockiterator.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/texteditor/texteditor_global.h b/src/plugins/texteditor/texteditor_global.h index 4c0fd1a69f8..5876f889a06 100644 --- a/src/plugins/texteditor/texteditor_global.h +++ b/src/plugins/texteditor/texteditor_global.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/texteditor/texteditoractionhandler.cpp b/src/plugins/texteditor/texteditoractionhandler.cpp index 39a12ee93fd..12475d221b1 100644 --- a/src/plugins/texteditor/texteditoractionhandler.cpp +++ b/src/plugins/texteditor/texteditoractionhandler.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/texteditor/texteditoractionhandler.h b/src/plugins/texteditor/texteditoractionhandler.h index 98e8c9198a9..45dcca1f97f 100644 --- a/src/plugins/texteditor/texteditoractionhandler.h +++ b/src/plugins/texteditor/texteditoractionhandler.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/texteditor/texteditorconstants.h b/src/plugins/texteditor/texteditorconstants.h index d9147a9a9e9..46d5bf363e9 100644 --- a/src/plugins/texteditor/texteditorconstants.h +++ b/src/plugins/texteditor/texteditorconstants.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/texteditor/texteditorplugin.cpp b/src/plugins/texteditor/texteditorplugin.cpp index ff102b53117..01a6ccdf95f 100644 --- a/src/plugins/texteditor/texteditorplugin.cpp +++ b/src/plugins/texteditor/texteditorplugin.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/texteditor/texteditorplugin.h b/src/plugins/texteditor/texteditorplugin.h index e5c6a830a71..8eeb1e3e8e6 100644 --- a/src/plugins/texteditor/texteditorplugin.h +++ b/src/plugins/texteditor/texteditorplugin.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/texteditor/texteditorsettings.cpp b/src/plugins/texteditor/texteditorsettings.cpp index 20b4e1037fe..2f9c597be65 100644 --- a/src/plugins/texteditor/texteditorsettings.cpp +++ b/src/plugins/texteditor/texteditorsettings.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/texteditor/texteditorsettings.h b/src/plugins/texteditor/texteditorsettings.h index cbb0db1598a..e64cb795b2d 100644 --- a/src/plugins/texteditor/texteditorsettings.h +++ b/src/plugins/texteditor/texteditorsettings.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/texteditor/textfilewizard.cpp b/src/plugins/texteditor/textfilewizard.cpp index aa8e2b77470..1236a645370 100644 --- a/src/plugins/texteditor/textfilewizard.cpp +++ b/src/plugins/texteditor/textfilewizard.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/texteditor/textfilewizard.h b/src/plugins/texteditor/textfilewizard.h index d5593d50bda..788b60f21d1 100644 --- a/src/plugins/texteditor/textfilewizard.h +++ b/src/plugins/texteditor/textfilewizard.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/vcsbase/baseannotationhighlighter.cpp b/src/plugins/vcsbase/baseannotationhighlighter.cpp index 167c1d7d31b..c55a526fc1d 100644 --- a/src/plugins/vcsbase/baseannotationhighlighter.cpp +++ b/src/plugins/vcsbase/baseannotationhighlighter.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/vcsbase/baseannotationhighlighter.h b/src/plugins/vcsbase/baseannotationhighlighter.h index bedd11a12b0..e32fdf077bf 100644 --- a/src/plugins/vcsbase/baseannotationhighlighter.h +++ b/src/plugins/vcsbase/baseannotationhighlighter.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/vcsbase/basevcseditorfactory.cpp b/src/plugins/vcsbase/basevcseditorfactory.cpp index 28fa74a737b..4177608c271 100644 --- a/src/plugins/vcsbase/basevcseditorfactory.cpp +++ b/src/plugins/vcsbase/basevcseditorfactory.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/vcsbase/basevcseditorfactory.h b/src/plugins/vcsbase/basevcseditorfactory.h index 1f01f4fee7a..1bf543347b8 100644 --- a/src/plugins/vcsbase/basevcseditorfactory.h +++ b/src/plugins/vcsbase/basevcseditorfactory.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/vcsbase/basevcssubmiteditorfactory.cpp b/src/plugins/vcsbase/basevcssubmiteditorfactory.cpp index ff4a9d4b1b9..f880d780666 100644 --- a/src/plugins/vcsbase/basevcssubmiteditorfactory.cpp +++ b/src/plugins/vcsbase/basevcssubmiteditorfactory.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/vcsbase/basevcssubmiteditorfactory.h b/src/plugins/vcsbase/basevcssubmiteditorfactory.h index 1925317b375..20b8bd8232b 100644 --- a/src/plugins/vcsbase/basevcssubmiteditorfactory.h +++ b/src/plugins/vcsbase/basevcssubmiteditorfactory.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/vcsbase/diffhighlighter.cpp b/src/plugins/vcsbase/diffhighlighter.cpp index f5fe9fff92d..b4cc9af0ff0 100644 --- a/src/plugins/vcsbase/diffhighlighter.cpp +++ b/src/plugins/vcsbase/diffhighlighter.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/vcsbase/diffhighlighter.h b/src/plugins/vcsbase/diffhighlighter.h index 3b3e47ed364..20d03c80582 100644 --- a/src/plugins/vcsbase/diffhighlighter.h +++ b/src/plugins/vcsbase/diffhighlighter.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/vcsbase/submiteditorfile.cpp b/src/plugins/vcsbase/submiteditorfile.cpp index 4fd9398881a..902b830f7d4 100644 --- a/src/plugins/vcsbase/submiteditorfile.cpp +++ b/src/plugins/vcsbase/submiteditorfile.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/vcsbase/submiteditorfile.h b/src/plugins/vcsbase/submiteditorfile.h index a3e9704d7c3..fd1bbf83688 100644 --- a/src/plugins/vcsbase/submiteditorfile.h +++ b/src/plugins/vcsbase/submiteditorfile.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/vcsbase/vcsbase_global.h b/src/plugins/vcsbase/vcsbase_global.h index f3bc7bac50f..9196019fbd9 100644 --- a/src/plugins/vcsbase/vcsbase_global.h +++ b/src/plugins/vcsbase/vcsbase_global.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/vcsbase/vcsbaseconstants.h b/src/plugins/vcsbase/vcsbaseconstants.h index 1a0765c72e1..9cdcbb8deab 100644 --- a/src/plugins/vcsbase/vcsbaseconstants.h +++ b/src/plugins/vcsbase/vcsbaseconstants.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/vcsbase/vcsbaseeditor.cpp b/src/plugins/vcsbase/vcsbaseeditor.cpp index eb65457c109..7a962a9251e 100644 --- a/src/plugins/vcsbase/vcsbaseeditor.cpp +++ b/src/plugins/vcsbase/vcsbaseeditor.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/vcsbase/vcsbaseeditor.h b/src/plugins/vcsbase/vcsbaseeditor.h index f1de4f18777..fcb323e6930 100644 --- a/src/plugins/vcsbase/vcsbaseeditor.h +++ b/src/plugins/vcsbase/vcsbaseeditor.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/vcsbase/vcsbaseplugin.cpp b/src/plugins/vcsbase/vcsbaseplugin.cpp index f5a480126ec..9633f60ba14 100644 --- a/src/plugins/vcsbase/vcsbaseplugin.cpp +++ b/src/plugins/vcsbase/vcsbaseplugin.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/vcsbase/vcsbaseplugin.h b/src/plugins/vcsbase/vcsbaseplugin.h index 3036157e9d7..3474c4a05f2 100644 --- a/src/plugins/vcsbase/vcsbaseplugin.h +++ b/src/plugins/vcsbase/vcsbaseplugin.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/vcsbase/vcsbasesubmiteditor.cpp b/src/plugins/vcsbase/vcsbasesubmiteditor.cpp index 6152a93b795..152a51c3864 100644 --- a/src/plugins/vcsbase/vcsbasesubmiteditor.cpp +++ b/src/plugins/vcsbase/vcsbasesubmiteditor.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/vcsbase/vcsbasesubmiteditor.h b/src/plugins/vcsbase/vcsbasesubmiteditor.h index dcaf7cf89d0..91a43b06d41 100644 --- a/src/plugins/vcsbase/vcsbasesubmiteditor.h +++ b/src/plugins/vcsbase/vcsbasesubmiteditor.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/vcsbase/vcsbasetextdocument.cpp b/src/plugins/vcsbase/vcsbasetextdocument.cpp index 9a720f4e070..fcd50c12f4b 100644 --- a/src/plugins/vcsbase/vcsbasetextdocument.cpp +++ b/src/plugins/vcsbase/vcsbasetextdocument.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/plugins/vcsbase/vcsbasetextdocument.h b/src/plugins/vcsbase/vcsbasetextdocument.h index d4a321be457..e4bb7d1ce83 100644 --- a/src/plugins/vcsbase/vcsbasetextdocument.h +++ b/src/plugins/vcsbase/vcsbasetextdocument.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/tools/makespy/main.cpp b/src/tools/makespy/main.cpp index e8ebd7dea09..fe9d0d616e0 100644 --- a/src/tools/makespy/main.cpp +++ b/src/tools/makespy/main.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/tools/qdebugger/lean.h b/src/tools/qdebugger/lean.h index 762e61af9b2..4d06d8437cd 100644 --- a/src/tools/qdebugger/lean.h +++ b/src/tools/qdebugger/lean.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/tools/qdebugger/main.cpp b/src/tools/qdebugger/main.cpp index 93cddaabf82..d151bb6fa28 100644 --- a/src/tools/qdebugger/main.cpp +++ b/src/tools/qdebugger/main.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/tools/qdebugger/mainwindow.cpp b/src/tools/qdebugger/mainwindow.cpp index 8729f947248..7984626a788 100644 --- a/src/tools/qdebugger/mainwindow.cpp +++ b/src/tools/qdebugger/mainwindow.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/tools/qdebugger/mainwindow.h b/src/tools/qdebugger/mainwindow.h index f5fd07e04da..1c0d17a7bce 100644 --- a/src/tools/qdebugger/mainwindow.h +++ b/src/tools/qdebugger/mainwindow.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/tools/qtcreatorwidgets/customwidget.h b/src/tools/qtcreatorwidgets/customwidget.h index 7d925fbb1c0..76edcd31765 100644 --- a/src/tools/qtcreatorwidgets/customwidget.h +++ b/src/tools/qtcreatorwidgets/customwidget.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/tools/qtcreatorwidgets/customwidgets.cpp b/src/tools/qtcreatorwidgets/customwidgets.cpp index 543d5e4f4c6..3b40172633a 100644 --- a/src/tools/qtcreatorwidgets/customwidgets.cpp +++ b/src/tools/qtcreatorwidgets/customwidgets.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/tools/qtcreatorwidgets/customwidgets.h b/src/tools/qtcreatorwidgets/customwidgets.h index 073b01d94c7..f78e88939e5 100644 --- a/src/tools/qtcreatorwidgets/customwidgets.h +++ b/src/tools/qtcreatorwidgets/customwidgets.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/tools/texteditor/main.cpp b/src/tools/texteditor/main.cpp index 219abf12963..d080780f93f 100644 --- a/src/tools/texteditor/main.cpp +++ b/src/tools/texteditor/main.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/tools/texteditor/mainwindow.cpp b/src/tools/texteditor/mainwindow.cpp index a86379d5b69..7935a1cc498 100644 --- a/src/tools/texteditor/mainwindow.cpp +++ b/src/tools/texteditor/mainwindow.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/src/tools/texteditor/mainwindow.h b/src/tools/texteditor/mainwindow.h index 007421cd3db..bf6f53cee39 100644 --- a/src/tools/texteditor/mainwindow.h +++ b/src/tools/texteditor/mainwindow.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/tests/auto/extensionsystem/tst_composite.cpp b/tests/auto/extensionsystem/tst_composite.cpp index bb0934a66e4..6606f243acc 100644 --- a/tests/auto/extensionsystem/tst_composite.cpp +++ b/tests/auto/extensionsystem/tst_composite.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/tests/auto/profilereader/main.cpp b/tests/auto/profilereader/main.cpp index f3ef9a4bf9c..ec5945d2b79 100644 --- a/tests/auto/profilereader/main.cpp +++ b/tests/auto/profilereader/main.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/tests/auto/profilereader/profilecache.h b/tests/auto/profilereader/profilecache.h index cc31702be5a..eef60ee5624 100644 --- a/tests/auto/profilereader/profilecache.h +++ b/tests/auto/profilereader/profilecache.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/tests/auto/profilereader/qtversionmanager.h b/tests/auto/profilereader/qtversionmanager.h index ed7f8713582..29ec0ff1052 100644 --- a/tests/auto/profilereader/qtversionmanager.h +++ b/tests/auto/profilereader/qtversionmanager.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/tests/manual/cplusplus/main.cpp b/tests/manual/cplusplus/main.cpp index fd3c730f41d..641c25366c8 100644 --- a/tests/manual/cplusplus/main.cpp +++ b/tests/manual/cplusplus/main.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/tests/manual/dockwidgets/main.cpp b/tests/manual/dockwidgets/main.cpp index e07796c8841..28fae357951 100644 --- a/tests/manual/dockwidgets/main.cpp +++ b/tests/manual/dockwidgets/main.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/tests/manual/dockwidgets/mainwindow.cpp b/tests/manual/dockwidgets/mainwindow.cpp index 561a2c42d2d..3e9f8622fba 100644 --- a/tests/manual/dockwidgets/mainwindow.cpp +++ b/tests/manual/dockwidgets/mainwindow.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/tests/manual/dockwidgets/mainwindow.h b/tests/manual/dockwidgets/mainwindow.h index 220c32dc74a..d2d9e6dd387 100644 --- a/tests/manual/dockwidgets/mainwindow.h +++ b/tests/manual/dockwidgets/mainwindow.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/tests/manual/gdbdebugger/script/math.js b/tests/manual/gdbdebugger/script/math.js index 3e89867c0e2..9c0d96c859d 100644 --- a/tests/manual/gdbdebugger/script/math.js +++ b/tests/manual/gdbdebugger/script/math.js @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/tests/manual/gdbdebugger/simple/app.cpp b/tests/manual/gdbdebugger/simple/app.cpp index 1eea659625d..149be98c271 100644 --- a/tests/manual/gdbdebugger/simple/app.cpp +++ b/tests/manual/gdbdebugger/simple/app.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/tests/manual/gdbdebugger/simple/plugin.cpp b/tests/manual/gdbdebugger/simple/plugin.cpp index a240f229739..90c1ffd562f 100644 --- a/tests/manual/gdbdebugger/simple/plugin.cpp +++ b/tests/manual/gdbdebugger/simple/plugin.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/tests/manual/gdbdebugger/spacy path/app with space.cpp b/tests/manual/gdbdebugger/spacy path/app with space.cpp index 318f16aba65..451d93ca813 100644 --- a/tests/manual/gdbdebugger/spacy path/app with space.cpp +++ b/tests/manual/gdbdebugger/spacy path/app with space.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/tests/manual/gdbdebugger/spacy path/plugin with space.cpp b/tests/manual/gdbdebugger/spacy path/plugin with space.cpp index a240f229739..90c1ffd562f 100644 --- a/tests/manual/gdbdebugger/spacy path/plugin with space.cpp +++ b/tests/manual/gdbdebugger/spacy path/plugin with space.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/tests/manual/gdbdebugger/spacy-file/app with space.cpp b/tests/manual/gdbdebugger/spacy-file/app with space.cpp index 318f16aba65..451d93ca813 100644 --- a/tests/manual/gdbdebugger/spacy-file/app with space.cpp +++ b/tests/manual/gdbdebugger/spacy-file/app with space.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/tests/manual/gdbdebugger/spacy-file/plugin with space.cpp b/tests/manual/gdbdebugger/spacy-file/plugin with space.cpp index a240f229739..90c1ffd562f 100644 --- a/tests/manual/gdbdebugger/spacy-file/plugin with space.cpp +++ b/tests/manual/gdbdebugger/spacy-file/plugin with space.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/tests/manual/progressmanager/main.cpp b/tests/manual/progressmanager/main.cpp index 0ee436deb25..4375a9f3677 100644 --- a/tests/manual/progressmanager/main.cpp +++ b/tests/manual/progressmanager/main.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/tests/manual/progressmanager/roundprogress.cpp b/tests/manual/progressmanager/roundprogress.cpp index 9e952212191..9a0c03d58db 100644 --- a/tests/manual/progressmanager/roundprogress.cpp +++ b/tests/manual/progressmanager/roundprogress.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/tests/manual/progressmanager/roundprogress.h b/tests/manual/progressmanager/roundprogress.h index 8c09f70a5c2..9f7174b790d 100644 --- a/tests/manual/progressmanager/roundprogress.h +++ b/tests/manual/progressmanager/roundprogress.h @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ diff --git a/tests/manual/proparser/main.cpp b/tests/manual/proparser/main.cpp index c99fc16cac4..2c32a5ec627 100644 --- a/tests/manual/proparser/main.cpp +++ b/tests/manual/proparser/main.cpp @@ -27,7 +27,7 @@ ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt GPL Exception -** version 1.2, included in the file GPL_EXCEPTION.txt in this package. +** version 1.3, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ -- GitLab