summaryrefslogtreecommitdiffstats
path: root/tests/manual/qgraphicsitem
diff options
context:
space:
mode:
Diffstat (limited to 'tests/manual/qgraphicsitem')
-rw-r--r--tests/manual/qgraphicsitem/CMakeLists.txt4
-rw-r--r--tests/manual/qgraphicsitem/main.cpp2
2 files changed, 2 insertions, 4 deletions
diff --git a/tests/manual/qgraphicsitem/CMakeLists.txt b/tests/manual/qgraphicsitem/CMakeLists.txt
index 827f5a70a9..c6a8cd23d2 100644
--- a/tests/manual/qgraphicsitem/CMakeLists.txt
+++ b/tests/manual/qgraphicsitem/CMakeLists.txt
@@ -1,7 +1,5 @@
# Copyright (C) 2022 The Qt Company Ltd.
-# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
-
-# Generated from qgraphicsitem.pro.
+# SPDX-License-Identifier: BSD-3-Clause
#####################################################################
## qgraphicsitem Binary:
diff --git a/tests/manual/qgraphicsitem/main.cpp b/tests/manual/qgraphicsitem/main.cpp
index be2f1557df..9a852f4fab 100644
--- a/tests/manual/qgraphicsitem/main.cpp
+++ b/tests/manual/qgraphicsitem/main.cpp
@@ -1,5 +1,5 @@
// Copyright (C) 2016 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 <QApplication>
#include <QGraphicsView>