summaryrefslogtreecommitdiffstats
path: root/src/gui/painting/qt_attribution.json
blob: e2326a56c1035636f93cc6301e4a171f2421d623 (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
46
[
    {
        "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": "xserverhelper",
        "Name": "X Server helper",
        "QDocModule": "qtgui",
        "QtUsage": "Used in Qt GUI (QRegion).",
        "Files": "qregion.cpp",

        "Description": "Code from X11's region.h, Region.c, poly.h, and PolyReg.c",
        "Homepage": "https://www.x.org/",
        "License": "X11 License and Historical Permission Notice and Disclaimer",
        "LicenseId": "X11 AND HPND",
        "LicenseFile": "XCONSORTIUM_LICENSE.txt",
        "Copyright": "Copyright (c) 1987, 1988 X Consortium
Copyright 1987, 1988 by Digital Equipment Corporation, Maynard, Massachusetts."
    }
]