summaryrefslogtreecommitdiff
path: root/qt_attribution.json
blob: 4a50d4651c14052cbc1c474af6bd35095f561ad6 (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
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
[
    {
        "Id": "mapboxgl",
        "Name": "Mapbox GL Native",
        "QDocModule": "qtlocation",
        "QtUsage": "Used in the Mapbox GL plugin of Qt Location.",

        "Description": "A library for embedding interactive and customizable vector maps.",
        "Homepage": "https://github.com/mapbox/mapbox-gl-native",
        "LicenseId": "BSD-2-Clause",
        "License": "BSD 2-clause \"Simplified\" License",
        "Copyright": "Copyright (c) 2014-2017 Mapbox"
    },
    {
        "Id": "mapboxgl-css_color_parser",
        "Name": "CSS Color Parser",
        "QDocModule": "qtlocation",
        "QtUsage": "Used in the Mapbox GL plugin of Qt Location.",

        "Path": "src/csscolorparser",
        "Description": "C++ parser for CSS color strings.",
        "Homepage": "https://github.com/kkaefer/css-color-parser-cpp",
        "LicenseId": "MIT",
        "License": "MIT License",
        "Copyright": "Copyright (c) 2012 Dean McNamee, 2014 Konstantin Käfer"
    },
    {
        "Id": "mapboxgl-parsedate",
        "Name": "cURL Parse Date",
        "QDocModule": "qtlocation",
        "QtUsage": "Used in the Mapbox GL plugin of Qt Location.",

        "Path": "src/parsedate",
        "Description": "Parser for date formats.",
        "Homepage": "https://curl.haxx.se",
        "LicenseId": "MIT",
        "License": "MIT License",
        "Copyright": "Copyright (c) 1998-2014 Daniel Stenberg, et al"
    },
    {
        "Id": "mapboxgl-libcxx",
        "Name": "libc++",
        "QDocModule": "qtlocation",
        "QtUsage": "Used in the Mapbox GL plugin of Qt Location.",

        "Description": "libc++ is a new implementation of the C++ standard library, targeting C++11.",
        "Homepage": "https://libcxx.llvm.org",
        "LicenseId": "MIT and UIUC",
        "License": "MIT and UIUC (BSD-like)",
        "Copyright": "Copyright (c) 2009-2014 libc++ developers"
    },
    {
        "Id": "mapboxgl-boost",
        "Name": "Boost",
        "QDocModule": "qtlocation",
        "QtUsage": "Used in the Mapbox GL plugin of Qt Location.",

        "Path": "deps/boost",
        "Description": "Boost provides free peer-reviewed portable C++ source libraries.",
        "Homepage": "http://www.boost.org",
        "LicenseId": "BSL-1.0",
        "License": "Boost Software License 1.0",
        "Copyright": "Copyright (c) Boost developers"
    },
    {
        "Id": "mapboxgl-earcut",
        "Name": "Earcut",
        "QDocModule": "qtlocation",
        "QtUsage": "Used in the Mapbox GL plugin of Qt Location.",

        "Path": "deps/earcut",
        "Description": "A fast polygon triangulation library.",
        "Homepage": "https://github.com/mapbox/earcut.hpp",
        "LicenseId": "ISC",
        "License": "ISC License",
        "Copyright": "Copyright (c) 2015 Mapbox"
    },
    {
        "Id": "mapboxgl-geojson",
        "Name": "geojson-cpp",
        "QDocModule": "qtlocation",
        "QtUsage": "Used in the Mapbox GL plugin of Qt Location.",

        "Path": "deps/geojson",
        "Description": "A C++14 library for converting GeoJSON into geometry.hpp representation.",
        "Homepage": "https://github.com/mapbox/geojson-cpp",
        "LicenseId": "ISC",
        "License": "ISC License",
        "Copyright": "Copyright (c) 2016 Mapbox"
    },
    {
        "Id": "mapboxgl-geojsonvt",
        "Name": "geojson-vt-cpp",
        "QDocModule": "qtlocation",
        "QtUsage": "Used in the Mapbox GL plugin of Qt Location.",

        "Path": "deps/geojsonvt",
        "Description": "A library for slicing GeoJSON into vector tiles on the fly.",
        "Homepage": "https://github.com/mapbox/geojson-vt-cpp",
        "LicenseId": "ISC",
        "License": "ISC License",
        "Copyright": "Copyright (c) 2015 Mapbox"
    },
    {
        "Id": "mapboxgl-geometry",
        "Name": "geometry.hpp",
        "QDocModule": "qtlocation",
        "QtUsage": "Used in the Mapbox GL plugin of Qt Location.",

        "Path": "deps/geometry",
        "Description": "C++ interfaces for geometry types, geometry collections, and features.",
        "Homepage": "https://github.com/mapbox/geometry.hpp",
        "LicenseId": "ISC",
        "License": "ISC License",
        "Copyright": "Copyright (c) 2016 Mapbox"
    },
    {
        "Id": "mapboxgl-kdbush",
        "Name": "kdbush.hpp",
        "QDocModule": "qtlocation",
        "QtUsage": "Used in the Mapbox GL plugin of Qt Location.",

        "Path": "deps/kdbush",
        "Description": "A fast static spatial index for 2D points.",
        "Homepage": "https://github.com/mourner/kdbush.hpp",
        "LicenseId": "ISC",
        "License": "ISC License",
        "Copyright": "Copyright (c) 2016 Vladimir Agafonkin"
    },
    {
        "Id": "mapboxgl-polylabel",
        "Name": "polylabel",
        "QDocModule": "qtlocation",
        "QtUsage": "Used in the Mapbox GL plugin of Qt Location.",

        "Path": "deps/polylabel",
        "Description": "A fast algorithm for finding polygon pole of inaccessibility.",
        "Homepage": "https://github.com/mapbox/polylabel",
        "LicenseId": "ISC",
        "License": "ISC License",
        "Copyright": "Copyright (c) 2016 Mapbox"
    },
    {
        "Id": "mapboxgl-protozero",
        "Name": "protozero",
        "QDocModule": "qtlocation",
        "QtUsage": "Used in the Mapbox GL plugin of Qt Location.",

        "Path": "deps/protozero",
        "Description": "Minimalist protocol buffer decoder and encoder in C++.",
        "Homepage": "https://github.com/mapbox/protozero",
        "LicenseId": "BSD-2-Clause",
        "License": "BSD 2-clause \"Simplified\" License",
        "Copyright": "Copyright (c) Mapbox"
    },
    {
        "Id": "mapboxgl-rapidjson",
        "Name": "RapidJSON",
        "QDocModule": "qtlocation",
        "QtUsage": "Used in the Mapbox GL plugin of Qt Location.",

        "Path": "deps/rapidjson",
        "Description": "A fast JSON parser/generator for C++ with both SAX/DOM style API.",
        "Homepage": "http://rapidjson.org",
        "LicenseId": "MIT",
        "License": "MIT License",
        "Copyright": "Copyright (c) 2015 THL A29 Limited, a Tencent company, and Milo Yip"
    },
    {
        "Id": "mapboxgl-shelfpack",
        "Name": "shelf-pack-cpp",
        "QDocModule": "qtlocation",
        "QtUsage": "Used in the Mapbox GL plugin of Qt Location.",

        "Path": "deps/shelf-pack",
        "Description": "A 2D rectangular bin packing data structure.",
        "Homepage": "https://github.com/mapbox/shelf-pack-cpp",
        "LicenseId": "ISC",
        "License": "ISC License",
        "Copyright": "Copyright (c) 2017 Mapbox"
    },
    {
        "Id": "mapboxgl-supercluster",
        "Name": "supercluster.hpp",
        "QDocModule": "qtlocation",
        "QtUsage": "Used in the Mapbox GL plugin of Qt Location.",

        "Path": "deps/supercluster",
        "Description": "A fast 2D point clustering library for use in interactive maps.",
        "Homepage": "https://github.com/mapbox/supercluster.hpp",
        "LicenseId": "ISC",
        "License": "ISC License",
        "Copyright": "Copyright (c) 2016 Mapbox"
    },
    {
        "Id": "mapboxgl-unique_resource",
        "Name": "unique_resource",
        "QDocModule": "qtlocation",
        "QtUsage": "Used in the Mapbox GL plugin of Qt Location.",

        "Path": "deps/unique_resource",
        "Description": "General RAII wrapper for exclusive ownership resource management.",
        "Homepage": "https://github.com/okdshin/unique_resource",
        "LicenseId": "BSL-1.0",
        "License": "Boost Software License 1.0",
        "Copyright": "Copyright (c) 2015 okdshin"
    },
    {
        "Id": "mapboxgl-variant",
        "Name": "variant",
        "QDocModule": "qtlocation",
        "QtUsage": "Used in the Mapbox GL plugin of Qt Location.",

        "Path": "deps/variant",
        "Description": "A header-only alternative to boost::variant for C++11 and C++14.",
        "Homepage": "https://github.com/mapbox/variant",
        "LicenseId": "BSD-3-Clause",
        "License": "BSD 3-clause \"New\" or \"Revised\" License",
        "Copyright": "Copyright (c) Mapbox"
    },
    {
        "Id": "mapboxgl-vectortile",
        "Name": "Vector Tile Library",
        "QDocModule": "qtlocation",
        "QtUsage": "Used in the Mapbox GL plugin of Qt Location.",

        "Path": "deps/vector-tile",
        "Description": "C++14 library for decoding Mapbox Vector Tiles.",
        "Homepage": "https://github.com/mapbox/vector-tile",
        "LicenseId": "ISC",
        "License": "ISC License",
        "Copyright": "Copyright (c) 2016 Mapbox"
    },
    {
        "Id": "mapboxgl-wagyu",
        "Name": "Wagyu Geometry Processing Library",
        "QDocModule": "qtlocation",
        "QtUsage": "Used in the Mapbox GL plugin of Qt Location.",

        "Path": "deps/wagyu",
        "Description": "A library for basic geometric operations.",
        "Homepage": "https://github.com/mapbox/wagyu",
        "LicenseId": "MIT",
        "License": "MIT License",
        "Copyright": "Copyright (c) 2010-2015, Angus Johnson, 2016 Mapbox"
    }
]