summaryrefslogtreecommitdiffstats
path: root/tests/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tests/tools')
-rw-r--r--tests/tools/btclient/btclient.c6
-rw-r--r--tests/tools/btclient/btclient.h6
-rw-r--r--tests/tools/nfctestserver/main.cpp6
-rw-r--r--tests/tools/nfctestserver/servercontroller.cpp6
-rw-r--r--tests/tools/nfctestserver/servercontroller.h6
-rw-r--r--tests/tools/nfctestserver/servicenames.h6
-rw-r--r--tests/tools/nfctestserver/socketcontroller.cpp6
-rw-r--r--tests/tools/nfctestserver/socketcontroller.h6
-rw-r--r--tests/tools/sampleserviceplugin/sampleserviceplugin.cpp6
-rw-r--r--tests/tools/sampleserviceplugin/sampleserviceplugin.h6
-rw-r--r--tests/tools/sampleserviceplugin2/sampleserviceplugin2.cpp6
-rw-r--r--tests/tools/sampleserviceplugin2/sampleserviceplugin2.h6
-rw-r--r--tests/tools/testservice2/testservice.h6
-rw-r--r--tests/tools/testservice2/testserviceinterface.h6
-rw-r--r--tests/tools/testservice2/testserviceplugin.cpp6
-rw-r--r--tests/tools/testservice2/testserviceplugin.h6
16 files changed, 48 insertions, 48 deletions
diff --git a/tests/tools/btclient/btclient.c b/tests/tools/btclient/btclient.c
index 2d52718f0e..c9088ec74a 100644
--- a/tests/tools/btclient/btclient.c
+++ b/tests/tools/btclient/btclient.c
@@ -1,8 +1,7 @@
/****************************************************************************
**
-** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
-** All rights reserved.
-** Contact: Nokia Corporation (qt-info@nokia.com)
+** Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies).
+** Contact: http://www.qt-project.org/legal
**
** This file is part of the Qt Mobility Components.
**
@@ -35,6 +34,7 @@
**
**
**
+**
** $QT_END_LICENSE$
**
****************************************************************************/
diff --git a/tests/tools/btclient/btclient.h b/tests/tools/btclient/btclient.h
index d6ab932cac..a920805fc3 100644
--- a/tests/tools/btclient/btclient.h
+++ b/tests/tools/btclient/btclient.h
@@ -1,8 +1,7 @@
/****************************************************************************
**
-** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
-** All rights reserved.
-** Contact: Nokia Corporation (qt-info@nokia.com)
+** Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies).
+** Contact: http://www.qt-project.org/legal
**
** This file is part of the Qt Mobility Components.
**
@@ -35,6 +34,7 @@
**
**
**
+**
** $QT_END_LICENSE$
**
****************************************************************************/
diff --git a/tests/tools/nfctestserver/main.cpp b/tests/tools/nfctestserver/main.cpp
index 9e02f4f3a6..bdab4c8700 100644
--- a/tests/tools/nfctestserver/main.cpp
+++ b/tests/tools/nfctestserver/main.cpp
@@ -1,8 +1,7 @@
/****************************************************************************
**
-** Copyright (C) 2011 Nokia Corporation and/or its subsidiary(-ies).
-** All rights reserved.
-** Contact: Nokia Corporation (qt-info@nokia.com)
+** Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies).
+** Contact: http://www.qt-project.org/legal
**
** This file is part of the Qt Mobility Components.
**
@@ -35,6 +34,7 @@
**
**
**
+**
** $QT_END_LICENSE$
**
****************************************************************************/
diff --git a/tests/tools/nfctestserver/servercontroller.cpp b/tests/tools/nfctestserver/servercontroller.cpp
index aafb82d42a..7e0c754d10 100644
--- a/tests/tools/nfctestserver/servercontroller.cpp
+++ b/tests/tools/nfctestserver/servercontroller.cpp
@@ -1,8 +1,7 @@
/****************************************************************************
**
-** Copyright (C) 2011 Nokia Corporation and/or its subsidiary(-ies).
-** All rights reserved.
-** Contact: Nokia Corporation (qt-info@nokia.com)
+** Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies).
+** Contact: http://www.qt-project.org/legal
**
** This file is part of the Qt Mobility Components.
**
@@ -35,6 +34,7 @@
**
**
**
+**
** $QT_END_LICENSE$
**
****************************************************************************/
diff --git a/tests/tools/nfctestserver/servercontroller.h b/tests/tools/nfctestserver/servercontroller.h
index 66654a9366..0d209ff196 100644
--- a/tests/tools/nfctestserver/servercontroller.h
+++ b/tests/tools/nfctestserver/servercontroller.h
@@ -1,8 +1,7 @@
/****************************************************************************
**
-** Copyright (C) 2011 Nokia Corporation and/or its subsidiary(-ies).
-** All rights reserved.
-** Contact: Nokia Corporation (qt-info@nokia.com)
+** Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies).
+** Contact: http://www.qt-project.org/legal
**
** This file is part of the Qt Mobility Components.
**
@@ -35,6 +34,7 @@
**
**
**
+**
** $QT_END_LICENSE$
**
****************************************************************************/
diff --git a/tests/tools/nfctestserver/servicenames.h b/tests/tools/nfctestserver/servicenames.h
index 3391db9255..49b707e3a9 100644
--- a/tests/tools/nfctestserver/servicenames.h
+++ b/tests/tools/nfctestserver/servicenames.h
@@ -1,8 +1,7 @@
/****************************************************************************
**
-** Copyright (C) 2011 Nokia Corporation and/or its subsidiary(-ies).
-** All rights reserved.
-** Contact: Nokia Corporation (qt-info@nokia.com)
+** Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies).
+** Contact: http://www.qt-project.org/legal
**
** This file is part of the Qt Mobility Components.
**
@@ -35,6 +34,7 @@
**
**
**
+**
** $QT_END_LICENSE$
**
****************************************************************************/
diff --git a/tests/tools/nfctestserver/socketcontroller.cpp b/tests/tools/nfctestserver/socketcontroller.cpp
index e16f53eb5b..840dbbfc0f 100644
--- a/tests/tools/nfctestserver/socketcontroller.cpp
+++ b/tests/tools/nfctestserver/socketcontroller.cpp
@@ -1,8 +1,7 @@
/****************************************************************************
**
-** Copyright (C) 2011 Nokia Corporation and/or its subsidiary(-ies).
-** All rights reserved.
-** Contact: Nokia Corporation (qt-info@nokia.com)
+** Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies).
+** Contact: http://www.qt-project.org/legal
**
** This file is part of the Qt Mobility Components.
**
@@ -35,6 +34,7 @@
**
**
**
+**
** $QT_END_LICENSE$
**
****************************************************************************/
diff --git a/tests/tools/nfctestserver/socketcontroller.h b/tests/tools/nfctestserver/socketcontroller.h
index dae03b6a36..0d238aea85 100644
--- a/tests/tools/nfctestserver/socketcontroller.h
+++ b/tests/tools/nfctestserver/socketcontroller.h
@@ -1,8 +1,7 @@
/****************************************************************************
**
-** Copyright (C) 2011 Nokia Corporation and/or its subsidiary(-ies).
-** All rights reserved.
-** Contact: Nokia Corporation (qt-info@nokia.com)
+** Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies).
+** Contact: http://www.qt-project.org/legal
**
** This file is part of the Qt Mobility Components.
**
@@ -35,6 +34,7 @@
**
**
**
+**
** $QT_END_LICENSE$
**
****************************************************************************/
diff --git a/tests/tools/sampleserviceplugin/sampleserviceplugin.cpp b/tests/tools/sampleserviceplugin/sampleserviceplugin.cpp
index 10e4bb3e35..1fad86a77c 100644
--- a/tests/tools/sampleserviceplugin/sampleserviceplugin.cpp
+++ b/tests/tools/sampleserviceplugin/sampleserviceplugin.cpp
@@ -1,8 +1,7 @@
/****************************************************************************
**
-** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
-** All rights reserved.
-** Contact: Nokia Corporation (qt-info@nokia.com)
+** Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies).
+** Contact: http://www.qt-project.org/legal
**
** This file is part of the Qt Mobility Components.
**
@@ -35,6 +34,7 @@
**
**
**
+**
** $QT_END_LICENSE$
**
****************************************************************************/
diff --git a/tests/tools/sampleserviceplugin/sampleserviceplugin.h b/tests/tools/sampleserviceplugin/sampleserviceplugin.h
index 9a0946a8f1..97aae09506 100644
--- a/tests/tools/sampleserviceplugin/sampleserviceplugin.h
+++ b/tests/tools/sampleserviceplugin/sampleserviceplugin.h
@@ -1,8 +1,7 @@
/****************************************************************************
**
-** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
-** All rights reserved.
-** Contact: Nokia Corporation (qt-info@nokia.com)
+** Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies).
+** Contact: http://www.qt-project.org/legal
**
** This file is part of the Qt Mobility Components.
**
@@ -35,6 +34,7 @@
**
**
**
+**
** $QT_END_LICENSE$
**
****************************************************************************/
diff --git a/tests/tools/sampleserviceplugin2/sampleserviceplugin2.cpp b/tests/tools/sampleserviceplugin2/sampleserviceplugin2.cpp
index 5c16888d7f..525da63eab 100644
--- a/tests/tools/sampleserviceplugin2/sampleserviceplugin2.cpp
+++ b/tests/tools/sampleserviceplugin2/sampleserviceplugin2.cpp
@@ -1,8 +1,7 @@
/****************************************************************************
**
-** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
-** All rights reserved.
-** Contact: Nokia Corporation (qt-info@nokia.com)
+** Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies).
+** Contact: http://www.qt-project.org/legal
**
** This file is part of the Qt Mobility Components.
**
@@ -35,6 +34,7 @@
**
**
**
+**
** $QT_END_LICENSE$
**
****************************************************************************/
diff --git a/tests/tools/sampleserviceplugin2/sampleserviceplugin2.h b/tests/tools/sampleserviceplugin2/sampleserviceplugin2.h
index a98d6a7462..db1bd5aede 100644
--- a/tests/tools/sampleserviceplugin2/sampleserviceplugin2.h
+++ b/tests/tools/sampleserviceplugin2/sampleserviceplugin2.h
@@ -1,8 +1,7 @@
/****************************************************************************
**
-** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
-** All rights reserved.
-** Contact: Nokia Corporation (qt-info@nokia.com)
+** Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies).
+** Contact: http://www.qt-project.org/legal
**
** This file is part of the Qt Mobility Components.
**
@@ -35,6 +34,7 @@
**
**
**
+**
** $QT_END_LICENSE$
**
****************************************************************************/
diff --git a/tests/tools/testservice2/testservice.h b/tests/tools/testservice2/testservice.h
index 5dfd661e64..023591bbe3 100644
--- a/tests/tools/testservice2/testservice.h
+++ b/tests/tools/testservice2/testservice.h
@@ -1,8 +1,7 @@
/****************************************************************************
**
-** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
-** All rights reserved.
-** Contact: Nokia Corporation (qt-info@nokia.com)
+** Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies).
+** Contact: http://www.qt-project.org/legal
**
** This file is part of the Qt Mobility Components.
**
@@ -35,6 +34,7 @@
**
**
**
+**
** $QT_END_LICENSE$
**
****************************************************************************/
diff --git a/tests/tools/testservice2/testserviceinterface.h b/tests/tools/testservice2/testserviceinterface.h
index 578826d1d5..adc5974ab8 100644
--- a/tests/tools/testservice2/testserviceinterface.h
+++ b/tests/tools/testservice2/testserviceinterface.h
@@ -1,8 +1,7 @@
/****************************************************************************
**
-** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
-** All rights reserved.
-** Contact: Nokia Corporation (qt-info@nokia.com)
+** Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies).
+** Contact: http://www.qt-project.org/legal
**
** This file is part of the Qt Mobility Components.
**
@@ -35,6 +34,7 @@
**
**
**
+**
** $QT_END_LICENSE$
**
****************************************************************************/
diff --git a/tests/tools/testservice2/testserviceplugin.cpp b/tests/tools/testservice2/testserviceplugin.cpp
index d418e9baa3..1648603858 100644
--- a/tests/tools/testservice2/testserviceplugin.cpp
+++ b/tests/tools/testservice2/testserviceplugin.cpp
@@ -1,8 +1,7 @@
/****************************************************************************
**
-** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
-** All rights reserved.
-** Contact: Nokia Corporation (qt-info@nokia.com)
+** Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies).
+** Contact: http://www.qt-project.org/legal
**
** This file is part of the Qt Mobility Components.
**
@@ -35,6 +34,7 @@
**
**
**
+**
** $QT_END_LICENSE$
**
****************************************************************************/
diff --git a/tests/tools/testservice2/testserviceplugin.h b/tests/tools/testservice2/testserviceplugin.h
index 5c398fe0bc..144ba33611 100644
--- a/tests/tools/testservice2/testserviceplugin.h
+++ b/tests/tools/testservice2/testserviceplugin.h
@@ -1,8 +1,7 @@
/****************************************************************************
**
-** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
-** All rights reserved.
-** Contact: Nokia Corporation (qt-info@nokia.com)
+** Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies).
+** Contact: http://www.qt-project.org/legal
**
** This file is part of the Qt Mobility Components.
**
@@ -35,6 +34,7 @@
**
**
**
+**
** $QT_END_LICENSE$
**
****************************************************************************/