summaryrefslogtreecommitdiffstats
path: root/tests/remote
diff options
context:
space:
mode:
Diffstat (limited to 'tests/remote')
-rw-r--r--tests/remote/AssistantTest.qml2
-rw-r--r--tests/remote/QstObjectApiTests.qml2
-rw-r--r--tests/remote/RemoteApiTests.qml2
-rw-r--r--tests/remote/RunProcessTests.qml2
-rw-r--r--tests/remote/TestAppWidgetTest.qml2
-rw-r--r--tests/remote/common/ApplicationTest.qml2
-rw-r--r--tests/remote/qstobject/InheritanceBasedItemHandlerTest.qml2
-rw-r--r--tests/remote/qstobject/ItemPropertyTest.qml2
-rw-r--r--tests/remote/qstobject/MyQLineEdit.qml2
-rw-r--r--tests/remote/qstobject/ParentApiTest.qml2
-rw-r--r--tests/remote/qstobject/QstObjectApiTests.qml2
-rw-r--r--tests/remote/runProcess/RunCommandTest.qml2
12 files changed, 12 insertions, 12 deletions
diff --git a/tests/remote/AssistantTest.qml b/tests/remote/AssistantTest.qml
index 9f64a11..1c4ce67 100644
--- a/tests/remote/AssistantTest.qml
+++ b/tests/remote/AssistantTest.qml
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
+** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/
**
** This file is part of QtSystemTest.
diff --git a/tests/remote/QstObjectApiTests.qml b/tests/remote/QstObjectApiTests.qml
index 9139adc..9cec7ad 100644
--- a/tests/remote/QstObjectApiTests.qml
+++ b/tests/remote/QstObjectApiTests.qml
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
+** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/
**
** This file is part of QtSystemTest.
diff --git a/tests/remote/RemoteApiTests.qml b/tests/remote/RemoteApiTests.qml
index f7a4bcd..6edc491 100644
--- a/tests/remote/RemoteApiTests.qml
+++ b/tests/remote/RemoteApiTests.qml
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
+** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/
**
** This file is part of QtSystemTest.
diff --git a/tests/remote/RunProcessTests.qml b/tests/remote/RunProcessTests.qml
index 0e8baf2..af100c6 100644
--- a/tests/remote/RunProcessTests.qml
+++ b/tests/remote/RunProcessTests.qml
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
+** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/
**
** This file is part of QtSystemTest.
diff --git a/tests/remote/TestAppWidgetTest.qml b/tests/remote/TestAppWidgetTest.qml
index 2076b43..6771f82 100644
--- a/tests/remote/TestAppWidgetTest.qml
+++ b/tests/remote/TestAppWidgetTest.qml
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
+** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/
**
** This file is part of QtSystemTest.
diff --git a/tests/remote/common/ApplicationTest.qml b/tests/remote/common/ApplicationTest.qml
index 097e070..5751b15 100644
--- a/tests/remote/common/ApplicationTest.qml
+++ b/tests/remote/common/ApplicationTest.qml
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
+** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/
**
** This file is part of QtSystemTest.
diff --git a/tests/remote/qstobject/InheritanceBasedItemHandlerTest.qml b/tests/remote/qstobject/InheritanceBasedItemHandlerTest.qml
index c86677b..430dfe4 100644
--- a/tests/remote/qstobject/InheritanceBasedItemHandlerTest.qml
+++ b/tests/remote/qstobject/InheritanceBasedItemHandlerTest.qml
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
+** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/
**
** This file is part of QtSystemTest.
diff --git a/tests/remote/qstobject/ItemPropertyTest.qml b/tests/remote/qstobject/ItemPropertyTest.qml
index dc938cd..728a19c 100644
--- a/tests/remote/qstobject/ItemPropertyTest.qml
+++ b/tests/remote/qstobject/ItemPropertyTest.qml
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
+** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/
**
** This file is part of QtSystemTest.
diff --git a/tests/remote/qstobject/MyQLineEdit.qml b/tests/remote/qstobject/MyQLineEdit.qml
index 9f61577..c753755 100644
--- a/tests/remote/qstobject/MyQLineEdit.qml
+++ b/tests/remote/qstobject/MyQLineEdit.qml
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
+** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/
**
** This file is part of QtSystemTest.
diff --git a/tests/remote/qstobject/ParentApiTest.qml b/tests/remote/qstobject/ParentApiTest.qml
index 7034a6e..565b1e7 100644
--- a/tests/remote/qstobject/ParentApiTest.qml
+++ b/tests/remote/qstobject/ParentApiTest.qml
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
+** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/
**
** This file is part of QtSystemTest.
diff --git a/tests/remote/qstobject/QstObjectApiTests.qml b/tests/remote/qstobject/QstObjectApiTests.qml
index 41a0a8a..d0a4b01 100644
--- a/tests/remote/qstobject/QstObjectApiTests.qml
+++ b/tests/remote/qstobject/QstObjectApiTests.qml
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
+** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/
**
** This file is part of QtSystemTest.
diff --git a/tests/remote/runProcess/RunCommandTest.qml b/tests/remote/runProcess/RunCommandTest.qml
index 9b2b57e..b7bde7c 100644
--- a/tests/remote/runProcess/RunCommandTest.qml
+++ b/tests/remote/runProcess/RunCommandTest.qml
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
+** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/
**
** This file is part of QtSystemTest.