summaryrefslogtreecommitdiffstats
path: root/tests/manual/qardboard
diff options
context:
space:
mode:
Diffstat (limited to 'tests/manual/qardboard')
-rw-r--r--tests/manual/qardboard/PlacedEntity.qml2
-rw-r--r--tests/manual/qardboard/QardboardCamera.qml2
-rw-r--r--tests/manual/qardboard/QardboardFrameGraph.qml2
-rw-r--r--tests/manual/qardboard/QardboardRootEntity.qml2
-rw-r--r--tests/manual/qardboard/QardboardScene3D.qml2
-rw-r--r--tests/manual/qardboard/abstractdeviceorientation.cpp2
-rw-r--r--tests/manual/qardboard/abstractdeviceorientation.h2
-rw-r--r--tests/manual/qardboard/dummydeviceorientation.cpp2
-rw-r--r--tests/manual/qardboard/dummydeviceorientation.h2
-rw-r--r--tests/manual/qardboard/iosdeviceorientation.h2
-rw-r--r--tests/manual/qardboard/iosdeviceorientation.mm2
-rw-r--r--tests/manual/qardboard/iosdeviceorientation_p.h2
-rw-r--r--tests/manual/qardboard/iosdeviceorientation_p.mm2
-rw-r--r--tests/manual/qardboard/main.cpp2
-rw-r--r--tests/manual/qardboard/main.qml2
15 files changed, 15 insertions, 15 deletions
diff --git a/tests/manual/qardboard/PlacedEntity.qml b/tests/manual/qardboard/PlacedEntity.qml
index 1f00bb112..075bfd48d 100644
--- a/tests/manual/qardboard/PlacedEntity.qml
+++ b/tests/manual/qardboard/PlacedEntity.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/qardboard/QardboardCamera.qml b/tests/manual/qardboard/QardboardCamera.qml
index 45fbbfcc2..f20a18078 100644
--- a/tests/manual/qardboard/QardboardCamera.qml
+++ b/tests/manual/qardboard/QardboardCamera.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/qardboard/QardboardFrameGraph.qml b/tests/manual/qardboard/QardboardFrameGraph.qml
index 507b90f82..9379b949a 100644
--- a/tests/manual/qardboard/QardboardFrameGraph.qml
+++ b/tests/manual/qardboard/QardboardFrameGraph.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/qardboard/QardboardRootEntity.qml b/tests/manual/qardboard/QardboardRootEntity.qml
index c8dd6a341..641341073 100644
--- a/tests/manual/qardboard/QardboardRootEntity.qml
+++ b/tests/manual/qardboard/QardboardRootEntity.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/qardboard/QardboardScene3D.qml b/tests/manual/qardboard/QardboardScene3D.qml
index 35a254fdd..827eb4f88 100644
--- a/tests/manual/qardboard/QardboardScene3D.qml
+++ b/tests/manual/qardboard/QardboardScene3D.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 QtQuick 2.0
import QtQuick.Scene3D 2.0
diff --git a/tests/manual/qardboard/abstractdeviceorientation.cpp b/tests/manual/qardboard/abstractdeviceorientation.cpp
index 051a83a61..eefeecddb 100644
--- a/tests/manual/qardboard/abstractdeviceorientation.cpp
+++ b/tests/manual/qardboard/abstractdeviceorientation.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 "abstractdeviceorientation.h"
diff --git a/tests/manual/qardboard/abstractdeviceorientation.h b/tests/manual/qardboard/abstractdeviceorientation.h
index 8230e7554..0d1e34063 100644
--- a/tests/manual/qardboard/abstractdeviceorientation.h
+++ b/tests/manual/qardboard/abstractdeviceorientation.h
@@ -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
#ifndef ABSTRACT_DEVICEORIENTATION_H
#define ABSTRACT_DEVICEORIENTATION_H
diff --git a/tests/manual/qardboard/dummydeviceorientation.cpp b/tests/manual/qardboard/dummydeviceorientation.cpp
index 0f8a0b30c..313522f46 100644
--- a/tests/manual/qardboard/dummydeviceorientation.cpp
+++ b/tests/manual/qardboard/dummydeviceorientation.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 "dummydeviceorientation.h"
diff --git a/tests/manual/qardboard/dummydeviceorientation.h b/tests/manual/qardboard/dummydeviceorientation.h
index b5ba441e3..5b8c2bdef 100644
--- a/tests/manual/qardboard/dummydeviceorientation.h
+++ b/tests/manual/qardboard/dummydeviceorientation.h
@@ -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
#ifndef DUMMY_DEVICEORIENTATION_H
#define DUMMY_DEVICEORIENTATION_H
diff --git a/tests/manual/qardboard/iosdeviceorientation.h b/tests/manual/qardboard/iosdeviceorientation.h
index a4e9a3de8..756dfd9e1 100644
--- a/tests/manual/qardboard/iosdeviceorientation.h
+++ b/tests/manual/qardboard/iosdeviceorientation.h
@@ -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
#ifndef IOS_DEVICEORIENTATION_H
#define IOS_DEVICEORIENTATION_H
diff --git a/tests/manual/qardboard/iosdeviceorientation.mm b/tests/manual/qardboard/iosdeviceorientation.mm
index 48f8789a3..0ac4e2489 100644
--- a/tests/manual/qardboard/iosdeviceorientation.mm
+++ b/tests/manual/qardboard/iosdeviceorientation.mm
@@ -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 "iosdeviceorientation.h"
#include "iosdeviceorientation_p.h"
diff --git a/tests/manual/qardboard/iosdeviceorientation_p.h b/tests/manual/qardboard/iosdeviceorientation_p.h
index 4625bb9ca..44c0b99a6 100644
--- a/tests/manual/qardboard/iosdeviceorientation_p.h
+++ b/tests/manual/qardboard/iosdeviceorientation_p.h
@@ -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 <Foundation/Foundation.h>
#import <CoreLocation/CoreLocation.h>
diff --git a/tests/manual/qardboard/iosdeviceorientation_p.mm b/tests/manual/qardboard/iosdeviceorientation_p.mm
index f01ae63cd..5034db4a6 100644
--- a/tests/manual/qardboard/iosdeviceorientation_p.mm
+++ b/tests/manual/qardboard/iosdeviceorientation_p.mm
@@ -1,6 +1,6 @@
// Copyright (C) 2021 The Qt Company Ltd.
// 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 <Foundation/Foundation.h>
#import <UIKit/UIKit.h>
diff --git a/tests/manual/qardboard/main.cpp b/tests/manual/qardboard/main.cpp
index d6115cee9..7d5ac86c2 100644
--- a/tests/manual/qardboard/main.cpp
+++ b/tests/manual/qardboard/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 <Qt3DQuickExtras/qt3dquickwindow.h>
#include <Qt3DQuick/QQmlAspectEngine>
diff --git a/tests/manual/qardboard/main.qml b/tests/manual/qardboard/main.qml
index fa937dbd2..63d2582b1 100644
--- a/tests/manual/qardboard/main.qml
+++ b/tests/manual/qardboard/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