summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Ettlin <nicolas.ettlin@me.com>2018-07-04 09:51:43 +0200
committerKai Koehne <kai.koehne@qt.io>2018-07-12 08:56:37 +0000
commit4eee25ab0e40b72b2a12f2f29142a9431f1b152a (patch)
treee752a12091725322fe0de9a6b6d9720d329d2f95
parent4605cd65ce08d4e6a246c4342c825a8530f6c06a (diff)
Improve the Clipper dependency’s qt_attribution.json file
This commit fixes many issues in the qt_attribution.json file of the Clipper dependency: - It adds a new description to match the Clipper project (the old one referred to the Clip2Tri project) - It changes the website URL so the Clipper project is easier to find - It adds a version number field - It updates the Copyright field to match the version used in Qt Task-number: QTBUG-69262 (cherry picked from commit b0c601ae487575bbed28ed0590aafe69682b28c8) Change-Id: Ia1d9cf92b80b224afe5583f000fa0bd64d5720b5 Reviewed-by: hjk <hjk@qt.io>
-rw-r--r--src/3rdparty/clipper/qt_attribution.json8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/3rdparty/clipper/qt_attribution.json b/src/3rdparty/clipper/qt_attribution.json
index d64b091f..4f6a2321 100644
--- a/src/3rdparty/clipper/qt_attribution.json
+++ b/src/3rdparty/clipper/qt_attribution.json
@@ -3,11 +3,11 @@
"Name": "Clipper Polygon Clipping Library",
"QDocModule": "qtlocation",
"QtUsage": "Used in the QML plugin of Qt Location.",
-
- "Description": "Clip2Tri can be used together with Clipper for robust triangulation.",
- "Homepage": "http://www.angusj.com",
+ "Description": "The Clipper library performs line & polygon clipping - intersection, union, difference & exclusive-or, and line & polygon offsetting.",
+ "Homepage": "http://www.angusj.com/delphi/clipper.php",
+ "Version": "6.4.0",
"LicenseId": "BSL-1.0",
"License": "Boost Software License 1.0",
"LicenseFile": "LICENSE",
- "Copyright": "Copyright Angus Johnson 2010-2014"
+ "Copyright": "Copyright Angus Johnson 2010-2015"
}