summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorRobert Griebl <robert.griebl@pelagicore.com>2018-12-14 15:06:08 +0100
committerDominik Holland <dominik.holland@pelagicore.com>2018-12-17 13:00:30 +0000
commit221675b94f51600a7931360f0d9e59ee9f3c643d (patch)
treeaacb86b7b67e6588d1614ef5fb41f9b116b734d7 /tests
parent15a6672b304fe91a928911e810f5e83f233c790e (diff)
downloadqtivi-221675b94f51600a7931360f0d9e59ee9f3c643d.tar.gz
Update copyright statements
- added 2019 - everything is (c) Luxoft instead of Pelagicore from now on Change-Id: I4a6dbd46aaffbb90cea57626bd75e3972cea2cfc Reviewed-by: Dominik Holland <dominik.holland@pelagicore.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/core/ivigenerator/projects/org-example-echo-qtro/server_qtro_test/echoservice.cpp1
-rw-r--r--tests/auto/core/ivigenerator/projects/org-example-echo-qtro/server_qtro_test/echoservice.h1
-rw-r--r--tests/auto/core/ivigenerator/projects/org-example-echo-qtro/server_qtro_test/main.cpp1
-rw-r--r--tests/auto/core/ivigenerator/projects/org-example-echo-qtro/server_qtro_test/server.cpp1
-rw-r--r--tests/auto/core/ivigenerator/projects/org-example-echo-qtro/server_qtro_test/server.h1
-rw-r--r--tests/auto/core/ivigenerator/projects/org-example-echo-qtro/server_qtro_test/tst_echoqtro.cpp1
-rw-r--r--tests/auto/core/ivigenerator/projects/org-example-echo-qtro/server_qtro_test/tst_echoqtro.h1
-rw-r--r--tests/auto/core/qiviabstractfeature/qivifeaturetester.h1
-rw-r--r--tests/auto/core/qiviabstractfeature/testdata/autodiscovery.qml1
-rw-r--r--tests/auto/core/qiviabstractfeature/tst_qiviabstractfeature.cpp1
-rw-r--r--tests/auto/core/qivipagingmodel/testdata/listview.qml1
-rw-r--r--tests/auto/core/qivipagingmodel/tst_qivipagingmodel.cpp1
-rw-r--r--tests/auto/core/qivipendingreply/tst_qivipendingreply.cpp1
-rw-r--r--tests/auto/core/qiviproperty/testdata/readWrite.qml1
-rw-r--r--tests/auto/core/qiviproperty/testdata/writeError.qml1
-rw-r--r--tests/auto/core/qiviproperty/tst_qiviproperty.cpp5
-rw-r--r--tests/auto/core/qivipropertyattribute/tst_qivipropertyattribute.cpp1
-rw-r--r--tests/auto/core/qivisearchandbrowsemodel/testdata/listview.qml1
-rw-r--r--tests/auto/core/qivisearchandbrowsemodel/tst_qivisearchandbrowsemodel.cpp1
-rw-r--r--tests/auto/core/qivisimulationengine/tst_qivisimulationengine.cpp1
-rw-r--r--tests/auto/core/queryparser/tst_queryparser.cpp1
-rw-r--r--tests/auto/core/servicemanagertest/simple_plugin/simpleplugin.cpp1
-rw-r--r--tests/auto/core/servicemanagertest/simple_plugin/simpleplugin.h1
-rw-r--r--tests/auto/core/servicemanagertest/simple_plugin_static/simplestaticplugin.cpp1
-rw-r--r--tests/auto/core/servicemanagertest/simple_plugin_static/simplestaticplugin.h1
-rw-r--r--tests/auto/core/servicemanagertest/tst_servicemanagertest.cpp1
-rw-r--r--tests/auto/core/servicemanagertest/wrong_plugin/wrongplugin.cpp1
-rw-r--r--tests/auto/core/servicemanagertest/wrong_plugin/wrongplugin.h1
-rw-r--r--tests/auto/core/servicemanagertest/wrongmetadata_plugin/wrongmetadataplugin.cpp1
-rw-r--r--tests/auto/core/servicemanagertest/wrongmetadata_plugin/wrongmetadataplugin.h1
-rw-r--r--tests/auto/core/servicemanagertest/wrongmetadata_plugin_static/wrongmetadatastaticplugin.cpp1
-rw-r--r--tests/auto/core/servicemanagertest/wrongmetadata_plugin_static/wrongmetadatastaticplugin.h1
-rw-r--r--tests/auto/dlt/tst_dlt.cpp1
33 files changed, 35 insertions, 2 deletions
diff --git a/tests/auto/core/ivigenerator/projects/org-example-echo-qtro/server_qtro_test/echoservice.cpp b/tests/auto/core/ivigenerator/projects/org-example-echo-qtro/server_qtro_test/echoservice.cpp
index ff15cb2..f24b359 100644
--- a/tests/auto/core/ivigenerator/projects/org-example-echo-qtro/server_qtro_test/echoservice.cpp
+++ b/tests/auto/core/ivigenerator/projects/org-example-echo-qtro/server_qtro_test/echoservice.cpp
@@ -1,5 +1,6 @@
/****************************************************************************
**
+** Copyright (C) 2019 Luxoft Sweden AB
** Copyright (C) 2018 Pelagicore AG
** Contact: https://www.qt.io/licensing/
**
diff --git a/tests/auto/core/ivigenerator/projects/org-example-echo-qtro/server_qtro_test/echoservice.h b/tests/auto/core/ivigenerator/projects/org-example-echo-qtro/server_qtro_test/echoservice.h
index 7d7f1eb..ad3eba1 100644
--- a/tests/auto/core/ivigenerator/projects/org-example-echo-qtro/server_qtro_test/echoservice.h
+++ b/tests/auto/core/ivigenerator/projects/org-example-echo-qtro/server_qtro_test/echoservice.h
@@ -1,5 +1,6 @@
/****************************************************************************
**
+** Copyright (C) 2019 Luxoft Sweden AB
** Copyright (C) 2018 Pelagicore AG
** Contact: https://www.qt.io/licensing/
**
diff --git a/tests/auto/core/ivigenerator/projects/org-example-echo-qtro/server_qtro_test/main.cpp b/tests/auto/core/ivigenerator/projects/org-example-echo-qtro/server_qtro_test/main.cpp
index 61880c1..cbe3a77 100644
--- a/tests/auto/core/ivigenerator/projects/org-example-echo-qtro/server_qtro_test/main.cpp
+++ b/tests/auto/core/ivigenerator/projects/org-example-echo-qtro/server_qtro_test/main.cpp
@@ -1,5 +1,6 @@
/****************************************************************************
**
+** Copyright (C) 2019 Luxoft Sweden AB
** Copyright (C) 2018 Pelagicore AG
** Contact: https://www.qt.io/licensing/
**
diff --git a/tests/auto/core/ivigenerator/projects/org-example-echo-qtro/server_qtro_test/server.cpp b/tests/auto/core/ivigenerator/projects/org-example-echo-qtro/server_qtro_test/server.cpp
index ba66258..2ee265e 100644
--- a/tests/auto/core/ivigenerator/projects/org-example-echo-qtro/server_qtro_test/server.cpp
+++ b/tests/auto/core/ivigenerator/projects/org-example-echo-qtro/server_qtro_test/server.cpp
@@ -1,5 +1,6 @@
/****************************************************************************
**
+** Copyright (C) 2019 Luxoft Sweden AB
** Copyright (C) 2018 Pelagicore AG
** Contact: https://www.qt.io/licensing/
**
diff --git a/tests/auto/core/ivigenerator/projects/org-example-echo-qtro/server_qtro_test/server.h b/tests/auto/core/ivigenerator/projects/org-example-echo-qtro/server_qtro_test/server.h
index b87f46e..03e4696 100644
--- a/tests/auto/core/ivigenerator/projects/org-example-echo-qtro/server_qtro_test/server.h
+++ b/tests/auto/core/ivigenerator/projects/org-example-echo-qtro/server_qtro_test/server.h
@@ -1,5 +1,6 @@
/****************************************************************************
**
+** Copyright (C) 2019 Luxoft Sweden AB
** Copyright (C) 2018 Pelagicore AG
** Contact: https://www.qt.io/licensing/
**
diff --git a/tests/auto/core/ivigenerator/projects/org-example-echo-qtro/server_qtro_test/tst_echoqtro.cpp b/tests/auto/core/ivigenerator/projects/org-example-echo-qtro/server_qtro_test/tst_echoqtro.cpp
index 394743a..9cb5ef6 100644
--- a/tests/auto/core/ivigenerator/projects/org-example-echo-qtro/server_qtro_test/tst_echoqtro.cpp
+++ b/tests/auto/core/ivigenerator/projects/org-example-echo-qtro/server_qtro_test/tst_echoqtro.cpp
@@ -1,5 +1,6 @@
/****************************************************************************
**
+** Copyright (C) 2019 Luxoft Sweden AB
** Copyright (C) 2018 Pelagicore AG
** Contact: https://www.qt.io/licensing/
**
diff --git a/tests/auto/core/ivigenerator/projects/org-example-echo-qtro/server_qtro_test/tst_echoqtro.h b/tests/auto/core/ivigenerator/projects/org-example-echo-qtro/server_qtro_test/tst_echoqtro.h
index e2e4856..f573ab0 100644
--- a/tests/auto/core/ivigenerator/projects/org-example-echo-qtro/server_qtro_test/tst_echoqtro.h
+++ b/tests/auto/core/ivigenerator/projects/org-example-echo-qtro/server_qtro_test/tst_echoqtro.h
@@ -1,5 +1,6 @@
/****************************************************************************
**
+** Copyright (C) 2019 Luxoft Sweden AB
** Copyright (C) 2018 Pelagicore AG
** Contact: https://www.qt.io/licensing/
**
diff --git a/tests/auto/core/qiviabstractfeature/qivifeaturetester.h b/tests/auto/core/qiviabstractfeature/qivifeaturetester.h
index 3e61ea6..b8b78b9 100644
--- a/tests/auto/core/qiviabstractfeature/qivifeaturetester.h
+++ b/tests/auto/core/qiviabstractfeature/qivifeaturetester.h
@@ -1,5 +1,6 @@
/****************************************************************************
**
+** Copyright (C) 2019 Luxoft Sweden AB
** Copyright (C) 2018 Pelagicore AG
** Contact: https://www.qt.io/licensing/
**
diff --git a/tests/auto/core/qiviabstractfeature/testdata/autodiscovery.qml b/tests/auto/core/qiviabstractfeature/testdata/autodiscovery.qml
index 790e387..cac548c 100644
--- a/tests/auto/core/qiviabstractfeature/testdata/autodiscovery.qml
+++ b/tests/auto/core/qiviabstractfeature/testdata/autodiscovery.qml
@@ -1,5 +1,6 @@
/****************************************************************************
**
+** Copyright (C) 2019 Luxoft Sweden AB
** Copyright (C) 2018 Pelagicore AG
** Contact: https://www.qt.io/licensing/
**
diff --git a/tests/auto/core/qiviabstractfeature/tst_qiviabstractfeature.cpp b/tests/auto/core/qiviabstractfeature/tst_qiviabstractfeature.cpp
index 77c37a4..9e24e0e 100644
--- a/tests/auto/core/qiviabstractfeature/tst_qiviabstractfeature.cpp
+++ b/tests/auto/core/qiviabstractfeature/tst_qiviabstractfeature.cpp
@@ -1,5 +1,6 @@
/****************************************************************************
**
+** Copyright (C) 2019 Luxoft Sweden AB
** Copyright (C) 2018 Pelagicore AG
** Contact: https://www.qt.io/licensing/
**
diff --git a/tests/auto/core/qivipagingmodel/testdata/listview.qml b/tests/auto/core/qivipagingmodel/testdata/listview.qml
index 0cd1242..87fbcb5 100644
--- a/tests/auto/core/qivipagingmodel/testdata/listview.qml
+++ b/tests/auto/core/qivipagingmodel/testdata/listview.qml
@@ -1,5 +1,6 @@
/****************************************************************************
**
+** Copyright (C) 2019 Luxoft Sweden AB
** Copyright (C) 2018 Pelagicore AG
** Contact: https://www.qt.io/licensing/
**
diff --git a/tests/auto/core/qivipagingmodel/tst_qivipagingmodel.cpp b/tests/auto/core/qivipagingmodel/tst_qivipagingmodel.cpp
index a048a48..68239c8 100644
--- a/tests/auto/core/qivipagingmodel/tst_qivipagingmodel.cpp
+++ b/tests/auto/core/qivipagingmodel/tst_qivipagingmodel.cpp
@@ -1,5 +1,6 @@
/****************************************************************************
**
+** Copyright (C) 2019 Luxoft Sweden AB
** Copyright (C) 2018 Pelagicore AG
** Contact: https://www.qt.io/licensing/
**
diff --git a/tests/auto/core/qivipendingreply/tst_qivipendingreply.cpp b/tests/auto/core/qivipendingreply/tst_qivipendingreply.cpp
index a3e36c6..9124827 100644
--- a/tests/auto/core/qivipendingreply/tst_qivipendingreply.cpp
+++ b/tests/auto/core/qivipendingreply/tst_qivipendingreply.cpp
@@ -1,5 +1,6 @@
/****************************************************************************
**
+** Copyright (C) 2019 Luxoft Sweden AB
** Copyright (C) 2018 Pelagicore AG
** Contact: https://www.qt.io/licensing/
**
diff --git a/tests/auto/core/qiviproperty/testdata/readWrite.qml b/tests/auto/core/qiviproperty/testdata/readWrite.qml
index 0a2ed8e..8f84162 100644
--- a/tests/auto/core/qiviproperty/testdata/readWrite.qml
+++ b/tests/auto/core/qiviproperty/testdata/readWrite.qml
@@ -1,5 +1,6 @@
/****************************************************************************
**
+** Copyright (C) 2019 Luxoft Sweden AB
** Copyright (C) 2018 Pelagicore AG
** Contact: https://www.qt.io/licensing/
**
diff --git a/tests/auto/core/qiviproperty/testdata/writeError.qml b/tests/auto/core/qiviproperty/testdata/writeError.qml
index 37c35b0..bf975c6 100644
--- a/tests/auto/core/qiviproperty/testdata/writeError.qml
+++ b/tests/auto/core/qiviproperty/testdata/writeError.qml
@@ -1,5 +1,6 @@
/****************************************************************************
**
+** Copyright (C) 2019 Luxoft Sweden AB
** Copyright (C) 2018 Pelagicore AG
** Contact: https://www.qt.io/licensing/
**
diff --git a/tests/auto/core/qiviproperty/tst_qiviproperty.cpp b/tests/auto/core/qiviproperty/tst_qiviproperty.cpp
index 89eb10f..551bfc2 100644
--- a/tests/auto/core/qiviproperty/tst_qiviproperty.cpp
+++ b/tests/auto/core/qiviproperty/tst_qiviproperty.cpp
@@ -1,5 +1,6 @@
/****************************************************************************
**
+** Copyright (C) 2019 Luxoft Sweden AB
** Copyright (C) 2018 Pelagicore AG
** Contact: https://www.qt.io/licensing/
**
@@ -390,7 +391,7 @@ void tst_QIviProperty::setValueError_qml()
QVERIFY(warningsSpy.at(0).count());
QList<QQmlError> errorList = warningsSpy.at(0).at(0).value<QList<QQmlError>>();
QCOMPARE(errorList.count(), 1);
- QCOMPARE(errorList.at(0).toString(), QUrl::fromLocalFile(testData).toString() + ":41: Error: Enum value out of range");
+ QCOMPARE(errorList.at(0).toString(), QUrl::fromLocalFile(testData).toString() + ":42: Error: Enum value out of range");
warningsSpy.clear();
QVERIFY(QMetaObject::invokeMethod(obj, "intTest"));
@@ -402,7 +403,7 @@ void tst_QIviProperty::setValueError_qml()
QVERIFY(warningsSpy.at(0).count());
errorList = warningsSpy.at(0).at(0).value<QList<QQmlError>>();
QCOMPARE(errorList.count(), 1);
- QCOMPARE(errorList.at(0).toString(), QUrl::fromLocalFile(testData).toString() + ":37: Error: Expected: int but got QString");
+ QCOMPARE(errorList.at(0).toString(), QUrl::fromLocalFile(testData).toString() + ":38: Error: Expected: int but got QString");
}
void tst_QIviProperty::readOnly()
diff --git a/tests/auto/core/qivipropertyattribute/tst_qivipropertyattribute.cpp b/tests/auto/core/qivipropertyattribute/tst_qivipropertyattribute.cpp
index 3d03c2f..a73c6f3 100644
--- a/tests/auto/core/qivipropertyattribute/tst_qivipropertyattribute.cpp
+++ b/tests/auto/core/qivipropertyattribute/tst_qivipropertyattribute.cpp
@@ -1,5 +1,6 @@
/****************************************************************************
**
+** Copyright (C) 2019 Luxoft Sweden AB
** Copyright (C) 2018 Pelagicore AG
** Contact: https://www.qt.io/licensing/
**
diff --git a/tests/auto/core/qivisearchandbrowsemodel/testdata/listview.qml b/tests/auto/core/qivisearchandbrowsemodel/testdata/listview.qml
index 3dbba69..cf726c0 100644
--- a/tests/auto/core/qivisearchandbrowsemodel/testdata/listview.qml
+++ b/tests/auto/core/qivisearchandbrowsemodel/testdata/listview.qml
@@ -1,5 +1,6 @@
/****************************************************************************
**
+** Copyright (C) 2019 Luxoft Sweden AB
** Copyright (C) 2018 Pelagicore AG
** Contact: https://www.qt.io/licensing/
**
diff --git a/tests/auto/core/qivisearchandbrowsemodel/tst_qivisearchandbrowsemodel.cpp b/tests/auto/core/qivisearchandbrowsemodel/tst_qivisearchandbrowsemodel.cpp
index bf5faf2..1cfc8b4 100644
--- a/tests/auto/core/qivisearchandbrowsemodel/tst_qivisearchandbrowsemodel.cpp
+++ b/tests/auto/core/qivisearchandbrowsemodel/tst_qivisearchandbrowsemodel.cpp
@@ -1,5 +1,6 @@
/****************************************************************************
**
+** Copyright (C) 2019 Luxoft Sweden AB
** Copyright (C) 2018 Pelagicore AG
** Contact: https://www.qt.io/licensing/
**
diff --git a/tests/auto/core/qivisimulationengine/tst_qivisimulationengine.cpp b/tests/auto/core/qivisimulationengine/tst_qivisimulationengine.cpp
index 365b2f3..a38bc9d 100644
--- a/tests/auto/core/qivisimulationengine/tst_qivisimulationengine.cpp
+++ b/tests/auto/core/qivisimulationengine/tst_qivisimulationengine.cpp
@@ -1,5 +1,6 @@
/****************************************************************************
**
+** Copyright (C) 2019 Luxoft Sweden AB
** Copyright (C) 2018 Pelagicore AG
** Contact: https://www.qt.io/licensing/
**
diff --git a/tests/auto/core/queryparser/tst_queryparser.cpp b/tests/auto/core/queryparser/tst_queryparser.cpp
index f3d5340..bcaade2 100644
--- a/tests/auto/core/queryparser/tst_queryparser.cpp
+++ b/tests/auto/core/queryparser/tst_queryparser.cpp
@@ -1,5 +1,6 @@
/****************************************************************************
**
+** Copyright (C) 2019 Luxoft Sweden AB
** Copyright (C) 2018 Pelagicore AG
** Contact: https://www.qt.io/licensing/
**
diff --git a/tests/auto/core/servicemanagertest/simple_plugin/simpleplugin.cpp b/tests/auto/core/servicemanagertest/simple_plugin/simpleplugin.cpp
index 36ddf53..755199f 100644
--- a/tests/auto/core/servicemanagertest/simple_plugin/simpleplugin.cpp
+++ b/tests/auto/core/servicemanagertest/simple_plugin/simpleplugin.cpp
@@ -1,5 +1,6 @@
/****************************************************************************
**
+** Copyright (C) 2019 Luxoft Sweden AB
** Copyright (C) 2018 Pelagicore AG
** Contact: https://www.qt.io/licensing/
**
diff --git a/tests/auto/core/servicemanagertest/simple_plugin/simpleplugin.h b/tests/auto/core/servicemanagertest/simple_plugin/simpleplugin.h
index d14fe96..f6f3e17 100644
--- a/tests/auto/core/servicemanagertest/simple_plugin/simpleplugin.h
+++ b/tests/auto/core/servicemanagertest/simple_plugin/simpleplugin.h
@@ -1,5 +1,6 @@
/****************************************************************************
**
+** Copyright (C) 2019 Luxoft Sweden AB
** Copyright (C) 2018 Pelagicore AG
** Contact: https://www.qt.io/licensing/
**
diff --git a/tests/auto/core/servicemanagertest/simple_plugin_static/simplestaticplugin.cpp b/tests/auto/core/servicemanagertest/simple_plugin_static/simplestaticplugin.cpp
index c140716..e98e447 100644
--- a/tests/auto/core/servicemanagertest/simple_plugin_static/simplestaticplugin.cpp
+++ b/tests/auto/core/servicemanagertest/simple_plugin_static/simplestaticplugin.cpp
@@ -1,5 +1,6 @@
/****************************************************************************
**
+** Copyright (C) 2019 Luxoft Sweden AB
** Copyright (C) 2018 Pelagicore AG
** Contact: https://www.qt.io/licensing/
**
diff --git a/tests/auto/core/servicemanagertest/simple_plugin_static/simplestaticplugin.h b/tests/auto/core/servicemanagertest/simple_plugin_static/simplestaticplugin.h
index 27e0a0a..c3fd2fe 100644
--- a/tests/auto/core/servicemanagertest/simple_plugin_static/simplestaticplugin.h
+++ b/tests/auto/core/servicemanagertest/simple_plugin_static/simplestaticplugin.h
@@ -1,5 +1,6 @@
/****************************************************************************
**
+** Copyright (C) 2019 Luxoft Sweden AB
** Copyright (C) 2018 Pelagicore AG
** Contact: https://www.qt.io/licensing/
**
diff --git a/tests/auto/core/servicemanagertest/tst_servicemanagertest.cpp b/tests/auto/core/servicemanagertest/tst_servicemanagertest.cpp
index d4e205d..1923ee6 100644
--- a/tests/auto/core/servicemanagertest/tst_servicemanagertest.cpp
+++ b/tests/auto/core/servicemanagertest/tst_servicemanagertest.cpp
@@ -1,5 +1,6 @@
/****************************************************************************
**
+** Copyright (C) 2019 Luxoft Sweden AB
** Copyright (C) 2018 Pelagicore AG
** Contact: https://www.qt.io/licensing/
**
diff --git a/tests/auto/core/servicemanagertest/wrong_plugin/wrongplugin.cpp b/tests/auto/core/servicemanagertest/wrong_plugin/wrongplugin.cpp
index bc21fd1..27e7140 100644
--- a/tests/auto/core/servicemanagertest/wrong_plugin/wrongplugin.cpp
+++ b/tests/auto/core/servicemanagertest/wrong_plugin/wrongplugin.cpp
@@ -1,5 +1,6 @@
/****************************************************************************
**
+** Copyright (C) 2019 Luxoft Sweden AB
** Copyright (C) 2018 Pelagicore AG
** Contact: https://www.qt.io/licensing/
**
diff --git a/tests/auto/core/servicemanagertest/wrong_plugin/wrongplugin.h b/tests/auto/core/servicemanagertest/wrong_plugin/wrongplugin.h
index cb23973..22ff1df 100644
--- a/tests/auto/core/servicemanagertest/wrong_plugin/wrongplugin.h
+++ b/tests/auto/core/servicemanagertest/wrong_plugin/wrongplugin.h
@@ -1,5 +1,6 @@
/****************************************************************************
**
+** Copyright (C) 2019 Luxoft Sweden AB
** Copyright (C) 2018 Pelagicore AG
** Contact: https://www.qt.io/licensing/
**
diff --git a/tests/auto/core/servicemanagertest/wrongmetadata_plugin/wrongmetadataplugin.cpp b/tests/auto/core/servicemanagertest/wrongmetadata_plugin/wrongmetadataplugin.cpp
index 85d2965..330ad9d 100644
--- a/tests/auto/core/servicemanagertest/wrongmetadata_plugin/wrongmetadataplugin.cpp
+++ b/tests/auto/core/servicemanagertest/wrongmetadata_plugin/wrongmetadataplugin.cpp
@@ -1,5 +1,6 @@
/****************************************************************************
**
+** Copyright (C) 2019 Luxoft Sweden AB
** Copyright (C) 2018 Pelagicore AG
** Contact: https://www.qt.io/licensing/
**
diff --git a/tests/auto/core/servicemanagertest/wrongmetadata_plugin/wrongmetadataplugin.h b/tests/auto/core/servicemanagertest/wrongmetadata_plugin/wrongmetadataplugin.h
index 5982eee..d2e084e 100644
--- a/tests/auto/core/servicemanagertest/wrongmetadata_plugin/wrongmetadataplugin.h
+++ b/tests/auto/core/servicemanagertest/wrongmetadata_plugin/wrongmetadataplugin.h
@@ -1,5 +1,6 @@
/****************************************************************************
**
+** Copyright (C) 2019 Luxoft Sweden AB
** Copyright (C) 2018 Pelagicore AG
** Contact: https://www.qt.io/licensing/
**
diff --git a/tests/auto/core/servicemanagertest/wrongmetadata_plugin_static/wrongmetadatastaticplugin.cpp b/tests/auto/core/servicemanagertest/wrongmetadata_plugin_static/wrongmetadatastaticplugin.cpp
index 6769d43..1ac6ef1 100644
--- a/tests/auto/core/servicemanagertest/wrongmetadata_plugin_static/wrongmetadatastaticplugin.cpp
+++ b/tests/auto/core/servicemanagertest/wrongmetadata_plugin_static/wrongmetadatastaticplugin.cpp
@@ -1,5 +1,6 @@
/****************************************************************************
**
+** Copyright (C) 2019 Luxoft Sweden AB
** Copyright (C) 2018 Pelagicore AG
** Contact: https://www.qt.io/licensing/
**
diff --git a/tests/auto/core/servicemanagertest/wrongmetadata_plugin_static/wrongmetadatastaticplugin.h b/tests/auto/core/servicemanagertest/wrongmetadata_plugin_static/wrongmetadatastaticplugin.h
index c340f30..cb42cff 100644
--- a/tests/auto/core/servicemanagertest/wrongmetadata_plugin_static/wrongmetadatastaticplugin.h
+++ b/tests/auto/core/servicemanagertest/wrongmetadata_plugin_static/wrongmetadatastaticplugin.h
@@ -1,5 +1,6 @@
/****************************************************************************
**
+** Copyright (C) 2019 Luxoft Sweden AB
** Copyright (C) 2018 Pelagicore AG
** Contact: https://www.qt.io/licensing/
**
diff --git a/tests/auto/dlt/tst_dlt.cpp b/tests/auto/dlt/tst_dlt.cpp
index 7bd4708..3fb7136 100644
--- a/tests/auto/dlt/tst_dlt.cpp
+++ b/tests/auto/dlt/tst_dlt.cpp
@@ -1,5 +1,6 @@
/****************************************************************************
**
+** Copyright (C) 2019 Luxoft Sweden AB
** Copyright (C) 2018 Pelagicore AG
** Contact: https://www.qt.io/licensing/
**