aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/vcsbase
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/vcsbase')
-rw-r--r--src/plugins/vcsbase/baseannotationhighlighter.cpp4
-rw-r--r--src/plugins/vcsbase/baseannotationhighlighter.h4
-rw-r--r--src/plugins/vcsbase/basevcseditorfactory.cpp4
-rw-r--r--src/plugins/vcsbase/basevcseditorfactory.h4
-rw-r--r--src/plugins/vcsbase/basevcssubmiteditorfactory.cpp4
-rw-r--r--src/plugins/vcsbase/basevcssubmiteditorfactory.h4
-rw-r--r--src/plugins/vcsbase/diffhighlighter.cpp4
-rw-r--r--src/plugins/vcsbase/diffhighlighter.h4
-rw-r--r--src/plugins/vcsbase/nicknamedialog.cpp4
-rw-r--r--src/plugins/vcsbase/nicknamedialog.h4
-rw-r--r--src/plugins/vcsbase/submiteditorfile.cpp4
-rw-r--r--src/plugins/vcsbase/submiteditorfile.h4
-rw-r--r--src/plugins/vcsbase/submitfilemodel.cpp4
-rw-r--r--src/plugins/vcsbase/submitfilemodel.h4
-rw-r--r--src/plugins/vcsbase/vcsbase_global.h4
-rw-r--r--src/plugins/vcsbase/vcsbaseconstants.h4
-rw-r--r--src/plugins/vcsbase/vcsbaseeditor.cpp4
-rw-r--r--src/plugins/vcsbase/vcsbaseeditor.h4
-rw-r--r--src/plugins/vcsbase/vcsbaseplugin.cpp4
-rw-r--r--src/plugins/vcsbase/vcsbaseplugin.h4
-rw-r--r--src/plugins/vcsbase/vcsbasesettings.cpp4
-rw-r--r--src/plugins/vcsbase/vcsbasesettings.h4
-rw-r--r--src/plugins/vcsbase/vcsbasesettingspage.cpp4
-rw-r--r--src/plugins/vcsbase/vcsbasesettingspage.h4
-rw-r--r--src/plugins/vcsbase/vcsbasesubmiteditor.cpp4
-rw-r--r--src/plugins/vcsbase/vcsbasesubmiteditor.h4
-rw-r--r--src/plugins/vcsbase/vcsbasetextdocument.cpp4
-rw-r--r--src/plugins/vcsbase/vcsbasetextdocument.h4
28 files changed, 56 insertions, 56 deletions
diff --git a/src/plugins/vcsbase/baseannotationhighlighter.cpp b/src/plugins/vcsbase/baseannotationhighlighter.cpp
index 3ff8bedba58..9bfd174e9ee 100644
--- a/src/plugins/vcsbase/baseannotationhighlighter.cpp
+++ b/src/plugins/vcsbase/baseannotationhighlighter.cpp
@@ -4,7 +4,7 @@
**
** Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
**
-** Contact: Qt Software Information ([email protected])
+** Contact: Nokia Corporation ([email protected])
**
** Commercial Usage
**
@@ -23,7 +23,7 @@
** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
**
** If you are unsure which license is appropriate for your use, please
-** contact the sales department at [email protected].
+** contact the sales department at http://www.qtsoftware.com/contact.
**
**************************************************************************/
diff --git a/src/plugins/vcsbase/baseannotationhighlighter.h b/src/plugins/vcsbase/baseannotationhighlighter.h
index 034d67f1ec5..1565bb303cd 100644
--- a/src/plugins/vcsbase/baseannotationhighlighter.h
+++ b/src/plugins/vcsbase/baseannotationhighlighter.h
@@ -4,7 +4,7 @@
**
** Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
**
-** Contact: Qt Software Information ([email protected])
+** Contact: Nokia Corporation ([email protected])
**
** Commercial Usage
**
@@ -23,7 +23,7 @@
** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
**
** If you are unsure which license is appropriate for your use, please
-** contact the sales department at [email protected].
+** contact the sales department at http://www.qtsoftware.com/contact.
**
**************************************************************************/
diff --git a/src/plugins/vcsbase/basevcseditorfactory.cpp b/src/plugins/vcsbase/basevcseditorfactory.cpp
index 895aed9971e..da881746c9a 100644
--- a/src/plugins/vcsbase/basevcseditorfactory.cpp
+++ b/src/plugins/vcsbase/basevcseditorfactory.cpp
@@ -4,7 +4,7 @@
**
** Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
**
-** Contact: Qt Software Information ([email protected])
+** Contact: Nokia Corporation ([email protected])
**
** Commercial Usage
**
@@ -23,7 +23,7 @@
** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
**
** If you are unsure which license is appropriate for your use, please
-** contact the sales department at [email protected].
+** contact the sales department at http://www.qtsoftware.com/contact.
**
**************************************************************************/
diff --git a/src/plugins/vcsbase/basevcseditorfactory.h b/src/plugins/vcsbase/basevcseditorfactory.h
index a1c5950979b..d4102ae9638 100644
--- a/src/plugins/vcsbase/basevcseditorfactory.h
+++ b/src/plugins/vcsbase/basevcseditorfactory.h
@@ -4,7 +4,7 @@
**
** Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
**
-** Contact: Qt Software Information ([email protected])
+** Contact: Nokia Corporation ([email protected])
**
** Commercial Usage
**
@@ -23,7 +23,7 @@
** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
**
** If you are unsure which license is appropriate for your use, please
-** contact the sales department at [email protected].
+** contact the sales department at http://www.qtsoftware.com/contact.
**
**************************************************************************/
diff --git a/src/plugins/vcsbase/basevcssubmiteditorfactory.cpp b/src/plugins/vcsbase/basevcssubmiteditorfactory.cpp
index ce9333dac24..8bebd1d96f2 100644
--- a/src/plugins/vcsbase/basevcssubmiteditorfactory.cpp
+++ b/src/plugins/vcsbase/basevcssubmiteditorfactory.cpp
@@ -4,7 +4,7 @@
**
** Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
**
-** Contact: Qt Software Information ([email protected])
+** Contact: Nokia Corporation ([email protected])
**
** Commercial Usage
**
@@ -23,7 +23,7 @@
** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
**
** If you are unsure which license is appropriate for your use, please
-** contact the sales department at [email protected].
+** contact the sales department at http://www.qtsoftware.com/contact.
**
**************************************************************************/
diff --git a/src/plugins/vcsbase/basevcssubmiteditorfactory.h b/src/plugins/vcsbase/basevcssubmiteditorfactory.h
index 14aa5142db4..87ca6e68592 100644
--- a/src/plugins/vcsbase/basevcssubmiteditorfactory.h
+++ b/src/plugins/vcsbase/basevcssubmiteditorfactory.h
@@ -4,7 +4,7 @@
**
** Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
**
-** Contact: Qt Software Information ([email protected])
+** Contact: Nokia Corporation ([email protected])
**
** Commercial Usage
**
@@ -23,7 +23,7 @@
** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
**
** If you are unsure which license is appropriate for your use, please
-** contact the sales department at [email protected].
+** contact the sales department at http://www.qtsoftware.com/contact.
**
**************************************************************************/
diff --git a/src/plugins/vcsbase/diffhighlighter.cpp b/src/plugins/vcsbase/diffhighlighter.cpp
index e4f434c28d0..4516ce8a074 100644
--- a/src/plugins/vcsbase/diffhighlighter.cpp
+++ b/src/plugins/vcsbase/diffhighlighter.cpp
@@ -4,7 +4,7 @@
**
** Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
**
-** Contact: Qt Software Information ([email protected])
+** Contact: Nokia Corporation ([email protected])
**
** Commercial Usage
**
@@ -23,7 +23,7 @@
** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
**
** If you are unsure which license is appropriate for your use, please
-** contact the sales department at [email protected].
+** contact the sales department at http://www.qtsoftware.com/contact.
**
**************************************************************************/
diff --git a/src/plugins/vcsbase/diffhighlighter.h b/src/plugins/vcsbase/diffhighlighter.h
index 83a4a36d4da..240a875cc3c 100644
--- a/src/plugins/vcsbase/diffhighlighter.h
+++ b/src/plugins/vcsbase/diffhighlighter.h
@@ -4,7 +4,7 @@
**
** Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
**
-** Contact: Qt Software Information ([email protected])
+** Contact: Nokia Corporation ([email protected])
**
** Commercial Usage
**
@@ -23,7 +23,7 @@
** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
**
** If you are unsure which license is appropriate for your use, please
-** contact the sales department at [email protected].
+** contact the sales department at http://www.qtsoftware.com/contact.
**
**************************************************************************/
diff --git a/src/plugins/vcsbase/nicknamedialog.cpp b/src/plugins/vcsbase/nicknamedialog.cpp
index ad694c1aa85..d5b884d3f23 100644
--- a/src/plugins/vcsbase/nicknamedialog.cpp
+++ b/src/plugins/vcsbase/nicknamedialog.cpp
@@ -4,7 +4,7 @@
**
** Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
**
-** Contact: Qt Software Information ([email protected])
+** Contact: Nokia Corporation ([email protected])
**
** Commercial Usage
**
@@ -23,7 +23,7 @@
** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
**
** If you are unsure which license is appropriate for your use, please
-** contact the sales department at [email protected].
+** contact the sales department at http://www.qtsoftware.com/contact.
**
**************************************************************************/
diff --git a/src/plugins/vcsbase/nicknamedialog.h b/src/plugins/vcsbase/nicknamedialog.h
index 51d5a6399eb..104a62f3d62 100644
--- a/src/plugins/vcsbase/nicknamedialog.h
+++ b/src/plugins/vcsbase/nicknamedialog.h
@@ -4,7 +4,7 @@
**
** Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
**
-** Contact: Qt Software Information ([email protected])
+** Contact: Nokia Corporation ([email protected])
**
** Commercial Usage
**
@@ -23,7 +23,7 @@
** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
**
** If you are unsure which license is appropriate for your use, please
-** contact the sales department at [email protected].
+** contact the sales department at http://www.qtsoftware.com/contact.
**
**************************************************************************/
diff --git a/src/plugins/vcsbase/submiteditorfile.cpp b/src/plugins/vcsbase/submiteditorfile.cpp
index 61ad48ffe6d..ac8fc379714 100644
--- a/src/plugins/vcsbase/submiteditorfile.cpp
+++ b/src/plugins/vcsbase/submiteditorfile.cpp
@@ -4,7 +4,7 @@
**
** Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
**
-** Contact: Qt Software Information ([email protected])
+** Contact: Nokia Corporation ([email protected])
**
** Commercial Usage
**
@@ -23,7 +23,7 @@
** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
**
** If you are unsure which license is appropriate for your use, please
-** contact the sales department at [email protected].
+** contact the sales department at http://www.qtsoftware.com/contact.
**
**************************************************************************/
diff --git a/src/plugins/vcsbase/submiteditorfile.h b/src/plugins/vcsbase/submiteditorfile.h
index d597b9ad5f7..a5301add687 100644
--- a/src/plugins/vcsbase/submiteditorfile.h
+++ b/src/plugins/vcsbase/submiteditorfile.h
@@ -4,7 +4,7 @@
**
** Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
**
-** Contact: Qt Software Information ([email protected])
+** Contact: Nokia Corporation ([email protected])
**
** Commercial Usage
**
@@ -23,7 +23,7 @@
** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
**
** If you are unsure which license is appropriate for your use, please
-** contact the sales department at [email protected].
+** contact the sales department at http://www.qtsoftware.com/contact.
**
**************************************************************************/
diff --git a/src/plugins/vcsbase/submitfilemodel.cpp b/src/plugins/vcsbase/submitfilemodel.cpp
index 2f4a65b2861..190b185a041 100644
--- a/src/plugins/vcsbase/submitfilemodel.cpp
+++ b/src/plugins/vcsbase/submitfilemodel.cpp
@@ -4,7 +4,7 @@
**
** Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
**
-** Contact: Qt Software Information ([email protected])
+** Contact: Nokia Corporation ([email protected])
**
** Commercial Usage
**
@@ -23,7 +23,7 @@
** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
**
** If you are unsure which license is appropriate for your use, please
-** contact the sales department at [email protected].
+** contact the sales department at http://www.qtsoftware.com/contact.
**
**************************************************************************/
diff --git a/src/plugins/vcsbase/submitfilemodel.h b/src/plugins/vcsbase/submitfilemodel.h
index 8e1a93cf3a2..5a5df7c77a0 100644
--- a/src/plugins/vcsbase/submitfilemodel.h
+++ b/src/plugins/vcsbase/submitfilemodel.h
@@ -4,7 +4,7 @@
**
** Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
**
-** Contact: Qt Software Information ([email protected])
+** Contact: Nokia Corporation ([email protected])
**
** Commercial Usage
**
@@ -23,7 +23,7 @@
** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
**
** If you are unsure which license is appropriate for your use, please
-** contact the sales department at [email protected].
+** contact the sales department at http://www.qtsoftware.com/contact.
**
**************************************************************************/
diff --git a/src/plugins/vcsbase/vcsbase_global.h b/src/plugins/vcsbase/vcsbase_global.h
index b0d09aa7ad4..9cb7a1bd2ef 100644
--- a/src/plugins/vcsbase/vcsbase_global.h
+++ b/src/plugins/vcsbase/vcsbase_global.h
@@ -4,7 +4,7 @@
**
** Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
**
-** Contact: Qt Software Information ([email protected])
+** Contact: Nokia Corporation ([email protected])
**
** Commercial Usage
**
@@ -23,7 +23,7 @@
** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
**
** If you are unsure which license is appropriate for your use, please
-** contact the sales department at [email protected].
+** contact the sales department at http://www.qtsoftware.com/contact.
**
**************************************************************************/
diff --git a/src/plugins/vcsbase/vcsbaseconstants.h b/src/plugins/vcsbase/vcsbaseconstants.h
index 7bffb76a2ee..3362be5d497 100644
--- a/src/plugins/vcsbase/vcsbaseconstants.h
+++ b/src/plugins/vcsbase/vcsbaseconstants.h
@@ -4,7 +4,7 @@
**
** Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
**
-** Contact: Qt Software Information ([email protected])
+** Contact: Nokia Corporation ([email protected])
**
** Commercial Usage
**
@@ -23,7 +23,7 @@
** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
**
** If you are unsure which license is appropriate for your use, please
-** contact the sales department at [email protected].
+** contact the sales department at http://www.qtsoftware.com/contact.
**
**************************************************************************/
diff --git a/src/plugins/vcsbase/vcsbaseeditor.cpp b/src/plugins/vcsbase/vcsbaseeditor.cpp
index 8e8eebe6dd9..119fe5e99ec 100644
--- a/src/plugins/vcsbase/vcsbaseeditor.cpp
+++ b/src/plugins/vcsbase/vcsbaseeditor.cpp
@@ -4,7 +4,7 @@
**
** Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
**
-** Contact: Qt Software Information ([email protected])
+** Contact: Nokia Corporation ([email protected])
**
** Commercial Usage
**
@@ -23,7 +23,7 @@
** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
**
** If you are unsure which license is appropriate for your use, please
-** contact the sales department at [email protected].
+** contact the sales department at http://www.qtsoftware.com/contact.
**
**************************************************************************/
diff --git a/src/plugins/vcsbase/vcsbaseeditor.h b/src/plugins/vcsbase/vcsbaseeditor.h
index 29dcb03bf37..c85f113d557 100644
--- a/src/plugins/vcsbase/vcsbaseeditor.h
+++ b/src/plugins/vcsbase/vcsbaseeditor.h
@@ -4,7 +4,7 @@
**
** Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
**
-** Contact: Qt Software Information ([email protected])
+** Contact: Nokia Corporation ([email protected])
**
** Commercial Usage
**
@@ -23,7 +23,7 @@
** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
**
** If you are unsure which license is appropriate for your use, please
-** contact the sales department at [email protected].
+** contact the sales department at http://www.qtsoftware.com/contact.
**
**************************************************************************/
diff --git a/src/plugins/vcsbase/vcsbaseplugin.cpp b/src/plugins/vcsbase/vcsbaseplugin.cpp
index a819411ee02..9a2e880b354 100644
--- a/src/plugins/vcsbase/vcsbaseplugin.cpp
+++ b/src/plugins/vcsbase/vcsbaseplugin.cpp
@@ -4,7 +4,7 @@
**
** Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
**
-** Contact: Qt Software Information ([email protected])
+** Contact: Nokia Corporation ([email protected])
**
** Commercial Usage
**
@@ -23,7 +23,7 @@
** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
**
** If you are unsure which license is appropriate for your use, please
-** contact the sales department at [email protected].
+** contact the sales department at http://www.qtsoftware.com/contact.
**
**************************************************************************/
diff --git a/src/plugins/vcsbase/vcsbaseplugin.h b/src/plugins/vcsbase/vcsbaseplugin.h
index e116d1943fc..c97fdbbe916 100644
--- a/src/plugins/vcsbase/vcsbaseplugin.h
+++ b/src/plugins/vcsbase/vcsbaseplugin.h
@@ -4,7 +4,7 @@
**
** Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
**
-** Contact: Qt Software Information ([email protected])
+** Contact: Nokia Corporation ([email protected])
**
** Commercial Usage
**
@@ -23,7 +23,7 @@
** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
**
** If you are unsure which license is appropriate for your use, please
-** contact the sales department at [email protected].
+** contact the sales department at http://www.qtsoftware.com/contact.
**
**************************************************************************/
diff --git a/src/plugins/vcsbase/vcsbasesettings.cpp b/src/plugins/vcsbase/vcsbasesettings.cpp
index e5c117b99bb..9036262704f 100644
--- a/src/plugins/vcsbase/vcsbasesettings.cpp
+++ b/src/plugins/vcsbase/vcsbasesettings.cpp
@@ -4,7 +4,7 @@
**
** Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
**
-** Contact: Qt Software Information ([email protected])
+** Contact: Nokia Corporation ([email protected])
**
** Commercial Usage
**
@@ -23,7 +23,7 @@
** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
**
** If you are unsure which license is appropriate for your use, please
-** contact the sales department at [email protected].
+** contact the sales department at http://www.qtsoftware.com/contact.
**
**************************************************************************/
diff --git a/src/plugins/vcsbase/vcsbasesettings.h b/src/plugins/vcsbase/vcsbasesettings.h
index 4ad64a9b589..fcf6f54df76 100644
--- a/src/plugins/vcsbase/vcsbasesettings.h
+++ b/src/plugins/vcsbase/vcsbasesettings.h
@@ -4,7 +4,7 @@
**
** Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
**
-** Contact: Qt Software Information ([email protected])
+** Contact: Nokia Corporation ([email protected])
**
** Commercial Usage
**
@@ -23,7 +23,7 @@
** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
**
** If you are unsure which license is appropriate for your use, please
-** contact the sales department at [email protected].
+** contact the sales department at http://www.qtsoftware.com/contact.
**
**************************************************************************/
diff --git a/src/plugins/vcsbase/vcsbasesettingspage.cpp b/src/plugins/vcsbase/vcsbasesettingspage.cpp
index e6530f4fda9..24782d9e0d7 100644
--- a/src/plugins/vcsbase/vcsbasesettingspage.cpp
+++ b/src/plugins/vcsbase/vcsbasesettingspage.cpp
@@ -4,7 +4,7 @@
**
** Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
**
-** Contact: Qt Software Information ([email protected])
+** Contact: Nokia Corporation ([email protected])
**
** Commercial Usage
**
@@ -23,7 +23,7 @@
** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
**
** If you are unsure which license is appropriate for your use, please
-** contact the sales department at [email protected].
+** contact the sales department at http://www.qtsoftware.com/contact.
**
**************************************************************************/
diff --git a/src/plugins/vcsbase/vcsbasesettingspage.h b/src/plugins/vcsbase/vcsbasesettingspage.h
index a81daf5f352..bb7f3e1b5b1 100644
--- a/src/plugins/vcsbase/vcsbasesettingspage.h
+++ b/src/plugins/vcsbase/vcsbasesettingspage.h
@@ -4,7 +4,7 @@
**
** Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
**
-** Contact: Qt Software Information ([email protected])
+** Contact: Nokia Corporation ([email protected])
**
** Commercial Usage
**
@@ -23,7 +23,7 @@
** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
**
** If you are unsure which license is appropriate for your use, please
-** contact the sales department at [email protected].
+** contact the sales department at http://www.qtsoftware.com/contact.
**
**************************************************************************/
diff --git a/src/plugins/vcsbase/vcsbasesubmiteditor.cpp b/src/plugins/vcsbase/vcsbasesubmiteditor.cpp
index a77455f44fc..b54b1442480 100644
--- a/src/plugins/vcsbase/vcsbasesubmiteditor.cpp
+++ b/src/plugins/vcsbase/vcsbasesubmiteditor.cpp
@@ -4,7 +4,7 @@
**
** Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
**
-** Contact: Qt Software Information ([email protected])
+** Contact: Nokia Corporation ([email protected])
**
** Commercial Usage
**
@@ -23,7 +23,7 @@
** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
**
** If you are unsure which license is appropriate for your use, please
-** contact the sales department at [email protected].
+** contact the sales department at http://www.qtsoftware.com/contact.
**
**************************************************************************/
diff --git a/src/plugins/vcsbase/vcsbasesubmiteditor.h b/src/plugins/vcsbase/vcsbasesubmiteditor.h
index e4b9a1ad359..7bade2dd334 100644
--- a/src/plugins/vcsbase/vcsbasesubmiteditor.h
+++ b/src/plugins/vcsbase/vcsbasesubmiteditor.h
@@ -4,7 +4,7 @@
**
** Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
**
-** Contact: Qt Software Information ([email protected])
+** Contact: Nokia Corporation ([email protected])
**
** Commercial Usage
**
@@ -23,7 +23,7 @@
** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
**
** If you are unsure which license is appropriate for your use, please
-** contact the sales department at [email protected].
+** contact the sales department at http://www.qtsoftware.com/contact.
**
**************************************************************************/
diff --git a/src/plugins/vcsbase/vcsbasetextdocument.cpp b/src/plugins/vcsbase/vcsbasetextdocument.cpp
index e4cbf5bbaae..bd49b197a10 100644
--- a/src/plugins/vcsbase/vcsbasetextdocument.cpp
+++ b/src/plugins/vcsbase/vcsbasetextdocument.cpp
@@ -4,7 +4,7 @@
**
** Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
**
-** Contact: Qt Software Information ([email protected])
+** Contact: Nokia Corporation ([email protected])
**
** Commercial Usage
**
@@ -23,7 +23,7 @@
** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
**
** If you are unsure which license is appropriate for your use, please
-** contact the sales department at [email protected].
+** contact the sales department at http://www.qtsoftware.com/contact.
**
**************************************************************************/
diff --git a/src/plugins/vcsbase/vcsbasetextdocument.h b/src/plugins/vcsbase/vcsbasetextdocument.h
index 14dad90e035..c31436f2827 100644
--- a/src/plugins/vcsbase/vcsbasetextdocument.h
+++ b/src/plugins/vcsbase/vcsbasetextdocument.h
@@ -4,7 +4,7 @@
**
** Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
**
-** Contact: Qt Software Information ([email protected])
+** Contact: Nokia Corporation ([email protected])
**
** Commercial Usage
**
@@ -23,7 +23,7 @@
** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
**
** If you are unsure which license is appropriate for your use, please
-** contact the sales department at [email protected].
+** contact the sales department at http://www.qtsoftware.com/contact.
**
**************************************************************************/