From c6eff2161efa6278c66936e9ac2f532190e8d300 Mon Sep 17 00:00:00 2001 From: Topi Reinio Date: Tue, 7 Jan 2025 23:21:34 +0000 Subject: [PATCH] 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 (cherry picked from commit 1926df8d57c2b6c600a5486b1939d96b21f7f812) Reviewed-by: Qt Cherry-pick Bot (cherry picked from commit 85088954de10c266242c2e7a35da4a669feb6bab) --- src/3rdparty/D3D12MemoryAllocator/qt_attribution.json | 2 +- src/3rdparty/VulkanMemoryAllocator/qt_attribution.json | 2 +- src/3rdparty/icc/qt_attribution.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/3rdparty/D3D12MemoryAllocator/qt_attribution.json b/src/3rdparty/D3D12MemoryAllocator/qt_attribution.json index a24a49b6380..48cd78e7496 100644 --- a/src/3rdparty/D3D12MemoryAllocator/qt_attribution.json +++ b/src/3rdparty/D3D12MemoryAllocator/qt_attribution.json @@ -1,6 +1,6 @@ [ { - "Id": "D3D12MemoryAllocator", + "Id": "d3d12memoryallocator", "Name": "D3D12 Memory Allocator", "QDocModule": "qtgui", "Description": "D3D12 Memory Allocator", diff --git a/src/3rdparty/VulkanMemoryAllocator/qt_attribution.json b/src/3rdparty/VulkanMemoryAllocator/qt_attribution.json index 4fecb9ee6ad..455fe6da6fe 100644 --- a/src/3rdparty/VulkanMemoryAllocator/qt_attribution.json +++ b/src/3rdparty/VulkanMemoryAllocator/qt_attribution.json @@ -1,6 +1,6 @@ [ { - "Id": "VulkanMemoryAllocator", + "Id": "vulkanmemoryallocator", "Name": "Vulkan Memory Allocator", "QDocModule": "qtgui", "Description": "Vulkan Memory Allocator", diff --git a/src/3rdparty/icc/qt_attribution.json b/src/3rdparty/icc/qt_attribution.json index 3e46223fb59..b99b9ce1227 100644 --- a/src/3rdparty/icc/qt_attribution.json +++ b/src/3rdparty/icc/qt_attribution.json @@ -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).",