From 5a92b6e8beeb9aa6d3d904c7901f13a6b22502f6 Mon Sep 17 00:00:00 2001 From: Kai Koehne Date: Tue, 25 Oct 2016 10:23:20 +0200 Subject: Document use of 3rd party code in qgrayraster qgrayraster_p.h, qgrayraster.cpp contain code from Freetype which unfortunately cannot be excluded by e.g. '-no-freetype'. Document this code therefore separately. Change-Id: I20d79e984013b2aec874774ddc765b1dc57ebe0e Reviewed-by: Eskil Abrahamsen Blomfeldt --- src/gui/painting/qt_attribution.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 src/gui/painting/qt_attribution.json (limited to 'src/gui/painting/qt_attribution.json') diff --git a/src/gui/painting/qt_attribution.json b/src/gui/painting/qt_attribution.json new file mode 100644 index 0000000000..f635cf98ac --- /dev/null +++ b/src/gui/painting/qt_attribution.json @@ -0,0 +1,14 @@ +{ + "Id": "grayraster", + "Name": "Anti-aliasing rasterizer from FreeType 2", + "QDocModule": "qtgui", + "QtUsage": "Used in Qt GUI.", + "Path": "qgrayraster.c", + + "Description": "FreeType is a freely available software library to render fonts.", + "Homepage": "http://www.freetype.org", + "License": "Freetype Project License or GNU General Public License v2.0 only", + "LicenseId": "FTL or GPL-2.0", + "LicenseFile": "../../3rdparty/freetype/docs/LICENSE.TXT", + "Copyright": "Copyright 2006-2015 by David Turner, Robert Wilhelm, and Werner Lemberg." +} -- cgit v1.2.3