Third party code attribution: Change Id to lower case

Each 3rd party license attribution is identified by a
unique Id key, which should be all lower case and without
spaces. See QUIP-7 for more info. about the
qt_attribution.json file format:
https://contribute.qt-project.org/quips/7.

Change-Id: Iaa233a0e6180945e014b9a407bbd61df591f1dea
Reviewed-by: Venugopal Shivashankar <Venugopal.Shivashankar@qt.io>
(cherry picked from commit 1926df8d57c2b6c600a5486b1939d96b21f7f812)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
(cherry picked from commit 85088954de10c266242c2e7a35da4a669feb6bab)
This commit is contained in:
Topi Reinio 2025-01-07 23:21:34 +00:00 committed by Qt Cherry-pick Bot
parent f38f377526
commit c6eff2161e
3 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
[
{
"Id": "D3D12MemoryAllocator",
"Id": "d3d12memoryallocator",
"Name": "D3D12 Memory Allocator",
"QDocModule": "qtgui",
"Description": "D3D12 Memory Allocator",

View File

@ -1,6 +1,6 @@
[
{
"Id": "VulkanMemoryAllocator",
"Id": "vulkanmemoryallocator",
"Name": "Vulkan Memory Allocator",
"QDocModule": "qtgui",
"Description": "Vulkan Memory Allocator",

View File

@ -1,6 +1,6 @@
[
{
"Id": "icc-sRGB-color-profile",
"Id": "icc-srgb-color-profile",
"Name": "sRGB color profile icc file",
"QDocModule": "qtgui",
"QtUsage": "Used in Qt Gui (Embedded into PDF/A-1b files generated by QPrinter/QPdfWriter).",