diff options
author | Alexandru Croitor <[email protected]> | 2025-06-03 18:19:58 +0200 |
---|---|---|
committer | Alexandru Croitor <[email protected]> | 2025-06-04 14:04:16 +0200 |
commit | c6b7dc6c7922d7ed5217fcbead01ecb3c43366a4 (patch) | |
tree | 168f9b7a390f962eefec86b42d3d686c91faacf3 | |
parent | ba2b21e0aba115ea5e606efb77054728a7e519c3 (diff) |
[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 <[email protected]>
-rw-r--r-- | src/3rdparty/qt_attribution.json | 4 |
1 files changed, 4 insertions, 0 deletions
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@$<VERSION>" + ], + "Comment": "No relevant CPE found", "License": "MIT License", "LicenseId": "MIT", |