summaryrefslogtreecommitdiffstats
path: root/src/gui/painting/qt_attribution.json
blob: 9d3debc1b977dc68326a83821218261495a483a0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
[
    {
        "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 2000-2016 by David Turner, Robert Wilhelm, and Werner Lemberg."
    },
    {
        "Id": "smooth-scaling-algorithm",
        "Name": "Smooth Scaling Algorithm",
        "QDocModule": "qtgui",
        "QtUsage": "Used in Qt Gui (QImage::transformed() functions).",
        "Files": "qimagescale.cpp",

        "Description": "Normal smoothscale method, based on Imlib2's smoothscale.",
        "LicenseId": "BSD-2-Clause AND Imlib2",
        "License": "BSD 2-clause \"Simplified\" License and Imlib2 License",
        "LicenseFile": "QIMAGETRANSFORM_LICENSE.txt",
        "Copyright": "Copyright (C) 2004, 2005 Daniel M. Duley.
    (C) Carsten Haitzler and various contributors.
    (C) Willem Monsuwe <willem@stack.nl>"
    },
    {
        "Id": "webgradients",
        "Name": "WebGradients",
        "QDocModule": "qtgui",
        "QtUsage": "Used in Qt GUI to provide presets for QGradient.",
        "Files": "webgradients.css",

        "Description": "WebGradients is a free collection of 180 linear gradients.",
        "Homepage": "https://webgradients.com/",
        "License": "MIT License",
        "LicenseId": "MIT",
        "LicenseFile": "WEBGRADIENTS_LICENSE.txt",
        "Copyright": "Copyright (c) 2017 itmeo"
    }
]