aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/qmldebug
diff options
context:
space:
mode:
Diffstat (limited to 'src/libs/qmldebug')
-rw-r--r--src/libs/qmldebug/baseenginedebugclient.cpp4
-rw-r--r--src/libs/qmldebug/baseenginedebugclient.h4
-rw-r--r--src/libs/qmldebug/basetoolsclient.cpp4
-rw-r--r--src/libs/qmldebug/basetoolsclient.h4
-rw-r--r--src/libs/qmldebug/declarativeenginedebugclient.h4
-rw-r--r--src/libs/qmldebug/declarativetoolsclient.cpp4
-rw-r--r--src/libs/qmldebug/declarativetoolsclient.h4
-rw-r--r--src/libs/qmldebug/qdebugmessageclient.cpp4
-rw-r--r--src/libs/qmldebug/qdebugmessageclient.h4
-rw-r--r--src/libs/qmldebug/qmldebug_global.h4
-rw-r--r--src/libs/qmldebug/qmldebugclient.cpp4
-rw-r--r--src/libs/qmldebug/qmldebugclient.h4
-rw-r--r--src/libs/qmldebug/qmldebugconstants.h4
-rw-r--r--src/libs/qmldebug/qmlenginedebugclient.cpp4
-rw-r--r--src/libs/qmldebug/qmlenginedebugclient.h4
-rw-r--r--src/libs/qmldebug/qmloutputparser.cpp4
-rw-r--r--src/libs/qmldebug/qmloutputparser.h4
-rw-r--r--src/libs/qmldebug/qmlprofilereventlocation.h4
-rw-r--r--src/libs/qmldebug/qmlprofilereventtypes.h4
-rw-r--r--src/libs/qmldebug/qmlprofilertraceclient.cpp4
-rw-r--r--src/libs/qmldebug/qmlprofilertraceclient.h4
-rw-r--r--src/libs/qmldebug/qmltoolsclient.cpp4
-rw-r--r--src/libs/qmldebug/qmltoolsclient.h4
-rw-r--r--src/libs/qmldebug/qpacketprotocol.cpp4
-rw-r--r--src/libs/qmldebug/qpacketprotocol.h4
-rw-r--r--src/libs/qmldebug/qv8profilerclient.cpp4
-rw-r--r--src/libs/qmldebug/qv8profilerclient.h4
27 files changed, 27 insertions, 81 deletions
diff --git a/src/libs/qmldebug/baseenginedebugclient.cpp b/src/libs/qmldebug/baseenginedebugclient.cpp
index 512437f8a0..a669d59f6b 100644
--- a/src/libs/qmldebug/baseenginedebugclient.cpp
+++ b/src/libs/qmldebug/baseenginedebugclient.cpp
@@ -4,7 +4,7 @@
**
** Copyright (c) 2012 Nokia Corporation and/or its subsidiary(-ies).
**
-** Contact: Nokia Corporation (qt-info@nokia.com)
+** Contact: http://www.qt-project.org/
**
** GNU Lesser General Public License Usage
**
@@ -24,8 +24,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 qt-info@nokia.com.
**
**************************************************************************/
diff --git a/src/libs/qmldebug/baseenginedebugclient.h b/src/libs/qmldebug/baseenginedebugclient.h
index 1abcaa2820..d9cdc62b4c 100644
--- a/src/libs/qmldebug/baseenginedebugclient.h
+++ b/src/libs/qmldebug/baseenginedebugclient.h
@@ -4,7 +4,7 @@
**
** Copyright (c) 2012 Nokia Corporation and/or its subsidiary(-ies).
**
-** Contact: Nokia Corporation (qt-info@nokia.com)
+** Contact: http://www.qt-project.org/
**
** GNU Lesser General Public License Usage
**
@@ -24,8 +24,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 qt-info@nokia.com.
**
**************************************************************************/
diff --git a/src/libs/qmldebug/basetoolsclient.cpp b/src/libs/qmldebug/basetoolsclient.cpp
index b8b209d967..058e2a766c 100644
--- a/src/libs/qmldebug/basetoolsclient.cpp
+++ b/src/libs/qmldebug/basetoolsclient.cpp
@@ -4,7 +4,7 @@
**
** Copyright (c) 2012 Nokia Corporation and/or its subsidiary(-ies).
**
-** Contact: Nokia Corporation (qt-info@nokia.com)
+** Contact: http://www.qt-project.org/
**
** GNU Lesser General Public License Usage
**
@@ -24,8 +24,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 qt-info@nokia.com.
**
**************************************************************************/
diff --git a/src/libs/qmldebug/basetoolsclient.h b/src/libs/qmldebug/basetoolsclient.h
index e74b7510ad..1d36c22368 100644
--- a/src/libs/qmldebug/basetoolsclient.h
+++ b/src/libs/qmldebug/basetoolsclient.h
@@ -4,7 +4,7 @@
**
** Copyright (c) 2012 Nokia Corporation and/or its subsidiary(-ies).
**
-** Contact: Nokia Corporation (qt-info@nokia.com)
+** Contact: http://www.qt-project.org/
**
** GNU Lesser General Public License Usage
**
@@ -24,8 +24,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 qt-info@nokia.com.
**
**************************************************************************/
diff --git a/src/libs/qmldebug/declarativeenginedebugclient.h b/src/libs/qmldebug/declarativeenginedebugclient.h
index 92ee6ba547..5cfe28279f 100644
--- a/src/libs/qmldebug/declarativeenginedebugclient.h
+++ b/src/libs/qmldebug/declarativeenginedebugclient.h
@@ -4,7 +4,7 @@
**
** Copyright (c) 2012 Nokia Corporation and/or its subsidiary(-ies).
**
-** Contact: Nokia Corporation (qt-info@nokia.com)
+** Contact: http://www.qt-project.org/
**
** GNU Lesser General Public License Usage
**
@@ -24,8 +24,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 qt-info@nokia.com.
**
**************************************************************************/
diff --git a/src/libs/qmldebug/declarativetoolsclient.cpp b/src/libs/qmldebug/declarativetoolsclient.cpp
index 19a5367acb..81f0acd2fe 100644
--- a/src/libs/qmldebug/declarativetoolsclient.cpp
+++ b/src/libs/qmldebug/declarativetoolsclient.cpp
@@ -4,7 +4,7 @@
**
** Copyright (c) 2012 Nokia Corporation and/or its subsidiary(-ies).
**
-** Contact: Nokia Corporation (qt-info@nokia.com)
+** Contact: http://www.qt-project.org/
**
** GNU Lesser General Public License Usage
**
@@ -24,8 +24,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 qt-info@nokia.com.
**
**************************************************************************/
diff --git a/src/libs/qmldebug/declarativetoolsclient.h b/src/libs/qmldebug/declarativetoolsclient.h
index 3abfd1c128..9d1e218e6b 100644
--- a/src/libs/qmldebug/declarativetoolsclient.h
+++ b/src/libs/qmldebug/declarativetoolsclient.h
@@ -4,7 +4,7 @@
**
** Copyright (c) 2012 Nokia Corporation and/or its subsidiary(-ies).
**
-** Contact: Nokia Corporation (qt-info@nokia.com)
+** Contact: http://www.qt-project.org/
**
** GNU Lesser General Public License Usage
**
@@ -24,8 +24,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 qt-info@nokia.com.
**
**************************************************************************/
diff --git a/src/libs/qmldebug/qdebugmessageclient.cpp b/src/libs/qmldebug/qdebugmessageclient.cpp
index f877fa72dd..c6c6433e67 100644
--- a/src/libs/qmldebug/qdebugmessageclient.cpp
+++ b/src/libs/qmldebug/qdebugmessageclient.cpp
@@ -4,7 +4,7 @@
**
** Copyright (c) 2012 Nokia Corporation and/or its subsidiary(-ies).
**
-** Contact: Nokia Corporation (qt-info@nokia.com)
+** 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 qt-info@nokia.com.
**
**************************************************************************/
diff --git a/src/libs/qmldebug/qdebugmessageclient.h b/src/libs/qmldebug/qdebugmessageclient.h
index f07b9f3320..bb3af142f8 100644
--- a/src/libs/qmldebug/qdebugmessageclient.h
+++ b/src/libs/qmldebug/qdebugmessageclient.h
@@ -4,7 +4,7 @@
**
** Copyright (c) 2012 Nokia Corporation and/or its subsidiary(-ies).
**
-** Contact: Nokia Corporation (qt-info@nokia.com)
+** 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 qt-info@nokia.com.
**
**************************************************************************/
diff --git a/src/libs/qmldebug/qmldebug_global.h b/src/libs/qmldebug/qmldebug_global.h
index eb9cde19b6..b27794f739 100644
--- a/src/libs/qmldebug/qmldebug_global.h
+++ b/src/libs/qmldebug/qmldebug_global.h
@@ -4,7 +4,7 @@
**
** Copyright (c) 2012 Nokia Corporation and/or its subsidiary(-ies).
**
-** Contact: Nokia Corporation (qt-info@nokia.com)
+** 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 qt-info@nokia.com.
**
**************************************************************************/
diff --git a/src/libs/qmldebug/qmldebugclient.cpp b/src/libs/qmldebug/qmldebugclient.cpp
index b3acdaab17..bbe0fd9777 100644
--- a/src/libs/qmldebug/qmldebugclient.cpp
+++ b/src/libs/qmldebug/qmldebugclient.cpp
@@ -4,7 +4,7 @@
**
** Copyright (c) 2012 Nokia Corporation and/or its subsidiary(-ies).
**
-** Contact: Nokia Corporation (qt-info@nokia.com)
+** Contact: http://www.qt-project.org/
**
** GNU Lesser General Public License Usage
**
@@ -24,8 +24,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 qt-info@nokia.com.
**
**************************************************************************/
diff --git a/src/libs/qmldebug/qmldebugclient.h b/src/libs/qmldebug/qmldebugclient.h
index 3c8a405e4b..156b53394f 100644
--- a/src/libs/qmldebug/qmldebugclient.h
+++ b/src/libs/qmldebug/qmldebugclient.h
@@ -4,7 +4,7 @@
**
** Copyright (c) 2012 Nokia Corporation and/or its subsidiary(-ies).
**
-** Contact: Nokia Corporation (qt-info@nokia.com)
+** Contact: http://www.qt-project.org/
**
** GNU Lesser General Public License Usage
**
@@ -24,8 +24,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 qt-info@nokia.com.
**
**************************************************************************/
diff --git a/src/libs/qmldebug/qmldebugconstants.h b/src/libs/qmldebug/qmldebugconstants.h
index a9fce2c7e8..36ccf4fb9e 100644
--- a/src/libs/qmldebug/qmldebugconstants.h
+++ b/src/libs/qmldebug/qmldebugconstants.h
@@ -4,7 +4,7 @@
**
** Copyright (c) 2012 Nokia Corporation and/or its subsidiary(-ies).
**
-** Contact: Nokia Corporation (qt-info@nokia.com)
+** 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 qt-info@nokia.com.
**
**************************************************************************/
diff --git a/src/libs/qmldebug/qmlenginedebugclient.cpp b/src/libs/qmldebug/qmlenginedebugclient.cpp
index 35d9ee7a0f..07c69a497c 100644
--- a/src/libs/qmldebug/qmlenginedebugclient.cpp
+++ b/src/libs/qmldebug/qmlenginedebugclient.cpp
@@ -4,7 +4,7 @@
**
** Copyright (c) 2012 Nokia Corporation and/or its subsidiary(-ies).
**
-** Contact: Nokia Corporation (qt-info@nokia.com)
+** Contact: http://www.qt-project.org/
**
** GNU Lesser General Public License Usage
**
@@ -24,8 +24,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 qt-info@nokia.com.
**
**************************************************************************/
diff --git a/src/libs/qmldebug/qmlenginedebugclient.h b/src/libs/qmldebug/qmlenginedebugclient.h
index adb2e434d7..eea286b810 100644
--- a/src/libs/qmldebug/qmlenginedebugclient.h
+++ b/src/libs/qmldebug/qmlenginedebugclient.h
@@ -4,7 +4,7 @@
**
** Copyright (c) 2012 Nokia Corporation and/or its subsidiary(-ies).
**
-** Contact: Nokia Corporation (qt-info@nokia.com)
+** Contact: http://www.qt-project.org/
**
** GNU Lesser General Public License Usage
**
@@ -24,8 +24,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 qt-info@nokia.com.
**
**************************************************************************/
diff --git a/src/libs/qmldebug/qmloutputparser.cpp b/src/libs/qmldebug/qmloutputparser.cpp
index 922cece816..73bb385278 100644
--- a/src/libs/qmldebug/qmloutputparser.cpp
+++ b/src/libs/qmldebug/qmloutputparser.cpp
@@ -4,7 +4,7 @@
**
** Copyright (c) 2012 Nokia Corporation and/or its subsidiary(-ies).
**
-** Contact: Nokia Corporation (qt-info@nokia.com)
+** Contact: http://www.qt-project.org/
**
** GNU Lesser General Public License Usage
**
@@ -24,8 +24,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 qt-info@nokia.com.
**
**************************************************************************/
diff --git a/src/libs/qmldebug/qmloutputparser.h b/src/libs/qmldebug/qmloutputparser.h
index 05242aa98e..333a3b0218 100644
--- a/src/libs/qmldebug/qmloutputparser.h
+++ b/src/libs/qmldebug/qmloutputparser.h
@@ -4,7 +4,7 @@
**
** Copyright (c) 2012 Nokia Corporation and/or its subsidiary(-ies).
**
-** Contact: Nokia Corporation (qt-info@nokia.com)
+** Contact: http://www.qt-project.org/
**
** GNU Lesser General Public License Usage
**
@@ -24,8 +24,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 qt-info@nokia.com.
**
**************************************************************************/
diff --git a/src/libs/qmldebug/qmlprofilereventlocation.h b/src/libs/qmldebug/qmlprofilereventlocation.h
index f5030efeb0..917785b77d 100644
--- a/src/libs/qmldebug/qmlprofilereventlocation.h
+++ b/src/libs/qmldebug/qmlprofilereventlocation.h
@@ -4,7 +4,7 @@
**
** Copyright (c) 2012 Nokia Corporation and/or its subsidiary(-ies).
**
-** Contact: Nokia Corporation (qt-info@nokia.com)
+** 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 qt-info@nokia.com.
**
**************************************************************************/
diff --git a/src/libs/qmldebug/qmlprofilereventtypes.h b/src/libs/qmldebug/qmlprofilereventtypes.h
index 9f25d5218b..9629ffa176 100644
--- a/src/libs/qmldebug/qmlprofilereventtypes.h
+++ b/src/libs/qmldebug/qmlprofilereventtypes.h
@@ -4,7 +4,7 @@
**
** Copyright (c) 2012 Nokia Corporation and/or its subsidiary(-ies).
**
-** Contact: Nokia Corporation (qt-info@nokia.com)
+** 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 qt-info@nokia.com.
**
**************************************************************************/
diff --git a/src/libs/qmldebug/qmlprofilertraceclient.cpp b/src/libs/qmldebug/qmlprofilertraceclient.cpp
index 24758588ec..4b0de87935 100644
--- a/src/libs/qmldebug/qmlprofilertraceclient.cpp
+++ b/src/libs/qmldebug/qmlprofilertraceclient.cpp
@@ -4,7 +4,7 @@
**
** Copyright (c) 2012 Nokia Corporation and/or its subsidiary(-ies).
**
-** Contact: Nokia Corporation (qt-info@nokia.com)
+** 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 qt-info@nokia.com.
**
**************************************************************************/
diff --git a/src/libs/qmldebug/qmlprofilertraceclient.h b/src/libs/qmldebug/qmlprofilertraceclient.h
index fc9d12e7c9..fc8f328caf 100644
--- a/src/libs/qmldebug/qmlprofilertraceclient.h
+++ b/src/libs/qmldebug/qmlprofilertraceclient.h
@@ -4,7 +4,7 @@
**
** Copyright (c) 2012 Nokia Corporation and/or its subsidiary(-ies).
**
-** Contact: Nokia Corporation (qt-info@nokia.com)
+** 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 qt-info@nokia.com.
**
**************************************************************************/
diff --git a/src/libs/qmldebug/qmltoolsclient.cpp b/src/libs/qmldebug/qmltoolsclient.cpp
index 2e9d7b5df4..1f785a05c8 100644
--- a/src/libs/qmldebug/qmltoolsclient.cpp
+++ b/src/libs/qmldebug/qmltoolsclient.cpp
@@ -4,7 +4,7 @@
**
** Copyright (c) 2012 Nokia Corporation and/or its subsidiary(-ies).
**
-** Contact: Nokia Corporation (qt-info@nokia.com)
+** Contact: http://www.qt-project.org/
**
** GNU Lesser General Public License Usage
**
@@ -24,8 +24,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 qt-info@nokia.com.
**
**************************************************************************/
diff --git a/src/libs/qmldebug/qmltoolsclient.h b/src/libs/qmldebug/qmltoolsclient.h
index 219d8367dd..4ddb184825 100644
--- a/src/libs/qmldebug/qmltoolsclient.h
+++ b/src/libs/qmldebug/qmltoolsclient.h
@@ -4,7 +4,7 @@
**
** Copyright (c) 2012 Nokia Corporation and/or its subsidiary(-ies).
**
-** Contact: Nokia Corporation (qt-info@nokia.com)
+** Contact: http://www.qt-project.org/
**
** GNU Lesser General Public License Usage
**
@@ -24,8 +24,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 qt-info@nokia.com.
**
**************************************************************************/
diff --git a/src/libs/qmldebug/qpacketprotocol.cpp b/src/libs/qmldebug/qpacketprotocol.cpp
index e3b5fce2be..43e487e667 100644
--- a/src/libs/qmldebug/qpacketprotocol.cpp
+++ b/src/libs/qmldebug/qpacketprotocol.cpp
@@ -4,7 +4,7 @@
**
** Copyright (c) 2012 Nokia Corporation and/or its subsidiary(-ies).
**
-** Contact: Nokia Corporation (qt-info@nokia.com)
+** Contact: http://www.qt-project.org/
**
** GNU Lesser General Public License Usage
**
@@ -24,8 +24,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 qt-info@nokia.com.
**
**************************************************************************/
diff --git a/src/libs/qmldebug/qpacketprotocol.h b/src/libs/qmldebug/qpacketprotocol.h
index 12c8572482..c875ebd509 100644
--- a/src/libs/qmldebug/qpacketprotocol.h
+++ b/src/libs/qmldebug/qpacketprotocol.h
@@ -4,7 +4,7 @@
**
** Copyright (c) 2012 Nokia Corporation and/or its subsidiary(-ies).
**
-** Contact: Nokia Corporation (qt-info@nokia.com)
+** Contact: http://www.qt-project.org/
**
** GNU Lesser General Public License Usage
**
@@ -24,8 +24,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 qt-info@nokia.com.
**
**************************************************************************/
diff --git a/src/libs/qmldebug/qv8profilerclient.cpp b/src/libs/qmldebug/qv8profilerclient.cpp
index 606e360b92..52fc49044c 100644
--- a/src/libs/qmldebug/qv8profilerclient.cpp
+++ b/src/libs/qmldebug/qv8profilerclient.cpp
@@ -4,7 +4,7 @@
**
** Copyright (c) 2012 Nokia Corporation and/or its subsidiary(-ies).
**
-** Contact: Nokia Corporation (qt-info@nokia.com)
+** 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 qt-info@nokia.com.
**
**************************************************************************/
diff --git a/src/libs/qmldebug/qv8profilerclient.h b/src/libs/qmldebug/qv8profilerclient.h
index 5ab42c0eee..423d65df31 100644
--- a/src/libs/qmldebug/qv8profilerclient.h
+++ b/src/libs/qmldebug/qv8profilerclient.h
@@ -4,7 +4,7 @@
**
** Copyright (c) 2012 Nokia Corporation and/or its subsidiary(-ies).
**
-** Contact: Nokia Corporation (qt-info@nokia.com)
+** 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 qt-info@nokia.com.
**
**************************************************************************/