summaryrefslogtreecommitdiff
path: root/src/qtestlib/wince
diff options
context:
space:
mode:
authorJason McDonald <jason.mcdonald@nokia.com>2012-01-20 15:23:30 +1000
committerQt by Nokia <qt-info@nokia.com>2012-01-23 02:57:49 +0100
commit99f3b879a3aad0dd979fadf0e332b43294441d14 (patch)
tree371c3a5460b8219ad964fd9cb6a1375414ea1b27 /src/qtestlib/wince
parente3abbbbde7bfb268f076832ae2af5d113df58a36 (diff)
downloadqttools-99f3b879a3aad0dd979fadf0e332b43294441d14.tar.gz
Update obsolete contact address.
Replace Nokia contact email address with Qt Project website. Change-Id: I3841a7c154b90b73fe8f498fda035c8b3545c692 Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
Diffstat (limited to 'src/qtestlib/wince')
-rw-r--r--src/qtestlib/wince/cetcpsync/main.cpp2
-rw-r--r--src/qtestlib/wince/cetcpsync/qtcesterconnection.cpp2
-rw-r--r--src/qtestlib/wince/cetcpsync/qtcesterconnection.h2
-rw-r--r--src/qtestlib/wince/cetcpsync/remoteconnection.cpp2
-rw-r--r--src/qtestlib/wince/cetcpsync/remoteconnection.h2
-rw-r--r--src/qtestlib/wince/cetcpsyncserver/commands.cpp2
-rw-r--r--src/qtestlib/wince/cetcpsyncserver/commands.h2
-rw-r--r--src/qtestlib/wince/cetcpsyncserver/connectionmanager.cpp2
-rw-r--r--src/qtestlib/wince/cetcpsyncserver/connectionmanager.h2
-rw-r--r--src/qtestlib/wince/cetcpsyncserver/main.cpp2
-rw-r--r--src/qtestlib/wince/cetcpsyncserver/transfer_global.h2
-rw-r--r--src/qtestlib/wince/cetest/activesyncconnection.cpp2
-rw-r--r--src/qtestlib/wince/cetest/activesyncconnection.h2
-rw-r--r--src/qtestlib/wince/cetest/cetcpsyncconnection.cpp2
-rw-r--r--src/qtestlib/wince/cetest/cetcpsyncconnection.h2
-rw-r--r--src/qtestlib/wince/cetest/deployment.cpp2
-rw-r--r--src/qtestlib/wince/cetest/deployment.h2
-rw-r--r--src/qtestlib/wince/cetest/main.cpp2
-rw-r--r--src/qtestlib/wince/cetest/remoteconnection.cpp2
-rw-r--r--src/qtestlib/wince/cetest/remoteconnection.h2
-rw-r--r--src/qtestlib/wince/remotelib/commands.cpp2
-rw-r--r--src/qtestlib/wince/remotelib/commands.h2
22 files changed, 22 insertions, 22 deletions
diff --git a/src/qtestlib/wince/cetcpsync/main.cpp b/src/qtestlib/wince/cetcpsync/main.cpp
index 3f5dd8776..7899424cf 100644
--- a/src/qtestlib/wince/cetcpsync/main.cpp
+++ b/src/qtestlib/wince/cetcpsync/main.cpp
@@ -2,7 +2,7 @@
**
** 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 tools applications of the Qt Toolkit.
**
diff --git a/src/qtestlib/wince/cetcpsync/qtcesterconnection.cpp b/src/qtestlib/wince/cetcpsync/qtcesterconnection.cpp
index ec8b5ef0e..79d92d11d 100644
--- a/src/qtestlib/wince/cetcpsync/qtcesterconnection.cpp
+++ b/src/qtestlib/wince/cetcpsync/qtcesterconnection.cpp
@@ -2,7 +2,7 @@
**
** 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 tools applications of the Qt Toolkit.
**
diff --git a/src/qtestlib/wince/cetcpsync/qtcesterconnection.h b/src/qtestlib/wince/cetcpsync/qtcesterconnection.h
index 7e6a9e027..775ed0b6c 100644
--- a/src/qtestlib/wince/cetcpsync/qtcesterconnection.h
+++ b/src/qtestlib/wince/cetcpsync/qtcesterconnection.h
@@ -2,7 +2,7 @@
**
** 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 tools applications of the Qt Toolkit.
**
diff --git a/src/qtestlib/wince/cetcpsync/remoteconnection.cpp b/src/qtestlib/wince/cetcpsync/remoteconnection.cpp
index 451009f3c..8fcb3a650 100644
--- a/src/qtestlib/wince/cetcpsync/remoteconnection.cpp
+++ b/src/qtestlib/wince/cetcpsync/remoteconnection.cpp
@@ -2,7 +2,7 @@
**
** 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 tools applications of the Qt Toolkit.
**
diff --git a/src/qtestlib/wince/cetcpsync/remoteconnection.h b/src/qtestlib/wince/cetcpsync/remoteconnection.h
index b940a7a85..aba8dfd09 100644
--- a/src/qtestlib/wince/cetcpsync/remoteconnection.h
+++ b/src/qtestlib/wince/cetcpsync/remoteconnection.h
@@ -2,7 +2,7 @@
**
** 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 tools applications of the Qt Toolkit.
**
diff --git a/src/qtestlib/wince/cetcpsyncserver/commands.cpp b/src/qtestlib/wince/cetcpsyncserver/commands.cpp
index 84c770050..b882586d1 100644
--- a/src/qtestlib/wince/cetcpsyncserver/commands.cpp
+++ b/src/qtestlib/wince/cetcpsyncserver/commands.cpp
@@ -2,7 +2,7 @@
**
** 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 tools applications of the Qt Toolkit.
**
diff --git a/src/qtestlib/wince/cetcpsyncserver/commands.h b/src/qtestlib/wince/cetcpsyncserver/commands.h
index c3b9d634e..dd9015156 100644
--- a/src/qtestlib/wince/cetcpsyncserver/commands.h
+++ b/src/qtestlib/wince/cetcpsyncserver/commands.h
@@ -2,7 +2,7 @@
**
** 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 tools applications of the Qt Toolkit.
**
diff --git a/src/qtestlib/wince/cetcpsyncserver/connectionmanager.cpp b/src/qtestlib/wince/cetcpsyncserver/connectionmanager.cpp
index bca8e32ce..0e2339745 100644
--- a/src/qtestlib/wince/cetcpsyncserver/connectionmanager.cpp
+++ b/src/qtestlib/wince/cetcpsyncserver/connectionmanager.cpp
@@ -2,7 +2,7 @@
**
** 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 tools applications of the Qt Toolkit.
**
diff --git a/src/qtestlib/wince/cetcpsyncserver/connectionmanager.h b/src/qtestlib/wince/cetcpsyncserver/connectionmanager.h
index 49ead661a..18c6914a2 100644
--- a/src/qtestlib/wince/cetcpsyncserver/connectionmanager.h
+++ b/src/qtestlib/wince/cetcpsyncserver/connectionmanager.h
@@ -2,7 +2,7 @@
**
** 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 tools applications of the Qt Toolkit.
**
diff --git a/src/qtestlib/wince/cetcpsyncserver/main.cpp b/src/qtestlib/wince/cetcpsyncserver/main.cpp
index 3056cfe2f..e92db275c 100644
--- a/src/qtestlib/wince/cetcpsyncserver/main.cpp
+++ b/src/qtestlib/wince/cetcpsyncserver/main.cpp
@@ -2,7 +2,7 @@
**
** 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 tools applications of the Qt Toolkit.
**
diff --git a/src/qtestlib/wince/cetcpsyncserver/transfer_global.h b/src/qtestlib/wince/cetcpsyncserver/transfer_global.h
index 76b4bd14e..67a5bde74 100644
--- a/src/qtestlib/wince/cetcpsyncserver/transfer_global.h
+++ b/src/qtestlib/wince/cetcpsyncserver/transfer_global.h
@@ -2,7 +2,7 @@
**
** 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 tools applications of the Qt Toolkit.
**
diff --git a/src/qtestlib/wince/cetest/activesyncconnection.cpp b/src/qtestlib/wince/cetest/activesyncconnection.cpp
index d823602ee..44556ac99 100644
--- a/src/qtestlib/wince/cetest/activesyncconnection.cpp
+++ b/src/qtestlib/wince/cetest/activesyncconnection.cpp
@@ -2,7 +2,7 @@
**
** 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 tools applications of the Qt Toolkit.
**
diff --git a/src/qtestlib/wince/cetest/activesyncconnection.h b/src/qtestlib/wince/cetest/activesyncconnection.h
index 2e0471c5e..bb41d57c6 100644
--- a/src/qtestlib/wince/cetest/activesyncconnection.h
+++ b/src/qtestlib/wince/cetest/activesyncconnection.h
@@ -2,7 +2,7 @@
**
** 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 tools applications of the Qt Toolkit.
**
diff --git a/src/qtestlib/wince/cetest/cetcpsyncconnection.cpp b/src/qtestlib/wince/cetest/cetcpsyncconnection.cpp
index 2ba4142d3..25e119961 100644
--- a/src/qtestlib/wince/cetest/cetcpsyncconnection.cpp
+++ b/src/qtestlib/wince/cetest/cetcpsyncconnection.cpp
@@ -2,7 +2,7 @@
**
** 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 tools applications of the Qt Toolkit.
**
diff --git a/src/qtestlib/wince/cetest/cetcpsyncconnection.h b/src/qtestlib/wince/cetest/cetcpsyncconnection.h
index bc0577f6c..d809b6716 100644
--- a/src/qtestlib/wince/cetest/cetcpsyncconnection.h
+++ b/src/qtestlib/wince/cetest/cetcpsyncconnection.h
@@ -2,7 +2,7 @@
**
** 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 tools applications of the Qt Toolkit.
**
diff --git a/src/qtestlib/wince/cetest/deployment.cpp b/src/qtestlib/wince/cetest/deployment.cpp
index 715564f72..f0ebba405 100644
--- a/src/qtestlib/wince/cetest/deployment.cpp
+++ b/src/qtestlib/wince/cetest/deployment.cpp
@@ -2,7 +2,7 @@
**
** 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 tools applications of the Qt Toolkit.
**
diff --git a/src/qtestlib/wince/cetest/deployment.h b/src/qtestlib/wince/cetest/deployment.h
index 88eb3f0ad..d7708f956 100644
--- a/src/qtestlib/wince/cetest/deployment.h
+++ b/src/qtestlib/wince/cetest/deployment.h
@@ -2,7 +2,7 @@
**
** 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 tools applications of the Qt Toolkit.
**
diff --git a/src/qtestlib/wince/cetest/main.cpp b/src/qtestlib/wince/cetest/main.cpp
index f9180e358..0d66dfc0b 100644
--- a/src/qtestlib/wince/cetest/main.cpp
+++ b/src/qtestlib/wince/cetest/main.cpp
@@ -2,7 +2,7 @@
**
** 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 tools applications of the Qt Toolkit.
**
diff --git a/src/qtestlib/wince/cetest/remoteconnection.cpp b/src/qtestlib/wince/cetest/remoteconnection.cpp
index 508ca5a15..eae774911 100644
--- a/src/qtestlib/wince/cetest/remoteconnection.cpp
+++ b/src/qtestlib/wince/cetest/remoteconnection.cpp
@@ -2,7 +2,7 @@
**
** 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 tools applications of the Qt Toolkit.
**
diff --git a/src/qtestlib/wince/cetest/remoteconnection.h b/src/qtestlib/wince/cetest/remoteconnection.h
index 052e81656..4e476a4a7 100644
--- a/src/qtestlib/wince/cetest/remoteconnection.h
+++ b/src/qtestlib/wince/cetest/remoteconnection.h
@@ -2,7 +2,7 @@
**
** 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 tools applications of the Qt Toolkit.
**
diff --git a/src/qtestlib/wince/remotelib/commands.cpp b/src/qtestlib/wince/remotelib/commands.cpp
index 38bfade52..b5490041d 100644
--- a/src/qtestlib/wince/remotelib/commands.cpp
+++ b/src/qtestlib/wince/remotelib/commands.cpp
@@ -2,7 +2,7 @@
**
** 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 tools applications of the Qt Toolkit.
**
diff --git a/src/qtestlib/wince/remotelib/commands.h b/src/qtestlib/wince/remotelib/commands.h
index 8dd003e3a..8c3887d36 100644
--- a/src/qtestlib/wince/remotelib/commands.h
+++ b/src/qtestlib/wince/remotelib/commands.h
@@ -2,7 +2,7 @@
**
** 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 tools applications of the Qt Toolkit.
**