summaryrefslogtreecommitdiffstats
path: root/tests/manual/animation-keyframe-simple
diff options
context:
space:
mode:
Diffstat (limited to 'tests/manual/animation-keyframe-simple')
-rw-r--r--tests/manual/animation-keyframe-simple/DefaultSceneEntity.qml2
-rw-r--r--tests/manual/animation-keyframe-simple/main.cpp2
-rw-r--r--tests/manual/animation-keyframe-simple/main.qml2
3 files changed, 3 insertions, 3 deletions
diff --git a/tests/manual/animation-keyframe-simple/DefaultSceneEntity.qml b/tests/manual/animation-keyframe-simple/DefaultSceneEntity.qml
index e3510a1ef..aa7a274ef 100644
--- a/tests/manual/animation-keyframe-simple/DefaultSceneEntity.qml
+++ b/tests/manual/animation-keyframe-simple/DefaultSceneEntity.qml
@@ -1,5 +1,5 @@
// Copyright (C) 2017 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
import Qt3D.Core 2.0
import Qt3D.Render 2.0
diff --git a/tests/manual/animation-keyframe-simple/main.cpp b/tests/manual/animation-keyframe-simple/main.cpp
index 567d9bf53..72d2e4a3b 100644
--- a/tests/manual/animation-keyframe-simple/main.cpp
+++ b/tests/manual/animation-keyframe-simple/main.cpp
@@ -1,5 +1,5 @@
// Copyright (C) 2017 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 <QGuiApplication>
#include <Qt3DAnimation/QAnimationAspect>
diff --git a/tests/manual/animation-keyframe-simple/main.qml b/tests/manual/animation-keyframe-simple/main.qml
index d5655179f..1742a2343 100644
--- a/tests/manual/animation-keyframe-simple/main.qml
+++ b/tests/manual/animation-keyframe-simple/main.qml
@@ -1,5 +1,5 @@
// Copyright (C) 2017 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
import Qt3D.Core 2.0
import Qt3D.Render 2.0