From c6b7dc6c7922d7ed5217fcbead01ecb3c43366a4 Mon Sep 17 00:00:00 2001 From: Alexandru Croitor Date: Tue, 3 Jun 2025 18:19:58 +0200 Subject: CMake: Add PURL and CPE info to 3rd party attribution files [ChangeLog][Third-Party Code] Added PURL and CPE information to the attribution files of 3rd party sources. Pick-to: 6.5 6.8 6.9 6.10 Fixes: QTBUG-137388 Task-number: QTBUG-129602 Change-Id: Ieefc44bd19c740ffc7bf15523855136f7bf16806 Reviewed-by: Joerg Bornemann --- src/3rdparty/qt_attribution.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/3rdparty/qt_attribution.json b/src/3rdparty/qt_attribution.json index 0564b5d0..ea6922fb 100644 --- a/src/3rdparty/qt_attribution.json +++ b/src/3rdparty/qt_attribution.json @@ -8,6 +8,10 @@ "Description": "QFace is a generator framework based on a modern IDL.", "Homepage": "https://pelagicore.github.io/qface", "Version": "2.0.11", + "PURL": [ + "pkg:github/Pelagicore/qface@$" + ], + "Comment": "No relevant CPE found", "License": "MIT License", "LicenseId": "MIT", -- cgit v1.2.3