diff options
author | Alexandru Croitor <[email protected]> | 2025-06-03 18:51:06 +0200 |
---|---|---|
committer | Alexandru Croitor <[email protected]> | 2025-06-04 14:04:06 +0200 |
commit | 081436188784d728f5b46b6cf2259429069c2688 (patch) | |
tree | 27a549d7fc3a6b707bbcf779c52b5c74a3febdd8 | |
parent | 07f81efabf8192c991efacb61cdd867f936751ac (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-137385
Task-number: QTBUG-129602
Change-Id: I0a7351b3767041d962655ac4e4703c1020a48dd4
Reviewed-by: Joerg Bornemann <[email protected]>
-rw-r--r-- | src/3rdparty/protocol/ivi/qt_attribution.json | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/3rdparty/protocol/ivi/qt_attribution.json b/src/3rdparty/protocol/ivi/qt_attribution.json index 947163f40..fe6c237bd 100644 --- a/src/3rdparty/protocol/ivi/qt_attribution.json +++ b/src/3rdparty/protocol/ivi/qt_attribution.json @@ -10,6 +10,10 @@ "Homepage": "https://at.projects.genivi.org/wiki/display/WIE/Wayland+IVI+Extension+Home", "Version": "1.9.1", "DownloadLocation": "https://github.com/GENIVI/wayland-ivi-extension/releases/tag/1.9.1", + "PURL": [ + "pkg:github/GENIVI/wayland-ivi-extension@$<VERSION>" + ], + "Comment": "no relevant CPE found", "LicenseId": "MIT", "License": "MIT License", "LicenseFile": "MIT.txt", |