diff options
author | Lucie Gérard <[email protected]> | 2024-04-05 13:01:18 +0200 |
---|---|---|
committer | Lucie Gérard <[email protected]> | 2024-04-15 08:53:07 +0200 |
commit | d4c0ac1869be2d032f77e7381defe111938d66af (patch) | |
tree | 1aa3564d139dc58c30b52f75842bb53b6c41246d | |
parent | b586c4914de1b59743dbcc4dc8ffa974420582e7 (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
Task-number: QTBUG-121787
Change-Id: Ib1dea3bf095aeb06e33a64db61a8c01219d12345
Reviewed-by: Ulf Hermann <[email protected]>
Reviewed-by: Sami Shalayel <[email protected]>
(cherry picked from commit 85b7937b70ee7d2fbf02e7bdff12a01cf12e084c)
-rw-r--r-- | src/quicktestutils/qml/platforminputcontext_p.h | 2 | ||||
-rw-r--r-- | src/quicktestutils/qml/platformquirks_p.h | 2 | ||||
-rw-r--r-- | src/quicktestutils/qml/qmlutils.cpp | 2 | ||||
-rw-r--r-- | src/quicktestutils/qml/qmlutils_p.h | 2 | ||||
-rw-r--r-- | src/quicktestutils/qml/testhttpserver.cpp | 2 | ||||
-rw-r--r-- | src/quicktestutils/qml/testhttpserver_p.h | 2 | ||||
-rw-r--r-- | src/quicktestutils/quick/geometrytestutils.cpp | 2 | ||||
-rw-r--r-- | src/quicktestutils/quick/geometrytestutils_p.h | 2 | ||||
-rw-r--r-- | src/quicktestutils/quick/viewtestutils.cpp | 2 | ||||
-rw-r--r-- | src/quicktestutils/quick/viewtestutils_p.h | 2 | ||||
-rw-r--r-- | src/quicktestutils/quick/visualtestutils.cpp | 2 | ||||
-rw-r--r-- | src/quicktestutils/quick/visualtestutils_p.h | 2 | ||||
-rw-r--r-- | tests/auto/qml/qqmlapplicationengine/loadFromModuleTranslationsCppType/main.cpp | 2 | ||||
-rw-r--r-- | tests/auto/qml/qqmlapplicationengine/loadFromModuleTranslationsQmlType/main.cpp | 2 |
14 files changed, 14 insertions, 14 deletions
diff --git a/src/quicktestutils/qml/platforminputcontext_p.h b/src/quicktestutils/qml/platforminputcontext_p.h index 8067ad876e..0f2af1e105 100644 --- a/src/quicktestutils/qml/platforminputcontext_p.h +++ b/src/quicktestutils/qml/platforminputcontext_p.h @@ -1,5 +1,5 @@ // Copyright (C) 2021 The Qt Company Ltd. -// 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 #ifndef PLATFORMINPUTCONTEXT_P_H #define PLATFORMINPUTCONTEXT_P_H diff --git a/src/quicktestutils/qml/platformquirks_p.h b/src/quicktestutils/qml/platformquirks_p.h index 6bbdf81bee..afcadeacee 100644 --- a/src/quicktestutils/qml/platformquirks_p.h +++ b/src/quicktestutils/qml/platformquirks_p.h @@ -1,5 +1,5 @@ // Copyright (C) 2021 The Qt Company Ltd. -// 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 #ifndef PLATFORMQUIRKS_P_H #define PLATFORMQUIRKS_P_H diff --git a/src/quicktestutils/qml/qmlutils.cpp b/src/quicktestutils/qml/qmlutils.cpp index 6cc54af356..0169dbb55b 100644 --- a/src/quicktestutils/qml/qmlutils.cpp +++ b/src/quicktestutils/qml/qmlutils.cpp @@ -1,5 +1,5 @@ // Copyright (C) 2021 The Qt Company Ltd. -// 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 "qmlutils_p.h" diff --git a/src/quicktestutils/qml/qmlutils_p.h b/src/quicktestutils/qml/qmlutils_p.h index b94742edb9..d8d28256ac 100644 --- a/src/quicktestutils/qml/qmlutils_p.h +++ b/src/quicktestutils/qml/qmlutils_p.h @@ -1,5 +1,5 @@ // Copyright (C) 2021 The Qt Company Ltd. -// 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 #ifndef QQMLTESTUTILS_P_H #define QQMLTESTUTILS_P_H diff --git a/src/quicktestutils/qml/testhttpserver.cpp b/src/quicktestutils/qml/testhttpserver.cpp index e3a1bb89ef..4dfaf5acba 100644 --- a/src/quicktestutils/qml/testhttpserver.cpp +++ b/src/quicktestutils/qml/testhttpserver.cpp @@ -1,5 +1,5 @@ // Copyright (C) 2021 The Qt Company Ltd. -// 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 "testhttpserver_p.h" #include <QTcpSocket> diff --git a/src/quicktestutils/qml/testhttpserver_p.h b/src/quicktestutils/qml/testhttpserver_p.h index 0620aa4e72..eb5571646a 100644 --- a/src/quicktestutils/qml/testhttpserver_p.h +++ b/src/quicktestutils/qml/testhttpserver_p.h @@ -1,5 +1,5 @@ // Copyright (C) 2021 The Qt Company Ltd. -// 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 #ifndef TESTHTTPSERVER_P_H #define TESTHTTPSERVER_P_H diff --git a/src/quicktestutils/quick/geometrytestutils.cpp b/src/quicktestutils/quick/geometrytestutils.cpp index 2fe1138fbd..fd1bbf356c 100644 --- a/src/quicktestutils/quick/geometrytestutils.cpp +++ b/src/quicktestutils/quick/geometrytestutils.cpp @@ -1,5 +1,5 @@ // Copyright (C) 2021 The Qt Company Ltd. -// 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 "geometrytestutils_p.h" diff --git a/src/quicktestutils/quick/geometrytestutils_p.h b/src/quicktestutils/quick/geometrytestutils_p.h index 605dfd9027..9dc5987bf4 100644 --- a/src/quicktestutils/quick/geometrytestutils_p.h +++ b/src/quicktestutils/quick/geometrytestutils_p.h @@ -1,5 +1,5 @@ // Copyright (C) 2021 The Qt Company Ltd. -// 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 #ifndef QQUICKGEOMETRYTESTUTIL_P_H #define QQUICKGEOMETRYTESTUTIL_P_H diff --git a/src/quicktestutils/quick/viewtestutils.cpp b/src/quicktestutils/quick/viewtestutils.cpp index 5f5f7e7648..053e864660 100644 --- a/src/quicktestutils/quick/viewtestutils.cpp +++ b/src/quicktestutils/quick/viewtestutils.cpp @@ -1,5 +1,5 @@ // Copyright (C) 2021 The Qt Company Ltd. -// 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 "viewtestutils_p.h" diff --git a/src/quicktestutils/quick/viewtestutils_p.h b/src/quicktestutils/quick/viewtestutils_p.h index 6c73809846..beb524949d 100644 --- a/src/quicktestutils/quick/viewtestutils_p.h +++ b/src/quicktestutils/quick/viewtestutils_p.h @@ -1,5 +1,5 @@ // Copyright (C) 2021 The Qt Company Ltd. -// 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 #ifndef QQUICKVIEWTESTUTILS_P_H #define QQUICKVIEWTESTUTILS_P_H diff --git a/src/quicktestutils/quick/visualtestutils.cpp b/src/quicktestutils/quick/visualtestutils.cpp index 30b6bf1135..eb04bf086b 100644 --- a/src/quicktestutils/quick/visualtestutils.cpp +++ b/src/quicktestutils/quick/visualtestutils.cpp @@ -1,5 +1,5 @@ // Copyright (C) 2021 The Qt Company Ltd. -// 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 "visualtestutils_p.h" diff --git a/src/quicktestutils/quick/visualtestutils_p.h b/src/quicktestutils/quick/visualtestutils_p.h index f4bdfbbc9a..48f8b2d8f9 100644 --- a/src/quicktestutils/quick/visualtestutils_p.h +++ b/src/quicktestutils/quick/visualtestutils_p.h @@ -1,5 +1,5 @@ // Copyright (C) 2021 The Qt Company Ltd. -// 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 #ifndef QQUICKVISUALTESTUTILS_P_H #define QQUICKVISUALTESTUTILS_P_H diff --git a/tests/auto/qml/qqmlapplicationengine/loadFromModuleTranslationsCppType/main.cpp b/tests/auto/qml/qqmlapplicationengine/loadFromModuleTranslationsCppType/main.cpp index fc6d2aeda4..326a1397dc 100644 --- a/tests/auto/qml/qqmlapplicationengine/loadFromModuleTranslationsCppType/main.cpp +++ b/tests/auto/qml/qqmlapplicationengine/loadFromModuleTranslationsCppType/main.cpp @@ -1,5 +1,5 @@ // Copyright (C) 2024 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 <QGuiApplication> #include <QQmlApplicationEngine> diff --git a/tests/auto/qml/qqmlapplicationengine/loadFromModuleTranslationsQmlType/main.cpp b/tests/auto/qml/qqmlapplicationengine/loadFromModuleTranslationsQmlType/main.cpp index a6ef0a6675..6f28ec8148 100644 --- a/tests/auto/qml/qqmlapplicationengine/loadFromModuleTranslationsQmlType/main.cpp +++ b/tests/auto/qml/qqmlapplicationengine/loadFromModuleTranslationsQmlType/main.cpp @@ -1,5 +1,5 @@ // Copyright (C) 2024 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 <QGuiApplication> #include <QQmlApplicationEngine> |