summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTeemu Kaukoranta <teemu.kaukoranta@digia.com>2013-05-22 11:36:32 +0300
committerSergio Ahumada <sergio.ahumada@digia.com>2013-05-23 11:48:05 +0200
commit9a01357dcb7d9d3810ae3d348661cad5fc37ea77 (patch)
tree6e665578329a4a682154c52757ea0c671826f38b
parent332dcaed490da5d35cdc01d038a88811e0cae9ee (diff)
Replaced Nokia copyrights in headerHEADmaster
Replaced old Nokia copyrights with Digia copyrights. "All rights reserved" strings without leading copyrights were removed (for example, 'Copyright SomeCompany, all rights reserved remain untouched). Did NOT touch contact details, will change them later. Excluded folders that have '3rdparty' in path. Used command: find . -path '*/3rdparty/*' -prune -o -exec grep -ilI -E '.*Copyright.*Nokia.*' {} \; | tee >(xargs sed -i -r '1,10 s/([ \t#*]*)(.*Copyright.*Nokia.*)/ \1Copyright \(C\) 2013 Digia Plc and\/or its subsidiary\(-ies\)\./I') >(xargs sed -i -r '1,10 s/(^[ \t#*]*)(all rights reserved.*)/\1/I') This excludes binary files and retains whitespace and #* characters in the beginning of the edited lines. Change-Id: Id2964f565a94fe8c1c47db140bc38c96ca89c0f0 Reviewed-by: Janne Anttila <janne.anttila@digia.com> Reviewed-by: Sergio Ahumada <sergio.ahumada@digia.com>
-rw-r--r--examples/tutorial/main.cpp2
-rw-r--r--examples/tutorial/tests/01_parts/PartsTest.qml2
-rw-r--r--examples/tutorial/tests/02_validate/ValidateTest.qml2
-rw-r--r--examples/tutorial/tests/03_applicationUnderTest/ApplicationUnderTest.qml2
-rw-r--r--examples/tutorial/tests/04_findItem/FindItemTest.qml2
-rw-r--r--examples/tutorial/tests/04_findItem/TenPinTest.qml2
-rw-r--r--examples/tutorial/tests/05_input/InputTest.qml2
-rw-r--r--examples/tutorial/tests/05_input/TenPinTest.qml2
-rw-r--r--examples/tutorial/tests/06_data/InputTest.qml2
-rw-r--r--examples/tutorial/tests/06_data/InputTests.qml2
-rw-r--r--examples/tutorial/tests/06_data/TenPinTest.qml2
-rw-r--r--examples/tutorial/tpframe.cpp2
-rw-r--r--examples/tutorial/tpframe.h2
-rw-r--r--examples/tutorial/tpframeball.cpp2
-rw-r--r--examples/tutorial/tpframeball.h2
-rw-r--r--examples/tutorial/tpgame.cpp2
-rw-r--r--examples/tutorial/tpgame.h2
-rw-r--r--scripts/update_license.pl2
-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
-rw-r--r--src/interpreter/imports/qtsystemtest/scripts/ApplicationRegistry.js2
-rw-r--r--src/interpreter/imports/qtsystemtest/scripts/Class.js2
-rw-r--r--src/interpreter/imports/qtsystemtest/scripts/ComponentCacher.js2
-rw-r--r--src/interpreter/imports/qtsystemtest/scripts/Console.js2
-rw-r--r--src/interpreter/imports/qtsystemtest/scripts/Datatype.js2
-rw-r--r--src/interpreter/imports/qtsystemtest/scripts/Exception.js2
-rw-r--r--src/interpreter/imports/qtsystemtest/scripts/Expect.js2
-rw-r--r--src/interpreter/imports/qtsystemtest/scripts/Functional.js2
-rw-r--r--src/interpreter/imports/qtsystemtest/scripts/ItemFactory.js2
-rw-r--r--src/interpreter/imports/qtsystemtest/scripts/JsCore.js2
-rw-r--r--src/interpreter/imports/qtsystemtest/scripts/QstCore.js2
-rw-r--r--src/interpreter/imports/qtsystemtest/scripts/SourceBuilder.js2
-rw-r--r--src/interpreter/imports/qtsystemtest/scripts/api.js2
-rw-r--r--src/interpreter/imports/qtsystemtest/src/imports.cpp2
-rw-r--r--src/interpreter/imports/qtsystemtest/src/imports.h2
-rw-r--r--src/interpreter/imports/qtsystemtest/src/qstcoreapi.cpp2
-rw-r--r--src/interpreter/imports/qtsystemtest/src/qstcoreapi.h2
-rw-r--r--src/interpreter/imports/qtsystemtest/src/qstlocalprocess.cpp2
-rw-r--r--src/interpreter/imports/qtsystemtest/src/qstlocalprocess.h2
-rw-r--r--src/interpreter/imports/qtsystemtest/src/qstutils.cpp2
-rw-r--r--src/interpreter/imports/qtsystemtest/src/qstutils.h2
-rw-r--r--src/interpreter/imports/qtsystemtest/src/qtuitestglobal.h2
-rw-r--r--src/interpreter/imports/runner/qml/Config.qml2
-rw-r--r--src/interpreter/imports/runner/qml/Logger.qml2
-rw-r--r--src/interpreter/imports/runner/qml/PlainTextLogger.qml2
-rw-r--r--src/interpreter/imports/runner/qml/XUnitLogger.qml2
-rw-r--r--src/interpreter/imports/runner/qml/XmlLogger.qml2
-rw-r--r--src/interpreter/imports/runner/src/imports.cpp2
-rw-r--r--src/interpreter/imports/runner/src/imports.h2
-rw-r--r--src/interpreter/imports/runner/src/qstlogwriter.cpp2
-rw-r--r--src/interpreter/imports/runner/src/qstlogwriter.h2
-rw-r--r--src/interpreter/imports/runner/src/qstxunitwriter.cpp2
-rw-r--r--src/interpreter/imports/runner/src/qstxunitwriter.h2
-rw-r--r--src/interpreter/runner/main.cpp2
-rw-r--r--src/interpreter/runner/qstjsengine.cpp2
-rw-r--r--src/interpreter/runner/qstjsengine.h2
-rw-r--r--src/interpreter/runner/qstrunnerbootstrap.cpp2
-rw-r--r--src/interpreter/runner/qstrunnerbootstrap.h2
-rw-r--r--src/interpreter/runner/qstrunnercore.cpp2
-rw-r--r--src/interpreter/runner/qstrunnercore.h2
-rw-r--r--src/interpreter/runner/scripts/QstRunner.js2
-rw-r--r--src/interpreter/runner/scripts/QstRunner.qml2
-rw-r--r--src/objectBrowser/main.cpp2
-rw-r--r--src/objectBrowser/qtestbrowserdlg.cpp2
-rw-r--r--src/objectBrowser/qtestbrowserdlg_p.h2
-rw-r--r--src/protocol/QstConnection2
-rw-r--r--src/protocol/QstConnectionManager2
-rw-r--r--src/protocol/QstDebug2
-rw-r--r--src/protocol/QstProtocol2
-rw-r--r--src/protocol/qstconnection.cpp2
-rw-r--r--src/protocol/qstconnection.h2
-rw-r--r--src/protocol/qstconnectionmanager.cpp2
-rw-r--r--src/protocol/qstconnectionmanager.h2
-rw-r--r--src/protocol/qstdebug.h2
-rw-r--r--src/protocol/qstglobal.h2
-rw-r--r--src/protocol/qstprotocol.cpp2
-rw-r--r--src/protocol/qstprotocol.h2
-rw-r--r--src/remote/daemon/appmanager.cpp2
-rw-r--r--src/remote/daemon/appmanager.h2
-rw-r--r--src/remote/daemon/main.cpp2
-rw-r--r--src/remote/daemon/qtuitest_debug.h2
-rw-r--r--src/remote/daemon/qtuitestdsettings.cpp2
-rw-r--r--src/remote/daemon/qtuitestdsettings.h2
-rw-r--r--src/remote/daemon/qtuitestmaster.cpp2
-rw-r--r--src/remote/daemon/qtuitestmaster_p.h2
-rw-r--r--src/remote/daemon/qtuitestserver.cpp2
-rw-r--r--src/remote/daemon/qtuitestserver.h2
-rw-r--r--src/remote/daemon/qtuitestslave.cpp2
-rw-r--r--src/remote/daemon/qtuitestslave.h2
-rw-r--r--src/remote/slave/lib/qasciikey.cpp2
-rw-r--r--src/remote/slave/lib/qeventwatcher.cpp2
-rw-r--r--src/remote/slave/lib/qeventwatcher_p.h2
-rw-r--r--src/remote/slave/lib/qinputgenerator.cpp2
-rw-r--r--src/remote/slave/lib/qinputgenerator_generic.cpp2
-rw-r--r--src/remote/slave/lib/qinputgenerator_generic_p.h2
-rw-r--r--src/remote/slave/lib/qinputgenerator_p.h2
-rw-r--r--src/remote/slave/lib/qinputgenerator_qwindow.cpp2
-rw-r--r--src/remote/slave/lib/qinputgenerator_qwindow_p.h2
-rw-r--r--src/remote/slave/lib/qsensorgenerator.cpp2
-rw-r--r--src/remote/slave/lib/qsensorgenerator_p.h2
-rw-r--r--src/remote/slave/lib/qtestslave.cpp2
-rw-r--r--src/remote/slave/lib/qtestslave.h2
-rw-r--r--src/remote/slave/lib/qtestwidgets.cpp2
-rw-r--r--src/remote/slave/lib/qtestwidgets.h2
-rw-r--r--src/remote/slave/lib/qtuitestconnectionmanager.cpp2
-rw-r--r--src/remote/slave/lib/qtuitestconnectionmanager_p.h2
-rw-r--r--src/remote/slave/lib/qtuitestmessagehandler.h2
-rw-r--r--src/remote/slave/lib/qtuitestnamespace.cpp2
-rw-r--r--src/remote/slave/lib/qtuitestnamespace.h2
-rw-r--r--src/remote/slave/lib/qtuitestwidgetinterface.cpp2
-rw-r--r--src/remote/slave/lib/qtuitestwidgetinterface.h2
-rw-r--r--src/remote/slave/lib/qtuitestwidgets.cpp2
-rw-r--r--src/remote/slave/lib/qtuitestwidgets_p.h2
-rw-r--r--src/remote/slave/lib/testapplication.cpp2
-rw-r--r--src/remote/slave/lib/testapplication.h2
-rw-r--r--src/remote/slave/lib/testobject.cpp2
-rw-r--r--src/remote/slave/lib/testobject.h2
-rw-r--r--src/remote/slave/lib/testquickfactory.cpp2
-rw-r--r--src/remote/slave/lib/testquickfactory.h2
-rw-r--r--src/remote/slave/lib/testquickitem.cpp2
-rw-r--r--src/remote/slave/lib/testquickitem.h2
-rw-r--r--src/remote/slave/lib/testquickobject.cpp2
-rw-r--r--src/remote/slave/lib/testquickobject.h2
-rw-r--r--src/remote/slave/lib/testquickview.cpp2
-rw-r--r--src/remote/slave/lib/testquickview.h2
-rw-r--r--src/remote/slave/lib/testslaveserver.cpp2
-rw-r--r--src/remote/slave/lib/testslaveserver.h2
-rw-r--r--src/remote/slave/lib/testwidget.cpp2
-rw-r--r--src/remote/slave/lib/testwidget.h2
-rw-r--r--src/remote/slave/lib/testwindow.cpp2
-rw-r--r--src/remote/slave/lib/testwindow.h2
-rw-r--r--src/remote/slave/styleplugin/qtuiteststyleplugin.cpp2
-rw-r--r--src/testapp/main.cpp2
-rw-r--r--src/testapp/mainwindow.cpp2
-rw-r--r--src/testapp/mainwindow.h2
-rw-r--r--tests/AllTests.qml2
-rw-r--r--tests/InterpreterTests.qml2
-rw-r--r--tests/MyConfig.qml2
-rw-r--r--tests/RemoteTests.qml2
-rw-r--r--tests/interpreter/CoreTests.qml2
-rw-r--r--tests/interpreter/RunnerTests.qml2
-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
-rw-r--r--tests/interpreter/loggers/data/ExpectTests.qml2
-rw-r--r--tests/interpreter/loggers/data/FailTest.qml2
-rw-r--r--tests/interpreter/loggers/data/PassTest.qml2
-rw-r--r--tests/interpreter/loggers/data/SkipTest.qml2
-rw-r--r--tests/interpreter/loggers/data/SubTests.qml2
-rw-r--r--tests/interpreter/loggers/data/Tests.qml2
-rw-r--r--tests/interpreter/loggers/data/qsystemtest.xsd2
-rw-r--r--tests/interpreter/runner/DefaultConfigTest.qml2
-rw-r--r--tests/interpreter/runner/EmptyTest.qml2
-rw-r--r--tests/interpreter/runner/EmptyTests.qml2
-rw-r--r--tests/interpreter/runner/FailTest.qml2
-rw-r--r--tests/interpreter/runner/MyUtils.js2
-rw-r--r--tests/interpreter/runner/RunnerInternals.js2
-rw-r--r--tests/interpreter/runner/SkipTest.qml2
-rw-r--r--tests/interpreter/runner/UntestedTest.qml2
-rw-r--r--tests/interpreter/runner/UntestedTests.qml2
-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
193 files changed, 193 insertions, 193 deletions
diff --git a/examples/tutorial/main.cpp b/examples/tutorial/main.cpp
index 614b0ef..228f238 100644
--- a/examples/tutorial/main.cpp
+++ b/examples/tutorial/main.cpp
@@ -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/examples/tutorial/tests/01_parts/PartsTest.qml b/examples/tutorial/tests/01_parts/PartsTest.qml
index da64958..d58a20a 100644
--- a/examples/tutorial/tests/01_parts/PartsTest.qml
+++ b/examples/tutorial/tests/01_parts/PartsTest.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/examples/tutorial/tests/02_validate/ValidateTest.qml b/examples/tutorial/tests/02_validate/ValidateTest.qml
index 57c0305..aa9c13c 100644
--- a/examples/tutorial/tests/02_validate/ValidateTest.qml
+++ b/examples/tutorial/tests/02_validate/ValidateTest.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/examples/tutorial/tests/03_applicationUnderTest/ApplicationUnderTest.qml b/examples/tutorial/tests/03_applicationUnderTest/ApplicationUnderTest.qml
index 8bba706..a71f540 100644
--- a/examples/tutorial/tests/03_applicationUnderTest/ApplicationUnderTest.qml
+++ b/examples/tutorial/tests/03_applicationUnderTest/ApplicationUnderTest.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/examples/tutorial/tests/04_findItem/FindItemTest.qml b/examples/tutorial/tests/04_findItem/FindItemTest.qml
index 2632beb..c158e79 100644
--- a/examples/tutorial/tests/04_findItem/FindItemTest.qml
+++ b/examples/tutorial/tests/04_findItem/FindItemTest.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/examples/tutorial/tests/04_findItem/TenPinTest.qml b/examples/tutorial/tests/04_findItem/TenPinTest.qml
index 044c8a6..911ec28 100644
--- a/examples/tutorial/tests/04_findItem/TenPinTest.qml
+++ b/examples/tutorial/tests/04_findItem/TenPinTest.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/examples/tutorial/tests/05_input/InputTest.qml b/examples/tutorial/tests/05_input/InputTest.qml
index 4de06b7..852f92f 100644
--- a/examples/tutorial/tests/05_input/InputTest.qml
+++ b/examples/tutorial/tests/05_input/InputTest.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/examples/tutorial/tests/05_input/TenPinTest.qml b/examples/tutorial/tests/05_input/TenPinTest.qml
index 044c8a6..911ec28 100644
--- a/examples/tutorial/tests/05_input/TenPinTest.qml
+++ b/examples/tutorial/tests/05_input/TenPinTest.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/examples/tutorial/tests/06_data/InputTest.qml b/examples/tutorial/tests/06_data/InputTest.qml
index 29f4528..029341d 100644
--- a/examples/tutorial/tests/06_data/InputTest.qml
+++ b/examples/tutorial/tests/06_data/InputTest.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/examples/tutorial/tests/06_data/InputTests.qml b/examples/tutorial/tests/06_data/InputTests.qml
index b061927..cf2f37a 100644
--- a/examples/tutorial/tests/06_data/InputTests.qml
+++ b/examples/tutorial/tests/06_data/InputTests.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/examples/tutorial/tests/06_data/TenPinTest.qml b/examples/tutorial/tests/06_data/TenPinTest.qml
index 044c8a6..911ec28 100644
--- a/examples/tutorial/tests/06_data/TenPinTest.qml
+++ b/examples/tutorial/tests/06_data/TenPinTest.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/examples/tutorial/tpframe.cpp b/examples/tutorial/tpframe.cpp
index e9cd55f..1e17a71 100644
--- a/examples/tutorial/tpframe.cpp
+++ b/examples/tutorial/tpframe.cpp
@@ -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/examples/tutorial/tpframe.h b/examples/tutorial/tpframe.h
index 0e82a93..53988fe 100644
--- a/examples/tutorial/tpframe.h
+++ b/examples/tutorial/tpframe.h
@@ -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/examples/tutorial/tpframeball.cpp b/examples/tutorial/tpframeball.cpp
index ee76d48..8df55b8 100644
--- a/examples/tutorial/tpframeball.cpp
+++ b/examples/tutorial/tpframeball.cpp
@@ -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/examples/tutorial/tpframeball.h b/examples/tutorial/tpframeball.h
index d4d1a92..6f61068 100644
--- a/examples/tutorial/tpframeball.h
+++ b/examples/tutorial/tpframeball.h
@@ -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/examples/tutorial/tpgame.cpp b/examples/tutorial/tpgame.cpp
index 7c069b2..037062c 100644
--- a/examples/tutorial/tpgame.cpp
+++ b/examples/tutorial/tpgame.cpp
@@ -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/examples/tutorial/tpgame.h b/examples/tutorial/tpgame.h
index f7d6644..0d868d8 100644
--- a/examples/tutorial/tpgame.h
+++ b/examples/tutorial/tpgame.h
@@ -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/scripts/update_license.pl b/scripts/update_license.pl
index c3a7869..680a0ec 100644
--- a/scripts/update_license.pl
+++ b/scripts/update_license.pl
@@ -12,7 +12,7 @@ foreach (@lines) {
print <<END;
/****************************************************************************
**
-** 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/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.
diff --git a/src/interpreter/imports/qtsystemtest/scripts/ApplicationRegistry.js b/src/interpreter/imports/qtsystemtest/scripts/ApplicationRegistry.js
index 5f1dd28..f157b67 100644
--- a/src/interpreter/imports/qtsystemtest/scripts/ApplicationRegistry.js
+++ b/src/interpreter/imports/qtsystemtest/scripts/ApplicationRegistry.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/scripts/Class.js b/src/interpreter/imports/qtsystemtest/scripts/Class.js
index 7c54301..9cd06bd 100644
--- a/src/interpreter/imports/qtsystemtest/scripts/Class.js
+++ b/src/interpreter/imports/qtsystemtest/scripts/Class.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/scripts/ComponentCacher.js b/src/interpreter/imports/qtsystemtest/scripts/ComponentCacher.js
index 5a66d18..cba2294 100644
--- a/src/interpreter/imports/qtsystemtest/scripts/ComponentCacher.js
+++ b/src/interpreter/imports/qtsystemtest/scripts/ComponentCacher.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/scripts/Console.js b/src/interpreter/imports/qtsystemtest/scripts/Console.js
index 5d7fe3b..858f29a 100644
--- a/src/interpreter/imports/qtsystemtest/scripts/Console.js
+++ b/src/interpreter/imports/qtsystemtest/scripts/Console.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/scripts/Datatype.js b/src/interpreter/imports/qtsystemtest/scripts/Datatype.js
index b890b9b..92d93bc 100644
--- a/src/interpreter/imports/qtsystemtest/scripts/Datatype.js
+++ b/src/interpreter/imports/qtsystemtest/scripts/Datatype.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/scripts/Exception.js b/src/interpreter/imports/qtsystemtest/scripts/Exception.js
index abd34a4..9d4e2e1 100644
--- a/src/interpreter/imports/qtsystemtest/scripts/Exception.js
+++ b/src/interpreter/imports/qtsystemtest/scripts/Exception.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/scripts/Expect.js b/src/interpreter/imports/qtsystemtest/scripts/Expect.js
index f99c93f..df7f019 100644
--- a/src/interpreter/imports/qtsystemtest/scripts/Expect.js
+++ b/src/interpreter/imports/qtsystemtest/scripts/Expect.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/scripts/Functional.js b/src/interpreter/imports/qtsystemtest/scripts/Functional.js
index 5b6e3f1..60a0e76 100644
--- a/src/interpreter/imports/qtsystemtest/scripts/Functional.js
+++ b/src/interpreter/imports/qtsystemtest/scripts/Functional.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/scripts/ItemFactory.js b/src/interpreter/imports/qtsystemtest/scripts/ItemFactory.js
index e6599ed..93742c2 100644
--- a/src/interpreter/imports/qtsystemtest/scripts/ItemFactory.js
+++ b/src/interpreter/imports/qtsystemtest/scripts/ItemFactory.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/scripts/JsCore.js b/src/interpreter/imports/qtsystemtest/scripts/JsCore.js
index 95774e6..0444b4f 100644
--- a/src/interpreter/imports/qtsystemtest/scripts/JsCore.js
+++ b/src/interpreter/imports/qtsystemtest/scripts/JsCore.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/scripts/QstCore.js b/src/interpreter/imports/qtsystemtest/scripts/QstCore.js
index 8fa5168..67f018b 100644
--- a/src/interpreter/imports/qtsystemtest/scripts/QstCore.js
+++ b/src/interpreter/imports/qtsystemtest/scripts/QstCore.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/scripts/SourceBuilder.js b/src/interpreter/imports/qtsystemtest/scripts/SourceBuilder.js
index 83ce8b5..13bb44b 100644
--- a/src/interpreter/imports/qtsystemtest/scripts/SourceBuilder.js
+++ b/src/interpreter/imports/qtsystemtest/scripts/SourceBuilder.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/scripts/api.js b/src/interpreter/imports/qtsystemtest/scripts/api.js
index aefe418..29565e8 100644
--- a/src/interpreter/imports/qtsystemtest/scripts/api.js
+++ b/src/interpreter/imports/qtsystemtest/scripts/api.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/src/imports.cpp b/src/interpreter/imports/qtsystemtest/src/imports.cpp
index ab1f645..c29d52e 100644
--- a/src/interpreter/imports/qtsystemtest/src/imports.cpp
+++ b/src/interpreter/imports/qtsystemtest/src/imports.cpp
@@ -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/src/imports.h b/src/interpreter/imports/qtsystemtest/src/imports.h
index 519802c..e524af9 100644
--- a/src/interpreter/imports/qtsystemtest/src/imports.h
+++ b/src/interpreter/imports/qtsystemtest/src/imports.h
@@ -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/src/qstcoreapi.cpp b/src/interpreter/imports/qtsystemtest/src/qstcoreapi.cpp
index 6b31c71..dbcf951 100644
--- a/src/interpreter/imports/qtsystemtest/src/qstcoreapi.cpp
+++ b/src/interpreter/imports/qtsystemtest/src/qstcoreapi.cpp
@@ -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/src/qstcoreapi.h b/src/interpreter/imports/qtsystemtest/src/qstcoreapi.h
index 21249d8..94dbdfb 100644
--- a/src/interpreter/imports/qtsystemtest/src/qstcoreapi.h
+++ b/src/interpreter/imports/qtsystemtest/src/qstcoreapi.h
@@ -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/src/qstlocalprocess.cpp b/src/interpreter/imports/qtsystemtest/src/qstlocalprocess.cpp
index eca200e..0553ea0 100644
--- a/src/interpreter/imports/qtsystemtest/src/qstlocalprocess.cpp
+++ b/src/interpreter/imports/qtsystemtest/src/qstlocalprocess.cpp
@@ -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/src/qstlocalprocess.h b/src/interpreter/imports/qtsystemtest/src/qstlocalprocess.h
index ece17bf..3ea5ac7 100644
--- a/src/interpreter/imports/qtsystemtest/src/qstlocalprocess.h
+++ b/src/interpreter/imports/qtsystemtest/src/qstlocalprocess.h
@@ -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/src/qstutils.cpp b/src/interpreter/imports/qtsystemtest/src/qstutils.cpp
index 34c6b95..ee1f122 100644
--- a/src/interpreter/imports/qtsystemtest/src/qstutils.cpp
+++ b/src/interpreter/imports/qtsystemtest/src/qstutils.cpp
@@ -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/src/qstutils.h b/src/interpreter/imports/qtsystemtest/src/qstutils.h
index 1d2990c..c2ac6b8 100644
--- a/src/interpreter/imports/qtsystemtest/src/qstutils.h
+++ b/src/interpreter/imports/qtsystemtest/src/qstutils.h
@@ -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/src/qtuitestglobal.h b/src/interpreter/imports/qtsystemtest/src/qtuitestglobal.h
index 962b27d..c205e7d 100644
--- a/src/interpreter/imports/qtsystemtest/src/qtuitestglobal.h
+++ b/src/interpreter/imports/qtsystemtest/src/qtuitestglobal.h
@@ -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/runner/qml/Config.qml b/src/interpreter/imports/runner/qml/Config.qml
index 0fb9c1f..03c2c9e 100644
--- a/src/interpreter/imports/runner/qml/Config.qml
+++ b/src/interpreter/imports/runner/qml/Config.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/runner/qml/Logger.qml b/src/interpreter/imports/runner/qml/Logger.qml
index 009151e..e1fa57a 100644
--- a/src/interpreter/imports/runner/qml/Logger.qml
+++ b/src/interpreter/imports/runner/qml/Logger.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/runner/qml/PlainTextLogger.qml b/src/interpreter/imports/runner/qml/PlainTextLogger.qml
index 23aa4fb..5fb32b7 100644
--- a/src/interpreter/imports/runner/qml/PlainTextLogger.qml
+++ b/src/interpreter/imports/runner/qml/PlainTextLogger.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/runner/qml/XUnitLogger.qml b/src/interpreter/imports/runner/qml/XUnitLogger.qml
index b772501..086dba6 100644
--- a/src/interpreter/imports/runner/qml/XUnitLogger.qml
+++ b/src/interpreter/imports/runner/qml/XUnitLogger.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/runner/qml/XmlLogger.qml b/src/interpreter/imports/runner/qml/XmlLogger.qml
index 5077ef0..e1e2ba0 100644
--- a/src/interpreter/imports/runner/qml/XmlLogger.qml
+++ b/src/interpreter/imports/runner/qml/XmlLogger.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/runner/src/imports.cpp b/src/interpreter/imports/runner/src/imports.cpp
index 9c0e6dc..6fd2c7d 100644
--- a/src/interpreter/imports/runner/src/imports.cpp
+++ b/src/interpreter/imports/runner/src/imports.cpp
@@ -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/runner/src/imports.h b/src/interpreter/imports/runner/src/imports.h
index ab41f7c..790a39d 100644
--- a/src/interpreter/imports/runner/src/imports.h
+++ b/src/interpreter/imports/runner/src/imports.h
@@ -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/runner/src/qstlogwriter.cpp b/src/interpreter/imports/runner/src/qstlogwriter.cpp
index 5473371..88aef43 100644
--- a/src/interpreter/imports/runner/src/qstlogwriter.cpp
+++ b/src/interpreter/imports/runner/src/qstlogwriter.cpp
@@ -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/runner/src/qstlogwriter.h b/src/interpreter/imports/runner/src/qstlogwriter.h
index 9dee875..5950544 100644
--- a/src/interpreter/imports/runner/src/qstlogwriter.h
+++ b/src/interpreter/imports/runner/src/qstlogwriter.h
@@ -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/runner/src/qstxunitwriter.cpp b/src/interpreter/imports/runner/src/qstxunitwriter.cpp
index c04e021..ed8988c 100644
--- a/src/interpreter/imports/runner/src/qstxunitwriter.cpp
+++ b/src/interpreter/imports/runner/src/qstxunitwriter.cpp
@@ -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/runner/src/qstxunitwriter.h b/src/interpreter/imports/runner/src/qstxunitwriter.h
index f7fd44e..ad4678b 100644
--- a/src/interpreter/imports/runner/src/qstxunitwriter.h
+++ b/src/interpreter/imports/runner/src/qstxunitwriter.h
@@ -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/runner/main.cpp b/src/interpreter/runner/main.cpp
index f33fa91..dd4934d 100644
--- a/src/interpreter/runner/main.cpp
+++ b/src/interpreter/runner/main.cpp
@@ -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/runner/qstjsengine.cpp b/src/interpreter/runner/qstjsengine.cpp
index 48e141c..f1cf16a 100644
--- a/src/interpreter/runner/qstjsengine.cpp
+++ b/src/interpreter/runner/qstjsengine.cpp
@@ -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/runner/qstjsengine.h b/src/interpreter/runner/qstjsengine.h
index e4de6ee..b2befd5 100644
--- a/src/interpreter/runner/qstjsengine.h
+++ b/src/interpreter/runner/qstjsengine.h
@@ -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/runner/qstrunnerbootstrap.cpp b/src/interpreter/runner/qstrunnerbootstrap.cpp
index e294b55..70e1a14 100644
--- a/src/interpreter/runner/qstrunnerbootstrap.cpp
+++ b/src/interpreter/runner/qstrunnerbootstrap.cpp
@@ -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/runner/qstrunnerbootstrap.h b/src/interpreter/runner/qstrunnerbootstrap.h
index 5e8f558..cd5d125 100644
--- a/src/interpreter/runner/qstrunnerbootstrap.h
+++ b/src/interpreter/runner/qstrunnerbootstrap.h
@@ -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/runner/qstrunnercore.cpp b/src/interpreter/runner/qstrunnercore.cpp
index 921910f..426c1d0 100644
--- a/src/interpreter/runner/qstrunnercore.cpp
+++ b/src/interpreter/runner/qstrunnercore.cpp
@@ -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/runner/qstrunnercore.h b/src/interpreter/runner/qstrunnercore.h
index 4857613..f084a22 100644
--- a/src/interpreter/runner/qstrunnercore.h
+++ b/src/interpreter/runner/qstrunnercore.h
@@ -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/runner/scripts/QstRunner.js b/src/interpreter/runner/scripts/QstRunner.js
index 422f71d..8eb08fa 100644
--- a/src/interpreter/runner/scripts/QstRunner.js
+++ b/src/interpreter/runner/scripts/QstRunner.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/runner/scripts/QstRunner.qml b/src/interpreter/runner/scripts/QstRunner.qml
index 2dc4bfb..4a2a9fb 100644
--- a/src/interpreter/runner/scripts/QstRunner.qml
+++ b/src/interpreter/runner/scripts/QstRunner.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/objectBrowser/main.cpp b/src/objectBrowser/main.cpp
index 0b09816..4c8c429 100644
--- a/src/objectBrowser/main.cpp
+++ b/src/objectBrowser/main.cpp
@@ -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/objectBrowser/qtestbrowserdlg.cpp b/src/objectBrowser/qtestbrowserdlg.cpp
index a02403e..b259866 100644
--- a/src/objectBrowser/qtestbrowserdlg.cpp
+++ b/src/objectBrowser/qtestbrowserdlg.cpp
@@ -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/objectBrowser/qtestbrowserdlg_p.h b/src/objectBrowser/qtestbrowserdlg_p.h
index d40fd2d..5096e63 100644
--- a/src/objectBrowser/qtestbrowserdlg_p.h
+++ b/src/objectBrowser/qtestbrowserdlg_p.h
@@ -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/protocol/QstConnection b/src/protocol/QstConnection
index 907333d..0138988 100644
--- a/src/protocol/QstConnection
+++ b/src/protocol/QstConnection
@@ -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/protocol/QstConnectionManager b/src/protocol/QstConnectionManager
index 91dee82..132c2cb 100644
--- a/src/protocol/QstConnectionManager
+++ b/src/protocol/QstConnectionManager
@@ -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/protocol/QstDebug b/src/protocol/QstDebug
index 3cd846f..2d2ec98 100644
--- a/src/protocol/QstDebug
+++ b/src/protocol/QstDebug
@@ -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/protocol/QstProtocol b/src/protocol/QstProtocol
index 9fb78c9..f458ea0 100644
--- a/src/protocol/QstProtocol
+++ b/src/protocol/QstProtocol
@@ -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/protocol/qstconnection.cpp b/src/protocol/qstconnection.cpp
index 6470689..1a0f41b 100644
--- a/src/protocol/qstconnection.cpp
+++ b/src/protocol/qstconnection.cpp
@@ -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/protocol/qstconnection.h b/src/protocol/qstconnection.h
index 21635fe..c0969a0 100644
--- a/src/protocol/qstconnection.h
+++ b/src/protocol/qstconnection.h
@@ -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/protocol/qstconnectionmanager.cpp b/src/protocol/qstconnectionmanager.cpp
index 5dcd2b6..a462630 100644
--- a/src/protocol/qstconnectionmanager.cpp
+++ b/src/protocol/qstconnectionmanager.cpp
@@ -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/protocol/qstconnectionmanager.h b/src/protocol/qstconnectionmanager.h
index 333ff11..adf7057 100644
--- a/src/protocol/qstconnectionmanager.h
+++ b/src/protocol/qstconnectionmanager.h
@@ -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/protocol/qstdebug.h b/src/protocol/qstdebug.h
index d541d11..6915c65 100644
--- a/src/protocol/qstdebug.h
+++ b/src/protocol/qstdebug.h
@@ -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/protocol/qstglobal.h b/src/protocol/qstglobal.h
index fe43987..2c96075 100644
--- a/src/protocol/qstglobal.h
+++ b/src/protocol/qstglobal.h
@@ -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/protocol/qstprotocol.cpp b/src/protocol/qstprotocol.cpp
index f062fb8..24bfcc7 100644
--- a/src/protocol/qstprotocol.cpp
+++ b/src/protocol/qstprotocol.cpp
@@ -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/protocol/qstprotocol.h b/src/protocol/qstprotocol.h
index fd357ea..9a14dea 100644
--- a/src/protocol/qstprotocol.h
+++ b/src/protocol/qstprotocol.h
@@ -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/remote/daemon/appmanager.cpp b/src/remote/daemon/appmanager.cpp
index 2940608..7c3b98b 100644
--- a/src/remote/daemon/appmanager.cpp
+++ b/src/remote/daemon/appmanager.cpp
@@ -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/remote/daemon/appmanager.h b/src/remote/daemon/appmanager.h
index d04aac6..6c83b5b 100644
--- a/src/remote/daemon/appmanager.h
+++ b/src/remote/daemon/appmanager.h
@@ -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/remote/daemon/main.cpp b/src/remote/daemon/main.cpp
index ed6653e..19a67e0 100644
--- a/src/remote/daemon/main.cpp
+++ b/src/remote/daemon/main.cpp
@@ -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/remote/daemon/qtuitest_debug.h b/src/remote/daemon/qtuitest_debug.h
index a6d5806..846a79c 100644
--- a/src/remote/daemon/qtuitest_debug.h
+++ b/src/remote/daemon/qtuitest_debug.h
@@ -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/remote/daemon/qtuitestdsettings.cpp b/src/remote/daemon/qtuitestdsettings.cpp
index 0891b6a..a311f29 100644
--- a/src/remote/daemon/qtuitestdsettings.cpp
+++ b/src/remote/daemon/qtuitestdsettings.cpp
@@ -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/remote/daemon/qtuitestdsettings.h b/src/remote/daemon/qtuitestdsettings.h
index 0a9487c..dfaf50f 100644
--- a/src/remote/daemon/qtuitestdsettings.h
+++ b/src/remote/daemon/qtuitestdsettings.h
@@ -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/remote/daemon/qtuitestmaster.cpp b/src/remote/daemon/qtuitestmaster.cpp
index a2f5f0e..8ca756a 100644
--- a/src/remote/daemon/qtuitestmaster.cpp
+++ b/src/remote/daemon/qtuitestmaster.cpp
@@ -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/remote/daemon/qtuitestmaster_p.h b/src/remote/daemon/qtuitestmaster_p.h
index ddfed07..d4ed06b 100644
--- a/src/remote/daemon/qtuitestmaster_p.h
+++ b/src/remote/daemon/qtuitestmaster_p.h
@@ -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/remote/daemon/qtuitestserver.cpp b/src/remote/daemon/qtuitestserver.cpp
index 5989f56..63c0c4d 100644
--- a/src/remote/daemon/qtuitestserver.cpp
+++ b/src/remote/daemon/qtuitestserver.cpp
@@ -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/remote/daemon/qtuitestserver.h b/src/remote/daemon/qtuitestserver.h
index 8839662..8de3637 100644
--- a/src/remote/daemon/qtuitestserver.h
+++ b/src/remote/daemon/qtuitestserver.h
@@ -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/remote/daemon/qtuitestslave.cpp b/src/remote/daemon/qtuitestslave.cpp
index c0d1139..4a1aaeb 100644
--- a/src/remote/daemon/qtuitestslave.cpp
+++ b/src/remote/daemon/qtuitestslave.cpp
@@ -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/remote/daemon/qtuitestslave.h b/src/remote/daemon/qtuitestslave.h
index 4100162..2411245 100644
--- a/src/remote/daemon/qtuitestslave.h
+++ b/src/remote/daemon/qtuitestslave.h
@@ -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/remote/slave/lib/qasciikey.cpp b/src/remote/slave/lib/qasciikey.cpp
index de6b0a4..022e591 100644
--- a/src/remote/slave/lib/qasciikey.cpp
+++ b/src/remote/slave/lib/qasciikey.cpp
@@ -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/remote/slave/lib/qeventwatcher.cpp b/src/remote/slave/lib/qeventwatcher.cpp
index e16dd86..e54fc7e 100644
--- a/src/remote/slave/lib/qeventwatcher.cpp
+++ b/src/remote/slave/lib/qeventwatcher.cpp
@@ -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/remote/slave/lib/qeventwatcher_p.h b/src/remote/slave/lib/qeventwatcher_p.h
index 74a59f1..477561f 100644
--- a/src/remote/slave/lib/qeventwatcher_p.h
+++ b/src/remote/slave/lib/qeventwatcher_p.h
@@ -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/remote/slave/lib/qinputgenerator.cpp b/src/remote/slave/lib/qinputgenerator.cpp
index 74e4ac3..84cfeb3 100644
--- a/src/remote/slave/lib/qinputgenerator.cpp
+++ b/src/remote/slave/lib/qinputgenerator.cpp
@@ -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/remote/slave/lib/qinputgenerator_generic.cpp b/src/remote/slave/lib/qinputgenerator_generic.cpp
index 3967494..a86c8fb 100644
--- a/src/remote/slave/lib/qinputgenerator_generic.cpp
+++ b/src/remote/slave/lib/qinputgenerator_generic.cpp
@@ -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/remote/slave/lib/qinputgenerator_generic_p.h b/src/remote/slave/lib/qinputgenerator_generic_p.h
index 5afa015..409d548 100644
--- a/src/remote/slave/lib/qinputgenerator_generic_p.h
+++ b/src/remote/slave/lib/qinputgenerator_generic_p.h
@@ -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/remote/slave/lib/qinputgenerator_p.h b/src/remote/slave/lib/qinputgenerator_p.h
index 2c1a4a4..432d99f 100644
--- a/src/remote/slave/lib/qinputgenerator_p.h
+++ b/src/remote/slave/lib/qinputgenerator_p.h
@@ -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/remote/slave/lib/qinputgenerator_qwindow.cpp b/src/remote/slave/lib/qinputgenerator_qwindow.cpp
index ff09a53..c1066b4 100644
--- a/src/remote/slave/lib/qinputgenerator_qwindow.cpp
+++ b/src/remote/slave/lib/qinputgenerator_qwindow.cpp
@@ -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/remote/slave/lib/qinputgenerator_qwindow_p.h b/src/remote/slave/lib/qinputgenerator_qwindow_p.h
index 4384b85..15ce90b 100644
--- a/src/remote/slave/lib/qinputgenerator_qwindow_p.h
+++ b/src/remote/slave/lib/qinputgenerator_qwindow_p.h
@@ -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/remote/slave/lib/qsensorgenerator.cpp b/src/remote/slave/lib/qsensorgenerator.cpp
index 4854c94..e2b14c7 100644
--- a/src/remote/slave/lib/qsensorgenerator.cpp
+++ b/src/remote/slave/lib/qsensorgenerator.cpp
@@ -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/remote/slave/lib/qsensorgenerator_p.h b/src/remote/slave/lib/qsensorgenerator_p.h
index f342d59..7a5a421 100644
--- a/src/remote/slave/lib/qsensorgenerator_p.h
+++ b/src/remote/slave/lib/qsensorgenerator_p.h
@@ -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/remote/slave/lib/qtestslave.cpp b/src/remote/slave/lib/qtestslave.cpp
index 7b50bb1..0ccc698 100644
--- a/src/remote/slave/lib/qtestslave.cpp
+++ b/src/remote/slave/lib/qtestslave.cpp
@@ -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/remote/slave/lib/qtestslave.h b/src/remote/slave/lib/qtestslave.h
index 038595e..63fa7a2 100644
--- a/src/remote/slave/lib/qtestslave.h
+++ b/src/remote/slave/lib/qtestslave.h
@@ -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/remote/slave/lib/qtestwidgets.cpp b/src/remote/slave/lib/qtestwidgets.cpp
index b110961..6b62d85 100644
--- a/src/remote/slave/lib/qtestwidgets.cpp
+++ b/src/remote/slave/lib/qtestwidgets.cpp
@@ -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/remote/slave/lib/qtestwidgets.h b/src/remote/slave/lib/qtestwidgets.h
index 72cb930..73569df 100644
--- a/src/remote/slave/lib/qtestwidgets.h
+++ b/src/remote/slave/lib/qtestwidgets.h
@@ -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/remote/slave/lib/qtuitestconnectionmanager.cpp b/src/remote/slave/lib/qtuitestconnectionmanager.cpp
index 07c78b3..2c63acd 100644
--- a/src/remote/slave/lib/qtuitestconnectionmanager.cpp
+++ b/src/remote/slave/lib/qtuitestconnectionmanager.cpp
@@ -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/remote/slave/lib/qtuitestconnectionmanager_p.h b/src/remote/slave/lib/qtuitestconnectionmanager_p.h
index c601aa7..82f5965 100644
--- a/src/remote/slave/lib/qtuitestconnectionmanager_p.h
+++ b/src/remote/slave/lib/qtuitestconnectionmanager_p.h
@@ -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/remote/slave/lib/qtuitestmessagehandler.h b/src/remote/slave/lib/qtuitestmessagehandler.h
index ef8872e..e185464 100644
--- a/src/remote/slave/lib/qtuitestmessagehandler.h
+++ b/src/remote/slave/lib/qtuitestmessagehandler.h
@@ -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/remote/slave/lib/qtuitestnamespace.cpp b/src/remote/slave/lib/qtuitestnamespace.cpp
index cfae9c7..3c0604b 100644
--- a/src/remote/slave/lib/qtuitestnamespace.cpp
+++ b/src/remote/slave/lib/qtuitestnamespace.cpp
@@ -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/remote/slave/lib/qtuitestnamespace.h b/src/remote/slave/lib/qtuitestnamespace.h
index 1fb48db..5577f15 100644
--- a/src/remote/slave/lib/qtuitestnamespace.h
+++ b/src/remote/slave/lib/qtuitestnamespace.h
@@ -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/remote/slave/lib/qtuitestwidgetinterface.cpp b/src/remote/slave/lib/qtuitestwidgetinterface.cpp
index 8388013..2f9940b 100644
--- a/src/remote/slave/lib/qtuitestwidgetinterface.cpp
+++ b/src/remote/slave/lib/qtuitestwidgetinterface.cpp
@@ -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/remote/slave/lib/qtuitestwidgetinterface.h b/src/remote/slave/lib/qtuitestwidgetinterface.h
index 7140b88..8255789 100644
--- a/src/remote/slave/lib/qtuitestwidgetinterface.h
+++ b/src/remote/slave/lib/qtuitestwidgetinterface.h
@@ -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/remote/slave/lib/qtuitestwidgets.cpp b/src/remote/slave/lib/qtuitestwidgets.cpp
index d5f659d..04cc3c9 100644
--- a/src/remote/slave/lib/qtuitestwidgets.cpp
+++ b/src/remote/slave/lib/qtuitestwidgets.cpp
@@ -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/remote/slave/lib/qtuitestwidgets_p.h b/src/remote/slave/lib/qtuitestwidgets_p.h
index 86460ce..e24a27e 100644
--- a/src/remote/slave/lib/qtuitestwidgets_p.h
+++ b/src/remote/slave/lib/qtuitestwidgets_p.h
@@ -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/remote/slave/lib/testapplication.cpp b/src/remote/slave/lib/testapplication.cpp
index f3ab41a..ff8de01 100644
--- a/src/remote/slave/lib/testapplication.cpp
+++ b/src/remote/slave/lib/testapplication.cpp
@@ -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/remote/slave/lib/testapplication.h b/src/remote/slave/lib/testapplication.h
index 5f2cd9c..7f3c5ea 100644
--- a/src/remote/slave/lib/testapplication.h
+++ b/src/remote/slave/lib/testapplication.h
@@ -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/remote/slave/lib/testobject.cpp b/src/remote/slave/lib/testobject.cpp
index 6ceb6e9..7dafbcd 100644
--- a/src/remote/slave/lib/testobject.cpp
+++ b/src/remote/slave/lib/testobject.cpp
@@ -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/remote/slave/lib/testobject.h b/src/remote/slave/lib/testobject.h
index 5452212..598197e 100644
--- a/src/remote/slave/lib/testobject.h
+++ b/src/remote/slave/lib/testobject.h
@@ -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/remote/slave/lib/testquickfactory.cpp b/src/remote/slave/lib/testquickfactory.cpp
index 676ca1a..fe90699 100644
--- a/src/remote/slave/lib/testquickfactory.cpp
+++ b/src/remote/slave/lib/testquickfactory.cpp
@@ -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/remote/slave/lib/testquickfactory.h b/src/remote/slave/lib/testquickfactory.h
index 3611c17..d405667 100644
--- a/src/remote/slave/lib/testquickfactory.h
+++ b/src/remote/slave/lib/testquickfactory.h
@@ -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/remote/slave/lib/testquickitem.cpp b/src/remote/slave/lib/testquickitem.cpp
index 846ad38..cc65c95 100644
--- a/src/remote/slave/lib/testquickitem.cpp
+++ b/src/remote/slave/lib/testquickitem.cpp
@@ -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/remote/slave/lib/testquickitem.h b/src/remote/slave/lib/testquickitem.h
index 544accf..3184da0 100644
--- a/src/remote/slave/lib/testquickitem.h
+++ b/src/remote/slave/lib/testquickitem.h
@@ -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/remote/slave/lib/testquickobject.cpp b/src/remote/slave/lib/testquickobject.cpp
index 706d4d0..a71b1f1 100644
--- a/src/remote/slave/lib/testquickobject.cpp
+++ b/src/remote/slave/lib/testquickobject.cpp
@@ -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/remote/slave/lib/testquickobject.h b/src/remote/slave/lib/testquickobject.h
index c6930f5..58e314e 100644
--- a/src/remote/slave/lib/testquickobject.h
+++ b/src/remote/slave/lib/testquickobject.h
@@ -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/remote/slave/lib/testquickview.cpp b/src/remote/slave/lib/testquickview.cpp
index 9c5cb27..bf074e7 100644
--- a/src/remote/slave/lib/testquickview.cpp
+++ b/src/remote/slave/lib/testquickview.cpp
@@ -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/remote/slave/lib/testquickview.h b/src/remote/slave/lib/testquickview.h
index b4df7b7..2eb8556 100644
--- a/src/remote/slave/lib/testquickview.h
+++ b/src/remote/slave/lib/testquickview.h
@@ -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/remote/slave/lib/testslaveserver.cpp b/src/remote/slave/lib/testslaveserver.cpp
index 26a09e7..ee95884 100644
--- a/src/remote/slave/lib/testslaveserver.cpp
+++ b/src/remote/slave/lib/testslaveserver.cpp
@@ -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/remote/slave/lib/testslaveserver.h b/src/remote/slave/lib/testslaveserver.h
index 15c4e9b..3eb7bd3 100644
--- a/src/remote/slave/lib/testslaveserver.h
+++ b/src/remote/slave/lib/testslaveserver.h
@@ -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/remote/slave/lib/testwidget.cpp b/src/remote/slave/lib/testwidget.cpp
index b23c7f5..2f3d782 100644
--- a/src/remote/slave/lib/testwidget.cpp
+++ b/src/remote/slave/lib/testwidget.cpp
@@ -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/remote/slave/lib/testwidget.h b/src/remote/slave/lib/testwidget.h
index 969e9a6..ffcadb6 100644
--- a/src/remote/slave/lib/testwidget.h
+++ b/src/remote/slave/lib/testwidget.h
@@ -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/remote/slave/lib/testwindow.cpp b/src/remote/slave/lib/testwindow.cpp
index 8031cd1..18d0c02 100644
--- a/src/remote/slave/lib/testwindow.cpp
+++ b/src/remote/slave/lib/testwindow.cpp
@@ -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/remote/slave/lib/testwindow.h b/src/remote/slave/lib/testwindow.h
index b66ca91..e605073 100644
--- a/src/remote/slave/lib/testwindow.h
+++ b/src/remote/slave/lib/testwindow.h
@@ -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/remote/slave/styleplugin/qtuiteststyleplugin.cpp b/src/remote/slave/styleplugin/qtuiteststyleplugin.cpp
index bfb3a9e..e1ab898 100644
--- a/src/remote/slave/styleplugin/qtuiteststyleplugin.cpp
+++ b/src/remote/slave/styleplugin/qtuiteststyleplugin.cpp
@@ -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/testapp/main.cpp b/src/testapp/main.cpp
index 4a58470..fe744ca 100644
--- a/src/testapp/main.cpp
+++ b/src/testapp/main.cpp
@@ -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/testapp/mainwindow.cpp b/src/testapp/mainwindow.cpp
index 84b1fdd..d8ecf87 100644
--- a/src/testapp/mainwindow.cpp
+++ b/src/testapp/mainwindow.cpp
@@ -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/testapp/mainwindow.h b/src/testapp/mainwindow.h
index c0a0e6c..b932f53 100644
--- a/src/testapp/mainwindow.h
+++ b/src/testapp/mainwindow.h
@@ -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/AllTests.qml b/tests/AllTests.qml
index 3b36d7d..f47a42d 100644
--- a/tests/AllTests.qml
+++ b/tests/AllTests.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/InterpreterTests.qml b/tests/InterpreterTests.qml
index d91ccba..01bbace 100644
--- a/tests/InterpreterTests.qml
+++ b/tests/InterpreterTests.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/MyConfig.qml b/tests/MyConfig.qml
index cbcccf5..6ab73b9 100644
--- a/tests/MyConfig.qml
+++ b/tests/MyConfig.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/RemoteTests.qml b/tests/RemoteTests.qml
index a95a2e3..4e0c21e 100644
--- a/tests/RemoteTests.qml
+++ b/tests/RemoteTests.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/CoreTests.qml b/tests/interpreter/CoreTests.qml
index eb3b4a6..1f266da 100644
--- a/tests/interpreter/CoreTests.qml
+++ b/tests/interpreter/CoreTests.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/RunnerTests.qml b/tests/interpreter/RunnerTests.qml
index 0b8458a..775a8d4 100644
--- a/tests/interpreter/RunnerTests.qml
+++ b/tests/interpreter/RunnerTests.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/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.
diff --git a/tests/interpreter/loggers/data/ExpectTests.qml b/tests/interpreter/loggers/data/ExpectTests.qml
index ca93e90..9143010 100644
--- a/tests/interpreter/loggers/data/ExpectTests.qml
+++ b/tests/interpreter/loggers/data/ExpectTests.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/loggers/data/FailTest.qml b/tests/interpreter/loggers/data/FailTest.qml
index 6d2785d..df69f3e 100644
--- a/tests/interpreter/loggers/data/FailTest.qml
+++ b/tests/interpreter/loggers/data/FailTest.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/loggers/data/PassTest.qml b/tests/interpreter/loggers/data/PassTest.qml
index 5764718..bced94c 100644
--- a/tests/interpreter/loggers/data/PassTest.qml
+++ b/tests/interpreter/loggers/data/PassTest.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/loggers/data/SkipTest.qml b/tests/interpreter/loggers/data/SkipTest.qml
index 7c515b7..b18f421 100644
--- a/tests/interpreter/loggers/data/SkipTest.qml
+++ b/tests/interpreter/loggers/data/SkipTest.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/loggers/data/SubTests.qml b/tests/interpreter/loggers/data/SubTests.qml
index 1f9969b..09ba91c 100644
--- a/tests/interpreter/loggers/data/SubTests.qml
+++ b/tests/interpreter/loggers/data/SubTests.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/loggers/data/Tests.qml b/tests/interpreter/loggers/data/Tests.qml
index 02e3c85..0ec9929 100644
--- a/tests/interpreter/loggers/data/Tests.qml
+++ b/tests/interpreter/loggers/data/Tests.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/loggers/data/qsystemtest.xsd b/tests/interpreter/loggers/data/qsystemtest.xsd
index e385ee1..e9c94f8 100644
--- a/tests/interpreter/loggers/data/qsystemtest.xsd
+++ b/tests/interpreter/loggers/data/qsystemtest.xsd
@@ -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/runner/DefaultConfigTest.qml b/tests/interpreter/runner/DefaultConfigTest.qml
index 54ef17e..95288d7 100644
--- a/tests/interpreter/runner/DefaultConfigTest.qml
+++ b/tests/interpreter/runner/DefaultConfigTest.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/runner/EmptyTest.qml b/tests/interpreter/runner/EmptyTest.qml
index ef90628..4e1a030 100644
--- a/tests/interpreter/runner/EmptyTest.qml
+++ b/tests/interpreter/runner/EmptyTest.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/runner/EmptyTests.qml b/tests/interpreter/runner/EmptyTests.qml
index f586dcc..24284c8 100644
--- a/tests/interpreter/runner/EmptyTests.qml
+++ b/tests/interpreter/runner/EmptyTests.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/runner/FailTest.qml b/tests/interpreter/runner/FailTest.qml
index b3fd488..6b16321 100644
--- a/tests/interpreter/runner/FailTest.qml
+++ b/tests/interpreter/runner/FailTest.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/runner/MyUtils.js b/tests/interpreter/runner/MyUtils.js
index d140506..79607e6 100644
--- a/tests/interpreter/runner/MyUtils.js
+++ b/tests/interpreter/runner/MyUtils.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/runner/RunnerInternals.js b/tests/interpreter/runner/RunnerInternals.js
index 2934d7f..71ec36c 100644
--- a/tests/interpreter/runner/RunnerInternals.js
+++ b/tests/interpreter/runner/RunnerInternals.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/runner/SkipTest.qml b/tests/interpreter/runner/SkipTest.qml
index 1872771..3308dcf 100644
--- a/tests/interpreter/runner/SkipTest.qml
+++ b/tests/interpreter/runner/SkipTest.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/runner/UntestedTest.qml b/tests/interpreter/runner/UntestedTest.qml
index fe56850..9eb1249 100644
--- a/tests/interpreter/runner/UntestedTest.qml
+++ b/tests/interpreter/runner/UntestedTest.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/runner/UntestedTests.qml b/tests/interpreter/runner/UntestedTests.qml
index 6b0e30b..61ceb06 100644
--- a/tests/interpreter/runner/UntestedTests.qml
+++ b/tests/interpreter/runner/UntestedTests.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/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.