summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLucie Gérard <lucie.gerard@qt.io>2024-04-04 19:06:11 +0200
committerLucie Gérard <lucie.gerard@qt.io>2024-04-05 10:33:26 +0200
commitf43719150bdf4867948ddd567bab2f9e39e3ead5 (patch)
tree1dcb13d6d918967f6f9d1b0dc5f1da6fea43506d
parent73d5bf51ffb5df228b2d58a0ae156a60c390a652 (diff)
Change 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: I90dc70a85a6699858ca8f6c6b48bb4e125a22da7 Reviewed-by: Kai Köhne <kai.koehne@qt.io>
-rw-r--r--tests/auto/webview/qwebview/tst_qwebview.cpp2
-rw-r--r--tests/manual/inquickwidget/main.cpp2
-rw-r--r--tests/manual/inquickwidget/main.qml2
3 files changed, 3 insertions, 3 deletions
diff --git a/tests/auto/webview/qwebview/tst_qwebview.cpp b/tests/auto/webview/qwebview/tst_qwebview.cpp
index b21b35d..42976df 100644
--- a/tests/auto/webview/qwebview/tst_qwebview.cpp
+++ b/tests/auto/webview/qwebview/tst_qwebview.cpp
@@ -1,5 +1,5 @@
// Copyright (C) 2015 The Qt Company Ltd.
-// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
+// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
#include <QtTest/QtTest>
#include <QtCore/qstandardpaths.h>
diff --git a/tests/manual/inquickwidget/main.cpp b/tests/manual/inquickwidget/main.cpp
index 6b04285..c370916 100644
--- a/tests/manual/inquickwidget/main.cpp
+++ b/tests/manual/inquickwidget/main.cpp
@@ -1,5 +1,5 @@
// Copyright (C) 2022 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 <QtWidgets/qapplication.h>
#include <QtWidgets/QHBoxLayout>
diff --git a/tests/manual/inquickwidget/main.qml b/tests/manual/inquickwidget/main.qml
index 7d97952..66f371e 100644
--- a/tests/manual/inquickwidget/main.qml
+++ b/tests/manual/inquickwidget/main.qml
@@ -1,5 +1,5 @@
// Copyright (C) 2022 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 2.0
import QtWebView 1.1