summaryrefslogtreecommitdiffstats
path: root/tests/manual/planets-qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/manual/planets-qml')
-rw-r--r--tests/manual/planets-qml/AppleTVInput.qml2
-rw-r--r--tests/manual/planets-qml/FpsDisplay.qml2
-rw-r--r--tests/manual/planets-qml/InfoSheet.qml2
-rw-r--r--tests/manual/planets-qml/Planet.qml2
-rw-r--r--tests/manual/planets-qml/PlanetButton.qml2
-rw-r--r--tests/manual/planets-qml/PlanetEffect.qml2
-rw-r--r--tests/manual/planets-qml/PlanetFrameGraph.qml2
-rw-r--r--tests/manual/planets-qml/PlanetMaterial.qml2
-rw-r--r--tests/manual/planets-qml/PlanetsLight.qml2
-rw-r--r--tests/manual/planets-qml/PlanetsMain.qml2
-rw-r--r--tests/manual/planets-qml/Ring.qml2
-rw-r--r--tests/manual/planets-qml/ShadowEffect.qml2
-rw-r--r--tests/manual/planets-qml/SolarSystem.qml2
-rw-r--r--tests/manual/planets-qml/StyledSlider.qml2
-rw-r--r--tests/manual/planets-qml/SunEffect.qml2
-rw-r--r--tests/manual/planets-qml/main.cpp2
-rw-r--r--tests/manual/planets-qml/networkcontroller.cpp2
-rw-r--r--tests/manual/planets-qml/networkcontroller.h2
-rw-r--r--tests/manual/planets-qml/planets-watchos/PlanetsClient WatchKit Extension/ExtensionDelegate.h2
-rw-r--r--tests/manual/planets-qml/planets-watchos/PlanetsClient WatchKit Extension/ExtensionDelegate.m2
-rw-r--r--tests/manual/planets-qml/planets-watchos/PlanetsClient WatchKit Extension/InterfaceController.h2
-rw-r--r--tests/manual/planets-qml/planets-watchos/PlanetsClient WatchKit Extension/InterfaceController.m2
-rw-r--r--tests/manual/planets-qml/planets-watchos/PlanetsClient/AppDelegate.h2
-rw-r--r--tests/manual/planets-qml/planets-watchos/PlanetsClient/AppDelegate.m2
-rw-r--r--tests/manual/planets-qml/planets-watchos/PlanetsClient/ViewController.h2
-rw-r--r--tests/manual/planets-qml/planets-watchos/PlanetsClient/ViewController.m2
-rw-r--r--tests/manual/planets-qml/planets.js2
-rw-r--r--tests/manual/planets-qml/shaders/es2/planetD.frag2
-rw-r--r--tests/manual/planets-qml/shaders/es2/planetD.vert2
-rw-r--r--tests/manual/planets-qml/shaders/es2/planetDB.frag2
-rw-r--r--tests/manual/planets-qml/shaders/es2/planetDB.vert2
-rw-r--r--tests/manual/planets-qml/shaders/es2/planetDS.frag2
-rw-r--r--tests/manual/planets-qml/shaders/es2/planetDSB.frag2
-rw-r--r--tests/manual/planets-qml/shaders/es2/sun.frag2
-rw-r--r--tests/manual/planets-qml/shaders/es2/sun.vert2
-rw-r--r--tests/manual/planets-qml/shaders/gl3/planetD.frag2
-rw-r--r--tests/manual/planets-qml/shaders/gl3/planetD.vert2
-rw-r--r--tests/manual/planets-qml/shaders/gl3/planetDB.frag2
-rw-r--r--tests/manual/planets-qml/shaders/gl3/planetDB.vert2
-rw-r--r--tests/manual/planets-qml/shaders/gl3/planetDS.frag2
-rw-r--r--tests/manual/planets-qml/shaders/gl3/planetDSB.frag2
-rw-r--r--tests/manual/planets-qml/shaders/gl3/planetDShadow.frag2
-rw-r--r--tests/manual/planets-qml/shaders/gl3/planetDShadow.vert2
-rw-r--r--tests/manual/planets-qml/shaders/gl3/shadowmap.frag2
-rw-r--r--tests/manual/planets-qml/shaders/gl3/shadowmap.vert2
-rw-r--r--tests/manual/planets-qml/shaders/gl3/sun.frag2
-rw-r--r--tests/manual/planets-qml/shaders/gl3/sun.vert2
-rw-r--r--tests/manual/planets-qml/shaders/rhi/planetD.frag2
-rw-r--r--tests/manual/planets-qml/shaders/rhi/planetD.vert2
-rw-r--r--tests/manual/planets-qml/shaders/rhi/planetDB.frag2
-rw-r--r--tests/manual/planets-qml/shaders/rhi/planetDB.vert2
-rw-r--r--tests/manual/planets-qml/shaders/rhi/planetDS.frag2
-rw-r--r--tests/manual/planets-qml/shaders/rhi/planetDSB.frag2
-rw-r--r--tests/manual/planets-qml/shaders/rhi/planetDShadow.frag2
-rw-r--r--tests/manual/planets-qml/shaders/rhi/planetDShadow.vert2
-rw-r--r--tests/manual/planets-qml/shaders/rhi/shadowmap.frag2
-rw-r--r--tests/manual/planets-qml/shaders/rhi/shadowmap.vert2
-rw-r--r--tests/manual/planets-qml/shaders/rhi/sun.frag2
-rw-r--r--tests/manual/planets-qml/shaders/rhi/sun.vert2
59 files changed, 59 insertions, 59 deletions
diff --git a/tests/manual/planets-qml/AppleTVInput.qml b/tests/manual/planets-qml/AppleTVInput.qml
index 8926b54f1..6bd1d5a60 100644
--- a/tests/manual/planets-qml/AppleTVInput.qml
+++ b/tests/manual/planets-qml/AppleTVInput.qml
@@ -1,5 +1,5 @@
// Copyright (C) 2016 The Qt Company Ltd.
-// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause
+// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
import QtQuick 2.7
import QtQuick.Window 2.2
diff --git a/tests/manual/planets-qml/FpsDisplay.qml b/tests/manual/planets-qml/FpsDisplay.qml
index 8f3052189..5579ca5bd 100644
--- a/tests/manual/planets-qml/FpsDisplay.qml
+++ b/tests/manual/planets-qml/FpsDisplay.qml
@@ -1,5 +1,5 @@
// Copyright (C) 2016 The Qt Company Ltd.
-// 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
diff --git a/tests/manual/planets-qml/InfoSheet.qml b/tests/manual/planets-qml/InfoSheet.qml
index 3f6bd3a34..8f7e4ab5b 100644
--- a/tests/manual/planets-qml/InfoSheet.qml
+++ b/tests/manual/planets-qml/InfoSheet.qml
@@ -1,5 +1,5 @@
// Copyright (C) 2016 The Qt Company Ltd.
-// 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
diff --git a/tests/manual/planets-qml/Planet.qml b/tests/manual/planets-qml/Planet.qml
index 530ef2ce0..acd5ccdeb 100644
--- a/tests/manual/planets-qml/Planet.qml
+++ b/tests/manual/planets-qml/Planet.qml
@@ -1,5 +1,5 @@
// Copyright (C) 2016 The Qt Company Ltd.
-// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause
+// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
import Qt3D.Render 2.0
import Qt3D.Extras 2.0
diff --git a/tests/manual/planets-qml/PlanetButton.qml b/tests/manual/planets-qml/PlanetButton.qml
index a2d8da559..282303f47 100644
--- a/tests/manual/planets-qml/PlanetButton.qml
+++ b/tests/manual/planets-qml/PlanetButton.qml
@@ -1,5 +1,5 @@
// Copyright (C) 2016 The Qt Company Ltd.
-// 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
diff --git a/tests/manual/planets-qml/PlanetEffect.qml b/tests/manual/planets-qml/PlanetEffect.qml
index 307006048..6d3557941 100644
--- a/tests/manual/planets-qml/PlanetEffect.qml
+++ b/tests/manual/planets-qml/PlanetEffect.qml
@@ -1,6 +1,6 @@
// Copyright (C) 2014 Klaralvdalens Datakonsult AB (KDAB).
// Copyright (C) 2016 The Qt Company Ltd.
-// 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/planets-qml/PlanetFrameGraph.qml b/tests/manual/planets-qml/PlanetFrameGraph.qml
index fac5e2687..450c64b2c 100644
--- a/tests/manual/planets-qml/PlanetFrameGraph.qml
+++ b/tests/manual/planets-qml/PlanetFrameGraph.qml
@@ -1,6 +1,6 @@
// Copyright (C) 2014 Klaralvdalens Datakonsult AB (KDAB).
// Copyright (C) 2016 The Qt Company Ltd.
-// 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/planets-qml/PlanetMaterial.qml b/tests/manual/planets-qml/PlanetMaterial.qml
index 9fcfd09fe..6aed93084 100644
--- a/tests/manual/planets-qml/PlanetMaterial.qml
+++ b/tests/manual/planets-qml/PlanetMaterial.qml
@@ -1,6 +1,6 @@
// Copyright (C) 2014 Klaralvdalens Datakonsult AB (KDAB).
// Copyright (C) 2016 The Qt Company Ltd.
-// 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/planets-qml/PlanetsLight.qml b/tests/manual/planets-qml/PlanetsLight.qml
index 7a76ff53d..506d58037 100644
--- a/tests/manual/planets-qml/PlanetsLight.qml
+++ b/tests/manual/planets-qml/PlanetsLight.qml
@@ -1,6 +1,6 @@
// Copyright (C) 2014 Klaralvdalens Datakonsult AB (KDAB).
// Copyright (C) 2016 The Qt Company Ltd.
-// 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/planets-qml/PlanetsMain.qml b/tests/manual/planets-qml/PlanetsMain.qml
index 4a3ec2545..a98fbc618 100644
--- a/tests/manual/planets-qml/PlanetsMain.qml
+++ b/tests/manual/planets-qml/PlanetsMain.qml
@@ -1,5 +1,5 @@
// Copyright (C) 2016 The Qt Company Ltd.
-// 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.Window 2.2
diff --git a/tests/manual/planets-qml/Ring.qml b/tests/manual/planets-qml/Ring.qml
index 441f89ad5..b2c8f3b60 100644
--- a/tests/manual/planets-qml/Ring.qml
+++ b/tests/manual/planets-qml/Ring.qml
@@ -1,5 +1,5 @@
// Copyright (C) 2016 The Qt Company Ltd.
-// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause
+// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
import Qt3D.Render 2.0
diff --git a/tests/manual/planets-qml/ShadowEffect.qml b/tests/manual/planets-qml/ShadowEffect.qml
index 4b8992f24..d1fe78a3f 100644
--- a/tests/manual/planets-qml/ShadowEffect.qml
+++ b/tests/manual/planets-qml/ShadowEffect.qml
@@ -1,6 +1,6 @@
// Copyright (C) 2014 Klaralvdalens Datakonsult AB (KDAB).
// Copyright (C) 2016 The Qt Company Ltd.
-// 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/planets-qml/SolarSystem.qml b/tests/manual/planets-qml/SolarSystem.qml
index 7630a4eb5..551bdd90e 100644
--- a/tests/manual/planets-qml/SolarSystem.qml
+++ b/tests/manual/planets-qml/SolarSystem.qml
@@ -1,5 +1,5 @@
// Copyright (C) 2016 The Qt Company Ltd.
-// 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 as QQ2
import Qt3D.Core 2.0
diff --git a/tests/manual/planets-qml/StyledSlider.qml b/tests/manual/planets-qml/StyledSlider.qml
index e6fff7c1a..6b56e83af 100644
--- a/tests/manual/planets-qml/StyledSlider.qml
+++ b/tests/manual/planets-qml/StyledSlider.qml
@@ -1,5 +1,5 @@
// Copyright (C) 2016 The Qt Company Ltd.
-// 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.Controls 2.0
diff --git a/tests/manual/planets-qml/SunEffect.qml b/tests/manual/planets-qml/SunEffect.qml
index 14b9d9f71..9b2f4b574 100644
--- a/tests/manual/planets-qml/SunEffect.qml
+++ b/tests/manual/planets-qml/SunEffect.qml
@@ -1,6 +1,6 @@
// Copyright (C) 2014 Klaralvdalens Datakonsult AB (KDAB).
// Copyright (C) 2016 The Qt Company Ltd.
-// 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/planets-qml/main.cpp b/tests/manual/planets-qml/main.cpp
index a410b6486..834cc3c06 100644
--- a/tests/manual/planets-qml/main.cpp
+++ b/tests/manual/planets-qml/main.cpp
@@ -1,5 +1,5 @@
// Copyright (C) 2016 The Qt Company Ltd.
-// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause
+// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
#include <QGuiApplication>
#include <QQuickView>
diff --git a/tests/manual/planets-qml/networkcontroller.cpp b/tests/manual/planets-qml/networkcontroller.cpp
index ab25bb0a1..6267d8275 100644
--- a/tests/manual/planets-qml/networkcontroller.cpp
+++ b/tests/manual/planets-qml/networkcontroller.cpp
@@ -1,5 +1,5 @@
// Copyright (C) 2016 The Qt Company Ltd.
-// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause
+// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
#include "networkcontroller.h"
diff --git a/tests/manual/planets-qml/networkcontroller.h b/tests/manual/planets-qml/networkcontroller.h
index 1746f4287..90712025e 100644
--- a/tests/manual/planets-qml/networkcontroller.h
+++ b/tests/manual/planets-qml/networkcontroller.h
@@ -1,5 +1,5 @@
// Copyright (C) 2016 The Qt Company Ltd.
-// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause
+// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
#ifndef NETWORKCONTROLLER_H
#define NETWORKCONTROLLER_H
diff --git a/tests/manual/planets-qml/planets-watchos/PlanetsClient WatchKit Extension/ExtensionDelegate.h b/tests/manual/planets-qml/planets-watchos/PlanetsClient WatchKit Extension/ExtensionDelegate.h
index ad3ff3efa..dfd9b7fde 100644
--- a/tests/manual/planets-qml/planets-watchos/PlanetsClient WatchKit Extension/ExtensionDelegate.h
+++ b/tests/manual/planets-qml/planets-watchos/PlanetsClient WatchKit Extension/ExtensionDelegate.h
@@ -1,5 +1,5 @@
// Copyright (C) 2016 The Qt Company Ltd.
-// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause
+// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
#import <WatchKit/WatchKit.h>
diff --git a/tests/manual/planets-qml/planets-watchos/PlanetsClient WatchKit Extension/ExtensionDelegate.m b/tests/manual/planets-qml/planets-watchos/PlanetsClient WatchKit Extension/ExtensionDelegate.m
index 2c56d4b19..014c5fa40 100644
--- a/tests/manual/planets-qml/planets-watchos/PlanetsClient WatchKit Extension/ExtensionDelegate.m
+++ b/tests/manual/planets-qml/planets-watchos/PlanetsClient WatchKit Extension/ExtensionDelegate.m
@@ -1,5 +1,5 @@
// Copyright (C) 2016 The Qt Company Ltd.
-// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause
+// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
#import "ExtensionDelegate.h"
diff --git a/tests/manual/planets-qml/planets-watchos/PlanetsClient WatchKit Extension/InterfaceController.h b/tests/manual/planets-qml/planets-watchos/PlanetsClient WatchKit Extension/InterfaceController.h
index 1620148fc..0e11fa23d 100644
--- a/tests/manual/planets-qml/planets-watchos/PlanetsClient WatchKit Extension/InterfaceController.h
+++ b/tests/manual/planets-qml/planets-watchos/PlanetsClient WatchKit Extension/InterfaceController.h
@@ -1,5 +1,5 @@
// Copyright (C) 2016 The Qt Company Ltd.
-// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause
+// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
#import <WatchKit/WatchKit.h>
#import <Foundation/Foundation.h>
diff --git a/tests/manual/planets-qml/planets-watchos/PlanetsClient WatchKit Extension/InterfaceController.m b/tests/manual/planets-qml/planets-watchos/PlanetsClient WatchKit Extension/InterfaceController.m
index 4d3cb1b70..77f052002 100644
--- a/tests/manual/planets-qml/planets-watchos/PlanetsClient WatchKit Extension/InterfaceController.m
+++ b/tests/manual/planets-qml/planets-watchos/PlanetsClient WatchKit Extension/InterfaceController.m
@@ -1,5 +1,5 @@
// Copyright (C) 2016 The Qt Company Ltd.
-// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause
+// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
#import "InterfaceController.h"
diff --git a/tests/manual/planets-qml/planets-watchos/PlanetsClient/AppDelegate.h b/tests/manual/planets-qml/planets-watchos/PlanetsClient/AppDelegate.h
index 489a7861f..8ec37d7ee 100644
--- a/tests/manual/planets-qml/planets-watchos/PlanetsClient/AppDelegate.h
+++ b/tests/manual/planets-qml/planets-watchos/PlanetsClient/AppDelegate.h
@@ -1,5 +1,5 @@
// Copyright (C) 2016 The Qt Company Ltd.
-// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause
+// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
#import <UIKit/UIKit.h>
diff --git a/tests/manual/planets-qml/planets-watchos/PlanetsClient/AppDelegate.m b/tests/manual/planets-qml/planets-watchos/PlanetsClient/AppDelegate.m
index 847df7d69..b44f13fd3 100644
--- a/tests/manual/planets-qml/planets-watchos/PlanetsClient/AppDelegate.m
+++ b/tests/manual/planets-qml/planets-watchos/PlanetsClient/AppDelegate.m
@@ -1,5 +1,5 @@
// Copyright (C) 2016 The Qt Company Ltd.
-// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause
+// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
#import "AppDelegate.h"
diff --git a/tests/manual/planets-qml/planets-watchos/PlanetsClient/ViewController.h b/tests/manual/planets-qml/planets-watchos/PlanetsClient/ViewController.h
index ca14ab1bb..63f2b6ec1 100644
--- a/tests/manual/planets-qml/planets-watchos/PlanetsClient/ViewController.h
+++ b/tests/manual/planets-qml/planets-watchos/PlanetsClient/ViewController.h
@@ -1,5 +1,5 @@
// Copyright (C) 2016 The Qt Company Ltd.
-// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause
+// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
#import <UIKit/UIKit.h>
#import <WatchConnectivity/WatchConnectivity.h>
diff --git a/tests/manual/planets-qml/planets-watchos/PlanetsClient/ViewController.m b/tests/manual/planets-qml/planets-watchos/PlanetsClient/ViewController.m
index c5b2c943b..985a08a1d 100644
--- a/tests/manual/planets-qml/planets-watchos/PlanetsClient/ViewController.m
+++ b/tests/manual/planets-qml/planets-watchos/PlanetsClient/ViewController.m
@@ -1,5 +1,5 @@
// Copyright (C) 2016 The Qt Company Ltd.
-// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause
+// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
#import "ViewController.h"
diff --git a/tests/manual/planets-qml/planets.js b/tests/manual/planets-qml/planets.js
index 50799e059..661f836ea 100644
--- a/tests/manual/planets-qml/planets.js
+++ b/tests/manual/planets-qml/planets.js
@@ -1,5 +1,5 @@
// Copyright (C) 2016 The Qt Company Ltd.
-// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause
+// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
.pragma library
diff --git a/tests/manual/planets-qml/shaders/es2/planetD.frag b/tests/manual/planets-qml/shaders/es2/planetD.frag
index e680f534d..f34a2a23e 100644
--- a/tests/manual/planets-qml/shaders/es2/planetD.frag
+++ b/tests/manual/planets-qml/shaders/es2/planetD.frag
@@ -1,6 +1,6 @@
// Copyright (C) 2014 Klaralvdalens Datakonsult AB (KDAB).
// Copyright (C) 2017 The Qt Company Ltd.
-// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause
+// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
uniform highp mat4 viewMatrix;
diff --git a/tests/manual/planets-qml/shaders/es2/planetD.vert b/tests/manual/planets-qml/shaders/es2/planetD.vert
index ccb004286..a5da1441e 100644
--- a/tests/manual/planets-qml/shaders/es2/planetD.vert
+++ b/tests/manual/planets-qml/shaders/es2/planetD.vert
@@ -1,6 +1,6 @@
// Copyright (C) 2014 Klaralvdalens Datakonsult AB (KDAB).
// Copyright (C) 2017 The Qt Company Ltd.
-// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause
+// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
attribute vec3 vertexPosition;
attribute vec3 vertexNormal;
diff --git a/tests/manual/planets-qml/shaders/es2/planetDB.frag b/tests/manual/planets-qml/shaders/es2/planetDB.frag
index e21a60ede..376e38939 100644
--- a/tests/manual/planets-qml/shaders/es2/planetDB.frag
+++ b/tests/manual/planets-qml/shaders/es2/planetDB.frag
@@ -1,6 +1,6 @@
// Copyright (C) 2014 Klaralvdalens Datakonsult AB (KDAB).
// Copyright (C) 2017 The Qt Company Ltd.
-// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause
+// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
uniform highp mat4 viewMatrix;
diff --git a/tests/manual/planets-qml/shaders/es2/planetDB.vert b/tests/manual/planets-qml/shaders/es2/planetDB.vert
index ef76b4e7e..0a7c08604 100644
--- a/tests/manual/planets-qml/shaders/es2/planetDB.vert
+++ b/tests/manual/planets-qml/shaders/es2/planetDB.vert
@@ -1,6 +1,6 @@
// Copyright (C) 2014 Klaralvdalens Datakonsult AB (KDAB).
// Copyright (C) 2017 The Qt Company Ltd.
-// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause
+// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
attribute vec3 vertexPosition;
attribute vec3 vertexNormal;
diff --git a/tests/manual/planets-qml/shaders/es2/planetDS.frag b/tests/manual/planets-qml/shaders/es2/planetDS.frag
index 5835a9b3b..d4ee704bf 100644
--- a/tests/manual/planets-qml/shaders/es2/planetDS.frag
+++ b/tests/manual/planets-qml/shaders/es2/planetDS.frag
@@ -1,6 +1,6 @@
// Copyright (C) 2014 Klaralvdalens Datakonsult AB (KDAB).
// Copyright (C) 2017 The Qt Company Ltd.
-// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause
+// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
uniform highp mat4 viewMatrix;
diff --git a/tests/manual/planets-qml/shaders/es2/planetDSB.frag b/tests/manual/planets-qml/shaders/es2/planetDSB.frag
index c78c4a3e2..95e60e9ee 100644
--- a/tests/manual/planets-qml/shaders/es2/planetDSB.frag
+++ b/tests/manual/planets-qml/shaders/es2/planetDSB.frag
@@ -1,6 +1,6 @@
// Copyright (C) 2014 Klaralvdalens Datakonsult AB (KDAB).
// Copyright (C) 2017 The Qt Company Ltd.
-// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause
+// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
uniform highp mat4 viewMatrix;
diff --git a/tests/manual/planets-qml/shaders/es2/sun.frag b/tests/manual/planets-qml/shaders/es2/sun.frag
index e08850e9a..f9697c8e5 100644
--- a/tests/manual/planets-qml/shaders/es2/sun.frag
+++ b/tests/manual/planets-qml/shaders/es2/sun.frag
@@ -1,6 +1,6 @@
// Copyright (C) 2014 Klaralvdalens Datakonsult AB (KDAB).
// Copyright (C) 2017 The Qt Company Ltd.
-// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause
+// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
uniform sampler2D diffuseTexture;
diff --git a/tests/manual/planets-qml/shaders/es2/sun.vert b/tests/manual/planets-qml/shaders/es2/sun.vert
index 231711011..f15074d1f 100644
--- a/tests/manual/planets-qml/shaders/es2/sun.vert
+++ b/tests/manual/planets-qml/shaders/es2/sun.vert
@@ -1,6 +1,6 @@
// Copyright (C) 2014 Klaralvdalens Datakonsult AB (KDAB).
// Copyright (C) 2017 The Qt Company Ltd.
-// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause
+// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
attribute vec3 vertexPosition;
attribute vec2 vertexTexCoord;
diff --git a/tests/manual/planets-qml/shaders/gl3/planetD.frag b/tests/manual/planets-qml/shaders/gl3/planetD.frag
index 566e74f7a..72f4a030a 100644
--- a/tests/manual/planets-qml/shaders/gl3/planetD.frag
+++ b/tests/manual/planets-qml/shaders/gl3/planetD.frag
@@ -1,6 +1,6 @@
// Copyright (C) 2014 Klaralvdalens Datakonsult AB (KDAB).
// Copyright (C) 2017 The Qt Company Ltd.
-// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause
+// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
#version 150 core
diff --git a/tests/manual/planets-qml/shaders/gl3/planetD.vert b/tests/manual/planets-qml/shaders/gl3/planetD.vert
index c6318f350..9f1b6331a 100644
--- a/tests/manual/planets-qml/shaders/gl3/planetD.vert
+++ b/tests/manual/planets-qml/shaders/gl3/planetD.vert
@@ -1,6 +1,6 @@
// Copyright (C) 2014 Klaralvdalens Datakonsult AB (KDAB).
// Copyright (C) 2017 The Qt Company Ltd.
-// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause
+// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
#version 150 core
diff --git a/tests/manual/planets-qml/shaders/gl3/planetDB.frag b/tests/manual/planets-qml/shaders/gl3/planetDB.frag
index 4f7fd015a..e8bd7296f 100644
--- a/tests/manual/planets-qml/shaders/gl3/planetDB.frag
+++ b/tests/manual/planets-qml/shaders/gl3/planetDB.frag
@@ -1,6 +1,6 @@
// Copyright (C) 2014 Klaralvdalens Datakonsult AB (KDAB).
// Copyright (C) 2017 The Qt Company Ltd.
-// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause
+// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
#version 150 core
diff --git a/tests/manual/planets-qml/shaders/gl3/planetDB.vert b/tests/manual/planets-qml/shaders/gl3/planetDB.vert
index 14b98c814..b6a72058c 100644
--- a/tests/manual/planets-qml/shaders/gl3/planetDB.vert
+++ b/tests/manual/planets-qml/shaders/gl3/planetDB.vert
@@ -1,6 +1,6 @@
// Copyright (C) 2014 Klaralvdalens Datakonsult AB (KDAB).
// Copyright (C) 2017 The Qt Company Ltd.
-// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause
+// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
#version 150 core
diff --git a/tests/manual/planets-qml/shaders/gl3/planetDS.frag b/tests/manual/planets-qml/shaders/gl3/planetDS.frag
index 413816adc..ccf48d6cb 100644
--- a/tests/manual/planets-qml/shaders/gl3/planetDS.frag
+++ b/tests/manual/planets-qml/shaders/gl3/planetDS.frag
@@ -1,6 +1,6 @@
// Copyright (C) 2014 Klaralvdalens Datakonsult AB (KDAB).
// Copyright (C) 2017 The Qt Company Ltd.
-// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause
+// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
#version 150 core
diff --git a/tests/manual/planets-qml/shaders/gl3/planetDSB.frag b/tests/manual/planets-qml/shaders/gl3/planetDSB.frag
index c5ebf9e49..c7206e559 100644
--- a/tests/manual/planets-qml/shaders/gl3/planetDSB.frag
+++ b/tests/manual/planets-qml/shaders/gl3/planetDSB.frag
@@ -1,6 +1,6 @@
// Copyright (C) 2014 Klaralvdalens Datakonsult AB (KDAB).
// Copyright (C) 2017 The Qt Company Ltd.
-// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause
+// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
#version 150 core
diff --git a/tests/manual/planets-qml/shaders/gl3/planetDShadow.frag b/tests/manual/planets-qml/shaders/gl3/planetDShadow.frag
index f236c8f47..02eea673e 100644
--- a/tests/manual/planets-qml/shaders/gl3/planetDShadow.frag
+++ b/tests/manual/planets-qml/shaders/gl3/planetDShadow.frag
@@ -1,6 +1,6 @@
// Copyright (C) 2014 Klaralvdalens Datakonsult AB (KDAB).
// Copyright (C) 2017 The Qt Company Ltd.
-// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause
+// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
#version 150 core
diff --git a/tests/manual/planets-qml/shaders/gl3/planetDShadow.vert b/tests/manual/planets-qml/shaders/gl3/planetDShadow.vert
index 064456ffa..e2dbaa0df 100644
--- a/tests/manual/planets-qml/shaders/gl3/planetDShadow.vert
+++ b/tests/manual/planets-qml/shaders/gl3/planetDShadow.vert
@@ -1,6 +1,6 @@
// Copyright (C) 2014 Klaralvdalens Datakonsult AB (KDAB).
// Copyright (C) 2017 The Qt Company Ltd.
-// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause
+// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
#version 150 core
diff --git a/tests/manual/planets-qml/shaders/gl3/shadowmap.frag b/tests/manual/planets-qml/shaders/gl3/shadowmap.frag
index 96f754e51..31b39e148 100644
--- a/tests/manual/planets-qml/shaders/gl3/shadowmap.frag
+++ b/tests/manual/planets-qml/shaders/gl3/shadowmap.frag
@@ -1,5 +1,5 @@
// Copyright (C) 2014 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
#version 150 core
diff --git a/tests/manual/planets-qml/shaders/gl3/shadowmap.vert b/tests/manual/planets-qml/shaders/gl3/shadowmap.vert
index 9bfa508cf..d245cd127 100644
--- a/tests/manual/planets-qml/shaders/gl3/shadowmap.vert
+++ b/tests/manual/planets-qml/shaders/gl3/shadowmap.vert
@@ -1,5 +1,5 @@
// Copyright (C) 2014 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
#version 150 core
diff --git a/tests/manual/planets-qml/shaders/gl3/sun.frag b/tests/manual/planets-qml/shaders/gl3/sun.frag
index 82c5bd035..d62e87954 100644
--- a/tests/manual/planets-qml/shaders/gl3/sun.frag
+++ b/tests/manual/planets-qml/shaders/gl3/sun.frag
@@ -1,6 +1,6 @@
// Copyright (C) 2014 Klaralvdalens Datakonsult AB (KDAB).
// Copyright (C) 2017 The Qt Company Ltd.
-// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause
+// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
#version 150 core
diff --git a/tests/manual/planets-qml/shaders/gl3/sun.vert b/tests/manual/planets-qml/shaders/gl3/sun.vert
index 527602acb..0734c1c1a 100644
--- a/tests/manual/planets-qml/shaders/gl3/sun.vert
+++ b/tests/manual/planets-qml/shaders/gl3/sun.vert
@@ -1,6 +1,6 @@
// Copyright (C) 2014 Klaralvdalens Datakonsult AB (KDAB).
// Copyright (C) 2017 The Qt Company Ltd.
-// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause
+// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
#version 150 core
diff --git a/tests/manual/planets-qml/shaders/rhi/planetD.frag b/tests/manual/planets-qml/shaders/rhi/planetD.frag
index 2823c93f6..9dde7b266 100644
--- a/tests/manual/planets-qml/shaders/rhi/planetD.frag
+++ b/tests/manual/planets-qml/shaders/rhi/planetD.frag
@@ -1,6 +1,6 @@
// Copyright (C) 2014 Klaralvdalens Datakonsult AB (KDAB).
// Copyright (C) 2017 The Qt Company Ltd.
-// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause
+// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
#version 450 core
diff --git a/tests/manual/planets-qml/shaders/rhi/planetD.vert b/tests/manual/planets-qml/shaders/rhi/planetD.vert
index 3c9f33bd3..2c5c45176 100644
--- a/tests/manual/planets-qml/shaders/rhi/planetD.vert
+++ b/tests/manual/planets-qml/shaders/rhi/planetD.vert
@@ -1,6 +1,6 @@
// Copyright (C) 2014 Klaralvdalens Datakonsult AB (KDAB).
// Copyright (C) 2017 The Qt Company Ltd.
-// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause
+// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
#version 450 core
diff --git a/tests/manual/planets-qml/shaders/rhi/planetDB.frag b/tests/manual/planets-qml/shaders/rhi/planetDB.frag
index 0700b2391..a2977a9a0 100644
--- a/tests/manual/planets-qml/shaders/rhi/planetDB.frag
+++ b/tests/manual/planets-qml/shaders/rhi/planetDB.frag
@@ -1,6 +1,6 @@
// Copyright (C) 2014 Klaralvdalens Datakonsult AB (KDAB).
// Copyright (C) 2017 The Qt Company Ltd.
-// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause
+// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
#version 450 core
diff --git a/tests/manual/planets-qml/shaders/rhi/planetDB.vert b/tests/manual/planets-qml/shaders/rhi/planetDB.vert
index 178eac70c..56efa668c 100644
--- a/tests/manual/planets-qml/shaders/rhi/planetDB.vert
+++ b/tests/manual/planets-qml/shaders/rhi/planetDB.vert
@@ -1,6 +1,6 @@
// Copyright (C) 2014 Klaralvdalens Datakonsult AB (KDAB).
// Copyright (C) 2017 The Qt Company Ltd.
-// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause
+// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
#version 450 core
diff --git a/tests/manual/planets-qml/shaders/rhi/planetDS.frag b/tests/manual/planets-qml/shaders/rhi/planetDS.frag
index bb673b9ec..f8cd25d0a 100644
--- a/tests/manual/planets-qml/shaders/rhi/planetDS.frag
+++ b/tests/manual/planets-qml/shaders/rhi/planetDS.frag
@@ -1,6 +1,6 @@
// Copyright (C) 2014 Klaralvdalens Datakonsult AB (KDAB).
// Copyright (C) 2017 The Qt Company Ltd.
-// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause
+// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
#version 450 core
diff --git a/tests/manual/planets-qml/shaders/rhi/planetDSB.frag b/tests/manual/planets-qml/shaders/rhi/planetDSB.frag
index 6b0ffa06c..875a06185 100644
--- a/tests/manual/planets-qml/shaders/rhi/planetDSB.frag
+++ b/tests/manual/planets-qml/shaders/rhi/planetDSB.frag
@@ -1,6 +1,6 @@
// Copyright (C) 2014 Klaralvdalens Datakonsult AB (KDAB).
// Copyright (C) 2017 The Qt Company Ltd.
-// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause
+// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
#version 450 core
diff --git a/tests/manual/planets-qml/shaders/rhi/planetDShadow.frag b/tests/manual/planets-qml/shaders/rhi/planetDShadow.frag
index 857406210..7b1c54210 100644
--- a/tests/manual/planets-qml/shaders/rhi/planetDShadow.frag
+++ b/tests/manual/planets-qml/shaders/rhi/planetDShadow.frag
@@ -1,6 +1,6 @@
// Copyright (C) 2014 Klaralvdalens Datakonsult AB (KDAB).
// Copyright (C) 2017 The Qt Company Ltd.
-// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause
+// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
#version 450 core
layout(std140, binding = 0) uniform qt3d_render_view_uniforms {
diff --git a/tests/manual/planets-qml/shaders/rhi/planetDShadow.vert b/tests/manual/planets-qml/shaders/rhi/planetDShadow.vert
index 0e675d5ce..5216e9f6b 100644
--- a/tests/manual/planets-qml/shaders/rhi/planetDShadow.vert
+++ b/tests/manual/planets-qml/shaders/rhi/planetDShadow.vert
@@ -1,6 +1,6 @@
// Copyright (C) 2014 Klaralvdalens Datakonsult AB (KDAB).
// Copyright (C) 2017 The Qt Company Ltd.
-// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause
+// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
#version 450 core
diff --git a/tests/manual/planets-qml/shaders/rhi/shadowmap.frag b/tests/manual/planets-qml/shaders/rhi/shadowmap.frag
index 912ce125c..7dab1669c 100644
--- a/tests/manual/planets-qml/shaders/rhi/shadowmap.frag
+++ b/tests/manual/planets-qml/shaders/rhi/shadowmap.frag
@@ -1,5 +1,5 @@
// Copyright (C) 2014 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
#version 450 core
diff --git a/tests/manual/planets-qml/shaders/rhi/shadowmap.vert b/tests/manual/planets-qml/shaders/rhi/shadowmap.vert
index 4f0167304..c5c3a9da1 100644
--- a/tests/manual/planets-qml/shaders/rhi/shadowmap.vert
+++ b/tests/manual/planets-qml/shaders/rhi/shadowmap.vert
@@ -1,5 +1,5 @@
// Copyright (C) 2014 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
#version 450 core
diff --git a/tests/manual/planets-qml/shaders/rhi/sun.frag b/tests/manual/planets-qml/shaders/rhi/sun.frag
index eed939c48..e48b206b4 100644
--- a/tests/manual/planets-qml/shaders/rhi/sun.frag
+++ b/tests/manual/planets-qml/shaders/rhi/sun.frag
@@ -1,6 +1,6 @@
// Copyright (C) 2014 Klaralvdalens Datakonsult AB (KDAB).
// Copyright (C) 2017 The Qt Company Ltd.
-// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause
+// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
#version 450 core
diff --git a/tests/manual/planets-qml/shaders/rhi/sun.vert b/tests/manual/planets-qml/shaders/rhi/sun.vert
index f13964449..07bb258e2 100644
--- a/tests/manual/planets-qml/shaders/rhi/sun.vert
+++ b/tests/manual/planets-qml/shaders/rhi/sun.vert
@@ -1,6 +1,6 @@
// Copyright (C) 2014 Klaralvdalens Datakonsult AB (KDAB).
// Copyright (C) 2017 The Qt Company Ltd.
-// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause
+// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
#version 450 core