diff options
| author | Lucie Gérard <lucie.gerard@qt.io> | 2024-02-02 14:36:10 +0100 |
|---|---|---|
| committer | Lucie Gérard <lucie.gerard@qt.io> | 2024-02-09 10:50:13 +0100 |
| commit | c052ee90325bafdb2d59635de6139bf4704ca29a (patch) | |
| tree | 5a304cb708f4055deb6deb4d543ba4d025cedc9a /tests/manual/textrendering/codeeditor | |
| parent | 737dbc8c7855a918d094081d4d0cab517472926a (diff) | |
Change license for tests filesv6.7.0-beta3
According to QUIP-18 [1], all tests file should be
LicenseRef-Qt-Commercial OR GPL-3.0-only
[1]: https://contribute.qt-project.org/quips/18
Task-number: QTBUG-121787
Change-Id: I9657df5d660820e56c96d511ea49d321c54682e8
Reviewed-by: Christian Ehrlicher <ch.ehrlicher@gmx.de>
(cherry picked from commit ff1039c217fb1ae03b701557a5a50c2112555991)
Diffstat (limited to 'tests/manual/textrendering/codeeditor')
| -rw-r--r-- | tests/manual/textrendering/codeeditor/codeeditor.cpp | 2 | ||||
| -rw-r--r-- | tests/manual/textrendering/codeeditor/codeeditor.h | 2 | ||||
| -rw-r--r-- | tests/manual/textrendering/codeeditor/main.cpp | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/tests/manual/textrendering/codeeditor/codeeditor.cpp b/tests/manual/textrendering/codeeditor/codeeditor.cpp index 15f84622e48..3b7fd58d30a 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 e8e6a583f0e..583bf3b4a07 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 20b72b18aed..3e3d98ae319 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> |
