diff options
author | Lucie Gérard <[email protected]> | 2024-02-22 15:51:16 +0100 |
---|---|---|
committer | Lucie Gérard <[email protected]> | 2024-02-27 10:32:21 +0100 |
commit | 9c5fc883881799fa28cf74535351e76dcea10a0a (patch) | |
tree | c4b745d754dbe36ae644e746c3c64e904a1dbf43 /tests/manual/threading/threadedlistmodel | |
parent | 1fb6e182520bf653aaf6aa6dd587065e8b7f253f (diff) |
Correct license for test files
According to QUIP-18 [1], all test files should be
LicenseRef-Qt-Commercial OR GPL-3.0-only
[1]: https://contribute.qt-project.org/quips/18
Pick-to: 6.7
Task-number: QTBUG-121787
Change-Id: I26d72e8de04d4c7c57b3b7838af5d033265de5ba
Reviewed-by: Shawn Rutledge <[email protected]>
Reviewed-by: Kai Köhne <[email protected]>
Reviewed-by: Ulf Hermann <[email protected]>
Diffstat (limited to 'tests/manual/threading/threadedlistmodel')
3 files changed, 3 insertions, 3 deletions
diff --git a/tests/manual/threading/threadedlistmodel/dataloader.mjs b/tests/manual/threading/threadedlistmodel/dataloader.mjs index f94e1bf895..2c436d34dc 100644 --- a/tests/manual/threading/threadedlistmodel/dataloader.mjs +++ b/tests/manual/threading/threadedlistmodel/dataloader.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 // ![0] WorkerScript.onMessage = function(msg) { diff --git a/tests/manual/threading/threadedlistmodel/threadedlistmodel.cpp b/tests/manual/threading/threadedlistmodel/threadedlistmodel.cpp index 607e5eecb7..569e1d8418 100644 --- a/tests/manual/threading/threadedlistmodel/threadedlistmodel.cpp +++ b/tests/manual/threading/threadedlistmodel/threadedlistmodel.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/threadedlistmodel/timedisplay.qml b/tests/manual/threading/threadedlistmodel/timedisplay.qml index 9c14fb1d11..19bd694137 100644 --- a/tests/manual/threading/threadedlistmodel/timedisplay.qml +++ b/tests/manual/threading/threadedlistmodel/timedisplay.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 |