From b0c601ae487575bbed28ed0590aafe69682b28c8 Mon Sep 17 00:00:00 2001 From: Nicolas Ettlin Date: Wed, 4 Jul 2018 09:51:43 +0200 Subject: =?UTF-8?q?Improve=20the=20Clipper=20dependency=E2=80=99s=20qt=5Fa?= =?UTF-8?q?ttribution.json=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- src/3rdparty/clipper/qt_attribution.json | 8 ++++---- 1 file 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" } -- cgit v1.2.1