summaryrefslogtreecommitdiffstats
path: root/tests/interpreter/core
diff options
context:
space:
mode:
Diffstat (limited to 'tests/interpreter/core')
-rw-r--r--tests/interpreter/core/ApplicationRegistryTests.qml2
-rw-r--r--tests/interpreter/core/ClassTest.qml2
-rw-r--r--tests/interpreter/core/ExpectApiTests.qml2
-rw-r--r--tests/interpreter/core/FailApiTest.qml2
-rw-r--r--tests/interpreter/core/ItemHandlerTests.qml2
-rw-r--r--tests/interpreter/core/LocalProcessTest.qml2
-rw-r--r--tests/interpreter/core/SleepTest.qml2
-rw-r--r--tests/interpreter/core/application/CustomApplicationTest.qml2
-rw-r--r--tests/interpreter/core/application/DefaultApplicationTest.qml2
-rw-r--r--tests/interpreter/core/application/MyApplication.js2
-rw-r--r--tests/interpreter/core/application/MyApplication.qml2
-rw-r--r--tests/interpreter/core/application/RegisterUnregisterAppTest.qml2
-rw-r--r--tests/interpreter/core/itemhandlers/CustomItemHandlerTest.qml2
-rw-r--r--tests/interpreter/core/itemhandlers/DefaultItemHandlerTest.qml2
-rw-r--r--tests/interpreter/core/itemhandlers/QstPushButton.qml2
-rw-r--r--tests/interpreter/core/itemhandlers/RegisterUnregisterHandlerTest.qml2
16 files changed, 16 insertions, 16 deletions
diff --git a/tests/interpreter/core/ApplicationRegistryTests.qml b/tests/interpreter/core/ApplicationRegistryTests.qml
index fbbfad6..1f872b0 100644
--- a/tests/interpreter/core/ApplicationRegistryTests.qml
+++ b/tests/interpreter/core/ApplicationRegistryTests.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/interpreter/core/ClassTest.qml b/tests/interpreter/core/ClassTest.qml
index c2fb84d..4165331 100644
--- a/tests/interpreter/core/ClassTest.qml
+++ b/tests/interpreter/core/ClassTest.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/interpreter/core/ExpectApiTests.qml b/tests/interpreter/core/ExpectApiTests.qml
index 3fc06e7..e57649d 100644
--- a/tests/interpreter/core/ExpectApiTests.qml
+++ b/tests/interpreter/core/ExpectApiTests.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/interpreter/core/FailApiTest.qml b/tests/interpreter/core/FailApiTest.qml
index ddd0620..129c22c 100644
--- a/tests/interpreter/core/FailApiTest.qml
+++ b/tests/interpreter/core/FailApiTest.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/interpreter/core/ItemHandlerTests.qml b/tests/interpreter/core/ItemHandlerTests.qml
index 01b3a39..fce2280 100644
--- a/tests/interpreter/core/ItemHandlerTests.qml
+++ b/tests/interpreter/core/ItemHandlerTests.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/interpreter/core/LocalProcessTest.qml b/tests/interpreter/core/LocalProcessTest.qml
index 8f70925..5617592 100644
--- a/tests/interpreter/core/LocalProcessTest.qml
+++ b/tests/interpreter/core/LocalProcessTest.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/interpreter/core/SleepTest.qml b/tests/interpreter/core/SleepTest.qml
index cbd2053..c8348d4 100644
--- a/tests/interpreter/core/SleepTest.qml
+++ b/tests/interpreter/core/SleepTest.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/interpreter/core/application/CustomApplicationTest.qml b/tests/interpreter/core/application/CustomApplicationTest.qml
index d015548..f72d6b3 100644
--- a/tests/interpreter/core/application/CustomApplicationTest.qml
+++ b/tests/interpreter/core/application/CustomApplicationTest.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/interpreter/core/application/DefaultApplicationTest.qml b/tests/interpreter/core/application/DefaultApplicationTest.qml
index 8d2e31c..7fb756a 100644
--- a/tests/interpreter/core/application/DefaultApplicationTest.qml
+++ b/tests/interpreter/core/application/DefaultApplicationTest.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/interpreter/core/application/MyApplication.js b/tests/interpreter/core/application/MyApplication.js
index f05eb64..1ecfd56 100644
--- a/tests/interpreter/core/application/MyApplication.js
+++ b/tests/interpreter/core/application/MyApplication.js
@@ -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/interpreter/core/application/MyApplication.qml b/tests/interpreter/core/application/MyApplication.qml
index 65c2130..1056396 100644
--- a/tests/interpreter/core/application/MyApplication.qml
+++ b/tests/interpreter/core/application/MyApplication.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/interpreter/core/application/RegisterUnregisterAppTest.qml b/tests/interpreter/core/application/RegisterUnregisterAppTest.qml
index 473eccf..b4ce96f 100644
--- a/tests/interpreter/core/application/RegisterUnregisterAppTest.qml
+++ b/tests/interpreter/core/application/RegisterUnregisterAppTest.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/interpreter/core/itemhandlers/CustomItemHandlerTest.qml b/tests/interpreter/core/itemhandlers/CustomItemHandlerTest.qml
index 62669e7..3cbf112 100644
--- a/tests/interpreter/core/itemhandlers/CustomItemHandlerTest.qml
+++ b/tests/interpreter/core/itemhandlers/CustomItemHandlerTest.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/interpreter/core/itemhandlers/DefaultItemHandlerTest.qml b/tests/interpreter/core/itemhandlers/DefaultItemHandlerTest.qml
index 1212053..d11401f 100644
--- a/tests/interpreter/core/itemhandlers/DefaultItemHandlerTest.qml
+++ b/tests/interpreter/core/itemhandlers/DefaultItemHandlerTest.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/interpreter/core/itemhandlers/QstPushButton.qml b/tests/interpreter/core/itemhandlers/QstPushButton.qml
index ab2206c..0ffb510 100644
--- a/tests/interpreter/core/itemhandlers/QstPushButton.qml
+++ b/tests/interpreter/core/itemhandlers/QstPushButton.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/interpreter/core/itemhandlers/RegisterUnregisterHandlerTest.qml b/tests/interpreter/core/itemhandlers/RegisterUnregisterHandlerTest.qml
index d036ea1..0207cc1 100644
--- a/tests/interpreter/core/itemhandlers/RegisterUnregisterHandlerTest.qml
+++ b/tests/interpreter/core/itemhandlers/RegisterUnregisterHandlerTest.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.