summaryrefslogtreecommitdiffstats
path: root/tests/manual/widgets/kernel/qtooltip
diff options
context:
space:
mode:
Diffstat (limited to 'tests/manual/widgets/kernel/qtooltip')
-rw-r--r--tests/manual/widgets/kernel/qtooltip/CMakeLists.txt4
-rw-r--r--tests/manual/widgets/kernel/qtooltip/main.cpp2
2 files changed, 2 insertions, 4 deletions
diff --git a/tests/manual/widgets/kernel/qtooltip/CMakeLists.txt b/tests/manual/widgets/kernel/qtooltip/CMakeLists.txt
index aa027a0e2b..1ea3488ea3 100644
--- a/tests/manual/widgets/kernel/qtooltip/CMakeLists.txt
+++ b/tests/manual/widgets/kernel/qtooltip/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 qtooltip.pro.
+# SPDX-License-Identifier: BSD-3-Clause
#####################################################################
## qtooltip Binary:
diff --git a/tests/manual/widgets/kernel/qtooltip/main.cpp b/tests/manual/widgets/kernel/qtooltip/main.cpp
index f3600e0a1f..245738fb58 100644
--- a/tests/manual/widgets/kernel/qtooltip/main.cpp
+++ b/tests/manual/widgets/kernel/qtooltip/main.cpp
@@ -1,5 +1,5 @@
// Copyright (C) 2013 Thorbjørn Lund Martsum - tmartsum[at]gmail.com
-// 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 <QTest>
#include <QDialog>