aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/autotest/unit_test/mixed_atp/tests
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/autotest/unit_test/mixed_atp/tests')
-rw-r--r--src/plugins/autotest/unit_test/mixed_atp/tests/auto/bench/tst_benchtest.cpp2
-rw-r--r--src/plugins/autotest/unit_test/mixed_atp/tests/auto/dummy/tst_foo.cpp2
-rw-r--r--src/plugins/autotest/unit_test/mixed_atp/tests/auto/dummy/tst_foo.h2
-rw-r--r--src/plugins/autotest/unit_test/mixed_atp/tests/auto/gui/tst_guitest.cpp2
-rw-r--r--src/plugins/autotest/unit_test/mixed_atp/tests/auto/quickauto/bar/tst_foo.qml2
-rw-r--r--src/plugins/autotest/unit_test/mixed_atp/tests/auto/quickauto/notlisted/tst_bla.qml2
-rw-r--r--src/plugins/autotest/unit_test/mixed_atp/tests/auto/quickauto/tst_test1.qml2
-rw-r--r--src/plugins/autotest/unit_test/mixed_atp/tests/auto/quickauto/tst_test2.qml2
-rw-r--r--src/plugins/autotest/unit_test/mixed_atp/tests/auto/quickauto/tst_test3.qml2
-rw-r--r--src/plugins/autotest/unit_test/mixed_atp/tests/auto/quickauto2/tst_test1.qml2
-rw-r--r--src/plugins/autotest/unit_test/mixed_atp/tests/auto/quickauto2/tst_test2.qml2
-rw-r--r--src/plugins/autotest/unit_test/mixed_atp/tests/auto/quickauto3/tst_test1.qml2
-rw-r--r--src/plugins/autotest/unit_test/mixed_atp/tests/auto/quickauto3/tst_test2.qml2
13 files changed, 13 insertions, 13 deletions
diff --git a/src/plugins/autotest/unit_test/mixed_atp/tests/auto/bench/tst_benchtest.cpp b/src/plugins/autotest/unit_test/mixed_atp/tests/auto/bench/tst_benchtest.cpp
index 28f24be0cc..39fa1c14a0 100644
--- a/src/plugins/autotest/unit_test/mixed_atp/tests/auto/bench/tst_benchtest.cpp
+++ b/src/plugins/autotest/unit_test/mixed_atp/tests/auto/bench/tst_benchtest.cpp
@@ -1,5 +1,5 @@
// Copyright (C) 2016 The Qt Company Ltd.
-// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0+ OR GPL-3.0 WITH Qt-GPL-exception-1.0
+// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
#include <QString>
#include <QtTest>
diff --git a/src/plugins/autotest/unit_test/mixed_atp/tests/auto/dummy/tst_foo.cpp b/src/plugins/autotest/unit_test/mixed_atp/tests/auto/dummy/tst_foo.cpp
index 8bc40496b1..2fe4a53092 100644
--- a/src/plugins/autotest/unit_test/mixed_atp/tests/auto/dummy/tst_foo.cpp
+++ b/src/plugins/autotest/unit_test/mixed_atp/tests/auto/dummy/tst_foo.cpp
@@ -1,5 +1,5 @@
// Copyright (C) 2016 The Qt Company Ltd.
-// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0+ OR GPL-3.0 WITH Qt-GPL-exception-1.0
+// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
#include "tst_foo.h"
#include <QtTest>
#include <QCoreApplication>
diff --git a/src/plugins/autotest/unit_test/mixed_atp/tests/auto/dummy/tst_foo.h b/src/plugins/autotest/unit_test/mixed_atp/tests/auto/dummy/tst_foo.h
index 1b35a437d5..bba90ebadf 100644
--- a/src/plugins/autotest/unit_test/mixed_atp/tests/auto/dummy/tst_foo.h
+++ b/src/plugins/autotest/unit_test/mixed_atp/tests/auto/dummy/tst_foo.h
@@ -1,5 +1,5 @@
// Copyright (C) 2016 The Qt Company Ltd.
-// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0+ OR GPL-3.0 WITH Qt-GPL-exception-1.0
+// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
#pragma once
diff --git a/src/plugins/autotest/unit_test/mixed_atp/tests/auto/gui/tst_guitest.cpp b/src/plugins/autotest/unit_test/mixed_atp/tests/auto/gui/tst_guitest.cpp
index f635c6bdfa..ebbcbbd3f5 100644
--- a/src/plugins/autotest/unit_test/mixed_atp/tests/auto/gui/tst_guitest.cpp
+++ b/src/plugins/autotest/unit_test/mixed_atp/tests/auto/gui/tst_guitest.cpp
@@ -1,5 +1,5 @@
// Copyright (C) 2016 The Qt Company Ltd.
-// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0+ OR GPL-3.0 WITH Qt-GPL-exception-1.0
+// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
#include <QString>
#include <QtTest>
#include <QApplication>
diff --git a/src/plugins/autotest/unit_test/mixed_atp/tests/auto/quickauto/bar/tst_foo.qml b/src/plugins/autotest/unit_test/mixed_atp/tests/auto/quickauto/bar/tst_foo.qml
index c893348dca..122b5aead7 100644
--- a/src/plugins/autotest/unit_test/mixed_atp/tests/auto/quickauto/bar/tst_foo.qml
+++ b/src/plugins/autotest/unit_test/mixed_atp/tests/auto/quickauto/bar/tst_foo.qml
@@ -1,5 +1,5 @@
// Copyright (C) 2016 The Qt Company Ltd.
-// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0+ OR GPL-3.0 WITH Qt-GPL-exception-1.0
+// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
import QtQuick 2.0
import QtTest 1.0
diff --git a/src/plugins/autotest/unit_test/mixed_atp/tests/auto/quickauto/notlisted/tst_bla.qml b/src/plugins/autotest/unit_test/mixed_atp/tests/auto/quickauto/notlisted/tst_bla.qml
index 2c5af08f1c..88835bbfd6 100644
--- a/src/plugins/autotest/unit_test/mixed_atp/tests/auto/quickauto/notlisted/tst_bla.qml
+++ b/src/plugins/autotest/unit_test/mixed_atp/tests/auto/quickauto/notlisted/tst_bla.qml
@@ -1,5 +1,5 @@
// Copyright (C) 2016 The Qt Company Ltd.
-// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0+ OR GPL-3.0 WITH Qt-GPL-exception-1.0
+// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
import QtQuick 2.0
import QtTest 1.0
diff --git a/src/plugins/autotest/unit_test/mixed_atp/tests/auto/quickauto/tst_test1.qml b/src/plugins/autotest/unit_test/mixed_atp/tests/auto/quickauto/tst_test1.qml
index 9da52a0b9b..24c668804f 100644
--- a/src/plugins/autotest/unit_test/mixed_atp/tests/auto/quickauto/tst_test1.qml
+++ b/src/plugins/autotest/unit_test/mixed_atp/tests/auto/quickauto/tst_test1.qml
@@ -1,5 +1,5 @@
// Copyright (C) 2016 The Qt Company Ltd.
-// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0+ OR GPL-3.0 WITH Qt-GPL-exception-1.0
+// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
import QtQuick 2.0
import QtTest 1.0
diff --git a/src/plugins/autotest/unit_test/mixed_atp/tests/auto/quickauto/tst_test2.qml b/src/plugins/autotest/unit_test/mixed_atp/tests/auto/quickauto/tst_test2.qml
index 5c3b5919d1..0a444153ef 100644
--- a/src/plugins/autotest/unit_test/mixed_atp/tests/auto/quickauto/tst_test2.qml
+++ b/src/plugins/autotest/unit_test/mixed_atp/tests/auto/quickauto/tst_test2.qml
@@ -1,5 +1,5 @@
// Copyright (C) 2016 The Qt Company Ltd.
-// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0+ OR GPL-3.0 WITH Qt-GPL-exception-1.0
+// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
import QtQuick 2.0
import QtTest 1.0
diff --git a/src/plugins/autotest/unit_test/mixed_atp/tests/auto/quickauto/tst_test3.qml b/src/plugins/autotest/unit_test/mixed_atp/tests/auto/quickauto/tst_test3.qml
index 2fe702bcf1..0679fdd60b 100644
--- a/src/plugins/autotest/unit_test/mixed_atp/tests/auto/quickauto/tst_test3.qml
+++ b/src/plugins/autotest/unit_test/mixed_atp/tests/auto/quickauto/tst_test3.qml
@@ -1,5 +1,5 @@
// Copyright (C) 2016 The Qt Company Ltd.
-// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0+ OR GPL-3.0 WITH Qt-GPL-exception-1.0
+// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
import QtQuick 2.0
import QtTest 1.0
diff --git a/src/plugins/autotest/unit_test/mixed_atp/tests/auto/quickauto2/tst_test1.qml b/src/plugins/autotest/unit_test/mixed_atp/tests/auto/quickauto2/tst_test1.qml
index 9da52a0b9b..24c668804f 100644
--- a/src/plugins/autotest/unit_test/mixed_atp/tests/auto/quickauto2/tst_test1.qml
+++ b/src/plugins/autotest/unit_test/mixed_atp/tests/auto/quickauto2/tst_test1.qml
@@ -1,5 +1,5 @@
// Copyright (C) 2016 The Qt Company Ltd.
-// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0+ OR GPL-3.0 WITH Qt-GPL-exception-1.0
+// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
import QtQuick 2.0
import QtTest 1.0
diff --git a/src/plugins/autotest/unit_test/mixed_atp/tests/auto/quickauto2/tst_test2.qml b/src/plugins/autotest/unit_test/mixed_atp/tests/auto/quickauto2/tst_test2.qml
index a9cd7826ad..64e6655d76 100644
--- a/src/plugins/autotest/unit_test/mixed_atp/tests/auto/quickauto2/tst_test2.qml
+++ b/src/plugins/autotest/unit_test/mixed_atp/tests/auto/quickauto2/tst_test2.qml
@@ -1,5 +1,5 @@
// Copyright (C) 2016 The Qt Company Ltd.
-// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0+ OR GPL-3.0 WITH Qt-GPL-exception-1.0
+// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
import QtQuick 2.0
import QtTest 1.0
diff --git a/src/plugins/autotest/unit_test/mixed_atp/tests/auto/quickauto3/tst_test1.qml b/src/plugins/autotest/unit_test/mixed_atp/tests/auto/quickauto3/tst_test1.qml
index 2793a8f296..8e40d40dda 100644
--- a/src/plugins/autotest/unit_test/mixed_atp/tests/auto/quickauto3/tst_test1.qml
+++ b/src/plugins/autotest/unit_test/mixed_atp/tests/auto/quickauto3/tst_test1.qml
@@ -1,5 +1,5 @@
// Copyright (C) 2020 The Qt Company Ltd
-// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0+ OR GPL-3.0 WITH Qt-GPL-exception-1.0
+// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
import QtQuick 2.0
Bar {
diff --git a/src/plugins/autotest/unit_test/mixed_atp/tests/auto/quickauto3/tst_test2.qml b/src/plugins/autotest/unit_test/mixed_atp/tests/auto/quickauto3/tst_test2.qml
index ff3d73766b..abd7abd956 100644
--- a/src/plugins/autotest/unit_test/mixed_atp/tests/auto/quickauto3/tst_test2.qml
+++ b/src/plugins/autotest/unit_test/mixed_atp/tests/auto/quickauto3/tst_test2.qml
@@ -1,5 +1,5 @@
// Copyright (C) 2020 The Qt Company Ltd
-// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0+ OR GPL-3.0 WITH Qt-GPL-exception-1.0
+// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
import QtQuick 2.0
Rectangle {