summaryrefslogtreecommitdiffstats
path: root/tests/manual/qglyphruns
diff options
context:
space:
mode:
Diffstat (limited to 'tests/manual/qglyphruns')
-rw-r--r--tests/manual/qglyphruns/controller.cpp2
-rw-r--r--tests/manual/qglyphruns/controller.h2
-rw-r--r--tests/manual/qglyphruns/glyphruninspector.cpp2
-rw-r--r--tests/manual/qglyphruns/glyphruninspector.h2
-rw-r--r--tests/manual/qglyphruns/main.cpp2
-rw-r--r--tests/manual/qglyphruns/singleglyphrun.cpp2
-rw-r--r--tests/manual/qglyphruns/singleglyphrun.h2
-rw-r--r--tests/manual/qglyphruns/view.cpp2
-rw-r--r--tests/manual/qglyphruns/view.h2
9 files changed, 9 insertions, 9 deletions
diff --git a/tests/manual/qglyphruns/controller.cpp b/tests/manual/qglyphruns/controller.cpp
index d63c23de32..0037d11b5b 100644
--- a/tests/manual/qglyphruns/controller.cpp
+++ b/tests/manual/qglyphruns/controller.cpp
@@ -1,5 +1,5 @@
// Copyright (C) 2022 The Qt Company Ltd.
-// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
#include "controller.h"
#include "ui_controller.h"
diff --git a/tests/manual/qglyphruns/controller.h b/tests/manual/qglyphruns/controller.h
index 9771ae135f..75289165f8 100644
--- a/tests/manual/qglyphruns/controller.h
+++ b/tests/manual/qglyphruns/controller.h
@@ -1,5 +1,5 @@
// Copyright (C) 2022 The Qt Company Ltd.
-// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
#ifndef CONTROLLER_H
#define CONTROLLER_H
diff --git a/tests/manual/qglyphruns/glyphruninspector.cpp b/tests/manual/qglyphruns/glyphruninspector.cpp
index 13a8df0181..0e35a1f94b 100644
--- a/tests/manual/qglyphruns/glyphruninspector.cpp
+++ b/tests/manual/qglyphruns/glyphruninspector.cpp
@@ -1,5 +1,5 @@
// Copyright (C) 2022 The Qt Company Ltd.
-// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
#include "glyphruninspector.h"
#include "singleglyphrun.h"
diff --git a/tests/manual/qglyphruns/glyphruninspector.h b/tests/manual/qglyphruns/glyphruninspector.h
index 4b3943cf6a..d2aa6033db 100644
--- a/tests/manual/qglyphruns/glyphruninspector.h
+++ b/tests/manual/qglyphruns/glyphruninspector.h
@@ -1,5 +1,5 @@
// Copyright (C) 2022 The Qt Company Ltd.
-// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
#ifndef GLYPHRUNINSPECTOR_H
#define GLYPHRUNINSPECTOR_H
diff --git a/tests/manual/qglyphruns/main.cpp b/tests/manual/qglyphruns/main.cpp
index 6f76b66d14..0f192e051f 100644
--- a/tests/manual/qglyphruns/main.cpp
+++ b/tests/manual/qglyphruns/main.cpp
@@ -1,5 +1,5 @@
// Copyright (C) 2022 The Qt Company Ltd.
-// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
#include "controller.h"
diff --git a/tests/manual/qglyphruns/singleglyphrun.cpp b/tests/manual/qglyphruns/singleglyphrun.cpp
index 2836cfadd9..9a5bd3e139 100644
--- a/tests/manual/qglyphruns/singleglyphrun.cpp
+++ b/tests/manual/qglyphruns/singleglyphrun.cpp
@@ -1,5 +1,5 @@
// Copyright (C) 2022 The Qt Company Ltd.
-// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
#include "singleglyphrun.h"
#include "ui_singleglyphrun.h"
diff --git a/tests/manual/qglyphruns/singleglyphrun.h b/tests/manual/qglyphruns/singleglyphrun.h
index c400640335..138d820ad4 100644
--- a/tests/manual/qglyphruns/singleglyphrun.h
+++ b/tests/manual/qglyphruns/singleglyphrun.h
@@ -1,5 +1,5 @@
// Copyright (C) 2022 The Qt Company Ltd.
-// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
#ifndef SINGLEGLYPHRUN_H
#define SINGLEGLYPHRUN_H
diff --git a/tests/manual/qglyphruns/view.cpp b/tests/manual/qglyphruns/view.cpp
index 95c05c608d..0e7d6dd478 100644
--- a/tests/manual/qglyphruns/view.cpp
+++ b/tests/manual/qglyphruns/view.cpp
@@ -1,5 +1,5 @@
// Copyright (C) 2022 The Qt Company Ltd.
-// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
#include "view.h"
#include <QTextLayout>
diff --git a/tests/manual/qglyphruns/view.h b/tests/manual/qglyphruns/view.h
index 0eaaebe829..a8c3c1aed9 100644
--- a/tests/manual/qglyphruns/view.h
+++ b/tests/manual/qglyphruns/view.h
@@ -1,5 +1,5 @@
// Copyright (C) 2022 The Qt Company Ltd.
-// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
#ifndef VIEW_H
#define VIEW_H