summaryrefslogtreecommitdiffstats
path: root/tests/manual/graphicsframecapture
diff options
context:
space:
mode:
Diffstat (limited to 'tests/manual/graphicsframecapture')
-rw-r--r--tests/manual/graphicsframecapture/examplewindow.cpp2
-rw-r--r--tests/manual/graphicsframecapture/examplewindow.h2
-rw-r--r--tests/manual/graphicsframecapture/main.cpp2
-rw-r--r--tests/manual/graphicsframecapture/window.cpp2
-rw-r--r--tests/manual/graphicsframecapture/window.h2
5 files changed, 5 insertions, 5 deletions
diff --git a/tests/manual/graphicsframecapture/examplewindow.cpp b/tests/manual/graphicsframecapture/examplewindow.cpp
index 8a8959541e..6bc49a81ce 100644
--- a/tests/manual/graphicsframecapture/examplewindow.cpp
+++ b/tests/manual/graphicsframecapture/examplewindow.cpp
@@ -1,5 +1,5 @@
// Copyright (C) 2023 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 "examplewindow.h"
#include <QFile>
diff --git a/tests/manual/graphicsframecapture/examplewindow.h b/tests/manual/graphicsframecapture/examplewindow.h
index ef0379a82e..88442efb31 100644
--- a/tests/manual/graphicsframecapture/examplewindow.h
+++ b/tests/manual/graphicsframecapture/examplewindow.h
@@ -1,5 +1,5 @@
// Copyright (C) 2023 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 EXAMPLEWINDOW_H
#define EXAMPLEWINDOW_H
diff --git a/tests/manual/graphicsframecapture/main.cpp b/tests/manual/graphicsframecapture/main.cpp
index 389d0bdc1c..ef199a85b9 100644
--- a/tests/manual/graphicsframecapture/main.cpp
+++ b/tests/manual/graphicsframecapture/main.cpp
@@ -1,5 +1,5 @@
// Copyright (C) 2023 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
// This is a compact, minimal demo of deciding the backend at runtime while
// using the exact same shaders and rendering code without any branching
diff --git a/tests/manual/graphicsframecapture/window.cpp b/tests/manual/graphicsframecapture/window.cpp
index 55725958f5..84e2a0a824 100644
--- a/tests/manual/graphicsframecapture/window.cpp
+++ b/tests/manual/graphicsframecapture/window.cpp
@@ -1,5 +1,5 @@
// Copyright (C) 2023 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 "window.h"
#include <QPlatformSurfaceEvent>
diff --git a/tests/manual/graphicsframecapture/window.h b/tests/manual/graphicsframecapture/window.h
index faacdabfc1..d7e75c6f98 100644
--- a/tests/manual/graphicsframecapture/window.h
+++ b/tests/manual/graphicsframecapture/window.h
@@ -1,5 +1,5 @@
// Copyright (C) 2023 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 WINDOW_H
#define WINDOW_H