From 8cb7b906a60ada4b5e7f6ed80e9287757bdd9aa2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lucie=20G=C3=A9rard?= Date: Tue, 9 Apr 2024 15:33:55 +0200 Subject: [PATCH] Correct wording in licenseRule.json MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I5bb718547a1c853e0f6c12bb8c93f7d874046a48 Reviewed-by: Kai Köhne (cherry picked from commit 541a602e1d0605689ed7f14c8250d929255e7c34) Reviewed-by: Qt Cherry-pick Bot --- licenseRule.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/licenseRule.json b/licenseRule.json index a6e3cb8a8d8..3a34a4830cf 100644 --- a/licenseRule.json +++ b/licenseRule.json @@ -18,7 +18,7 @@ "spdx" : ["BSD-3-Clause"] }, "(.*)(examples/|snippets/)" : { - "comment" : "Example takes precedent", + "comment" : "Example takes precedence", "file type" : "examples and snippets", "spdx" : ["LicenseRef-Qt-Commercial OR BSD-3-Clause"] }, @@ -41,7 +41,7 @@ "spdx" : ["LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0"] }, "(.*)(examples/|snippets/)" : { - "comment" : "Example takes precedent", + "comment" : "Example takes precedence", "file type" : "examples and snippets", "spdx" : ["LicenseRef-Qt-Commercial OR BSD-3-Clause"] }, @@ -86,7 +86,7 @@ }, "plugins/" : { "comment" : "Default", - "file type" : "module and plugin ", + "file type" : "module and plugin", "spdx" : ["LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only"] }, "src/plugins/platforms/wasm/" : {