summaryrefslogtreecommitdiffstats
path: root/tests/manual/iconbrowser
diff options
context:
space:
mode:
Diffstat (limited to 'tests/manual/iconbrowser')
-rw-r--r--tests/manual/iconbrowser/Main.qml2
-rw-r--r--tests/manual/iconbrowser/main.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/manual/iconbrowser/Main.qml b/tests/manual/iconbrowser/Main.qml
index 4f27b1b128..fd16df58ec 100644
--- a/tests/manual/iconbrowser/Main.qml
+++ b/tests/manual/iconbrowser/Main.qml
@@ -1,5 +1,5 @@
// Copyright (C) 2023 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
import QtQuick
import QtQuick.Controls
diff --git a/tests/manual/iconbrowser/main.cpp b/tests/manual/iconbrowser/main.cpp
index 304c121b77..a4ba15dd0f 100644
--- a/tests/manual/iconbrowser/main.cpp
+++ b/tests/manual/iconbrowser/main.cpp
@@ -1,5 +1,5 @@
// Copyright (C) 2023 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 <QtWidgets>