summaryrefslogtreecommitdiffstats
path: root/src/interpreter/runner
diff options
context:
space:
mode:
Diffstat (limited to 'src/interpreter/runner')
-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
9 files changed, 9 insertions, 9 deletions
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.