summaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlstatemachine
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qml/qqmlstatemachine')
-rw-r--r--tests/auto/qml/qqmlstatemachine/data/cppsignal.qml2
-rw-r--r--tests/auto/qml/qqmlstatemachine/data/signaltransition.qml2
-rw-r--r--tests/auto/qml/qqmlstatemachine/data/signaltransitionhelper.qml2
-rw-r--r--tests/auto/qml/qqmlstatemachine/tst_qqmlstatemachine.cpp2
4 files changed, 4 insertions, 4 deletions
diff --git a/tests/auto/qml/qqmlstatemachine/data/cppsignal.qml b/tests/auto/qml/qqmlstatemachine/data/cppsignal.qml
index d96bdd5..ae5e9b3 100644
--- a/tests/auto/qml/qqmlstatemachine/data/cppsignal.qml
+++ b/tests/auto/qml/qqmlstatemachine/data/cppsignal.qml
@@ -1,5 +1,5 @@
// Copyright (C) 2016 Ford Motor Company
-// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
import QtQml
diff --git a/tests/auto/qml/qqmlstatemachine/data/signaltransition.qml b/tests/auto/qml/qqmlstatemachine/data/signaltransition.qml
index bb44a6a..63ceacb 100644
--- a/tests/auto/qml/qqmlstatemachine/data/signaltransition.qml
+++ b/tests/auto/qml/qqmlstatemachine/data/signaltransition.qml
@@ -1,5 +1,5 @@
// Copyright (C) 2021 The Qt Company
-// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
import QtQuick
import QtQml.StateMachine
diff --git a/tests/auto/qml/qqmlstatemachine/data/signaltransitionhelper.qml b/tests/auto/qml/qqmlstatemachine/data/signaltransitionhelper.qml
index f915cdb..a29fcd9 100644
--- a/tests/auto/qml/qqmlstatemachine/data/signaltransitionhelper.qml
+++ b/tests/auto/qml/qqmlstatemachine/data/signaltransitionhelper.qml
@@ -1,5 +1,5 @@
// Copyright (C) 2023 The Qt Company
-// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
import QtQuick
import QtQml.StateMachine
diff --git a/tests/auto/qml/qqmlstatemachine/tst_qqmlstatemachine.cpp b/tests/auto/qml/qqmlstatemachine/tst_qqmlstatemachine.cpp
index e9f1721..6b3f5ba 100644
--- a/tests/auto/qml/qqmlstatemachine/tst_qqmlstatemachine.cpp
+++ b/tests/auto/qml/qqmlstatemachine/tst_qqmlstatemachine.cpp
@@ -1,5 +1,5 @@
// Copyright (C) 2016 Ford Motor Company
-// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
#include <QQmlComponent>
#include <QQmlContext>
#include <QQmlEngine>