summaryrefslogtreecommitdiffstats
path: root/tests/auto/qtattributionsscanner/testdata/good/expected.json
blob: adde0d86b66739154c6af801a7c2e4c7a29907a6 (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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
[
    {
        "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",
        "SecurityCritical": false,
        "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/../../../../../../LICENSES/BSD-3-Clause.txt",
        "LicenseId": "xxx",
        "Name": "Complete",
        "PackageComment": "just a test package",
        "Path": "%{PWD}/complete",
        "QDocModule": "qtest",
        "QtParts": [
            "examples"
        ],
        "QtUsage": "Multi\nLine\nUsage",
        "SecurityCritical": true,
        "Version": "1.0"
    },
    {
        "Copyright": "Copyright",
        "CopyrightFile": "",
        "Description": "",
        "DownloadLocation": "",
        "Files": "",
        "Homepage": "",
        "Id": "licenses-dir",
        "License": "BSD 3-Clause \"New\" or \"Revised\" License",
        "LicenseFile": "%{LICENSES_DIR}/BSD-3-Clause.txt",
        "LicenseId": "BSD-3-Clause",
        "Name": "LicensesDir",
        "PackageComment": "",
        "Path": "%{PWD}/licenses-dir",
        "QDocModule": "qtest",
        "QtParts": [
            "libs"
        ],
        "QtUsage": "Usage",
        "SecurityCritical": false,
        "Version": ""
    },
    {
        "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",
        "SecurityCritical": false,
        "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",
        "SecurityCritical": false,
        "Version": ""
    }
]