From fa96b28c1b1e4d5e45e46a660b4182e1309b9f3d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lucie=20G=C3=A9rard?= Date: Tue, 23 Apr 2024 15:49:10 +0200 Subject: Fix real dot in location keys regular expression Location keys are meant to be used as regular expression. The . need to be appear as `\.` in the regular expression. The JSON parser interprets the `\`, hence the `\\.`. Pick-to: 6.7 Task-number: QTBUG-121039 Change-Id: I29f7ccbbaa9f042b09dceb8b96be3c3f8078ebd4 Reviewed-by: Jarkko Koivikko --- licenseRule.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'licenseRule.json') diff --git a/licenseRule.json b/licenseRule.json index 9738e837..623171cd 100644 --- a/licenseRule.json +++ b/licenseRule.json @@ -79,7 +79,7 @@ "file type" : "examples and snippets", "spdx" : ["LicenseRef-Qt-Commercial OR BSD-3-Clause"] }, - "config.tests/" : { + "config\\.tests/" : { "comment" : "Default", "file type" : "build system", "spdx" : ["BSD-3-Clause"] -- cgit v1.2.3