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.8 6.9 Fixes: QTBUG-137183 Task-number: QTBUG-129602 Change-Id: I888a9ae68ac0854c742892713d566d564c0113d9 Reviewed-by: Alexey Edelev <alexey.edelev@qt.io>
This commit is contained in:
parent
086bc424de
commit
0a700dd740
|
@ -9,6 +9,12 @@
|
|||
"Homepage": "http://www.simplesystems.org/libtiff/",
|
||||
"Version": "4.7.0",
|
||||
"DownloadLocation": "https://download.osgeo.org/libtiff/tiff-4.7.0.tar.gz",
|
||||
"PURL": [
|
||||
"pkg:gitlab/libtiff/libtiff@v$<VERSION>"
|
||||
],
|
||||
"CPE": [
|
||||
"cpe:2.3:a:libtiff:libtiff:$<VERSION>:*:*:*:*:*:*:*"
|
||||
],
|
||||
|
||||
"License": "libtiff License",
|
||||
"LicenseId": "libtiff",
|
||||
|
|
|
@ -10,6 +10,12 @@
|
|||
|
||||
"Version": "1.5.0",
|
||||
"DownloadLocation": "https://storage.googleapis.com/downloads.webmproject.org/releases/webp/libwebp-1.5.0.tar.gz",
|
||||
"PURL": [
|
||||
"pkg:github/webmproject/libwebp@$v<VERSION>"
|
||||
],
|
||||
"CPE": [
|
||||
"cpe:2.3:a:webmproject:libwebp:$<VERSION>:*:*:*:*:*:*:*"
|
||||
],
|
||||
"License": "BSD 3-clause \"New\" or \"Revised\" License",
|
||||
"LicenseId": "BSD-3-Clause",
|
||||
"LicenseFile": "COPYING",
|
||||
|
|
Loading…
Reference in New Issue