summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/forkfd/qt_attribution.json
diff options
context:
space:
mode:
authorEdward Welbourne <edward.welbourne@qt.io>2023-03-13 14:39:54 +0100
committerEdward Welbourne <edward.welbourne@qt.io>2023-04-20 14:17:26 +0100
commit970841235baa5ef4e723b5b1656f3702e4c78556 (patch)
tree3c80be6ce3228781289f64667fb00d7059b5d8d4 /src/3rdparty/forkfd/qt_attribution.json
parentce8839e056abb1ca3151c88f370b38bca8f60e3b (diff)
Split multi-file Files entries in qt_attribution.json as lists
This is now the official format for Files, when there's more than one, rather than using space-joined lists. Pick-to: 6.5 Change-Id: I4a6247fff0ece8ece2944178af38894fd5a2e1e2 Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io> Reviewed-by: Kai Köhne <kai.koehne@qt.io>
Diffstat (limited to 'src/3rdparty/forkfd/qt_attribution.json')
-rw-r--r--src/3rdparty/forkfd/qt_attribution.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/3rdparty/forkfd/qt_attribution.json b/src/3rdparty/forkfd/qt_attribution.json
index fea9eabcd3..1b84779133 100644
--- a/src/3rdparty/forkfd/qt_attribution.json
+++ b/src/3rdparty/forkfd/qt_attribution.json
@@ -4,7 +4,7 @@
"QDocModule": "qtcore",
"QtUsage": "Used on most Unix platforms in Qt Core.",
"Comment": "No upstream; treat as final",
- "Files": "forkfd.c forkfd.h forkfd_gcc.h",
+ "Files": [ "forkfd.c", "forkfd.h", "forkfd_gcc.h" ],
"License": "MIT License",
"LicenseId": "MIT",