summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexandru Croitor <[email protected]>2025-06-03 17:39:36 +0200
committerAlexandru Croitor <[email protected]>2025-06-04 14:04:01 +0200
commit6164eed2a54fa58cb2fc5e5408e481a512f687c1 (patch)
treef282aef36ec1ac806b41eb98e9bfa097725dce35
parent9f2b53970dcd309ce0dbda82d9934651b4a3213f (diff)
CMake: Add PURL and CPE info to 3rd party attribution filesHEADdev
[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-137381 Task-number: QTBUG-129602 Change-Id: Ib421f50fa0dc1dd2f4a863db37565ac2c874c485 Reviewed-by: Joerg Bornemann <[email protected]>
-rw-r--r--src/3rdparty/assimp/qt_attribution.json4
-rw-r--r--src/3rdparty/imgui/qt_attribution.json6
2 files changed, 10 insertions, 0 deletions
diff --git a/src/3rdparty/assimp/qt_attribution.json b/src/3rdparty/assimp/qt_attribution.json
index 9af7483dd..038c7d632 100644
--- a/src/3rdparty/assimp/qt_attribution.json
+++ b/src/3rdparty/assimp/qt_attribution.json
@@ -7,6 +7,10 @@
"Homepage": "http://www.assimp.org/",
"Version": "5.4.3",
"DownloadLocation": "https://github.com/assimp/assimp/releases/tag/v5.4.3",
+ "PURL": [
+ "pkg:github/assimp/assimp@v$<VERSION>"
+ ],
+ "CPE": "cpe:2.3:a:assimp:assimp:$<VERSION>:*:*:*:*:*:*:*",
"License": "BSD 3-clause \"New\" or \"Revised\" Licensee",
"LicenseId": "BSD-3-Clause",
"LicenseFile": "LICENSE",
diff --git a/src/3rdparty/imgui/qt_attribution.json b/src/3rdparty/imgui/qt_attribution.json
index b4b2f3792..b387c9172 100644
--- a/src/3rdparty/imgui/qt_attribution.json
+++ b/src/3rdparty/imgui/qt_attribution.json
@@ -8,6 +8,10 @@
"Homepage": "https://github.com/ocornut/imgui",
"Version": "v1.91.0",
+ "PURL": [
+ "pkg:github/ocornut/imgui@$<VERSION>"
+ ],
+ "Comment": "no relevant CPE found",
"License": "MIT License",
"LicenseId": "MIT",
"LicenseFile": "LICENSE.txt",
@@ -22,6 +26,7 @@
"Files": "imgui_draw.cpp",
"Homepage": "https://github.com/bluescan/proggyfonts",
+ "Comment": "No relevant PURL or CPE set, because the dependency is a font file",
"License": "MIT License",
"LicenseId": "MIT",
"LicenseFile": "LICENSE.proggyclean.txt",
@@ -36,6 +41,7 @@
"Files": "imstb_rectpack.h imstb_textedit.h imstb_truetype.h",
"Homepage": "https://github.com/nothings/stb/",
+ "Comment": "No relevant PURL or CPE set, because the dependency is a single file",
"License": "MIT License or Public Domain",
"LicenseId": "MIT OR CC0-1.0",
"LicenseFile": "LICENSE.imstb.txt",