summaryrefslogtreecommitdiffstats
path: root/src/interpreter/imports/qtsystemtest/qml
diff options
context:
space:
mode:
Diffstat (limited to 'src/interpreter/imports/qtsystemtest/qml')
-rw-r--r--src/interpreter/imports/qtsystemtest/qml/Application.qml2
-rw-r--r--src/interpreter/imports/qtsystemtest/qml/ApplicationObjectsCache.js2
-rw-r--r--src/interpreter/imports/qtsystemtest/qml/Js.qml2
-rw-r--r--src/interpreter/imports/qtsystemtest/qml/Remote.qml2
-rw-r--r--src/interpreter/imports/qtsystemtest/qml/Test.qml2
-rw-r--r--src/interpreter/imports/qtsystemtest/qml/TestCollection.qml2
-rw-r--r--src/interpreter/imports/qtsystemtest/qml/TestItem.qml2
-rw-r--r--src/interpreter/imports/qtsystemtest/qml/TestMethod.qml2
-rw-r--r--src/interpreter/imports/qtsystemtest/qml/itemhandlers/QstObject.qml2
-rw-r--r--src/interpreter/imports/qtsystemtest/qml/itemhandlers/QstWidget.qml2
10 files changed, 10 insertions, 10 deletions
diff --git a/src/interpreter/imports/qtsystemtest/qml/Application.qml b/src/interpreter/imports/qtsystemtest/qml/Application.qml
index 053dfb1..43892ac 100644
--- a/src/interpreter/imports/qtsystemtest/qml/Application.qml
+++ b/src/interpreter/imports/qtsystemtest/qml/Application.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/src/interpreter/imports/qtsystemtest/qml/ApplicationObjectsCache.js b/src/interpreter/imports/qtsystemtest/qml/ApplicationObjectsCache.js
index 445a09e..4c4cebd 100644
--- a/src/interpreter/imports/qtsystemtest/qml/ApplicationObjectsCache.js
+++ b/src/interpreter/imports/qtsystemtest/qml/ApplicationObjectsCache.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/src/interpreter/imports/qtsystemtest/qml/Js.qml b/src/interpreter/imports/qtsystemtest/qml/Js.qml
index 45ccfcd..7ed1bb0 100644
--- a/src/interpreter/imports/qtsystemtest/qml/Js.qml
+++ b/src/interpreter/imports/qtsystemtest/qml/Js.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/src/interpreter/imports/qtsystemtest/qml/Remote.qml b/src/interpreter/imports/qtsystemtest/qml/Remote.qml
index 6619422..a1c1884 100644
--- a/src/interpreter/imports/qtsystemtest/qml/Remote.qml
+++ b/src/interpreter/imports/qtsystemtest/qml/Remote.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/src/interpreter/imports/qtsystemtest/qml/Test.qml b/src/interpreter/imports/qtsystemtest/qml/Test.qml
index 054cab2..e8accd4 100644
--- a/src/interpreter/imports/qtsystemtest/qml/Test.qml
+++ b/src/interpreter/imports/qtsystemtest/qml/Test.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/src/interpreter/imports/qtsystemtest/qml/TestCollection.qml b/src/interpreter/imports/qtsystemtest/qml/TestCollection.qml
index ca18512..a58b38a 100644
--- a/src/interpreter/imports/qtsystemtest/qml/TestCollection.qml
+++ b/src/interpreter/imports/qtsystemtest/qml/TestCollection.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/src/interpreter/imports/qtsystemtest/qml/TestItem.qml b/src/interpreter/imports/qtsystemtest/qml/TestItem.qml
index dcab15f..0dc8f1d 100644
--- a/src/interpreter/imports/qtsystemtest/qml/TestItem.qml
+++ b/src/interpreter/imports/qtsystemtest/qml/TestItem.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/src/interpreter/imports/qtsystemtest/qml/TestMethod.qml b/src/interpreter/imports/qtsystemtest/qml/TestMethod.qml
index 7eeead2..080859f 100644
--- a/src/interpreter/imports/qtsystemtest/qml/TestMethod.qml
+++ b/src/interpreter/imports/qtsystemtest/qml/TestMethod.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/src/interpreter/imports/qtsystemtest/qml/itemhandlers/QstObject.qml b/src/interpreter/imports/qtsystemtest/qml/itemhandlers/QstObject.qml
index d9e5772..0db43a5 100644
--- a/src/interpreter/imports/qtsystemtest/qml/itemhandlers/QstObject.qml
+++ b/src/interpreter/imports/qtsystemtest/qml/itemhandlers/QstObject.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/src/interpreter/imports/qtsystemtest/qml/itemhandlers/QstWidget.qml b/src/interpreter/imports/qtsystemtest/qml/itemhandlers/QstWidget.qml
index 379ee79..a8a350c 100644
--- a/src/interpreter/imports/qtsystemtest/qml/itemhandlers/QstWidget.qml
+++ b/src/interpreter/imports/qtsystemtest/qml/itemhandlers/QstWidget.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.