summaryrefslogtreecommitdiffstats
path: root/src/interpreter
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 /src/interpreter
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>
Diffstat (limited to 'src/interpreter')
-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
52 files changed, 52 insertions, 52 deletions
diff --git a/src/interpreter/imports/qtsystemtest/qml/Application.qml b/src/interpreter/imports/qtsystemtest/qml/Application.qml
index 053dfb1..43892ac 100644
--- a/src/interpreter/imports/qtsystemtest/qml/Application.qml
+++ b/src/interpreter/imports/qtsystemtest/qml/Application.qml
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
+** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/
**
** This file is part of QtSystemTest.
diff --git a/src/interpreter/imports/qtsystemtest/qml/ApplicationObjectsCache.js b/src/interpreter/imports/qtsystemtest/qml/ApplicationObjectsCache.js
index 445a09e..4c4cebd 100644
--- a/src/interpreter/imports/qtsystemtest/qml/ApplicationObjectsCache.js
+++ b/src/interpreter/imports/qtsystemtest/qml/ApplicationObjectsCache.js
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
+** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/
**
** This file is part of QtSystemTest.
diff --git a/src/interpreter/imports/qtsystemtest/qml/Js.qml b/src/interpreter/imports/qtsystemtest/qml/Js.qml
index 45ccfcd..7ed1bb0 100644
--- a/src/interpreter/imports/qtsystemtest/qml/Js.qml
+++ b/src/interpreter/imports/qtsystemtest/qml/Js.qml
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
+** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/
**
** This file is part of QtSystemTest.
diff --git a/src/interpreter/imports/qtsystemtest/qml/Remote.qml b/src/interpreter/imports/qtsystemtest/qml/Remote.qml
index 6619422..a1c1884 100644
--- a/src/interpreter/imports/qtsystemtest/qml/Remote.qml
+++ b/src/interpreter/imports/qtsystemtest/qml/Remote.qml
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
+** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/
**
** This file is part of QtSystemTest.
diff --git a/src/interpreter/imports/qtsystemtest/qml/Test.qml b/src/interpreter/imports/qtsystemtest/qml/Test.qml
index 054cab2..e8accd4 100644
--- a/src/interpreter/imports/qtsystemtest/qml/Test.qml
+++ b/src/interpreter/imports/qtsystemtest/qml/Test.qml
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
+** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/
**
** This file is part of QtSystemTest.
diff --git a/src/interpreter/imports/qtsystemtest/qml/TestCollection.qml b/src/interpreter/imports/qtsystemtest/qml/TestCollection.qml
index ca18512..a58b38a 100644
--- a/src/interpreter/imports/qtsystemtest/qml/TestCollection.qml
+++ b/src/interpreter/imports/qtsystemtest/qml/TestCollection.qml
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
+** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/
**
** This file is part of QtSystemTest.
diff --git a/src/interpreter/imports/qtsystemtest/qml/TestItem.qml b/src/interpreter/imports/qtsystemtest/qml/TestItem.qml
index dcab15f..0dc8f1d 100644
--- a/src/interpreter/imports/qtsystemtest/qml/TestItem.qml
+++ b/src/interpreter/imports/qtsystemtest/qml/TestItem.qml
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
+** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/
**
** This file is part of QtSystemTest.
diff --git a/src/interpreter/imports/qtsystemtest/qml/TestMethod.qml b/src/interpreter/imports/qtsystemtest/qml/TestMethod.qml
index 7eeead2..080859f 100644
--- a/src/interpreter/imports/qtsystemtest/qml/TestMethod.qml
+++ b/src/interpreter/imports/qtsystemtest/qml/TestMethod.qml
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
+** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/
**
** This file is part of QtSystemTest.
diff --git a/src/interpreter/imports/qtsystemtest/qml/itemhandlers/QstObject.qml b/src/interpreter/imports/qtsystemtest/qml/itemhandlers/QstObject.qml
index d9e5772..0db43a5 100644
--- a/src/interpreter/imports/qtsystemtest/qml/itemhandlers/QstObject.qml
+++ b/src/interpreter/imports/qtsystemtest/qml/itemhandlers/QstObject.qml
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
+** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/
**
** This file is part of QtSystemTest.
diff --git a/src/interpreter/imports/qtsystemtest/qml/itemhandlers/QstWidget.qml b/src/interpreter/imports/qtsystemtest/qml/itemhandlers/QstWidget.qml
index 379ee79..a8a350c 100644
--- a/src/interpreter/imports/qtsystemtest/qml/itemhandlers/QstWidget.qml
+++ b/src/interpreter/imports/qtsystemtest/qml/itemhandlers/QstWidget.qml
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
+** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/
**
** This file is part of QtSystemTest.
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.