summaryrefslogtreecommitdiffstats
path: root/tests/manual/texture-updates-cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/manual/texture-updates-cpp')
-rw-r--r--tests/manual/texture-updates-cpp/main.cpp2
-rw-r--r--tests/manual/texture-updates-cpp/scene.cpp2
-rw-r--r--tests/manual/texture-updates-cpp/scene.h2
-rw-r--r--tests/manual/texture-updates-cpp/texture-updates-cpp.pro12
4 files changed, 3 insertions, 15 deletions
diff --git a/tests/manual/texture-updates-cpp/main.cpp b/tests/manual/texture-updates-cpp/main.cpp
index a15cfd7f3..5495394bd 100644
--- a/tests/manual/texture-updates-cpp/main.cpp
+++ b/tests/manual/texture-updates-cpp/main.cpp
@@ -1,5 +1,5 @@
// Copyright (C) 2019 Klaralvdalens Datakonsult AB (KDAB).
-// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause
+// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
#include "scene.h"
diff --git a/tests/manual/texture-updates-cpp/scene.cpp b/tests/manual/texture-updates-cpp/scene.cpp
index 1ccf46b44..9fbe25ac6 100644
--- a/tests/manual/texture-updates-cpp/scene.cpp
+++ b/tests/manual/texture-updates-cpp/scene.cpp
@@ -1,5 +1,5 @@
// Copyright (C) 2019 Klaralvdalens Datakonsult AB (KDAB).
-// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause
+// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
#include "scene.h"
diff --git a/tests/manual/texture-updates-cpp/scene.h b/tests/manual/texture-updates-cpp/scene.h
index dfa2b5b6a..b761282b6 100644
--- a/tests/manual/texture-updates-cpp/scene.h
+++ b/tests/manual/texture-updates-cpp/scene.h
@@ -1,5 +1,5 @@
// Copyright (C) 2019 Klaralvdalens Datakonsult AB (KDAB).
-// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause
+// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
#ifndef SCENE_H
#define SCENE_H
diff --git a/tests/manual/texture-updates-cpp/texture-updates-cpp.pro b/tests/manual/texture-updates-cpp/texture-updates-cpp.pro
deleted file mode 100644
index 448d90ecd..000000000
--- a/tests/manual/texture-updates-cpp/texture-updates-cpp.pro
+++ /dev/null
@@ -1,12 +0,0 @@
-!include( ../manual.pri ) {
- error( "Couldn't find the manual.pri file!" )
-}
-
-QT += 3dcore 3drender 3dinput 3dextras widgets
-
-SOURCES += \
- main.cpp \
- scene.cpp
-
-HEADERS += \
- scene.h