summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKai Köhne <kai.koehne@qt.io>2022-03-30 12:29:32 +0200
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2022-04-01 06:28:46 +0000
commita42cd413e98ac3a719196d711b3bce89919d3c50 (patch)
treec2bc4f33d0f6a1b6485452c1209ba3b0375eacda
parent543a8684e7e2e5d64f0ee4f4dcafcef0e31b9d64 (diff)
Fix format of qt_attribution.json files
Also fix a typo in the license name. Amends db3df0b3b439a Fixes: QTBUG-102148 Change-Id: Ic231a4b744864c19190d428a9a2fc5101ffa77f0 Reviewed-by: Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@qt.io> (cherry picked from commit 144888cc26700deccc69e6ba55d079872bba9e49) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-rw-r--r--src/3rdparty/protocol/qt_attribution.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/3rdparty/protocol/qt_attribution.json b/src/3rdparty/protocol/qt_attribution.json
index 11a6f70c2..8b997a1af 100644
--- a/src/3rdparty/protocol/qt_attribution.json
+++ b/src/3rdparty/protocol/qt_attribution.json
@@ -155,15 +155,15 @@
"Name": "Wayland xdg-activation Protocol",
"QDocModule": "qtwaylandcompositor",
"QtUsage": "Used in the Qt Wayland platform plugin",
- "File": "xdg-activation-v1.xml",
+ "Files": "xdg-activation-v1.xml",
"Description": "The xdg-activation protocol provides a way for one client to pass focus to another.",
"Homepage": "https://wayland.freedesktop.org",
"Version": "unstable v1, version 1",
"DownloadLocation": "https://gitlab.freedesktop.org/wayland/wayland-protocols/-/blob/main/staging/xdg-activation/xdg-activation-v1.xml",
"LicenseId": "MIT",
- "License": "MIT LIcense",
- "License file": "MIT_LICENSE.txt",
+ "License": "MIT License",
+ "LicenseFile": "MIT_LICENSE.txt",
"Copyright": "Copyright © 2020 Aleix Pol Gonzalez &lt;aleixpol@kde.org&gt;\nCopyright © 2020 Carlos Garnacho &lt;carlosg@gnome.org&gt;"
},