From 1c601d97d6cf1e319b2c581cf9a67146972c86bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lucie=20G=C3=A9rard?= Date: Tue, 23 Apr 2024 14:55:51 +0200 Subject: [PATCH] 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: I5e2b960522e057a5370c93846ab2862593df9c99 Reviewed-by: Edward Welbourne --- licenseRule.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/licenseRule.json b/licenseRule.json index 2a70539b..6d75da27 100644 --- a/licenseRule.json +++ b/licenseRule.json @@ -79,7 +79,7 @@ "file type" : "examples and snippets", "spdx" : ["LicenseRef-Qt-Commercial OR BSD-3-Clause"] }, - "tests/auto/cpptest/common/cpptestutil.h" : { + "tests/auto/cpptest/common/cpptestutil\\.h" : { "comment" : "", "file type" : "util", "spdx" : ["LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0"]