diff options
author | Alexandru Croitor <[email protected]> | 2025-05-26 17:26:34 +0200 |
---|---|---|
committer | Alexandru Croitor <[email protected]> | 2025-05-27 16:40:43 +0200 |
commit | d48abeab46c74468eeb1fde86f95d74aa8ad6f05 (patch) | |
tree | 49702e07b3a6f7d146df2730bde4e3076614ade1 | |
parent | 5461d3d44827d45303a7aae224769488dce1c857 (diff) |
[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-137190
Task-number: QTBUG-129602
Change-Id: Ib907fb26d5c70fd4fe025f1ba903e7cf39b22cb6
Reviewed-by: Alexey Edelev <[email protected]>
-rw-r--r-- | src/3rdparty/clip2tri/qt_attribution.json | 5 | ||||
-rw-r--r-- | src/3rdparty/clipper/qt_attribution.json | 1 | ||||
-rw-r--r-- | src/3rdparty/poly2tri/qt_attribution.json | 4 |
3 files changed, 10 insertions, 0 deletions
diff --git a/src/3rdparty/clip2tri/qt_attribution.json b/src/3rdparty/clip2tri/qt_attribution.json index a4a1f183..2edca3db 100644 --- a/src/3rdparty/clip2tri/qt_attribution.json +++ b/src/3rdparty/clip2tri/qt_attribution.json @@ -6,6 +6,11 @@ "Description": "Clip2Tri can be used together with Clipper for robust triangulation.", "Homepage": "https://github.com/raptor/clip2tri", + "PURL": [ + "pkg:github/raptor/clip2tri@5a11e66fef454c33ddfc080c17a9b2b03f7b642b" + ], + "Comment": "No relevant CPE found", + "Version": "commit 5a11e66fef454c33ddfc080c17a9b2b03f7b642b", "LicenseId": "MIT", "License": "MIT License", "LicenseFile": "LICENSE", diff --git a/src/3rdparty/clipper/qt_attribution.json b/src/3rdparty/clipper/qt_attribution.json index e2be5d2c..73354a8a 100644 --- a/src/3rdparty/clipper/qt_attribution.json +++ b/src/3rdparty/clipper/qt_attribution.json @@ -5,6 +5,7 @@ "QtUsage": "Used in the QML plugin of Qt Location and in Qt Positioning.", "Description": "The Clipper library performs line & polygon clipping - intersection, union, difference & exclusive-or, and line & polygon offsetting.", "Homepage": "https://sourceforge.net/projects/polyclipping/", + "Comment": "no relevant PURL or CPE found", "Version": "6.4.2", "LicenseId": "BSL-1.0", "License": "Boost Software License 1.0", diff --git a/src/3rdparty/poly2tri/qt_attribution.json b/src/3rdparty/poly2tri/qt_attribution.json index c2dddc05..d58dc0de 100644 --- a/src/3rdparty/poly2tri/qt_attribution.json +++ b/src/3rdparty/poly2tri/qt_attribution.json @@ -6,6 +6,10 @@ "Description": "Poly2Tri is a sweepline constrained Delaunay Polygon Triangulation Library.", "Homepage": "https://github.com/greenm01/poly2tri", + "PURL": [ + "pkg:github/greenm01/poly2tri@a922022da4c0d3a55b1d6b6d634219caea653053" + ], + "Comment": "No relevant CPE found", "Version": "commit a922022da4c0d3a55b1d6b6d634219caea653053", "LicenseId": "BSD-3-Clause", "License": "BSD 3-clause \"New\" or \"Revised\" License", |