aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/analyzerbase
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/analyzerbase')
-rw-r--r--src/plugins/analyzerbase/analyzerbase_global.h4
-rw-r--r--src/plugins/analyzerbase/analyzerconstants.h4
-rw-r--r--src/plugins/analyzerbase/analyzermanager.cpp4
-rw-r--r--src/plugins/analyzerbase/analyzermanager.h4
-rw-r--r--src/plugins/analyzerbase/analyzeroptionspage.cpp4
-rw-r--r--src/plugins/analyzerbase/analyzeroptionspage.h4
-rw-r--r--src/plugins/analyzerbase/analyzerplugin.cpp4
-rw-r--r--src/plugins/analyzerbase/analyzerplugin.h4
-rw-r--r--src/plugins/analyzerbase/analyzerrunconfigwidget.cpp4
-rw-r--r--src/plugins/analyzerbase/analyzerrunconfigwidget.h4
-rw-r--r--src/plugins/analyzerbase/analyzerruncontrol.cpp4
-rw-r--r--src/plugins/analyzerbase/analyzerruncontrol.h4
-rw-r--r--src/plugins/analyzerbase/analyzersettings.cpp4
-rw-r--r--src/plugins/analyzerbase/analyzersettings.h4
-rw-r--r--src/plugins/analyzerbase/analyzerstartparameters.h4
-rw-r--r--src/plugins/analyzerbase/analyzerutils.cpp4
-rw-r--r--src/plugins/analyzerbase/analyzerutils.h4
-rw-r--r--src/plugins/analyzerbase/ianalyzerengine.cpp4
-rw-r--r--src/plugins/analyzerbase/ianalyzerengine.h4
-rw-r--r--src/plugins/analyzerbase/ianalyzertool.cpp4
-rw-r--r--src/plugins/analyzerbase/ianalyzertool.h4
-rw-r--r--src/plugins/analyzerbase/startremotedialog.cpp4
-rw-r--r--src/plugins/analyzerbase/startremotedialog.h4
23 files changed, 23 insertions, 69 deletions
diff --git a/src/plugins/analyzerbase/analyzerbase_global.h b/src/plugins/analyzerbase/analyzerbase_global.h
index 983eb7034ee..20f96fc7346 100644
--- a/src/plugins/analyzerbase/analyzerbase_global.h
+++ b/src/plugins/analyzerbase/analyzerbase_global.h
@@ -6,7 +6,7 @@
**
** Author: Nicolas Arnaud-Cormos, KDAB ([email protected])
**
-** Contact: Nokia Corporation ([email protected])
+** Contact: http://www.qt-project.org/
**
**
** GNU Lesser General Public License Usage
@@ -27,8 +27,6 @@
** Alternatively, this file may be used in accordance with the terms and
** conditions contained in a signed written agreement between you and Nokia.
**
-** If you have questions regarding the use of this file, please contact
-** Nokia at [email protected].
**
**************************************************************************/
diff --git a/src/plugins/analyzerbase/analyzerconstants.h b/src/plugins/analyzerbase/analyzerconstants.h
index afa7d2b3926..766c680276c 100644
--- a/src/plugins/analyzerbase/analyzerconstants.h
+++ b/src/plugins/analyzerbase/analyzerconstants.h
@@ -6,7 +6,7 @@
**
** Author: Nicolas Arnaud-Cormos, KDAB ([email protected])
**
-** Contact: Nokia Corporation ([email protected])
+** Contact: http://www.qt-project.org/
**
**
** GNU Lesser General Public License Usage
@@ -27,8 +27,6 @@
** Alternatively, this file may be used in accordance with the terms and
** conditions contained in a signed written agreement between you and Nokia.
**
-** If you have questions regarding the use of this file, please contact
-** Nokia at [email protected].
**
**************************************************************************/
diff --git a/src/plugins/analyzerbase/analyzermanager.cpp b/src/plugins/analyzerbase/analyzermanager.cpp
index 5a41ea75cb3..49be027161a 100644
--- a/src/plugins/analyzerbase/analyzermanager.cpp
+++ b/src/plugins/analyzerbase/analyzermanager.cpp
@@ -6,7 +6,7 @@
**
** Author: Andreas Hartmetz, KDAB ([email protected])
**
-** Contact: Nokia Corporation ([email protected])
+** Contact: http://www.qt-project.org/
**
**
** GNU Lesser General Public License Usage
@@ -27,8 +27,6 @@
** Alternatively, this file may be used in accordance with the terms and
** conditions contained in a signed written agreement between you and Nokia.
**
-** If you have questions regarding the use of this file, please contact
-** Nokia at [email protected].
**
**************************************************************************/
diff --git a/src/plugins/analyzerbase/analyzermanager.h b/src/plugins/analyzerbase/analyzermanager.h
index f2fbecfbc7e..f3ac14d3548 100644
--- a/src/plugins/analyzerbase/analyzermanager.h
+++ b/src/plugins/analyzerbase/analyzermanager.h
@@ -6,7 +6,7 @@
**
** Author: Andreas Hartmetz, KDAB ([email protected])
**
-** Contact: Nokia Corporation ([email protected])
+** Contact: http://www.qt-project.org/
**
**
** GNU Lesser General Public License Usage
@@ -27,8 +27,6 @@
** Alternatively, this file may be used in accordance with the terms and
** conditions contained in a signed written agreement between you and Nokia.
**
-** If you have questions regarding the use of this file, please contact
-** Nokia at [email protected].
**
**************************************************************************/
diff --git a/src/plugins/analyzerbase/analyzeroptionspage.cpp b/src/plugins/analyzerbase/analyzeroptionspage.cpp
index f6b06d36454..5dc5849f781 100644
--- a/src/plugins/analyzerbase/analyzeroptionspage.cpp
+++ b/src/plugins/analyzerbase/analyzeroptionspage.cpp
@@ -6,7 +6,7 @@
**
** Author: Nicolas Arnaud-Cormos, KDAB ([email protected])
**
-** Contact: Nokia Corporation ([email protected])
+** Contact: http://www.qt-project.org/
**
**
** GNU Lesser General Public License Usage
@@ -27,8 +27,6 @@
** Alternatively, this file may be used in accordance with the terms and
** conditions contained in a signed written agreement between you and Nokia.
**
-** If you have questions regarding the use of this file, please contact
-** Nokia at [email protected].
**
**************************************************************************/
diff --git a/src/plugins/analyzerbase/analyzeroptionspage.h b/src/plugins/analyzerbase/analyzeroptionspage.h
index ef409f14142..054420582ac 100644
--- a/src/plugins/analyzerbase/analyzeroptionspage.h
+++ b/src/plugins/analyzerbase/analyzeroptionspage.h
@@ -6,7 +6,7 @@
**
** Author: Nicolas Arnaud-Cormos, KDAB ([email protected])
**
-** Contact: Nokia Corporation ([email protected])
+** Contact: http://www.qt-project.org/
**
**
** GNU Lesser General Public License Usage
@@ -27,8 +27,6 @@
** Alternatively, this file may be used in accordance with the terms and
** conditions contained in a signed written agreement between you and Nokia.
**
-** If you have questions regarding the use of this file, please contact
-** Nokia at [email protected].
**
**************************************************************************/
diff --git a/src/plugins/analyzerbase/analyzerplugin.cpp b/src/plugins/analyzerbase/analyzerplugin.cpp
index fd7084de9cf..2362661ddbe 100644
--- a/src/plugins/analyzerbase/analyzerplugin.cpp
+++ b/src/plugins/analyzerbase/analyzerplugin.cpp
@@ -6,7 +6,7 @@
**
** Author: Nicolas Arnaud-Cormos, KDAB ([email protected])
**
-** Contact: Nokia Corporation ([email protected])
+** Contact: http://www.qt-project.org/
**
**
** GNU Lesser General Public License Usage
@@ -27,8 +27,6 @@
** Alternatively, this file may be used in accordance with the terms and
** conditions contained in a signed written agreement between you and Nokia.
**
-** If you have questions regarding the use of this file, please contact
-** Nokia at [email protected].
**
**************************************************************************/
diff --git a/src/plugins/analyzerbase/analyzerplugin.h b/src/plugins/analyzerbase/analyzerplugin.h
index da5d80588ce..1527702fbdd 100644
--- a/src/plugins/analyzerbase/analyzerplugin.h
+++ b/src/plugins/analyzerbase/analyzerplugin.h
@@ -6,7 +6,7 @@
**
** Author: Nicolas Arnaud-Cormos, KDAB ([email protected])
**
-** Contact: Nokia Corporation ([email protected])
+** Contact: http://www.qt-project.org/
**
**
** GNU Lesser General Public License Usage
@@ -27,8 +27,6 @@
** Alternatively, this file may be used in accordance with the terms and
** conditions contained in a signed written agreement between you and Nokia.
**
-** If you have questions regarding the use of this file, please contact
-** Nokia at [email protected].
**
**************************************************************************/
diff --git a/src/plugins/analyzerbase/analyzerrunconfigwidget.cpp b/src/plugins/analyzerbase/analyzerrunconfigwidget.cpp
index 321eb675c0b..d76835ae108 100644
--- a/src/plugins/analyzerbase/analyzerrunconfigwidget.cpp
+++ b/src/plugins/analyzerbase/analyzerrunconfigwidget.cpp
@@ -6,7 +6,7 @@
**
** Author: Milian Wolff, KDAB ([email protected])
**
-** Contact: Nokia Corporation ([email protected])
+** Contact: http://www.qt-project.org/
**
**
** GNU Lesser General Public License Usage
@@ -27,8 +27,6 @@
** Alternatively, this file may be used in accordance with the terms and
** conditions contained in a signed written agreement between you and Nokia.
**
-** If you have questions regarding the use of this file, please contact
-** Nokia at [email protected].
**
**************************************************************************/
diff --git a/src/plugins/analyzerbase/analyzerrunconfigwidget.h b/src/plugins/analyzerbase/analyzerrunconfigwidget.h
index 87f20e49bb0..e01be4ce4d4 100644
--- a/src/plugins/analyzerbase/analyzerrunconfigwidget.h
+++ b/src/plugins/analyzerbase/analyzerrunconfigwidget.h
@@ -6,7 +6,7 @@
**
** Author: Milian Wolff, KDAB ([email protected])
**
-** Contact: Nokia Corporation ([email protected])
+** Contact: http://www.qt-project.org/
**
**
** GNU Lesser General Public License Usage
@@ -27,8 +27,6 @@
** Alternatively, this file may be used in accordance with the terms and
** conditions contained in a signed written agreement between you and Nokia.
**
-** If you have questions regarding the use of this file, please contact
-** Nokia at [email protected].
**
**************************************************************************/
diff --git a/src/plugins/analyzerbase/analyzerruncontrol.cpp b/src/plugins/analyzerbase/analyzerruncontrol.cpp
index 49ea6a14a34..961b39ba859 100644
--- a/src/plugins/analyzerbase/analyzerruncontrol.cpp
+++ b/src/plugins/analyzerbase/analyzerruncontrol.cpp
@@ -6,7 +6,7 @@
**
** Author: Andreas Hartmetz, KDAB ([email protected])
**
-** Contact: Nokia Corporation ([email protected])
+** Contact: http://www.qt-project.org/
**
**
** GNU Lesser General Public License Usage
@@ -27,8 +27,6 @@
** Alternatively, this file may be used in accordance with the terms and
** conditions contained in a signed written agreement between you and Nokia.
**
-** If you have questions regarding the use of this file, please contact
-** Nokia at [email protected].
**
**************************************************************************/
diff --git a/src/plugins/analyzerbase/analyzerruncontrol.h b/src/plugins/analyzerbase/analyzerruncontrol.h
index 4e816caec17..cd1e97c5726 100644
--- a/src/plugins/analyzerbase/analyzerruncontrol.h
+++ b/src/plugins/analyzerbase/analyzerruncontrol.h
@@ -6,7 +6,7 @@
**
** Author: Andreas Hartmetz, KDAB ([email protected])
**
-** Contact: Nokia Corporation ([email protected])
+** Contact: http://www.qt-project.org/
**
**
** GNU Lesser General Public License Usage
@@ -27,8 +27,6 @@
** Alternatively, this file may be used in accordance with the terms and
** conditions contained in a signed written agreement between you and Nokia.
**
-** If you have questions regarding the use of this file, please contact
-** Nokia at [email protected].
**
**************************************************************************/
diff --git a/src/plugins/analyzerbase/analyzersettings.cpp b/src/plugins/analyzerbase/analyzersettings.cpp
index f3e955e6704..f93804c28ef 100644
--- a/src/plugins/analyzerbase/analyzersettings.cpp
+++ b/src/plugins/analyzerbase/analyzersettings.cpp
@@ -6,7 +6,7 @@
**
** Author: Milian Wolff, KDAB ([email protected])
**
-** Contact: Nokia Corporation ([email protected])
+** Contact: http://www.qt-project.org/
**
**
** GNU Lesser General Public License Usage
@@ -27,8 +27,6 @@
** Alternatively, this file may be used in accordance with the terms and
** conditions contained in a signed written agreement between you and Nokia.
**
-** If you have questions regarding the use of this file, please contact
-** Nokia at [email protected].
**
**************************************************************************/
diff --git a/src/plugins/analyzerbase/analyzersettings.h b/src/plugins/analyzerbase/analyzersettings.h
index 76f7a70ec60..3e4dcc5311c 100644
--- a/src/plugins/analyzerbase/analyzersettings.h
+++ b/src/plugins/analyzerbase/analyzersettings.h
@@ -6,7 +6,7 @@
**
** Author: Milian Wolff, KDAB ([email protected])
**
-** Contact: Nokia Corporation ([email protected])
+** Contact: http://www.qt-project.org/
**
**
** GNU Lesser General Public License Usage
@@ -27,8 +27,6 @@
** Alternatively, this file may be used in accordance with the terms and
** conditions contained in a signed written agreement between you and Nokia.
**
-** If you have questions regarding the use of this file, please contact
-** Nokia at [email protected].
**
**************************************************************************/
diff --git a/src/plugins/analyzerbase/analyzerstartparameters.h b/src/plugins/analyzerbase/analyzerstartparameters.h
index 91a5c8b8aa5..bd9497fea07 100644
--- a/src/plugins/analyzerbase/analyzerstartparameters.h
+++ b/src/plugins/analyzerbase/analyzerstartparameters.h
@@ -4,7 +4,7 @@
**
** Copyright (c) 2012 Nokia Corporation and/or its subsidiary(-ies).
**
-** Contact: Nokia Corporation ([email protected])
+** Contact: http://www.qt-project.org/
**
**
** GNU Lesser General Public License Usage
@@ -25,8 +25,6 @@
** Alternatively, this file may be used in accordance with the terms and
** conditions contained in a signed written agreement between you and Nokia.
**
-** If you have questions regarding the use of this file, please contact
-** Nokia at [email protected].
**
**************************************************************************/
diff --git a/src/plugins/analyzerbase/analyzerutils.cpp b/src/plugins/analyzerbase/analyzerutils.cpp
index 8b966f291c6..984339abf16 100644
--- a/src/plugins/analyzerbase/analyzerutils.cpp
+++ b/src/plugins/analyzerbase/analyzerutils.cpp
@@ -4,7 +4,7 @@
**
** Copyright (c) 2012 Nokia Corporation and/or its subsidiary(-ies).
**
-** Contact: Nokia Corporation ([email protected])
+** Contact: http://www.qt-project.org/
**
**
** GNU Lesser General Public License Usage
@@ -25,8 +25,6 @@
** Alternatively, this file may be used in accordance with the terms and
** conditions contained in a signed written agreement between you and Nokia.
**
-** If you have questions regarding the use of this file, please contact
-** Nokia at [email protected].
**
**************************************************************************/
diff --git a/src/plugins/analyzerbase/analyzerutils.h b/src/plugins/analyzerbase/analyzerutils.h
index 7ecdd618d13..e933048140a 100644
--- a/src/plugins/analyzerbase/analyzerutils.h
+++ b/src/plugins/analyzerbase/analyzerutils.h
@@ -4,7 +4,7 @@
**
** Copyright (c) 2012 Nokia Corporation and/or its subsidiary(-ies).
**
-** Contact: Nokia Corporation ([email protected])
+** Contact: http://www.qt-project.org/
**
**
** GNU Lesser General Public License Usage
@@ -25,8 +25,6 @@
** Alternatively, this file may be used in accordance with the terms and
** conditions contained in a signed written agreement between you and Nokia.
**
-** If you have questions regarding the use of this file, please contact
-** Nokia at [email protected].
**
**************************************************************************/
diff --git a/src/plugins/analyzerbase/ianalyzerengine.cpp b/src/plugins/analyzerbase/ianalyzerengine.cpp
index a19d15e664a..e4bbee2bd96 100644
--- a/src/plugins/analyzerbase/ianalyzerengine.cpp
+++ b/src/plugins/analyzerbase/ianalyzerengine.cpp
@@ -6,7 +6,7 @@
**
** Author: Nicolas Arnaud-Cormos, KDAB ([email protected])
**
-** Contact: Nokia Corporation ([email protected])
+** Contact: http://www.qt-project.org/
**
**
** GNU Lesser General Public License Usage
@@ -27,8 +27,6 @@
** Alternatively, this file may be used in accordance with the terms and
** conditions contained in a signed written agreement between you and Nokia.
**
-** If you have questions regarding the use of this file, please contact
-** Nokia at [email protected].
**
**************************************************************************/
diff --git a/src/plugins/analyzerbase/ianalyzerengine.h b/src/plugins/analyzerbase/ianalyzerengine.h
index b895007161b..36bb3eb43c2 100644
--- a/src/plugins/analyzerbase/ianalyzerengine.h
+++ b/src/plugins/analyzerbase/ianalyzerengine.h
@@ -6,7 +6,7 @@
**
** Author: Nicolas Arnaud-Cormos, KDAB ([email protected])
**
-** Contact: Nokia Corporation ([email protected])
+** Contact: http://www.qt-project.org/
**
**
** GNU Lesser General Public License Usage
@@ -27,8 +27,6 @@
** Alternatively, this file may be used in accordance with the terms and
** conditions contained in a signed written agreement between you and Nokia.
**
-** If you have questions regarding the use of this file, please contact
-** Nokia at [email protected].
**
**************************************************************************/
diff --git a/src/plugins/analyzerbase/ianalyzertool.cpp b/src/plugins/analyzerbase/ianalyzertool.cpp
index 426be89d72c..6be5ee5c858 100644
--- a/src/plugins/analyzerbase/ianalyzertool.cpp
+++ b/src/plugins/analyzerbase/ianalyzertool.cpp
@@ -6,7 +6,7 @@
**
** Author: Nicolas Arnaud-Cormos, KDAB ([email protected])
**
-** Contact: Nokia Corporation ([email protected])
+** Contact: http://www.qt-project.org/
**
**
** GNU Lesser General Public License Usage
@@ -27,8 +27,6 @@
** Alternatively, this file may be used in accordance with the terms and
** conditions contained in a signed written agreement between you and Nokia.
**
-** If you have questions regarding the use of this file, please contact
-** Nokia at [email protected].
**
**************************************************************************/
diff --git a/src/plugins/analyzerbase/ianalyzertool.h b/src/plugins/analyzerbase/ianalyzertool.h
index 3ecd06599fa..997c1c2bb94 100644
--- a/src/plugins/analyzerbase/ianalyzertool.h
+++ b/src/plugins/analyzerbase/ianalyzertool.h
@@ -6,7 +6,7 @@
**
** Author: Nicolas Arnaud-Cormos, KDAB ([email protected])
**
-** Contact: Nokia Corporation ([email protected])
+** Contact: http://www.qt-project.org/
**
**
** GNU Lesser General Public License Usage
@@ -27,8 +27,6 @@
** Alternatively, this file may be used in accordance with the terms and
** conditions contained in a signed written agreement between you and Nokia.
**
-** If you have questions regarding the use of this file, please contact
-** Nokia at [email protected].
**
**************************************************************************/
diff --git a/src/plugins/analyzerbase/startremotedialog.cpp b/src/plugins/analyzerbase/startremotedialog.cpp
index 16967c971e1..82724a5f001 100644
--- a/src/plugins/analyzerbase/startremotedialog.cpp
+++ b/src/plugins/analyzerbase/startremotedialog.cpp
@@ -4,7 +4,7 @@
**
** Copyright (c) 2012 Nokia Corporation and/or its subsidiary(-ies).
**
-** Contact: Nokia Corporation ([email protected])
+** Contact: http://www.qt-project.org/
**
**
** GNU Lesser General Public License Usage
@@ -25,8 +25,6 @@
** Alternatively, this file may be used in accordance with the terms and
** conditions contained in a signed written agreement between you and Nokia.
**
-** If you have questions regarding the use of this file, please contact
-** Nokia at [email protected].
**
**************************************************************************/
diff --git a/src/plugins/analyzerbase/startremotedialog.h b/src/plugins/analyzerbase/startremotedialog.h
index 935229fb68f..4c5cb8dccc2 100644
--- a/src/plugins/analyzerbase/startremotedialog.h
+++ b/src/plugins/analyzerbase/startremotedialog.h
@@ -4,7 +4,7 @@
**
** Copyright (c) 2012 Nokia Corporation and/or its subsidiary(-ies).
**
-** Contact: Nokia Corporation ([email protected])
+** Contact: http://www.qt-project.org/
**
**
** GNU Lesser General Public License Usage
@@ -25,8 +25,6 @@
** Alternatively, this file may be used in accordance with the terms and
** conditions contained in a signed written agreement between you and Nokia.
**
-** If you have questions regarding the use of this file, please contact
-** Nokia at [email protected].
**
**************************************************************************/