From 1b3a7ae14d25f1caa3f6bedad3cfeb7d83b3904e Mon Sep 17 00:00:00 2001 From: Kai Koehne Date: Fri, 2 Dec 2016 16:16:03 +0100 Subject: Document 3rd party code using new setup MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I7495086a3712ef817380c80d3dea7d49da047ed8 Reviewed-by: Topi Reiniƶ --- src/svg/qt_attribution.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 src/svg/qt_attribution.json (limited to 'src/svg/qt_attribution.json') diff --git a/src/svg/qt_attribution.json b/src/svg/qt_attribution.json new file mode 100644 index 0000000..515bb38 --- /dev/null +++ b/src/svg/qt_attribution.json @@ -0,0 +1,12 @@ +{ + "Id": "xsvg", + "Name": "XSVG", + "QDocModule": "qtsvg", + "QtUsage": "Used in the Qt SVG library.", + "Files": "qtsvghandler.cpp", + + "Description": "Some code for arc handling is derived from code from the XSVG project.", + "License": "MIT \"Old Style\" License", + "LicenseFile": "XSVG_LICENSE.txt", + "Copyright": "Copyright 2002 USC/Information Sciences Institute" +} -- cgit v1.2.1