summaryrefslogtreecommitdiffstats
path: root/tests/auto/qtattributionsscanner/testdata/good/expected.json
blob: ed6d943449fdc0ac0e44be044581b356ae16e8a7 (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
[
    {
        "Copyright": "Copyright",
        "Description": "Multi\nLine\nDescription",
        "Homepage": "www.qt.io",
        "Id": "complete",
        "License": "License",
        "LicenseFile": "%{PWD}/complete/LICENSE",
        "LicenseId": "xxx",
        "Name": "Complete",
        "Path": "%{PWD}/complete",
        "QDocModule": "qtest",
        "QtUsage": "Multi\nLine\nUsage",
        "Version": "1.0",
        "DownloadLocation": "www.qt.io/1.0"
    },
    {
        "Copyright": "Copyright",
        "Description": "",
        "Homepage": "",
        "Id": "minimal",
        "License": "License",
        "LicenseFile": "",
        "LicenseId": "",
        "Name": "Minimal",
        "Path": "%{PWD}/minimal",
        "QDocModule": "qtest",
        "QtUsage": "Usage",
        "Version": "",
        "DownloadLocation": ""
    }
]