summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKai Köhne <[email protected]>2025-06-30 10:51:31 +0200
committerLucie Gérard <[email protected]>2025-07-04 16:43:53 +0200
commit2dda248c0847bb8d2ecf94590005bf25916eeec0 (patch)
treee2143cfcd9151ee830be89b0d54f43d5ea5ebd88
parent31b846ffbf12cdbd70ffecf61c63c6215a48f605 (diff)
Fix typo in licenseRule.jsonHEADdev
Fixes: QTBUG-138168 Pick-to: 6.9 6.10 Change-Id: I083ffa7f4453731ee2dfffc3ae72ceeefd984841 Reviewed-by: Edward Welbourne <[email protected]>
-rw-r--r--licenseRule.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/licenseRule.json b/licenseRule.json
index e35e8ba7fd1..b40e225e347 100644
--- a/licenseRule.json
+++ b/licenseRule.json
@@ -119,7 +119,7 @@
"file type": "test",
"spdx": ["LicenseRef-Qt-Commercial OR GPL-3.0-only"]
},
- "ests/auto/testlib/selftests/": {
+ "tests/auto/testlib/selftests/(?!README)": {
"comment": "Exception. Those are test files",
"file type": "test",
"spdx": ["LicenseRef-Qt-Commercial OR GPL-3.0-only"]