summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex <qt-info@nokia.com>2009-08-18 13:40:35 +1000
committerAlex <qt-info@nokia.com>2009-08-18 13:40:35 +1000
commitd448dc81ef667a88d402399adb3d594e11182b17 (patch)
treeaf1efb0072d7c0f54ba7d3eceafd8d00ee1b6c58
parentdc6b43bbe975778275e9b0bfd11c62102077eaf2 (diff)
Update license header
-rw-r--r--bearer/qbearerglobal.h2
-rw-r--r--bearer/qgenericengine.cpp2
-rw-r--r--bearer/qgenericengine_p.h2
-rw-r--r--bearer/qnativewifiengine_win.cpp2
-rw-r--r--bearer/qnativewifiengine_win_p.h2
-rw-r--r--bearer/qnetworkconfigmanager.cpp2
-rw-r--r--bearer/qnetworkconfigmanager.h2
-rw-r--r--bearer/qnetworkconfigmanager_p.cpp2
-rw-r--r--bearer/qnetworkconfigmanager_p.h2
-rw-r--r--bearer/qnetworkconfigmanager_s60_p.cpp2
-rw-r--r--bearer/qnetworkconfigmanager_s60_p.h2
-rw-r--r--bearer/qnetworkconfiguration.cpp2
-rw-r--r--bearer/qnetworkconfiguration.h2
-rw-r--r--bearer/qnetworkconfiguration_p.h2
-rw-r--r--bearer/qnetworkconfiguration_s60_p.cpp2
-rw-r--r--bearer/qnetworkconfiguration_s60_p.h2
-rw-r--r--bearer/qnetworkmanagerservice_p.cpp2
-rw-r--r--bearer/qnetworkmanagerservice_p.h2
-rw-r--r--bearer/qnetworksession.cpp2
-rw-r--r--bearer/qnetworksession.h2
-rw-r--r--bearer/qnetworksession_p.cpp2
-rw-r--r--bearer/qnetworksession_p.h2
-rw-r--r--bearer/qnetworksession_s60_p.cpp2
-rw-r--r--bearer/qnetworksession_s60_p.h2
-rw-r--r--bearer/qnetworksessionengine.cpp2
-rw-r--r--bearer/qnetworksessionengine_p.h2
-rw-r--r--bearer/qnlaengine_win.cpp2
-rw-r--r--bearer/qnlaengine_win_p.h2
-rw-r--r--bearer/qnmdbushelper.cpp2
-rw-r--r--bearer/qnmdbushelper_p.h2
-rw-r--r--bearer/qnmwifiengine_unix.cpp2
-rw-r--r--bearer/qnmwifiengine_unix_p.h2
-rw-r--r--doc/src/examples/bearercloud.qdoc2
-rw-r--r--doc/src/examples/bearermonitor.qdoc2
-rw-r--r--examples/bearercloud/bearercloud.cpp2
-rw-r--r--examples/bearercloud/bearercloud.h2
-rw-r--r--examples/bearercloud/cloud.cpp2
-rw-r--r--examples/bearercloud/cloud.h2
-rw-r--r--examples/bearercloud/main.cpp2
-rw-r--r--examples/bearermonitor/bearerdialog.cpp2
-rw-r--r--examples/bearermonitor/bearerdialog.h2
-rw-r--r--examples/bearermonitor/main.cpp2
-rw-r--r--examples/bearermonitor/sessionwidget.cpp2
-rw-r--r--examples/bearermonitor/sessionwidget.h2
-rw-r--r--tests/auto/qbearertestcommon.h2
-rw-r--r--tests/auto/qnetworkconfigmanager/tst_qnetworkconfigmanager.cpp2
-rw-r--r--tests/auto/qnetworkconfiguration/tst_qnetworkconfiguration.cpp2
-rw-r--r--tests/auto/qnetworksession/tst_qnetworksession.cpp2
-rw-r--r--tests/bearerex/bearerex.cpp2
-rw-r--r--tests/bearerex/bearerex.h2
-rw-r--r--tests/bearerex/main.cpp2
-rw-r--r--tests/bearerex/xqlistwidget.cpp2
-rw-r--r--tests/bearerex/xqlistwidget.h2
-rw-r--r--tests/networkmanager/networkmanagertest.cpp2
-rw-r--r--tests/networkmanager/nmview.cpp2
-rw-r--r--tests/networkmanager/nmview.h2
-rw-r--r--tests/networkmanager/startdlg.cpp2
-rw-r--r--tests/networkmanager/startdlg.h2
58 files changed, 58 insertions, 58 deletions
diff --git a/bearer/qbearerglobal.h b/bearer/qbearerglobal.h
index cb913283d8..38a36447bb 100644
--- a/bearer/qbearerglobal.h
+++ b/bearer/qbearerglobal.h
@@ -26,7 +26,7 @@
** package.
**
** If you have questions regarding the use of this file, please
-** contact Nokia at http://www.qtsoftware.com/contact.
+** contact Nokia at http://qt.nokia.com/contact.
** $QT_END_LICENSE$
**
****************************************************************************/
diff --git a/bearer/qgenericengine.cpp b/bearer/qgenericengine.cpp
index 7d05a67ce9..c85f0d44e5 100644
--- a/bearer/qgenericengine.cpp
+++ b/bearer/qgenericengine.cpp
@@ -34,7 +34,7 @@
** met: http://www.gnu.org/copyleft/gpl.html.
**
** If you are unsure which license is appropriate for your use, please
-** contact the sales department at http://www.qtsoftware.com/contact.
+** contact Nokia at http://qt.nokia.com/contact.
** $QT_END_LICENSE$
**
****************************************************************************/
diff --git a/bearer/qgenericengine_p.h b/bearer/qgenericengine_p.h
index 999b70cebf..19ba76036c 100644
--- a/bearer/qgenericengine_p.h
+++ b/bearer/qgenericengine_p.h
@@ -34,7 +34,7 @@
** met: http://www.gnu.org/copyleft/gpl.html.
**
** If you are unsure which license is appropriate for your use, please
-** contact the sales department at http://www.qtsoftware.com/contact.
+** contact Nokia at http://qt.nokia.com/contact.
** $QT_END_LICENSE$
**
****************************************************************************/
diff --git a/bearer/qnativewifiengine_win.cpp b/bearer/qnativewifiengine_win.cpp
index e058e0ac11..a1517c25ac 100644
--- a/bearer/qnativewifiengine_win.cpp
+++ b/bearer/qnativewifiengine_win.cpp
@@ -26,7 +26,7 @@
** package.
**
** If you have questions regarding the use of this file, please
-** contact Nokia at http://www.qtsoftware.com/contact.
+** contact Nokia at http://qt.nokia.com/contact.
** $QT_END_LICENSE$
**
****************************************************************************/
diff --git a/bearer/qnativewifiengine_win_p.h b/bearer/qnativewifiengine_win_p.h
index fdc7286735..ce1cb7f982 100644
--- a/bearer/qnativewifiengine_win_p.h
+++ b/bearer/qnativewifiengine_win_p.h
@@ -26,7 +26,7 @@
** package.
**
** If you have questions regarding the use of this file, please
-** contact Nokia at http://www.qtsoftware.com/contact.
+** contact Nokia at http://qt.nokia.com/contact.
** $QT_END_LICENSE$
**
****************************************************************************/
diff --git a/bearer/qnetworkconfigmanager.cpp b/bearer/qnetworkconfigmanager.cpp
index f7cc52cf7d..a9138f44d4 100644
--- a/bearer/qnetworkconfigmanager.cpp
+++ b/bearer/qnetworkconfigmanager.cpp
@@ -26,7 +26,7 @@
** package.
**
** If you have questions regarding the use of this file, please
-** contact Nokia at http://www.qtsoftware.com/contact.
+** contact Nokia at http://qt.nokia.com/contact.
** $QT_END_LICENSE$
**
****************************************************************************/
diff --git a/bearer/qnetworkconfigmanager.h b/bearer/qnetworkconfigmanager.h
index 9527ef150c..230307b8c1 100644
--- a/bearer/qnetworkconfigmanager.h
+++ b/bearer/qnetworkconfigmanager.h
@@ -26,7 +26,7 @@
** package.
**
** If you have questions regarding the use of this file, please
-** contact Nokia at http://www.qtsoftware.com/contact.
+** contact Nokia at http://qt.nokia.com/contact.
** $QT_END_LICENSE$
**
****************************************************************************/
diff --git a/bearer/qnetworkconfigmanager_p.cpp b/bearer/qnetworkconfigmanager_p.cpp
index effe45100d..17e0b7ffb5 100644
--- a/bearer/qnetworkconfigmanager_p.cpp
+++ b/bearer/qnetworkconfigmanager_p.cpp
@@ -26,7 +26,7 @@
** package.
**
** If you have questions regarding the use of this file, please
-** contact Nokia at http://www.qtsoftware.com/contact.
+** contact Nokia at http://qt.nokia.com/contact.
** $QT_END_LICENSE$
**
****************************************************************************/
diff --git a/bearer/qnetworkconfigmanager_p.h b/bearer/qnetworkconfigmanager_p.h
index 594f445056..6bdefe2287 100644
--- a/bearer/qnetworkconfigmanager_p.h
+++ b/bearer/qnetworkconfigmanager_p.h
@@ -26,7 +26,7 @@
** package.
**
** If you have questions regarding the use of this file, please
-** contact Nokia at http://www.qtsoftware.com/contact.
+** contact Nokia at http://qt.nokia.com/contact.
** $QT_END_LICENSE$
**
****************************************************************************/
diff --git a/bearer/qnetworkconfigmanager_s60_p.cpp b/bearer/qnetworkconfigmanager_s60_p.cpp
index 8563f4a8d4..57bde35762 100644
--- a/bearer/qnetworkconfigmanager_s60_p.cpp
+++ b/bearer/qnetworkconfigmanager_s60_p.cpp
@@ -26,7 +26,7 @@
** package.
**
** If you have questions regarding the use of this file, please
-** contact Nokia at http://www.qtsoftware.com/contact.
+** contact Nokia at http://qt.nokia.com/contact.
** $QT_END_LICENSE$
**
****************************************************************************/
diff --git a/bearer/qnetworkconfigmanager_s60_p.h b/bearer/qnetworkconfigmanager_s60_p.h
index 8ffb762846..e2a4247cf9 100644
--- a/bearer/qnetworkconfigmanager_s60_p.h
+++ b/bearer/qnetworkconfigmanager_s60_p.h
@@ -26,7 +26,7 @@
** package.
**
** If you have questions regarding the use of this file, please
-** contact Nokia at http://www.qtsoftware.com/contact.
+** contact Nokia at http://qt.nokia.com/contact.
** $QT_END_LICENSE$
**
****************************************************************************/
diff --git a/bearer/qnetworkconfiguration.cpp b/bearer/qnetworkconfiguration.cpp
index f38454b375..fec48f9566 100644
--- a/bearer/qnetworkconfiguration.cpp
+++ b/bearer/qnetworkconfiguration.cpp
@@ -26,7 +26,7 @@
** package.
**
** If you have questions regarding the use of this file, please
-** contact Nokia at http://www.qtsoftware.com/contact.
+** contact Nokia at http://qt.nokia.com/contact.
** $QT_END_LICENSE$
**
****************************************************************************/
diff --git a/bearer/qnetworkconfiguration.h b/bearer/qnetworkconfiguration.h
index a893f3dfa9..57ce6287b1 100644
--- a/bearer/qnetworkconfiguration.h
+++ b/bearer/qnetworkconfiguration.h
@@ -26,7 +26,7 @@
** package.
**
** If you have questions regarding the use of this file, please
-** contact Nokia at http://www.qtsoftware.com/contact.
+** contact Nokia at http://qt.nokia.com/contact.
** $QT_END_LICENSE$
**
****************************************************************************/
diff --git a/bearer/qnetworkconfiguration_p.h b/bearer/qnetworkconfiguration_p.h
index eba2281eb5..f2ca139aad 100644
--- a/bearer/qnetworkconfiguration_p.h
+++ b/bearer/qnetworkconfiguration_p.h
@@ -26,7 +26,7 @@
** package.
**
** If you have questions regarding the use of this file, please
-** contact Nokia at http://www.qtsoftware.com/contact.
+** contact Nokia at http://qt.nokia.com/contact.
** $QT_END_LICENSE$
**
****************************************************************************/
diff --git a/bearer/qnetworkconfiguration_s60_p.cpp b/bearer/qnetworkconfiguration_s60_p.cpp
index 98a2dd05a9..edf96b494c 100644
--- a/bearer/qnetworkconfiguration_s60_p.cpp
+++ b/bearer/qnetworkconfiguration_s60_p.cpp
@@ -26,7 +26,7 @@
** package.
**
** If you have questions regarding the use of this file, please
-** contact Nokia at http://www.qtsoftware.com/contact.
+** contact Nokia at http://qt.nokia.com/contact.
** $QT_END_LICENSE$
**
****************************************************************************/
diff --git a/bearer/qnetworkconfiguration_s60_p.h b/bearer/qnetworkconfiguration_s60_p.h
index 163e4ee331..58f9ddebd3 100644
--- a/bearer/qnetworkconfiguration_s60_p.h
+++ b/bearer/qnetworkconfiguration_s60_p.h
@@ -26,7 +26,7 @@
** package.
**
** If you have questions regarding the use of this file, please
-** contact Nokia at http://www.qtsoftware.com/contact.
+** contact Nokia at http://qt.nokia.com/contact.
** $QT_END_LICENSE$
**
****************************************************************************/
diff --git a/bearer/qnetworkmanagerservice_p.cpp b/bearer/qnetworkmanagerservice_p.cpp
index d64a864697..7f058e918c 100644
--- a/bearer/qnetworkmanagerservice_p.cpp
+++ b/bearer/qnetworkmanagerservice_p.cpp
@@ -26,7 +26,7 @@
** package.
**
** If you have questions regarding the use of this file, please
-** contact Nokia at http://www.qtsoftware.com/contact.
+** contact Nokia at http://qt.nokia.com/contact.
** $QT_END_LICENSE$
**
****************************************************************************/
diff --git a/bearer/qnetworkmanagerservice_p.h b/bearer/qnetworkmanagerservice_p.h
index 9d64825f8a..97b4e3f611 100644
--- a/bearer/qnetworkmanagerservice_p.h
+++ b/bearer/qnetworkmanagerservice_p.h
@@ -26,7 +26,7 @@
** package.
**
** If you have questions regarding the use of this file, please
-** contact Nokia at http://www.qtsoftware.com/contact.
+** contact Nokia at http://qt.nokia.com/contact.
** $QT_END_LICENSE$
**
****************************************************************************/
diff --git a/bearer/qnetworksession.cpp b/bearer/qnetworksession.cpp
index 50c8d1e98b..9d775cd50e 100644
--- a/bearer/qnetworksession.cpp
+++ b/bearer/qnetworksession.cpp
@@ -26,7 +26,7 @@
** package.
**
** If you have questions regarding the use of this file, please
-** contact Nokia at http://www.qtsoftware.com/contact.
+** contact Nokia at http://qt.nokia.com/contact.
** $QT_END_LICENSE$
**
****************************************************************************/
diff --git a/bearer/qnetworksession.h b/bearer/qnetworksession.h
index 761ea958af..5dbd53e976 100644
--- a/bearer/qnetworksession.h
+++ b/bearer/qnetworksession.h
@@ -26,7 +26,7 @@
** package.
**
** If you have questions regarding the use of this file, please
-** contact Nokia at http://www.qtsoftware.com/contact.
+** contact Nokia at http://qt.nokia.com/contact.
** $QT_END_LICENSE$
**
****************************************************************************/
diff --git a/bearer/qnetworksession_p.cpp b/bearer/qnetworksession_p.cpp
index 3049710f80..6d5560336f 100644
--- a/bearer/qnetworksession_p.cpp
+++ b/bearer/qnetworksession_p.cpp
@@ -26,7 +26,7 @@
** package.
**
** If you have questions regarding the use of this file, please
-** contact Nokia at http://www.qtsoftware.com/contact.
+** contact Nokia at http://qt.nokia.com/contact.
** $QT_END_LICENSE$
**
****************************************************************************/
diff --git a/bearer/qnetworksession_p.h b/bearer/qnetworksession_p.h
index f6d4bfa870..fb685fa150 100644
--- a/bearer/qnetworksession_p.h
+++ b/bearer/qnetworksession_p.h
@@ -26,7 +26,7 @@
** package.
**
** If you have questions regarding the use of this file, please
-** contact Nokia at http://www.qtsoftware.com/contact.
+** contact Nokia at http://qt.nokia.com/contact.
** $QT_END_LICENSE$
**
****************************************************************************/
diff --git a/bearer/qnetworksession_s60_p.cpp b/bearer/qnetworksession_s60_p.cpp
index 03b2dc28d3..13cddbbc53 100644
--- a/bearer/qnetworksession_s60_p.cpp
+++ b/bearer/qnetworksession_s60_p.cpp
@@ -26,7 +26,7 @@
** package.
**
** If you have questions regarding the use of this file, please
-** contact Nokia at http://www.qtsoftware.com/contact.
+** contact Nokia at http://qt.nokia.com/contact.
** $QT_END_LICENSE$
**
****************************************************************************/
diff --git a/bearer/qnetworksession_s60_p.h b/bearer/qnetworksession_s60_p.h
index 0b231939e4..aeaae584f3 100644
--- a/bearer/qnetworksession_s60_p.h
+++ b/bearer/qnetworksession_s60_p.h
@@ -26,7 +26,7 @@
** package.
**
** If you have questions regarding the use of this file, please
-** contact Nokia at http://www.qtsoftware.com/contact.
+** contact Nokia at http://qt.nokia.com/contact.
** $QT_END_LICENSE$
**
****************************************************************************/
diff --git a/bearer/qnetworksessionengine.cpp b/bearer/qnetworksessionengine.cpp
index 3ca5d36ef5..cfc455a665 100644
--- a/bearer/qnetworksessionengine.cpp
+++ b/bearer/qnetworksessionengine.cpp
@@ -26,7 +26,7 @@
** package.
**
** If you have questions regarding the use of this file, please
-** contact Nokia at http://www.qtsoftware.com/contact.
+** contact Nokia at http://qt.nokia.com/contact.
** $QT_END_LICENSE$
**
****************************************************************************/
diff --git a/bearer/qnetworksessionengine_p.h b/bearer/qnetworksessionengine_p.h
index fa60efc593..89b50040c2 100644
--- a/bearer/qnetworksessionengine_p.h
+++ b/bearer/qnetworksessionengine_p.h
@@ -26,7 +26,7 @@
** package.
**
** If you have questions regarding the use of this file, please
-** contact Nokia at http://www.qtsoftware.com/contact.
+** contact Nokia at http://qt.nokia.com/contact.
** $QT_END_LICENSE$
**
****************************************************************************/
diff --git a/bearer/qnlaengine_win.cpp b/bearer/qnlaengine_win.cpp
index d56779c08b..1542ccd450 100644
--- a/bearer/qnlaengine_win.cpp
+++ b/bearer/qnlaengine_win.cpp
@@ -26,7 +26,7 @@
** package.
**
** If you have questions regarding the use of this file, please
-** contact Nokia at http://www.qtsoftware.com/contact.
+** contact Nokia at http://qt.nokia.com/contact.
** $QT_END_LICENSE$
**
****************************************************************************/
diff --git a/bearer/qnlaengine_win_p.h b/bearer/qnlaengine_win_p.h
index f33f76eb08..970558452d 100644
--- a/bearer/qnlaengine_win_p.h
+++ b/bearer/qnlaengine_win_p.h
@@ -26,7 +26,7 @@
** package.
**
** If you have questions regarding the use of this file, please
-** contact Nokia at http://www.qtsoftware.com/contact.
+** contact Nokia at http://qt.nokia.com/contact.
** $QT_END_LICENSE$
**
****************************************************************************/
diff --git a/bearer/qnmdbushelper.cpp b/bearer/qnmdbushelper.cpp
index 6400dc6429..632470e4e3 100644
--- a/bearer/qnmdbushelper.cpp
+++ b/bearer/qnmdbushelper.cpp
@@ -26,7 +26,7 @@
** package.
**
** If you have questions regarding the use of this file, please
-** contact Nokia at http://www.qtsoftware.com/contact.
+** contact Nokia at http://qt.nokia.com/contact.
** $QT_END_LICENSE$
**
**********************/
diff --git a/bearer/qnmdbushelper_p.h b/bearer/qnmdbushelper_p.h
index 6921db1f0b..7a20d8184e 100644
--- a/bearer/qnmdbushelper_p.h
+++ b/bearer/qnmdbushelper_p.h
@@ -26,7 +26,7 @@
** package.
**
** If you have questions regarding the use of this file, please
-** contact Nokia at http://www.qtsoftware.com/contact.
+** contact Nokia at http://qt.nokia.com/contact.
** $QT_END_LICENSE$
**
****************************************************************************/
diff --git a/bearer/qnmwifiengine_unix.cpp b/bearer/qnmwifiengine_unix.cpp
index baa7afb758..7f64d1ad28 100644
--- a/bearer/qnmwifiengine_unix.cpp
+++ b/bearer/qnmwifiengine_unix.cpp
@@ -26,7 +26,7 @@
** package.
**
** If you have questions regarding the use of this file, please
-** contact Nokia at http://www.qtsoftware.com/contact.
+** contact Nokia at http://qt.nokia.com/contact.
** $QT_END_LICENSE$
**
****************************************************************************/
diff --git a/bearer/qnmwifiengine_unix_p.h b/bearer/qnmwifiengine_unix_p.h
index c8acd3c08f..9064c576be 100644
--- a/bearer/qnmwifiengine_unix_p.h
+++ b/bearer/qnmwifiengine_unix_p.h
@@ -26,7 +26,7 @@
** package.
**
** If you have questions regarding the use of this file, please
-** contact Nokia at http://www.qtsoftware.com/contact.
+** contact Nokia at http://qt.nokia.com/contact.
** $QT_END_LICENSE$
**
****************************************************************************/
diff --git a/doc/src/examples/bearercloud.qdoc b/doc/src/examples/bearercloud.qdoc
index 765341cb2e..275f19d363 100644
--- a/doc/src/examples/bearercloud.qdoc
+++ b/doc/src/examples/bearercloud.qdoc
@@ -26,7 +26,7 @@
** package.
**
** If you have questions regarding the use of this file, please
-** contact Nokia at http://www.qtsoftware.com/contact.
+** contact Nokia at http://qt.nokia.com/contact.
** $QT_END_LICENSE$
**
****************************************************************************/
diff --git a/doc/src/examples/bearermonitor.qdoc b/doc/src/examples/bearermonitor.qdoc
index 7ca003f314..d6aa105f6e 100644
--- a/doc/src/examples/bearermonitor.qdoc
+++ b/doc/src/examples/bearermonitor.qdoc
@@ -26,7 +26,7 @@
** package.
**
** If you have questions regarding the use of this file, please
-** contact Nokia at http://www.qtsoftware.com/contact.
+** contact Nokia at http://qt.nokia.com/contact.
** $QT_END_LICENSE$
**
****************************************************************************/
diff --git a/examples/bearercloud/bearercloud.cpp b/examples/bearercloud/bearercloud.cpp
index 6106c04ace..279abe4641 100644
--- a/examples/bearercloud/bearercloud.cpp
+++ b/examples/bearercloud/bearercloud.cpp
@@ -26,7 +26,7 @@
** package.
**
** If you have questions regarding the use of this file, please
-** contact Nokia at http://www.qtsoftware.com/contact.
+** contact Nokia at http://qt.nokia.com/contact.
** $QT_END_LICENSE$
**
****************************************************************************/
diff --git a/examples/bearercloud/bearercloud.h b/examples/bearercloud/bearercloud.h
index cd33a3caaa..f9c79e5d57 100644
--- a/examples/bearercloud/bearercloud.h
+++ b/examples/bearercloud/bearercloud.h
@@ -26,7 +26,7 @@
** package.
**
** If you have questions regarding the use of this file, please
-** contact Nokia at http://www.qtsoftware.com/contact.
+** contact Nokia at http://qt.nokia.com/contact.
** $QT_END_LICENSE$
**
****************************************************************************/
diff --git a/examples/bearercloud/cloud.cpp b/examples/bearercloud/cloud.cpp
index 7dbd64bcbf..b6afbece8e 100644
--- a/examples/bearercloud/cloud.cpp
+++ b/examples/bearercloud/cloud.cpp
@@ -26,7 +26,7 @@
** package.
**
** If you have questions regarding the use of this file, please
-** contact Nokia at http://www.qtsoftware.com/contact.
+** contact Nokia at http://qt.nokia.com/contact.
** $QT_END_LICENSE$
**
****************************************************************************/
diff --git a/examples/bearercloud/cloud.h b/examples/bearercloud/cloud.h
index 4850f59f84..cdd05078c0 100644
--- a/examples/bearercloud/cloud.h
+++ b/examples/bearercloud/cloud.h
@@ -26,7 +26,7 @@
** package.
**
** If you have questions regarding the use of this file, please
-** contact Nokia at http://www.qtsoftware.com/contact.
+** contact Nokia at http://qt.nokia.com/contact.
** $QT_END_LICENSE$
**
****************************************************************************/
diff --git a/examples/bearercloud/main.cpp b/examples/bearercloud/main.cpp
index d2e1fd67ba..34ae6581d5 100644
--- a/examples/bearercloud/main.cpp
+++ b/examples/bearercloud/main.cpp
@@ -26,7 +26,7 @@
** package.
**
** If you have questions regarding the use of this file, please
-** contact Nokia at http://www.qtsoftware.com/contact.
+** contact Nokia at http://qt.nokia.com/contact.
** $QT_END_LICENSE$
**
****************************************************************************/
diff --git a/examples/bearermonitor/bearerdialog.cpp b/examples/bearermonitor/bearerdialog.cpp
index 699067ace5..6091dc9d4c 100644
--- a/examples/bearermonitor/bearerdialog.cpp
+++ b/examples/bearermonitor/bearerdialog.cpp
@@ -26,7 +26,7 @@
** package.
**
** If you have questions regarding the use of this file, please
-** contact Nokia at http://www.qtsoftware.com/contact.
+** contact Nokia at http://qt.nokia.com/contact.
** $QT_END_LICENSE$
**
****************************************************************************/
diff --git a/examples/bearermonitor/bearerdialog.h b/examples/bearermonitor/bearerdialog.h
index 5930086883..dec729dcee 100644
--- a/examples/bearermonitor/bearerdialog.h
+++ b/examples/bearermonitor/bearerdialog.h
@@ -26,7 +26,7 @@
** package.
**
** If you have questions regarding the use of this file, please
-** contact Nokia at http://www.qtsoftware.com/contact.
+** contact Nokia at http://qt.nokia.com/contact.
** $QT_END_LICENSE$
**
****************************************************************************/
diff --git a/examples/bearermonitor/main.cpp b/examples/bearermonitor/main.cpp
index 7a726dd20d..01ffa44515 100644
--- a/examples/bearermonitor/main.cpp
+++ b/examples/bearermonitor/main.cpp
@@ -26,7 +26,7 @@
** package.
**
** If you have questions regarding the use of this file, please
-** contact Nokia at http://www.qtsoftware.com/contact.
+** contact Nokia at http://qt.nokia.com/contact.
** $QT_END_LICENSE$
**
****************************************************************************/
diff --git a/examples/bearermonitor/sessionwidget.cpp b/examples/bearermonitor/sessionwidget.cpp
index ddea69954b..89ffb87b28 100644
--- a/examples/bearermonitor/sessionwidget.cpp
+++ b/examples/bearermonitor/sessionwidget.cpp
@@ -26,7 +26,7 @@
** package.
**
** If you have questions regarding the use of this file, please
-** contact Nokia at http://www.qtsoftware.com/contact.
+** contact Nokia at http://qt.nokia.com/contact.
** $QT_END_LICENSE$
**
****************************************************************************/
diff --git a/examples/bearermonitor/sessionwidget.h b/examples/bearermonitor/sessionwidget.h
index 78ea83a473..ed6a62f10c 100644
--- a/examples/bearermonitor/sessionwidget.h
+++ b/examples/bearermonitor/sessionwidget.h
@@ -26,7 +26,7 @@
** package.
**
** If you have questions regarding the use of this file, please
-** contact Nokia at http://www.qtsoftware.com/contact.
+** contact Nokia at http://qt.nokia.com/contact.
** $QT_END_LICENSE$
**
****************************************************************************/
diff --git a/tests/auto/qbearertestcommon.h b/tests/auto/qbearertestcommon.h
index cade2e85d0..4797cef76c 100644
--- a/tests/auto/qbearertestcommon.h
+++ b/tests/auto/qbearertestcommon.h
@@ -26,7 +26,7 @@
** package.
**
** If you have questions regarding the use of this file, please
-** contact Nokia at http://www.qtsoftware.com/contact.
+** contact Nokia at http://qt.nokia.com/contact.
** $QT_END_LICENSE$
**
****************************************************************************/
diff --git a/tests/auto/qnetworkconfigmanager/tst_qnetworkconfigmanager.cpp b/tests/auto/qnetworkconfigmanager/tst_qnetworkconfigmanager.cpp
index e43c68a3f0..7168a1c0a9 100644
--- a/tests/auto/qnetworkconfigmanager/tst_qnetworkconfigmanager.cpp
+++ b/tests/auto/qnetworkconfigmanager/tst_qnetworkconfigmanager.cpp
@@ -26,7 +26,7 @@
** package.
**
** If you have questions regarding the use of this file, please
-** contact Nokia at http://www.qtsoftware.com/contact.
+** contact Nokia at http://qt.nokia.com/contact.
** $QT_END_LICENSE$
**
****************************************************************************/
diff --git a/tests/auto/qnetworkconfiguration/tst_qnetworkconfiguration.cpp b/tests/auto/qnetworkconfiguration/tst_qnetworkconfiguration.cpp
index 7bd0c4736e..3001c72de0 100644
--- a/tests/auto/qnetworkconfiguration/tst_qnetworkconfiguration.cpp
+++ b/tests/auto/qnetworkconfiguration/tst_qnetworkconfiguration.cpp
@@ -26,7 +26,7 @@
** package.
**
** If you have questions regarding the use of this file, please
-** contact Nokia at http://www.qtsoftware.com/contact.
+** contact Nokia at http://qt.nokia.com/contact.
** $QT_END_LICENSE$
**
****************************************************************************/
diff --git a/tests/auto/qnetworksession/tst_qnetworksession.cpp b/tests/auto/qnetworksession/tst_qnetworksession.cpp
index a3d39d8a87..f2533b5059 100644
--- a/tests/auto/qnetworksession/tst_qnetworksession.cpp
+++ b/tests/auto/qnetworksession/tst_qnetworksession.cpp
@@ -26,7 +26,7 @@
** package.
**
** If you have questions regarding the use of this file, please
-** contact Nokia at http://www.qtsoftware.com/contact.
+** contact Nokia at http://qt.nokia.com/contact.
** $QT_END_LICENSE$
**
****************************************************************************/
diff --git a/tests/bearerex/bearerex.cpp b/tests/bearerex/bearerex.cpp
index 2778b0f4a9..0bfb843eca 100644
--- a/tests/bearerex/bearerex.cpp
+++ b/tests/bearerex/bearerex.cpp
@@ -26,7 +26,7 @@
** package.
**
** If you have questions regarding the use of this file, please
-** contact Nokia at http://www.qtsoftware.com/contact.
+** contact Nokia at http://qt.nokia.com/contact.
** $QT_END_LICENSE$
**
****************************************************************************/
diff --git a/tests/bearerex/bearerex.h b/tests/bearerex/bearerex.h
index ffcc70edce..bc99e7c5ee 100644
--- a/tests/bearerex/bearerex.h
+++ b/tests/bearerex/bearerex.h
@@ -26,7 +26,7 @@
** package.
**
** If you have questions regarding the use of this file, please
-** contact Nokia at http://www.qtsoftware.com/contact.
+** contact Nokia at http://qt.nokia.com/contact.
** $QT_END_LICENSE$
**
****************************************************************************/
diff --git a/tests/bearerex/main.cpp b/tests/bearerex/main.cpp
index 9329a475ee..3ae9535eca 100644
--- a/tests/bearerex/main.cpp
+++ b/tests/bearerex/main.cpp
@@ -26,7 +26,7 @@
** package.
**
** If you have questions regarding the use of this file, please
-** contact Nokia at http://www.qtsoftware.com/contact.
+** contact Nokia at http://qt.nokia.com/contact.
** $QT_END_LICENSE$
**
****************************************************************************/
diff --git a/tests/bearerex/xqlistwidget.cpp b/tests/bearerex/xqlistwidget.cpp
index 09956adbce..3ef4e3cb25 100644
--- a/tests/bearerex/xqlistwidget.cpp
+++ b/tests/bearerex/xqlistwidget.cpp
@@ -26,7 +26,7 @@
** package.
**
** If you have questions regarding the use of this file, please
-** contact Nokia at http://www.qtsoftware.com/contact.
+** contact Nokia at http://qt.nokia.com/contact.
** $QT_END_LICENSE$
**
****************************************************************************/
diff --git a/tests/bearerex/xqlistwidget.h b/tests/bearerex/xqlistwidget.h
index 7777f7219c..d8b7e9eec7 100644
--- a/tests/bearerex/xqlistwidget.h
+++ b/tests/bearerex/xqlistwidget.h
@@ -26,7 +26,7 @@
** package.
**
** If you have questions regarding the use of this file, please
-** contact Nokia at http://www.qtsoftware.com/contact.
+** contact Nokia at http://qt.nokia.com/contact.
** $QT_END_LICENSE$
**
****************************************************************************/
diff --git a/tests/networkmanager/networkmanagertest.cpp b/tests/networkmanager/networkmanagertest.cpp
index 8dcb898d0e..be05f6d3df 100644
--- a/tests/networkmanager/networkmanagertest.cpp
+++ b/tests/networkmanager/networkmanagertest.cpp
@@ -26,7 +26,7 @@
** package.
**
** If you have questions regarding the use of this file, please
-** contact Nokia at http://www.qtsoftware.com/contact.
+** contact Nokia at http://qt.nokia.com/contact.
** $QT_END_LICENSE$
**
****************************************************************************/
diff --git a/tests/networkmanager/nmview.cpp b/tests/networkmanager/nmview.cpp
index 01dc0e4de1..c29933d8e8 100644
--- a/tests/networkmanager/nmview.cpp
+++ b/tests/networkmanager/nmview.cpp
@@ -26,7 +26,7 @@
** package.
**
** If you have questions regarding the use of this file, please
-** contact Nokia at http://www.qtsoftware.com/contact.
+** contact Nokia at http://qt.nokia.com/contact.
** $QT_END_LICENSE$
**
****************************************************************************/
diff --git a/tests/networkmanager/nmview.h b/tests/networkmanager/nmview.h
index 1cbd523013..b7c6bd3ac8 100644
--- a/tests/networkmanager/nmview.h
+++ b/tests/networkmanager/nmview.h
@@ -26,7 +26,7 @@
** package.
**
** If you have questions regarding the use of this file, please
-** contact Nokia at http://www.qtsoftware.com/contact.
+** contact Nokia at http://qt.nokia.com/contact.
** $QT_END_LICENSE$
**
****************************************************************************/
diff --git a/tests/networkmanager/startdlg.cpp b/tests/networkmanager/startdlg.cpp
index e8987350f3..c320d14cce 100644
--- a/tests/networkmanager/startdlg.cpp
+++ b/tests/networkmanager/startdlg.cpp
@@ -26,7 +26,7 @@
** package.
**
** If you have questions regarding the use of this file, please
-** contact Nokia at http://www.qtsoftware.com/contact.
+** contact Nokia at http://qt.nokia.com/contact.
** $QT_END_LICENSE$
**
****************************************************************************/
diff --git a/tests/networkmanager/startdlg.h b/tests/networkmanager/startdlg.h
index aa3405111e..437988f5c8 100644
--- a/tests/networkmanager/startdlg.h
+++ b/tests/networkmanager/startdlg.h
@@ -26,7 +26,7 @@
** package.
**
** If you have questions regarding the use of this file, please
-** contact Nokia at http://www.qtsoftware.com/contact.
+** contact Nokia at http://qt.nokia.com/contact.
** $QT_END_LICENSE$
**
****************************************************************************/