From 820f00693ca32c1f7f6e1a712a55c860edd10c8a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lucie=20G=C3=A9rard?= Date: Fri, 9 Aug 2024 16:32:42 +0200 Subject: [PATCH] Correct license for module and plugin file MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit According to QUIP-18 [1], all module and plugin files should be LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only or LicenseRef-Qt-Commercial OR GPL-3.0-only Also, LGPL and non LGPL should not be mixed in a given directory [1]: https://contribute.qt-project.org/quips/18 Task-number: QTBUG-121787 Change-Id: I3384e5a4e40547d61118064fa1052b3d87a4e42b Reviewed-by: Tor Arne Vestbø (cherry picked from commit bdee35195126d230f6229b5f22d4d4a7bb15d4d1) Reviewed-by: Alexandru Croitor --- src/plugins/platforms/ios/qiosapplication.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/platforms/ios/qiosapplication.swift b/src/plugins/platforms/ios/qiosapplication.swift index 9eb172a8964..cda4fb2421d 100644 --- a/src/plugins/platforms/ios/qiosapplication.swift +++ b/src/plugins/platforms/ios/qiosapplication.swift @@ -1,5 +1,5 @@ // Copyright (C) 2024 The Qt Company Ltd. -// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only +// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only import SwiftUI import CompositorServices