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/" : {