diff options
Diffstat (limited to 'tests/manual/threading/workerscript')
4 files changed, 4 insertions, 4 deletions
diff --git a/tests/manual/threading/workerscript/Spinner.qml b/tests/manual/threading/workerscript/Spinner.qml index c21433961e..0c894a2567 100644 --- a/tests/manual/threading/workerscript/Spinner.qml +++ b/tests/manual/threading/workerscript/Spinner.qml @@ -1,5 +1,5 @@ // Copyright (C) 2017 The Qt Company Ltd. -// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause +// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only import QtQuick diff --git a/tests/manual/threading/workerscript/workerscript.cpp b/tests/manual/threading/workerscript/workerscript.cpp index 45efcade45..9b28b7c350 100644 --- a/tests/manual/threading/workerscript/workerscript.cpp +++ b/tests/manual/threading/workerscript/workerscript.cpp @@ -1,5 +1,5 @@ // Copyright (C) 2021 The Qt Company Ltd. -// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause +// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only #include <QtGui/qguiapplication.h> #include <QtQuick/QQuickView> diff --git a/tests/manual/threading/workerscript/workerscript.mjs b/tests/manual/threading/workerscript/workerscript.mjs index 560c304b47..cecce85896 100644 --- a/tests/manual/threading/workerscript/workerscript.mjs +++ b/tests/manual/threading/workerscript/workerscript.mjs @@ -1,5 +1,5 @@ // Copyright (C) 2017 The Qt Company Ltd. -// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause +// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only //Will be initialized when WorkerScript{} is instantiated var cache = new Array(64); diff --git a/tests/manual/threading/workerscript/workerscript.qml b/tests/manual/threading/workerscript/workerscript.qml index f6c49e6140..378b45bc82 100644 --- a/tests/manual/threading/workerscript/workerscript.qml +++ b/tests/manual/threading/workerscript/workerscript.qml @@ -1,5 +1,5 @@ // Copyright (C) 2017 The Qt Company Ltd. -// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause +// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only import QtQuick |
