aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/qmljs
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@nokia.com>2012-07-19 12:26:56 +0200
committerEike Ziller <eike.ziller@nokia.com>2012-07-19 13:23:21 +0200
commite0e8cf3ada52fcd3fcb610ce993cba7b7edc5985 (patch)
tree3d18e89498509a24821cd496a5f0d533dd341802 /src/libs/qmljs
parent93cf0f126efccb3a63a8d56c3898897868721e8c (diff)
Contact -> qt-project.org
Change-Id: I7134d7de30bcf9f9dcfad42520dd45ee083a852d Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
Diffstat (limited to 'src/libs/qmljs')
-rw-r--r--src/libs/qmljs/parser/parser.patch12
-rw-r--r--src/libs/qmljs/parser/qmldirparser.cpp4
-rw-r--r--src/libs/qmljs/parser/qmldirparser_p.h4
-rw-r--r--src/libs/qmljs/parser/qmlerror.cpp4
-rw-r--r--src/libs/qmljs/parser/qmlerror.h4
-rw-r--r--src/libs/qmljs/parser/qmljs.g12
-rw-r--r--src/libs/qmljs/parser/qmljsast.cpp4
-rw-r--r--src/libs/qmljs/parser/qmljsast_p.h4
-rw-r--r--src/libs/qmljs/parser/qmljsastfwd_p.h4
-rw-r--r--src/libs/qmljs/parser/qmljsastvisitor.cpp4
-rw-r--r--src/libs/qmljs/parser/qmljsastvisitor_p.h4
-rw-r--r--src/libs/qmljs/parser/qmljsengine_p.cpp4
-rw-r--r--src/libs/qmljs/parser/qmljsengine_p.h4
-rw-r--r--src/libs/qmljs/parser/qmljsglobal_p.h4
-rw-r--r--src/libs/qmljs/parser/qmljsgrammar.cpp4
-rw-r--r--src/libs/qmljs/parser/qmljsgrammar_p.h4
-rw-r--r--src/libs/qmljs/parser/qmljskeywords_p.h4
-rw-r--r--src/libs/qmljs/parser/qmljslexer.cpp4
-rw-r--r--src/libs/qmljs/parser/qmljslexer_p.h4
-rw-r--r--src/libs/qmljs/parser/qmljsmemorypool_p.h4
-rw-r--r--src/libs/qmljs/parser/qmljsparser.cpp4
-rw-r--r--src/libs/qmljs/parser/qmljsparser_p.h4
-rw-r--r--src/libs/qmljs/qmljs_global.h4
-rw-r--r--src/libs/qmljs/qmljsbind.cpp4
-rw-r--r--src/libs/qmljs/qmljsbind.h4
-rw-r--r--src/libs/qmljs/qmljscheck.cpp4
-rw-r--r--src/libs/qmljs/qmljscheck.h4
-rw-r--r--src/libs/qmljs/qmljscodeformatter.cpp4
-rw-r--r--src/libs/qmljs/qmljscodeformatter.h4
-rw-r--r--src/libs/qmljs/qmljscompletioncontextfinder.cpp4
-rw-r--r--src/libs/qmljs/qmljscompletioncontextfinder.h4
-rw-r--r--src/libs/qmljs/qmljscontext.cpp4
-rw-r--r--src/libs/qmljs/qmljscontext.h4
-rw-r--r--src/libs/qmljs/qmljsdelta.cpp4
-rw-r--r--src/libs/qmljs/qmljsdelta.h4
-rw-r--r--src/libs/qmljs/qmljsdocument.cpp4
-rw-r--r--src/libs/qmljs/qmljsdocument.h4
-rw-r--r--src/libs/qmljs/qmljsevaluate.cpp4
-rw-r--r--src/libs/qmljs/qmljsevaluate.h4
-rw-r--r--src/libs/qmljs/qmljsicons.cpp4
-rw-r--r--src/libs/qmljs/qmljsicons.h4
-rw-r--r--src/libs/qmljs/qmljsicontextpane.h4
-rw-r--r--src/libs/qmljs/qmljsindenter.cpp4
-rw-r--r--src/libs/qmljs/qmljsindenter.h4
-rw-r--r--src/libs/qmljs/qmljsinterpreter.cpp4
-rw-r--r--src/libs/qmljs/qmljsinterpreter.h4
-rw-r--r--src/libs/qmljs/qmljslineinfo.cpp4
-rw-r--r--src/libs/qmljs/qmljslineinfo.h4
-rw-r--r--src/libs/qmljs/qmljslink.cpp4
-rw-r--r--src/libs/qmljs/qmljslink.h4
-rw-r--r--src/libs/qmljs/qmljsmodelmanagerinterface.cpp4
-rw-r--r--src/libs/qmljs/qmljsmodelmanagerinterface.h4
-rw-r--r--src/libs/qmljs/qmljspropertyreader.cpp4
-rw-r--r--src/libs/qmljs/qmljspropertyreader.h4
-rw-r--r--src/libs/qmljs/qmljsrewriter.cpp4
-rw-r--r--src/libs/qmljs/qmljsrewriter.h4
-rw-r--r--src/libs/qmljs/qmljsscanner.cpp4
-rw-r--r--src/libs/qmljs/qmljsscanner.h4
-rw-r--r--src/libs/qmljs/qmljsscopeastpath.cpp4
-rw-r--r--src/libs/qmljs/qmljsscopeastpath.h4
-rw-r--r--src/libs/qmljs/qmljsscopebuilder.cpp4
-rw-r--r--src/libs/qmljs/qmljsscopebuilder.h4
-rw-r--r--src/libs/qmljs/qmljsscopechain.cpp4
-rw-r--r--src/libs/qmljs/qmljsscopechain.h4
-rw-r--r--src/libs/qmljs/qmljsstaticanalysismessage.cpp4
-rw-r--r--src/libs/qmljs/qmljsstaticanalysismessage.h4
-rw-r--r--src/libs/qmljs/qmljstypedescriptionreader.cpp4
-rw-r--r--src/libs/qmljs/qmljstypedescriptionreader.h4
-rw-r--r--src/libs/qmljs/qmljsutils.cpp4
-rw-r--r--src/libs/qmljs/qmljsutils.h4
-rw-r--r--src/libs/qmljs/qmljsvalueowner.cpp4
-rw-r--r--src/libs/qmljs/qmljsvalueowner.h4
72 files changed, 76 insertions, 228 deletions
diff --git a/src/libs/qmljs/parser/parser.patch b/src/libs/qmljs/parser/parser.patch
index d15753bc58..755aa27a93 100644
--- a/src/libs/qmljs/parser/parser.patch
+++ b/src/libs/qmljs/parser/parser.patch
@@ -11,7 +11,7 @@ index 6888b65..784e47f 100644
+--
+-- Copyright (c) 2012 Nokia Corporation and/or its subsidiary(-ies).
+--
- -- Contact: Nokia Corporation (qt-info@nokia.com)
+ -- Contact: http://www.qt-project.org/
--
--- This file is part of the QtDeclarative module of the Qt Toolkit.
--
@@ -40,8 +40,6 @@ index 6888b65..784e47f 100644
+-- 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.
--- $QT_END_LICENSE$
--
----------------------------------------------------------------------------
@@ -59,7 +57,7 @@ index 6888b65..784e47f 100644
**
-** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
-** All rights reserved.
- ** Contact: Nokia Corporation (qt-info@nokia.com)
+ ** Contact: http://www.qt-project.org/
**
-** This file is part of the QtDeclarative module of the Qt Toolkit.
**
@@ -93,8 +91,6 @@ index 6888b65..784e47f 100644
** 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.
**
-**
-**
@@ -119,7 +115,7 @@ index 6888b65..784e47f 100644
**
-** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
-** All rights reserved.
- ** Contact: Nokia Corporation (qt-info@nokia.com)
+ ** Contact: http://www.qt-project.org/
**
-** This file is part of the QtDeclarative module of the Qt Toolkit.
**
@@ -153,8 +149,6 @@ index 6888b65..784e47f 100644
** 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/qmljs/parser/qmldirparser.cpp b/src/libs/qmljs/parser/qmldirparser.cpp
index 25249899bf..7324abe785 100644
--- a/src/libs/qmljs/parser/qmldirparser.cpp
+++ b/src/libs/qmljs/parser/qmldirparser.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/qmljs/parser/qmldirparser_p.h b/src/libs/qmljs/parser/qmldirparser_p.h
index 21266aaf9e..ca8dd57df7 100644
--- a/src/libs/qmljs/parser/qmldirparser_p.h
+++ b/src/libs/qmljs/parser/qmldirparser_p.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/qmljs/parser/qmlerror.cpp b/src/libs/qmljs/parser/qmlerror.cpp
index a126609412..b3408f7166 100644
--- a/src/libs/qmljs/parser/qmlerror.cpp
+++ b/src/libs/qmljs/parser/qmlerror.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/qmljs/parser/qmlerror.h b/src/libs/qmljs/parser/qmlerror.h
index 5839152f8b..e5394dfa71 100644
--- a/src/libs/qmljs/parser/qmlerror.h
+++ b/src/libs/qmljs/parser/qmlerror.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/qmljs/parser/qmljs.g b/src/libs/qmljs/parser/qmljs.g
index 8720c78d86..e8c7b8cf20 100644
--- a/src/libs/qmljs/parser/qmljs.g
+++ b/src/libs/qmljs/parser/qmljs.g
@@ -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.
--
----------------------------------------------------------------------------
@@ -98,7 +96,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
@@ -119,8 +117,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.
**
**************************************************************************/
@@ -142,7 +138,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
@@ -163,8 +159,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/qmljs/parser/qmljsast.cpp b/src/libs/qmljs/parser/qmljsast.cpp
index 461a570312..cbb2ce2973 100644
--- a/src/libs/qmljs/parser/qmljsast.cpp
+++ b/src/libs/qmljs/parser/qmljsast.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/qmljs/parser/qmljsast_p.h b/src/libs/qmljs/parser/qmljsast_p.h
index 75a54994f3..0fd68ae5b5 100644
--- a/src/libs/qmljs/parser/qmljsast_p.h
+++ b/src/libs/qmljs/parser/qmljsast_p.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/qmljs/parser/qmljsastfwd_p.h b/src/libs/qmljs/parser/qmljsastfwd_p.h
index 6854595762..10fc2534bb 100644
--- a/src/libs/qmljs/parser/qmljsastfwd_p.h
+++ b/src/libs/qmljs/parser/qmljsastfwd_p.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/qmljs/parser/qmljsastvisitor.cpp b/src/libs/qmljs/parser/qmljsastvisitor.cpp
index b31f0cc8ce..4a1bc8a6df 100644
--- a/src/libs/qmljs/parser/qmljsastvisitor.cpp
+++ b/src/libs/qmljs/parser/qmljsastvisitor.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/qmljs/parser/qmljsastvisitor_p.h b/src/libs/qmljs/parser/qmljsastvisitor_p.h
index 02c083c1e5..9502e681bc 100644
--- a/src/libs/qmljs/parser/qmljsastvisitor_p.h
+++ b/src/libs/qmljs/parser/qmljsastvisitor_p.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/qmljs/parser/qmljsengine_p.cpp b/src/libs/qmljs/parser/qmljsengine_p.cpp
index 53fa6e4805..780cb38bd9 100644
--- a/src/libs/qmljs/parser/qmljsengine_p.cpp
+++ b/src/libs/qmljs/parser/qmljsengine_p.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/qmljs/parser/qmljsengine_p.h b/src/libs/qmljs/parser/qmljsengine_p.h
index 85cdc20d5d..e5d78147e4 100644
--- a/src/libs/qmljs/parser/qmljsengine_p.h
+++ b/src/libs/qmljs/parser/qmljsengine_p.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/qmljs/parser/qmljsglobal_p.h b/src/libs/qmljs/parser/qmljsglobal_p.h
index 5d9c5b0191..56fbc3f716 100644
--- a/src/libs/qmljs/parser/qmljsglobal_p.h
+++ b/src/libs/qmljs/parser/qmljsglobal_p.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.
**
**************************************************************************/
#ifndef QMLJSGLOBAL_P_H
diff --git a/src/libs/qmljs/parser/qmljsgrammar.cpp b/src/libs/qmljs/parser/qmljsgrammar.cpp
index 4b6d9e10f1..fd0c78f0a6 100644
--- a/src/libs/qmljs/parser/qmljsgrammar.cpp
+++ b/src/libs/qmljs/parser/qmljsgrammar.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/qmljs/parser/qmljsgrammar_p.h b/src/libs/qmljs/parser/qmljsgrammar_p.h
index 0c675e847b..0ef10463e4 100644
--- a/src/libs/qmljs/parser/qmljsgrammar_p.h
+++ b/src/libs/qmljs/parser/qmljsgrammar_p.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/qmljs/parser/qmljskeywords_p.h b/src/libs/qmljs/parser/qmljskeywords_p.h
index 696cee5154..043a6f2981 100644
--- a/src/libs/qmljs/parser/qmljskeywords_p.h
+++ b/src/libs/qmljs/parser/qmljskeywords_p.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/qmljs/parser/qmljslexer.cpp b/src/libs/qmljs/parser/qmljslexer.cpp
index 8b481bcb3f..b868a84bcc 100644
--- a/src/libs/qmljs/parser/qmljslexer.cpp
+++ b/src/libs/qmljs/parser/qmljslexer.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/qmljs/parser/qmljslexer_p.h b/src/libs/qmljs/parser/qmljslexer_p.h
index 27e7ac1208..cefa538bf5 100644
--- a/src/libs/qmljs/parser/qmljslexer_p.h
+++ b/src/libs/qmljs/parser/qmljslexer_p.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/qmljs/parser/qmljsmemorypool_p.h b/src/libs/qmljs/parser/qmljsmemorypool_p.h
index 2cb7d036c5..0f3e46b186 100644
--- a/src/libs/qmljs/parser/qmljsmemorypool_p.h
+++ b/src/libs/qmljs/parser/qmljsmemorypool_p.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/qmljs/parser/qmljsparser.cpp b/src/libs/qmljs/parser/qmljsparser.cpp
index b147a6eed8..9895b21df6 100644
--- a/src/libs/qmljs/parser/qmljsparser.cpp
+++ b/src/libs/qmljs/parser/qmljsparser.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/qmljs/parser/qmljsparser_p.h b/src/libs/qmljs/parser/qmljsparser_p.h
index 1e52432831..f68eb5d03e 100644
--- a/src/libs/qmljs/parser/qmljsparser_p.h
+++ b/src/libs/qmljs/parser/qmljsparser_p.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/qmljs/qmljs_global.h b/src/libs/qmljs/qmljs_global.h
index d427ecc17f..9b0c24e767 100644
--- a/src/libs/qmljs/qmljs_global.h
+++ b/src/libs/qmljs/qmljs_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/qmljs/qmljsbind.cpp b/src/libs/qmljs/qmljsbind.cpp
index c4fa31071b..c4a66b18c6 100644
--- a/src/libs/qmljs/qmljsbind.cpp
+++ b/src/libs/qmljs/qmljsbind.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/qmljs/qmljsbind.h b/src/libs/qmljs/qmljsbind.h
index 75543976a9..4eab6976d7 100644
--- a/src/libs/qmljs/qmljsbind.h
+++ b/src/libs/qmljs/qmljsbind.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/qmljs/qmljscheck.cpp b/src/libs/qmljs/qmljscheck.cpp
index eeb41b355f..609b786286 100644
--- a/src/libs/qmljs/qmljscheck.cpp
+++ b/src/libs/qmljs/qmljscheck.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/qmljs/qmljscheck.h b/src/libs/qmljs/qmljscheck.h
index ff178f4f7c..7e6230cec7 100644
--- a/src/libs/qmljs/qmljscheck.h
+++ b/src/libs/qmljs/qmljscheck.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/qmljs/qmljscodeformatter.cpp b/src/libs/qmljs/qmljscodeformatter.cpp
index 7c64c9058a..1a6d853a93 100644
--- a/src/libs/qmljs/qmljscodeformatter.cpp
+++ b/src/libs/qmljs/qmljscodeformatter.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/qmljs/qmljscodeformatter.h b/src/libs/qmljs/qmljscodeformatter.h
index 10dfacea0e..ff964280b8 100644
--- a/src/libs/qmljs/qmljscodeformatter.h
+++ b/src/libs/qmljs/qmljscodeformatter.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/qmljs/qmljscompletioncontextfinder.cpp b/src/libs/qmljs/qmljscompletioncontextfinder.cpp
index 073e298eaa..912d7ec560 100644
--- a/src/libs/qmljs/qmljscompletioncontextfinder.cpp
+++ b/src/libs/qmljs/qmljscompletioncontextfinder.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/qmljs/qmljscompletioncontextfinder.h b/src/libs/qmljs/qmljscompletioncontextfinder.h
index 8e71d64d0c..3abfc1e95b 100644
--- a/src/libs/qmljs/qmljscompletioncontextfinder.h
+++ b/src/libs/qmljs/qmljscompletioncontextfinder.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/qmljs/qmljscontext.cpp b/src/libs/qmljs/qmljscontext.cpp
index 1f505bddf0..b23f057f18 100644
--- a/src/libs/qmljs/qmljscontext.cpp
+++ b/src/libs/qmljs/qmljscontext.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/qmljs/qmljscontext.h b/src/libs/qmljs/qmljscontext.h
index 982801b008..c691ae195c 100644
--- a/src/libs/qmljs/qmljscontext.h
+++ b/src/libs/qmljs/qmljscontext.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/qmljs/qmljsdelta.cpp b/src/libs/qmljs/qmljsdelta.cpp
index 8fe250b72e..bc6f5f82e2 100644
--- a/src/libs/qmljs/qmljsdelta.cpp
+++ b/src/libs/qmljs/qmljsdelta.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/qmljs/qmljsdelta.h b/src/libs/qmljs/qmljsdelta.h
index 0521d3f334..a4f2b86a5d 100644
--- a/src/libs/qmljs/qmljsdelta.h
+++ b/src/libs/qmljs/qmljsdelta.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/qmljs/qmljsdocument.cpp b/src/libs/qmljs/qmljsdocument.cpp
index 0f457faafe..f1cdbc4b2e 100644
--- a/src/libs/qmljs/qmljsdocument.cpp
+++ b/src/libs/qmljs/qmljsdocument.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/qmljs/qmljsdocument.h b/src/libs/qmljs/qmljsdocument.h
index 8bb3b702ea..b3f264ad4f 100644
--- a/src/libs/qmljs/qmljsdocument.h
+++ b/src/libs/qmljs/qmljsdocument.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.
**
**************************************************************************/
#ifndef QMLDOCUMENT_H
diff --git a/src/libs/qmljs/qmljsevaluate.cpp b/src/libs/qmljs/qmljsevaluate.cpp
index b0d30f9efc..f8dcdf296c 100644
--- a/src/libs/qmljs/qmljsevaluate.cpp
+++ b/src/libs/qmljs/qmljsevaluate.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/qmljs/qmljsevaluate.h b/src/libs/qmljs/qmljsevaluate.h
index 00aea26729..f7209152eb 100644
--- a/src/libs/qmljs/qmljsevaluate.h
+++ b/src/libs/qmljs/qmljsevaluate.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/qmljs/qmljsicons.cpp b/src/libs/qmljs/qmljsicons.cpp
index aae1f3fcb2..76f571c8dc 100644
--- a/src/libs/qmljs/qmljsicons.cpp
+++ b/src/libs/qmljs/qmljsicons.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/qmljs/qmljsicons.h b/src/libs/qmljs/qmljsicons.h
index 1b5a49b710..15633e59a4 100644
--- a/src/libs/qmljs/qmljsicons.h
+++ b/src/libs/qmljs/qmljsicons.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/qmljs/qmljsicontextpane.h b/src/libs/qmljs/qmljsicontextpane.h
index c92c4626f3..de6c735419 100644
--- a/src/libs/qmljs/qmljsicontextpane.h
+++ b/src/libs/qmljs/qmljsicontextpane.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/qmljs/qmljsindenter.cpp b/src/libs/qmljs/qmljsindenter.cpp
index 6b3f7d067d..67946c3cca 100644
--- a/src/libs/qmljs/qmljsindenter.cpp
+++ b/src/libs/qmljs/qmljsindenter.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/qmljs/qmljsindenter.h b/src/libs/qmljs/qmljsindenter.h
index ab93678914..785b3e460e 100644
--- a/src/libs/qmljs/qmljsindenter.h
+++ b/src/libs/qmljs/qmljsindenter.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/qmljs/qmljsinterpreter.cpp b/src/libs/qmljs/qmljsinterpreter.cpp
index bf776defa0..2736fde9cc 100644
--- a/src/libs/qmljs/qmljsinterpreter.cpp
+++ b/src/libs/qmljs/qmljsinterpreter.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/qmljs/qmljsinterpreter.h b/src/libs/qmljs/qmljsinterpreter.h
index efe7f1fad9..b05d019461 100644
--- a/src/libs/qmljs/qmljsinterpreter.h
+++ b/src/libs/qmljs/qmljsinterpreter.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/qmljs/qmljslineinfo.cpp b/src/libs/qmljs/qmljslineinfo.cpp
index 698a0a8d8c..59d49c3468 100644
--- a/src/libs/qmljs/qmljslineinfo.cpp
+++ b/src/libs/qmljs/qmljslineinfo.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/qmljs/qmljslineinfo.h b/src/libs/qmljs/qmljslineinfo.h
index 34555e0378..9126aaf626 100644
--- a/src/libs/qmljs/qmljslineinfo.h
+++ b/src/libs/qmljs/qmljslineinfo.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/qmljs/qmljslink.cpp b/src/libs/qmljs/qmljslink.cpp
index c791a7c732..e938365ffd 100644
--- a/src/libs/qmljs/qmljslink.cpp
+++ b/src/libs/qmljs/qmljslink.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/qmljs/qmljslink.h b/src/libs/qmljs/qmljslink.h
index ab6106af6b..c396854180 100644
--- a/src/libs/qmljs/qmljslink.h
+++ b/src/libs/qmljs/qmljslink.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/qmljs/qmljsmodelmanagerinterface.cpp b/src/libs/qmljs/qmljsmodelmanagerinterface.cpp
index 6414133dd7..805c44c54c 100644
--- a/src/libs/qmljs/qmljsmodelmanagerinterface.cpp
+++ b/src/libs/qmljs/qmljsmodelmanagerinterface.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/qmljs/qmljsmodelmanagerinterface.h b/src/libs/qmljs/qmljsmodelmanagerinterface.h
index cd73008835..3be86213fa 100644
--- a/src/libs/qmljs/qmljsmodelmanagerinterface.h
+++ b/src/libs/qmljs/qmljsmodelmanagerinterface.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/qmljs/qmljspropertyreader.cpp b/src/libs/qmljs/qmljspropertyreader.cpp
index 81b71059d0..b01e0a7332 100644
--- a/src/libs/qmljs/qmljspropertyreader.cpp
+++ b/src/libs/qmljs/qmljspropertyreader.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/qmljs/qmljspropertyreader.h b/src/libs/qmljs/qmljspropertyreader.h
index 7816ac1cdb..b5784783c3 100644
--- a/src/libs/qmljs/qmljspropertyreader.h
+++ b/src/libs/qmljs/qmljspropertyreader.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/qmljs/qmljsrewriter.cpp b/src/libs/qmljs/qmljsrewriter.cpp
index 651a04b25a..0a39ec26b9 100644
--- a/src/libs/qmljs/qmljsrewriter.cpp
+++ b/src/libs/qmljs/qmljsrewriter.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/qmljs/qmljsrewriter.h b/src/libs/qmljs/qmljsrewriter.h
index 9ed0c70652..eb97e0810c 100644
--- a/src/libs/qmljs/qmljsrewriter.h
+++ b/src/libs/qmljs/qmljsrewriter.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/qmljs/qmljsscanner.cpp b/src/libs/qmljs/qmljsscanner.cpp
index ed7a5df985..615f4281ec 100644
--- a/src/libs/qmljs/qmljsscanner.cpp
+++ b/src/libs/qmljs/qmljsscanner.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/qmljs/qmljsscanner.h b/src/libs/qmljs/qmljsscanner.h
index 47dfc035b0..1f38a68081 100644
--- a/src/libs/qmljs/qmljsscanner.h
+++ b/src/libs/qmljs/qmljsscanner.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/qmljs/qmljsscopeastpath.cpp b/src/libs/qmljs/qmljsscopeastpath.cpp
index 2bfe7d08d1..0448ef1af6 100644
--- a/src/libs/qmljs/qmljsscopeastpath.cpp
+++ b/src/libs/qmljs/qmljsscopeastpath.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/qmljs/qmljsscopeastpath.h b/src/libs/qmljs/qmljsscopeastpath.h
index 4a5133ba16..62edea92ee 100644
--- a/src/libs/qmljs/qmljsscopeastpath.h
+++ b/src/libs/qmljs/qmljsscopeastpath.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/qmljs/qmljsscopebuilder.cpp b/src/libs/qmljs/qmljsscopebuilder.cpp
index 159fd90a93..5d5147941a 100644
--- a/src/libs/qmljs/qmljsscopebuilder.cpp
+++ b/src/libs/qmljs/qmljsscopebuilder.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/qmljs/qmljsscopebuilder.h b/src/libs/qmljs/qmljsscopebuilder.h
index 012e8b3e22..0c3c53b1eb 100644
--- a/src/libs/qmljs/qmljsscopebuilder.h
+++ b/src/libs/qmljs/qmljsscopebuilder.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/qmljs/qmljsscopechain.cpp b/src/libs/qmljs/qmljsscopechain.cpp
index e6288494a9..302db75738 100644
--- a/src/libs/qmljs/qmljsscopechain.cpp
+++ b/src/libs/qmljs/qmljsscopechain.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/qmljs/qmljsscopechain.h b/src/libs/qmljs/qmljsscopechain.h
index 8d326b669f..27c65746a3 100644
--- a/src/libs/qmljs/qmljsscopechain.h
+++ b/src/libs/qmljs/qmljsscopechain.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/qmljs/qmljsstaticanalysismessage.cpp b/src/libs/qmljs/qmljsstaticanalysismessage.cpp
index 0d8cd54a40..09c0be604a 100644
--- a/src/libs/qmljs/qmljsstaticanalysismessage.cpp
+++ b/src/libs/qmljs/qmljsstaticanalysismessage.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/qmljs/qmljsstaticanalysismessage.h b/src/libs/qmljs/qmljsstaticanalysismessage.h
index 44f062e1dc..e6dbb7640d 100644
--- a/src/libs/qmljs/qmljsstaticanalysismessage.h
+++ b/src/libs/qmljs/qmljsstaticanalysismessage.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/qmljs/qmljstypedescriptionreader.cpp b/src/libs/qmljs/qmljstypedescriptionreader.cpp
index a0f96cdb5b..2434c177e9 100644
--- a/src/libs/qmljs/qmljstypedescriptionreader.cpp
+++ b/src/libs/qmljs/qmljstypedescriptionreader.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/qmljs/qmljstypedescriptionreader.h b/src/libs/qmljs/qmljstypedescriptionreader.h
index afa928be42..f07d9fb20f 100644
--- a/src/libs/qmljs/qmljstypedescriptionreader.h
+++ b/src/libs/qmljs/qmljstypedescriptionreader.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/qmljs/qmljsutils.cpp b/src/libs/qmljs/qmljsutils.cpp
index ca50442ac2..95957d393b 100644
--- a/src/libs/qmljs/qmljsutils.cpp
+++ b/src/libs/qmljs/qmljsutils.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/qmljs/qmljsutils.h b/src/libs/qmljs/qmljsutils.h
index 4bcd3af02c..f3853c6860 100644
--- a/src/libs/qmljs/qmljsutils.h
+++ b/src/libs/qmljs/qmljsutils.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/qmljs/qmljsvalueowner.cpp b/src/libs/qmljs/qmljsvalueowner.cpp
index 5f1bab533e..499ee30c5c 100644
--- a/src/libs/qmljs/qmljsvalueowner.cpp
+++ b/src/libs/qmljs/qmljsvalueowner.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/qmljs/qmljsvalueowner.h b/src/libs/qmljs/qmljsvalueowner.h
index 94688717d0..32fc6c7686 100644
--- a/src/libs/qmljs/qmljsvalueowner.h
+++ b/src/libs/qmljs/qmljsvalueowner.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.
**
**************************************************************************/