summaryrefslogtreecommitdiffstats
path: root/tests/manual/textrendering/codeeditor
diff options
context:
space:
mode:
Diffstat (limited to 'tests/manual/textrendering/codeeditor')
-rw-r--r--tests/manual/textrendering/codeeditor/codeeditor.cpp2
-rw-r--r--tests/manual/textrendering/codeeditor/codeeditor.h2
-rw-r--r--tests/manual/textrendering/codeeditor/main.cpp2
3 files changed, 3 insertions, 3 deletions
diff --git a/tests/manual/textrendering/codeeditor/codeeditor.cpp b/tests/manual/textrendering/codeeditor/codeeditor.cpp
index 15f84622e4..3b7fd58d30 100644
--- a/tests/manual/textrendering/codeeditor/codeeditor.cpp
+++ b/tests/manual/textrendering/codeeditor/codeeditor.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 "codeeditor.h"
diff --git a/tests/manual/textrendering/codeeditor/codeeditor.h b/tests/manual/textrendering/codeeditor/codeeditor.h
index e8e6a583f0..583bf3b4a0 100644
--- a/tests/manual/textrendering/codeeditor/codeeditor.h
+++ b/tests/manual/textrendering/codeeditor/codeeditor.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 CODEEDITOR_H
#define CODEEDITOR_H
diff --git a/tests/manual/textrendering/codeeditor/main.cpp b/tests/manual/textrendering/codeeditor/main.cpp
index 20b72b18ae..3e3d98ae31 100644
--- a/tests/manual/textrendering/codeeditor/main.cpp
+++ b/tests/manual/textrendering/codeeditor/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 <QApplication>