summaryrefslogtreecommitdiffstats
path: root/tests/manual/stereographicsview
diff options
context:
space:
mode:
Diffstat (limited to 'tests/manual/stereographicsview')
-rw-r--r--tests/manual/stereographicsview/main.cpp2
-rw-r--r--tests/manual/stereographicsview/mainwindow.cpp2
-rw-r--r--tests/manual/stereographicsview/mainwindow.h2
-rw-r--r--tests/manual/stereographicsview/mygraphicsview.cpp2
-rw-r--r--tests/manual/stereographicsview/mygraphicsview.h2
5 files changed, 5 insertions, 5 deletions
diff --git a/tests/manual/stereographicsview/main.cpp b/tests/manual/stereographicsview/main.cpp
index 6564e8efc4..a085f782b3 100644
--- a/tests/manual/stereographicsview/main.cpp
+++ b/tests/manual/stereographicsview/main.cpp
@@ -1,5 +1,5 @@
// Copyright (C) 2022 The Qt Company Ltd.
-// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
+// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
#include "mainwindow.h"
diff --git a/tests/manual/stereographicsview/mainwindow.cpp b/tests/manual/stereographicsview/mainwindow.cpp
index 003b4da8c3..86269b096c 100644
--- a/tests/manual/stereographicsview/mainwindow.cpp
+++ b/tests/manual/stereographicsview/mainwindow.cpp
@@ -1,5 +1,5 @@
// Copyright (C) 2022 The Qt Company Ltd.
-// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
+// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
#include "mainwindow.h"
#include "./ui_mainwindow.h"
diff --git a/tests/manual/stereographicsview/mainwindow.h b/tests/manual/stereographicsview/mainwindow.h
index 4a65dad68d..5219aae644 100644
--- a/tests/manual/stereographicsview/mainwindow.h
+++ b/tests/manual/stereographicsview/mainwindow.h
@@ -1,5 +1,5 @@
// Copyright (C) 2022 The Qt Company Ltd.
-// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
+// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
#ifndef MAINWINDOW_H
#define MAINWINDOW_H
diff --git a/tests/manual/stereographicsview/mygraphicsview.cpp b/tests/manual/stereographicsview/mygraphicsview.cpp
index dc6e39f4a0..933ee00835 100644
--- a/tests/manual/stereographicsview/mygraphicsview.cpp
+++ b/tests/manual/stereographicsview/mygraphicsview.cpp
@@ -1,5 +1,5 @@
// Copyright (C) 2022 The Qt Company Ltd.
-// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
+// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
#include "mygraphicsview.h"
#include <QResizeEvent>
diff --git a/tests/manual/stereographicsview/mygraphicsview.h b/tests/manual/stereographicsview/mygraphicsview.h
index 03204cb316..57cf902d5d 100644
--- a/tests/manual/stereographicsview/mygraphicsview.h
+++ b/tests/manual/stereographicsview/mygraphicsview.h
@@ -1,5 +1,5 @@
// Copyright (C) 2022 The Qt Company Ltd.
-// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
+// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
#ifndef MYGRAPHICSVIEW_H
#define MYGRAPHICSVIEW_H