summaryrefslogtreecommitdiffstats
path: root/tests/manual/qtextcursorinsert
diff options
context:
space:
mode:
Diffstat (limited to 'tests/manual/qtextcursorinsert')
-rw-r--r--tests/manual/qtextcursorinsert/main.cpp2
-rw-r--r--tests/manual/qtextcursorinsert/widget.cpp2
-rw-r--r--tests/manual/qtextcursorinsert/widget.h2
3 files changed, 3 insertions, 3 deletions
diff --git a/tests/manual/qtextcursorinsert/main.cpp b/tests/manual/qtextcursorinsert/main.cpp
index 75b4e3e41a..f4fa2f705f 100644
--- a/tests/manual/qtextcursorinsert/main.cpp
+++ b/tests/manual/qtextcursorinsert/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
#include "widget.h"
diff --git a/tests/manual/qtextcursorinsert/widget.cpp b/tests/manual/qtextcursorinsert/widget.cpp
index a216f6b4b3..14440b7b7a 100644
--- a/tests/manual/qtextcursorinsert/widget.cpp
+++ b/tests/manual/qtextcursorinsert/widget.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 "widget.h"
#include "./ui_widget.h"
diff --git a/tests/manual/qtextcursorinsert/widget.h b/tests/manual/qtextcursorinsert/widget.h
index 99fad487cc..9185da975c 100644
--- a/tests/manual/qtextcursorinsert/widget.h
+++ b/tests/manual/qtextcursorinsert/widget.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 WIDGET_H
#define WIDGET_H