mirror of https://github.com/qt/qtgrpc.git
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-137264 Task-number: QTBUG-129602 Change-Id: Ied50c009c8208ab576e5432586c99cb0e8ba84b4 Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
This commit is contained in:
parent
5f1ed8da0e
commit
bd86e2f91b
|
|
@ -12,7 +12,11 @@
|
|||
"LicenseId": "BSD-3-Clause",
|
||||
"LicenseFile": "LICENSES/LicenseRef-protobuf.txt",
|
||||
"Copyright": "Copyright 2008 Google Inc.",
|
||||
"Version": "21.9"
|
||||
"Version": "21.9",
|
||||
"PURL": [
|
||||
"pkg:github/protocolbuffers/protobuf@v$<VERSION>"
|
||||
],
|
||||
"CPE": "cpe:2.3:a:google:protobuf:$<VERSION>:*:*:*:*:*:*:*"
|
||||
},
|
||||
{
|
||||
"Id": "protobuf-qtgrpcgen",
|
||||
|
|
@ -27,7 +31,11 @@
|
|||
"LicenseId": "BSD-3-Clause",
|
||||
"LicenseFile": "LICENSES/LicenseRef-protobuf.txt",
|
||||
"Copyright": "Copyright 2008 Google Inc.",
|
||||
"Version": "21.9"
|
||||
"Version": "21.9",
|
||||
"PURL": [
|
||||
"pkg:github/protocolbuffers/protobuf@v$<VERSION>"
|
||||
],
|
||||
"CPE": "cpe:2.3:a:google:protobuf:$<VERSION>:*:*:*:*:*:*:*"
|
||||
},
|
||||
{
|
||||
"Id": "grpc",
|
||||
|
|
@ -38,6 +46,7 @@
|
|||
|
||||
"SecurityCritical": false,
|
||||
"Homepage": "https://grpc.io",
|
||||
"Comment": "no relevant PURL or CPE set, because the dependency is just for examples and tests",
|
||||
"License": "Apache License 2.0",
|
||||
"LicenseId": "Apache-2.0",
|
||||
"LicenseFile": "LICENSE.Apache-2.0.txt",
|
||||
|
|
|
|||
Loading…
Reference in New Issue