summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Ettlin <nicolas.ettlin@me.com>2018-07-04 09:51:43 +0200
committerNicolas Ettlin <nicolas.ettlin@me.com>2018-07-05 08:00:35 +0000
commitb0c601ae487575bbed28ed0590aafe69682b28c8 (patch)
tree213a991d2b0bc06ef5321c89fae8342745f94862
parentec8152a98b8971af6020dbee5a2885a525a53f88 (diff)
downloadqtlocation-b0c601ae487575bbed28ed0590aafe69682b28c8.tar.gz
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 Change-Id: I661a9b81609bc4fb02d15b2139390991505e1c82 Reviewed-by: Paolo Angelelli <paolo.angelelli@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"
}