summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLucie Gérard <lucie.gerard@qt.io>2024-04-23 15:45:40 +0200
committerLucie Gérard <lucie.gerard@qt.io>2024-04-24 13:57:29 +0200
commit40d1896e798c173657428a5b51aafb00f40b1db5 (patch)
tree7a9bc161510c4bef7f762e96f2d7ed4289d15452
parent664d31eda6054b1d2832641bf9a60c17d1ce41d3 (diff)
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: I918f9547820fe7157debf0659267815f6b7fc993 Reviewed-by: Edward Welbourne <edward.welbourne@qt.io>
-rw-r--r--licenseRule.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/licenseRule.json b/licenseRule.json
index d68d5838..c411c733 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"]