From 477587651109a4d7875b3f008b94e15376556b7d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lucie=20G=C3=A9rard?= Date: Thu, 22 Feb 2024 12:32:15 +0100 Subject: [PATCH] Correct license for test file MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit According to QUIP-18 [1], all test files should be LicenseRef-Qt-Commercial OR GPL-3.0-only [1]: https://contribute.qt-project.org/quips/18 Pick-to: 6.7 Task-number: QTBUG-121787 Change-Id: If06da73cecbbf718338d1b785b5eca36ac819ccb Reviewed-by: Qt CI Bot Reviewed-by: Kai Köhne --- tests/manual/wasm/localfonts/fontloading/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/manual/wasm/localfonts/fontloading/main.cpp b/tests/manual/wasm/localfonts/fontloading/main.cpp index fb8f8e268ba..3824c8b8711 100644 --- a/tests/manual/wasm/localfonts/fontloading/main.cpp +++ b/tests/manual/wasm/localfonts/fontloading/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 #include