summaryrefslogtreecommitdiffstats
path: root/tests/auto/cmake/test_resource_without_obj_lib
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/cmake/test_resource_without_obj_lib')
-rw-r--r--tests/auto/cmake/test_resource_without_obj_lib/helper_lib.cpp2
-rw-r--r--tests/auto/cmake/test_resource_without_obj_lib/main.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/auto/cmake/test_resource_without_obj_lib/helper_lib.cpp b/tests/auto/cmake/test_resource_without_obj_lib/helper_lib.cpp
index 18371786a9..cd21e6c476 100644
--- a/tests/auto/cmake/test_resource_without_obj_lib/helper_lib.cpp
+++ b/tests/auto/cmake/test_resource_without_obj_lib/helper_lib.cpp
@@ -1,4 +1,4 @@
// 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
void nothing() {}
diff --git a/tests/auto/cmake/test_resource_without_obj_lib/main.cpp b/tests/auto/cmake/test_resource_without_obj_lib/main.cpp
index 29ea0f7272..bffbf81b87 100644
--- a/tests/auto/cmake/test_resource_without_obj_lib/main.cpp
+++ b/tests/auto/cmake/test_resource_without_obj_lib/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 <QtCore/qtresource.h>
#include <QtTest/QtTest>