summaryrefslogtreecommitdiffstats
path: root/tests/auto/qtattributionsscanner/testdata/good/expected.json
blob: d910e616590a9f156355c19d5c67a01d1701d4ff (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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
[
    {
        "Copyright": "",
        "CopyrightFile": "",
        "Description": "Hello world!\nLine 2",
        "DownloadLocation": "",
        "Files": "",
        "Homepage": "",
        "Id": "chromium-test",
        "License": "License",
        "LicenseFile": "",
        "LicenseId": "",
        "Name": "Test",
        "PackageComment": "",
        "Path": "%{PWD}/chromium",
        "QDocModule": "qtwebengine",
        "QtParts": [
            "libs"
        ],
        "QtUsage": "Used in Qt WebEngine",
        "Version": ""
    },
    {
        "Copyright": "Copyright",
        "CopyrightFile": "",
        "Description": "Multi\nLine\nDescription",
        "DownloadLocation": "www.qt.io/1.0",
        "Files": "",
        "Homepage": "www.qt.io",
        "Id": "complete",
        "License": "License",
        "LicenseFile": "%{PWD}/complete/LICENSE",
        "LicenseId": "xxx",
        "Name": "Complete",
        "PackageComment": "just a test package",
        "Path": "%{PWD}/complete",
        "QDocModule": "qtest",
        "QtParts": [
            "examples"
        ],
        "QtUsage": "Multi\nLine\nUsage",
        "Version": "1.0"
    },
    {
        "Copyright": "Copyright",
        "CopyrightFile": "",
        "Description": "",
        "DownloadLocation": "",
        "Files": "",
        "Homepage": "",
        "Id": "minimal",
        "License": "License",
        "LicenseFile": "",
        "LicenseId": "",
        "Name": "Minimal",
        "PackageComment": "",
        "Path": "%{PWD}/minimal",
        "QDocModule": "qtest",
        "QtParts": [
            "libs"
        ],
        "QtUsage": "Usage",
        "Version": ""
    },
    {
        "Copyright": "",
        "CopyrightFile": "%{PWD}/variants/COPYRIGHT.txt",
        "Description": "",
        "DownloadLocation": "",
        "Files": "",
        "Homepage": "",
        "Id": "variants",
        "License": "License",
        "LicenseFiles": [
            "%{PWD}/variants/LICENSE1.txt",
            "%{PWD}/variants/LICENSE2.txt"
        ],
        "LicenseId": "",
        "Name": "Variants Test",
        "PackageComment": "",
        "Path": "%{PWD}/variants",
        "QDocModule": "qtest",
        "QtParts": [
            "libs"
        ],
        "QtUsage": "Usage",
        "Version": ""
    }
]