aboutsummaryrefslogtreecommitdiffstats
path: root/qt_attributions.json
blob: 56e4fe0595c320c93202325de09c67ff8ecfa7b1 (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
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
[
    {
        "Id": "yaml-cpp",
        "Name": "YAML C++ Parser",
        "QDocModule": "qtcreator",
        "QtParts": ["tools"],
        "QtUsage": "Used for parsing output of Clazy and Clang Tidy.",
        "Path": "src/libs/3rdparty/yaml-cpp",
        "Description": "yaml-cpp is a YAML parser and emitter in C++ matching the YAML 1.2 spec.",
        "Homepage": "https://github.com/jbeder/yaml-cpp",
        "Version": "0.8.0",
        "License": "MIT License",
        "LicenseFile": "src/libs/3rdparty/yaml-cpp/LICENSE",
        "Copyright": "Copyright (c) 2008-2015 Jesse Beder."
    },
    {
        "Id": "ksyntaxhighlighting",
        "Name": "KSyntaxHighlighting",
        "QDocModule": "qtcreator",
        "QtParts": ["tools"],
        "QtUsage": "Used for the generic highlighter for text files.",
        "Path": "src/libs/3rdparty/syntax-highlighting",
        "Description": "Syntax highlighting engine for Kate syntax definitions",
        "Homepage": "https://invent.kde.org/frameworks/syntax-highlighting",
        "Version": "v5.103.0",
        "License": "MIT License",
        "LicenseFile": "src/libs/3rdparty/syntax-highlighting/COPYING",
        "Copyright": "Copyright The KDE project contributors"
    },
    {
        "Id": "ksyntaxhighlighting-alert",
        "Name": "KSyntaxHighlighting: alert.xml",
        "QDocModule": "qtcreator",
        "QtParts": ["tools"],
        "QtUsage": "Used for the generic highlighter for text files.",
        "Path": "src/libs/3rdparty/syntax-highlighting/data/syntax",
        "Description": "Syntax highlighting definition alert.xml",
        "Homepage": "https://invent.kde.org/frameworks/syntax-highlighting/-/tree/master/data/syntax",
        "License": "MIT License",
        "LicenseFile": "src/libs/3rdparty/syntax-highlighting/COPYING",
        "Copyright": "Author: Dominik Haumann (dhaumann@kde.org)."
    },
    {
        "Id": "ksyntaxhighlighting-bash",
        "Name": "KSyntaxHighlighting: bash.xml",
        "QDocModule": "qtcreator",
        "QtParts": ["tools"],
        "QtUsage": "Used for the generic highlighter for text files.",
        "Path": "src/libs/3rdparty/syntax-highlighting/data/syntax",
        "Description": "Syntax highlighting definition bash.xml",
        "Homepage": "https://invent.kde.org/frameworks/syntax-highlighting/-/tree/master/data/syntax",
        "License": "GNU Lesser General Public License v2.1",
        "LicenseFile": "doc/qtcreator/src/overview/license-LGPLv2.1.txt",
        "Copyright": "Copyright (c) 2004 by Wilbert Berendsen (wilbert@kde.nl). Changes by: Matthew Woehlke (mw_triad@users.sourceforge.net), Sebastian Pipping (webmaster@hartwork.org), and Luiz Angelo Daros de Luca (luizluca@gmail.com)."
    },
    {
        "Id": "ksyntaxhighlighting-cmake",
        "Name": "KSyntaxHighlighting: cmake.xml",
        "QDocModule": "qtcreator",
        "QtParts": ["tools"],
        "QtUsage": "Used for the generic highlighter for text files.",
        "Path": "src/libs/3rdparty/syntax-highlighting/data/syntax",
        "Description": "Syntax highlighting definition cmake.xml",
        "Homepage": "https://invent.kde.org/frameworks/syntax-highlighting/-/tree/master/data/syntax",
        "License": "GNU Lesser General Public License v2.1 or later",
        "LicenseFile": "doc/qtcreator/src/overview/license-LGPLv2.1.txt",
        "Copyright": "Copyright 2004 Alexander Neundorf (neundorf@kde.org). Copyright 2005 Dominik Haumann (dhdev@gmx.de). Copyright 2007,2008,2013,2014 Matthew Woehlke (mw_triad@users.sourceforge.net). Copyright 2013-2015,2017-2020 Alex Turbov (i.zaufi@gmail.com)."
    },
    {
        "Id": "ksyntaxhighlighting-css",
        "Name": "KSyntaxHighlighting: css.xml",
        "QDocModule": "qtcreator",
        "QtParts": ["tools"],
        "QtUsage": "Used for the generic highlighter for text files.",
        "Path": "src/libs/3rdparty/syntax-highlighting/data/syntax",
        "Description": "Syntax highlighting definition css.xml",
        "Homepage": "https://invent.kde.org/frameworks/syntax-highlighting/-/tree/master/data/syntax",
        "License": "GNU Lesser General Public License v2.1",
        "LicenseFile": "doc/qtcreator/src/overview/license-LGPLv2.1.txt",
        "Copyright": "Author: Wilbert Berendsen (wilbert@kde.nl). Changes: Version 7 and 8 by Jonathan Poelen, Version 2.13 and 4 by Guo Yunhe (guoyunhebrave@gmail.com), Version 2.08 by Joseph Wenninger, Version 2.06 by Mte90, Version 2.03 by Milian Wolff."
    },
    {
        "Id": "ksyntaxhighlighting-doxygen",
        "Name": "KSyntaxHighlighting: doxygen.xml",
        "QDocModule": "qtcreator",
        "QtParts": ["tools"],
        "QtUsage": "Used for the generic highlighter for text files.",
        "Path": "src/libs/3rdparty/syntax-highlighting/data/syntax",
        "Description": "Syntax highlighting definition doxygen.xml",
        "Homepage": "https://invent.kde.org/frameworks/syntax-highlighting/-/tree/master/data/syntax",
        "License": "MIT License",
        "LicenseFile": "src/libs/3rdparty/syntax-highlighting/COPYING",
        "Copyright": "Author: Dominik Haumann (dhaumann@kde.org)."
    },
    {
        "Id": "ksyntaxhighlighting-dtd",
        "Name": "KSyntaxHighlighting: dtd.xml",
        "QDocModule": "qtcreator",
        "QtParts": ["tools"],
        "QtUsage": "Used for the generic highlighter for text files.",
        "Path": "src/libs/3rdparty/syntax-highlighting/data/syntax",
        "Description": "Syntax highlighting definition dtd.xml",
        "Homepage": "https://invent.kde.org/frameworks/syntax-highlighting/-/tree/master/data/syntax",
        "License": "GNU Lesser General Public License v2.1",
        "LicenseFile": "doc/qtcreator/src/overview/license-LGPLv2.1.txt",
        "Copyright": "Author: Andriy Lesyuk (s-andy@in.if.ua)."
    },
    {
        "Id": "ksyntaxhighlighting-html",
        "Name": "KSyntaxHighlighting: html.xml",
        "QDocModule": "qtcreator",
        "QtParts": ["tools"],
        "QtUsage": "Used for the generic highlighter for text files.",
        "Path": "src/libs/3rdparty/syntax-highlighting/data/syntax",
        "Description": "Syntax highlighting definition html.xml",
        "Homepage": "https://invent.kde.org/frameworks/syntax-highlighting/-/tree/master/data/syntax",
        "License": "GNU Lesser General Public License v2.1",
        "LicenseFile": "doc/qtcreator/src/overview/license-LGPLv2.1.txt",
        "Copyright": "Author: Wilbert Berendsen (wilbert@kde.nl)."
    },
    {
        "Id": "ksyntaxhighlighting-ini",
        "Name": "KSyntaxHighlighting: ini.xml",
        "QDocModule": "qtcreator",
        "QtParts": ["tools"],
        "QtUsage": "Used for the generic highlighter for text files.",
        "Path": "src/libs/3rdparty/syntax-highlighting/data/syntax",
        "Description": "Syntax highlighting definition ini.xml",
        "Homepage": "https://invent.kde.org/frameworks/syntax-highlighting/-/tree/master/data/syntax",
        "License": "GNU Lesser General Public License v2.1",
        "LicenseFile": "doc/qtcreator/src/overview/license-LGPLv2.1.txt",
        "Copyright": "Author: Jan Janssen (medhefgo@web.de)."
    },
    {
        "Id": "ksyntaxhighlighting-java",
        "Name": "KSyntaxHighlighting: java.xml",
        "QDocModule": "qtcreator",
        "QtParts": ["tools"],
        "QtUsage": "Used for the generic highlighter for text files.",
        "Path": "src/libs/3rdparty/syntax-highlighting/data/syntax",
        "Description": "Syntax highlighting definition java.xml",
        "Homepage": "https://invent.kde.org/frameworks/syntax-highlighting/-/tree/master/data/syntax",
        "License": "GNU Lesser General Public License v2.1",
        "LicenseFile": "doc/qtcreator/src/overview/license-LGPLv2.1.txt",
        "Copyright": "Author: Alfredo Luiz Foltran Fialho (alfoltran@ig.com.br)."
    },
    {
        "Id": "ksyntaxhighlighting-javadoc",
        "Name": "KSyntaxHighlighting: javadoc.xml",
        "QDocModule": "qtcreator",
        "QtParts": ["tools"],
        "QtUsage": "Used for the generic highlighter for text files.",
        "Path": "src/libs/3rdparty/syntax-highlighting/data/syntax",
        "Description": "Syntax highlighting definition javadoc.xml",
        "Homepage": "https://invent.kde.org/frameworks/syntax-highlighting/-/tree/master/data/syntax",
        "License": "GNU Lesser General Public License v2.1",
        "LicenseFile": "doc/qtcreator/src/overview/license-LGPLv2.1.txt",
        "Copyright": "Author: Alfredo Luiz Foltran Fialho (alfoltran@ig.com.br)."
    },
    {
        "Id": "ksyntaxhighlighting-json",
        "Name": "KSyntaxHighlighting: json.xml",
        "QDocModule": "qtcreator",
        "QtParts": ["tools"],
        "QtUsage": "Used for the generic highlighter for text files.",
        "Path": "src/libs/3rdparty/syntax-highlighting/data/syntax",
        "Description": "Syntax highlighting definition json.xml",
        "Homepage": "https://invent.kde.org/frameworks/syntax-highlighting/-/tree/master/data/syntax",
        "License": "GNU Lesser General Public License v2.1",
        "LicenseFile": "doc/qtcreator/src/overview/license-LGPLv2.1.txt",
        "Copyright": "Author: Sebastian Pipping (sebastian@pipping.org)."
    },
    {
        "Id": "ksyntaxhighlighting-markdown",
        "Name": "KSyntaxHighlighting: markdown.xml",
        "QDocModule": "qtcreator",
        "QtParts": ["tools"],
        "QtUsage": "Used for the generic highlighter for text files.",
        "Path": "src/libs/3rdparty/syntax-highlighting/data/syntax",
        "Description": "Syntax highlighting definition markdown.xml",
        "Homepage": "https://invent.kde.org/frameworks/syntax-highlighting/-/tree/master/data/syntax",
        "License": "GNU General Public License v2.0 OR BSD 2-Clause \"Simplified\" License",
        "LicenseFile": "doc/qtcreator/src/overview/license-BSD-2-clause.txt",
        "Copyright": "Copyright 2008 Darrin Yeager. http://www.dyeager.org/ Dual-Licensed under both GPL and BSD licenses. Extended 2009 Claes Holmerson. http://github.com/claes/kate-markdown/ Extended 2019 Nibaldo González S. <nibgonz@gmail.com> (changes under MIT license)."
    },
    {
        "Id": "ksyntaxhighlighting-modelines",
        "Name": "KSyntaxHighlighting: modelines.xml",
        "QDocModule": "qtcreator",
        "QtParts": ["tools"],
        "QtUsage": "Used for the generic highlighter for text files.",
        "Path": "src/libs/3rdparty/syntax-highlighting/data/syntax",
        "Description": "Syntax highlighting definition modelines.xml",
        "Homepage": "https://invent.kde.org/frameworks/syntax-highlighting/-/tree/master/data/syntax",
        "License": "MIT License",
        "LicenseFile": "src/libs/3rdparty/syntax-highlighting/COPYING",
        "Copyright": "Author: Alex Turbov (i.zaufi@gmail.com)."
    },
    {
        "Id": "ksyntaxhighlighting-perl",
        "Name": "KSyntaxHighlighting: perl.xml",
        "QDocModule": "qtcreator",
        "QtParts": ["tools"],
        "QtUsage": "Used for the generic highlighter for text files.",
        "Path": "src/libs/3rdparty/syntax-highlighting/data/syntax",
        "Description": "Syntax highlighting definition perl.xml",
        "Homepage": "https://invent.kde.org/frameworks/syntax-highlighting/-/tree/master/data/syntax",
        "License": "GNU Lesser General Public License v2.1",
        "LicenseFile": "doc/qtcreator/src/overview/license-LGPLv2.1.txt",
        "Copyright": "Copyright (C) 2001, 2002, 2003, 2004 Anders Lund (anders@alweb.dk)."
    },
    {
        "Id": "ksyntaxhighlighting-perl6",
        "Name": "KSyntaxHighlighting: perl6.xml",
        "QDocModule": "qtcreator",
        "QtParts": ["tools"],
        "QtUsage": "Used for the generic highlighter for text files.",
        "Path": "src/libs/3rdparty/syntax-highlighting/data/syntax",
        "Description": "Syntax highlighting definition modelines.xml",
        "Homepage": "https://invent.kde.org/frameworks/syntax-highlighting/-/tree/master/data/syntax",
        "License": "MIT License",
        "LicenseFile": "src/libs/3rdparty/syntax-highlighting/COPYING",
        "Copyright": "Author: Jonathan Poelen (jonathan.poelen@gmail.com)."
    },
    {
        "Id": "ksyntaxhighlighting-powershell",
        "Name": "KSyntaxHighlighting: powershell.xml",
        "QDocModule": "qtcreator",
        "QtParts": ["tools"],
        "QtUsage": "Used for the generic highlighter for text files.",
        "Path": "src/libs/3rdparty/syntax-highlighting/data/syntax",
        "Description": "Syntax highlighting definition powershell.xml",
        "Homepage": "https://invent.kde.org/frameworks/syntax-highlighting/-/tree/master/data/syntax",
        "License": "MIT License",
        "LicenseFile": "src/libs/3rdparty/syntax-highlighting/COPYING",
        "Copyright": "Authors: Motoki Kashihara (motoki8791@gmail.com), Michael Lombardi (Michael.T.Lombardi@outlook.com)."
    },
    {
        "Id": "ksyntaxhighlighting-qdocconf",
        "Name": "KSyntaxHighlighting: qdocconf.xml",
        "QDocModule": "qtcreator",
        "QtParts": ["tools"],
        "QtUsage": "Used for the generic highlighter for text files.",
        "Path": "src/libs/3rdparty/syntax-highlighting/data/syntax",
        "Description": "Syntax highlighting definition qdocconf.xml",
        "Homepage": "https://invent.kde.org/frameworks/syntax-highlighting/-/tree/master/data/syntax",
        "License": "MIT License",
        "LicenseFile": "src/libs/3rdparty/syntax-highlighting/COPYING",
        "Copyright": "Author: Volker Krause (vkrause@kde.org)."
    },
    {
        "Id": "ksyntaxhighlighting-ruby",
        "Name": "KSyntaxHighlighting: ruby.xml",
        "QDocModule": "qtcreator",
        "QtParts": ["tools"],
        "QtUsage": "Used for the generic highlighter for text files.",
        "Path": "src/libs/3rdparty/syntax-highlighting/data/syntax",
        "Description": "Syntax highlighting definition ruby.xml",
        "Homepage": "https://invent.kde.org/frameworks/syntax-highlighting/-/tree/master/data/syntax",
        "License": "GNU Lesser General Public License v2.0 or later",
        "LicenseFile": "doc/qtcreator/src/overview/license-LGPLv2.0.txt",
        "Copyright": "Copyright (C) 2004 by Sebastian Vuorinen (sebastian dot vuorinen at helsinki dot fi). Copyright (C) 2004 by Stefan Lang (langstefan@gmx.at). Copyright (C) 2008 by Robin Pedersen (robinpeder@gmail.com). Copyright (C) 2011 by Miquel Sabaté (mikisabate@gmail.com)."
    },
    {
        "Id": "ksyntaxhighlighting-toml",
        "Name": "KSyntaxHighlighting: toml.xml",
        "QDocModule": "qtcreator",
        "QtParts": ["tools"],
        "QtUsage": "Used for the generic highlighter for text files.",
        "Path": "src/libs/3rdparty/syntax-highlighting/data/syntax",
        "Description": "Syntax highlighting definition toml.xml",
        "Homepage": "https://invent.kde.org/frameworks/syntax-highlighting/-/tree/master/data/syntax",
        "License": "GNU Lesser General Public License v2.0",
        "LicenseFile": "doc/qtcreator/src/overview/license-LGPLv2.0.txt",
        "Copyright": "Copyright (C) flying-sheep@web.de"
    },
    {
        "Id": "ksyntaxhighlighting-valgrind-suppression",
        "Name": "KSyntaxHighlighting: valgrind-suppression.xml",
        "QDocModule": "qtcreator",
        "QtParts": ["tools"],
        "QtUsage": "Used for the generic highlighter for text files.",
        "Path": "src/libs/3rdparty/syntax-highlighting/data/syntax",
        "Description": "Syntax highlighting definition valgrind-suppression.xml",
        "Homepage": "https://invent.kde.org/frameworks/syntax-highlighting/-/tree/master/data/syntax",
        "License": "GNU Lesser General Public License v2.1",
        "LicenseFile": "doc/qtcreator/src/overview/license-LGPLv2.1.txt",
        "Copyright": "Author: Milian Wolff (mail@milianw.de)."
    },
    {
        "Id": "ksyntaxhighlighting-xml",
        "Name": "KSyntaxHighlighting: xml.xml",
        "QDocModule": "qtcreator",
        "QtParts": ["tools"],
        "QtUsage": "Used for the generic highlighter for text files.",
        "Path": "src/libs/3rdparty/syntax-highlighting/data/syntax",
        "Description": "Syntax highlighting definition xml.xml",
        "Homepage": "https://invent.kde.org/frameworks/syntax-highlighting/-/tree/master/data/syntax",
        "License": "GNU Lesser General Public License v2.1",
        "LicenseFile": "doc/qtcreator/src/overview/license-LGPLv2.1.txt",
        "Copyright": "Author: Wilbert Berendsen (wilbert@kde.nl)."
    },
    {
        "Id": "ksyntaxhighlighting-yacc",
        "Name": "KSyntaxHighlighting: yacc.xml",
        "QDocModule": "qtcreator",
        "QtParts": ["tools"],
        "QtUsage": "Used for the generic highlighter for text files.",
        "Path": "src/libs/3rdparty/syntax-highlighting/data/syntax",
        "Description": "Syntax highlighting definition yacc.xml",
        "Homepage": "https://invent.kde.org/frameworks/syntax-highlighting/-/tree/master/data/syntax",
        "License": "GNU Lesser General Public License v2.1",
        "LicenseFile": "doc/qtcreator/src/overview/license-LGPLv2.1.txt",
        "Copyright": "Copyright (C) 2004, Jan Villat <jan.villat@net2000.ch>. Changes by: 2018 Nibaldo González <nibgonz@gmail.com>, 2007 Sebastian Pipping <webmaster@hartwork.org>."
    },
    {
        "Id": "ksyntaxhighlighting-yaml",
        "Name": "KSyntaxHighlighting: yaml.xml",
        "QDocModule": "qtcreator",
        "QtParts": ["tools"],
        "QtUsage": "Used for the generic highlighter for text files.",
        "Path": "src/libs/3rdparty/syntax-highlighting/data/syntax",
        "Description": "Syntax highlighting definition yaml.xml",
        "Homepage": "https://invent.kde.org/frameworks/syntax-highlighting/-/tree/master/data/syntax",
        "License": "GNU Lesser General Public License v2.1",
        "LicenseFile": "doc/qtcreator/src/overview/license-LGPLv2.1.txt",
        "Copyright": "Copyright (C) Dr Orlovsky MA (dr.orlovsky@gmail.com), Nibaldo González (nibgonz@gmail.com)"
    },
    {
        "Id": "std-span-martinmoene",
        "Name": "std::span Implementation for C++11 and Later",
        "QDocModule": "qtcreator",
        "QtParts": ["tools"],
        "QtUsage": "Used internally.",
        "Path": "src/libs/3rdparty/span",
        "Description": "A single-header implementation of C++20's std::span, conforming to the C++20 committee draft.",
        "Homepage": "https://github.com/martinmoene/span-lite",
        "License": "Boost Software License 1.0",
        "LicenseFile": "src/libs/3rdparty/span/LICENSE_1_0.txt",
        "Copyright": "Copyright 2018-2021 Martin Moene"
    },
    {
        "Id": "front-end-for-cpp",
        "Name": "Open Source Front-End for C++",
        "QDocModule": "qtcreator",
        "QtParts": ["tools"],
        "QtUsage": "Used as a fallback C++ model if Clangd is not used.",
        "Path": "src/libs/3rdparty/cplusplus",
        "Description": "Open Source front-end for C++, enhanced for use in Qt Creator",
        "License": "MIT License",
        "LicenseFile": "src/libs/3rdparty/cplusplus/LICENSE.txt",
        "Copyright": "Copyright (c) 2005 Roberto Raggi"
    },
    {
        "Id": "cpp-keywordgen",
        "Name": "Open Source Tool for Generating C++ Code That Classifies Keywords",
        "QDocModule": "qtcreator",
        "QtParts": ["tools"],
        "QtUsage": "Used for updating the fallback C++ code model.",
        "Path": "src/tools/3rdparty/cplusplus-keywordgen",
        "Description": "Open Source tool for generating C++ code that classifies keywords.",
        "License": "MIT License",
        "LicenseFile": "src/tools/3rdparty/cplusplus-keywordgen/LICENSE.txt",
        "Copyright": "Copyright (c) 2007 Roberto Raggi"
    },
    {
        "Id": "sqlite",
        "Name": "SQLite",
        "QDocModule": "qtcreator",
        "QtParts": ["tools"],
        "QtUsage": "Used in Qt Quick Designer",
        "Path": "src/libs/3rdparty/sqlite",
        "Description": "SQLite is a C-language library that implements a small, fast, self-contained, high-reliability, full-featured, SQL database engine.",
        "Homepage": "https://www.sqlite.org",
        "License": "Public Domain",
        "Copyright": "The authors disclaim copyright to the source code. However, a license can be obtained if needed."
    },
    {
        "Id": "source-code-pro-font",
        "Name": "Source Code Pro Font",
        "QDocModule": "qtcreator",
        "QtParts": ["tools"],
        "QtUsage": "Used as the default code editor font.",
        "Path": "src/share/3rdparty/fonts",
        "Homepage": "https://fonts.adobe.com/fonts/source-code-pro",
        "License": "SIL Open Font License 1.1 with Reserved Font Name",
        "LicenseFile": "src/share/3rdparty/fonts/SourceCodePro.txt",
        "Copyright": "Copyright 2010, 2012 Adobe Systems Incorporated"
    },
    {
        "Id": "json-nlohmann",
        "Name": "JSON for Modern C++",
        "QDocModule": "qtcreator",
        "QtParts": ["tools"],
        "QtUsage": "Used for parsing Chrome Trace Format data in CtfVisualizer.",
        "Path": "src/libs/3rdparty/json",
        "Description": "JSON for Modern C++.",
        "Homepage": "https://github.com/nlohmann/json",
        "Version": "3.11.2",
        "License": "MIT License",
        "LicenseFile": "src/libs/3rdparty/json/LICENSE.MIT",
        "Copyright": "Copyright 2013-2022 Niels Lohmann"
    },
    {
        "Id": "conan.cmake",
        "Name": "conan.cmake",
        "QDocModule": "qtcreator",
        "QtParts": ["tools"],
        "QtUsage": "Used for the auto setup of package manager dependencies.",
        "Path": "src/share/3rdparty/package-manager",
        "Description": "CMake wrapper for the Conan C and C++ package manager.",
        "Homepage": "https://github.com/conan-io/cmake-conan",
        "License": "MIT License",
        "LicenseFile": "src/share/3rdparty/package-manager/LICENSE.conan",
        "Copyright": "Copyright (c) 2018 JFrog"
    },
    {
        "Id": "tartanllama-expected",
        "Name": "TartanLlama/expected",
        "QDocModule": "qtcreator",
        "QtParts": ["tools"],
        "QtUsage": "Used internally.",
        "Path": "src/libs/3rdparty/tl_expected",
        "Description": "Single header implementation of std::expected with functional-style extensions.",
        "Homepage": "https://github.com/TartanLlama/expected",
        "License": "Creative Commons Zero v1.0 Universal",
        "LicenseFile": "src/libs/3rdparty/tl_expected/COPYING",
        "Copyright": "To the extent possible under law, the author(s) have dedicated all copyright and related and neighboring rights to this software to the public domain worldwide."
    },
    {
        "Id": "winpty",
        "Name": "WinPty",
        "QDocModule": "qtcreator",
        "QtParts": ["tools"],
        "QtUsage": "Used for the integrated terminal.",
        "Path": "src/libs/3rdparty/winpty",
        "Description": "winpty is a Windows software package providing an interface similar to a Unix pty-master for communicating with Windows console programs.",
        "Homepage": "https://github.com/rprichard/winpty",
        "License": "MIT License",
        "LicenseFile": "src/libs/3rdparty/winpty/LICENSE",
        "Copyright": "Copyright (c) 2011-2016 Ryan Prichard"
    },
    {
        "Id": "ptyqt",
        "Name": "Pty-Qt",
        "QDocModule": "qtcreator",
        "QtParts": ["tools"],
        "QtUsage": "Used for the integrated terminal.",
        "Path": "src/libs/3rdparty/libptyqt",
        "Description": "Pty-Qt is small library for access to console applications by pseudo-terminal interface on Mac, Linux and Windows.",
        "Homepage": "https://github.com/kafeg/ptyqt",
        "License": "MIT License",
        "LicenseFile": "src/libs/3rdparty/libptyqt/LICENSE",
        "Copyright": "Copyright (c) 2019 Vitaly Petrov"
    },
    {
        "Id": "ptyqt-conpty",
        "Name": "Pty-Qt/ConPty",
        "QDocModule": "qtcreator",
        "QtParts": ["tools"],
        "QtUsage": "Used for the integrated terminal.",
        "Path": "src/libs/3rdparty/libptyqt",
        "Description": "Major parts of conptyprocess.cpp have been ported from microsofts terminal source code and integrated into ptyqt's class.",
        "Homepage": "https://github.com/microsoft/terminal",
        "License": "MIT License",
        "LicenseFile": "src/libs/3rdparty/libptyqt/LICENSE-CONPTY",
        "Copyright": "Copyright (c) Microsoft Corporation"
    },
    {
        "Id": "libvterm",
        "Name": "libvterm",
        "QDocModule": "qtcreator",
        "QtParts": ["tools"],
        "QtUsage": "Used for the integrated terminal.",
        "Path": "src/libs/3rdparty/libvterm",
        "Description": "An abstract C99 library which implements a VT220 or xterm-like terminal emulator.",
        "Homepage": "https://www.leonerd.org.uk/code/libvterm",
        "License": "MIT License",
        "LicenseFile": "src/libs/3rdparty/libvterm/LICENSE",
        "Copyright": "Copyright (c) 2008 Paul Evans"
    },
    {
        "Id": "terminal-shellintegrations",
        "Name": "Shellintegrations",
        "QDocModule": "qtcreator",
        "QtParts": ["tools"],
        "QtUsage": "Used for the integrated terminal.",
        "Path": "src/plugins/terminal/shellintegrations",
        "Description": "Scripts for integrating with various shells.",
        "Homepage": "https://github.com/microsoft/vscode/tree/main/src/vs/workbench/contrib/terminal/browser/media",
        "License": "MIT License",
        "LicenseFile": "src/plugins/terminal/shellintegrations/LICENSE.vscode",
        "Copyright": "Copyright (c) 2015 - present Microsoft Corporation"
    },
    {
        "Id": "terminal-shellintegrations-clink",
        "Name": "Shellintegrations/Clink",
        "QDocModule": "qtcreator",
        "QtParts": ["tools"],
        "QtUsage": "Used for the integrated terminal.",
        "Path": "src/plugins/terminal/shellintegrations",
        "Description": "A library of Lua scripts for use with Clink.",
        "Homepage": "https://github.com/chrisant996/clink-gizmos",
        "License": "MIT License",
        "LicenseFile": "src/plugins/terminal/shellintegrations/LICENSE.clink",
        "Copyright": "Copyright (c) 2022 Chris Antos"
    },
    {
        "Id": "cmake-lexer",
        "Name": "CMake Lexer",
        "QDocModule": "qtcreator",
        "QtParts": ["tools"],
        "QtUsage": "Used by the CMake project manager for parsing CMake files.",
        "Path": "src/plugins/cmakeprojectmanager/3rdparty/cmake",
        "Description": "The lexer from CMake - Cross Platform Makefile Generator.",
        "Homepage": "https://gitlab.kitware.com/cmake/cmake.git",
        "License": "BSD 3-Clause \"New\" or \"Revised\" License",
        "LicenseFile": "src/plugins/cmakeprojectmanager/3rdparty/cmake/Copyright.txt",
        "Copyright": "Copyright 2000-2023 Kitware, Inc. and Contributors"
    },
    {
        "Id": "qtqrcodegenerator",
        "Name": "Qt QR Code Generator Library",
        "QDocModule": "qtcreator",
        "QtParts": ["tools"],
        "QtUsage": "Used by QmlDesigner to create a QR code for Design Viewer integration.",
        "Path": "src/libs/3rdparty/qrcodegen",
        "Description": "Qt QR Code Generator is a simple C++ class that uses the qrcodegen library to generate QR codes from QStrings in Qt applications.",
        "Homepage": "https://github.com/alex-spataru/Qt-QrCodeGenerator",
        "License": "MIT License",
        "LicenseFile": "src/libs/3rdparty/qrcodegen/LICENSE",
        "Copyright": "Copyright (c) 2023 Alex Spataru"
    },
    {
        "Id": "vitaut-rstparser",
        "Name": "RSTParser",
        "QDocModule": "qtcreator",
        "QtParts": ["tools"],
        "QtUsage": "Used by CMake support for parsing hover and code completion help.",
        "Path": "src/plugins/cmakeprojectmanager/3rdparty/rstparser",
        "Description": "RSTParser is an open-source C++ library for parsing reStructuredText.",
        "Homepage": "https://github.com/vitaut-archive/rstparser",
        "License": "BSD 2-Clause \"Simplified\" License",
        "LicenseFile": "src/plugins/cmakeprojectmanager/3rdparty/rstparser/LICENSE.txt",
        "Copyright": "Copyright (c) 2013, Victor Zverovich"
    },
    {
        "Id": "qtkeychain",
        "Name": "QtKeychain",
        "QDocModule": "qtcreator",
        "QtParts": ["tools"],
        "QtUsage": "Used by the Axivion support to securely store and retrieve credentials.",
        "Path": "src/libs/3rdparty/qtkeychain",
        "Description": "QtKeychain is a Qt API to store passwords and other secret data securely.",
        "Homepage": "https://github.com/frankosterfeld/qtkeychain",
        "License": "BSD 3-Clause \"New\" or \"Revised\" License",
        "LicenseFile": "src/libs/3rdparty/qtkeychain/COPYING",
        "Copyright": "Copyright (C) 2011-2015 Frank Osterfeld, Copyright (C) 2016 Mathias Hasselmann"
    },
    {
        "Id": "pyprof2calltree",
        "Name": "pyprof2calltree",
        "QDocModule": "qtcreator",
        "QtParts": ["tools"],
        "QtUsage": "Used for converting profile data of debugger dumper execution to kcachegrind-compatible input in visualize.py",
        "Path": "share/qtcreator/debugger",
        "Description": "Creates python profiling output which is readable by kcachegrind",
        "Homepage": "https://github.com/pwaller/pyprof2calltree",
        "License": "MIT License",
        "LicenseId": "MIT",
        "LicenseFile": "share/qtcreator/debugger/LICENSE.MIT",
        "Copyright": "Copyright(C) 2006-2008, David Allouche, Jp Calderone, Itamar Shtull-Trauring, Copyright(C) 2006-2017, Johan Dahlin, Copyright(C) 2008, Olivier Grisel <olivier.grisel@ensta.org>, Copyright(C) 2008, David Glick, Copyright(C) 2013, Steven Maude, Copyright(C) 2013-2018, Peter Waller <p@pwaller.net>, Copyright(C) 2013, Lukas Graf <lukas.graf@4teamwork.ch>, Copyright(C) 2013, Jamie Wong <http://jamie-wong.com>, Copyright(C) 2013, Yury V. Zaytsev <yury@shurup.com>, Copyright(C) 2014, Michael Droettboom <mdroe@stsci.edu>, Copyright(C) 2015, Zev Benjamin <zev@mit.edu>, Copyright(C) 2018, Jon Dufresne <jon.dufresne@gmail.com>"
    },
    {
        "Id": "lua",
        "Name": "Lua",
        "QDocModule": "qtcreator",
        "QtParts": ["tools"],
        "QtUsage": "Used for scripting plugins.",
        "Path": "src/libs/3rdparty/lua",
        "Description": "Lua is a powerful, efficient, lightweight, embeddable scripting language.",
        "Homepage": "https://www.lua.org/",
        "License": "MIT License",
        "LicenseFile": "src/libs/3rdparty/lua/LICENSE",
        "Copyright": "Copyright © 1994-2023 Lua.org, PUC-Rio.",
        "Version": "5.4.6"
    },
    {
        "Id": "sol2",
        "Name": "sol2",
        "QDocModule": "qtcreator",
        "QtParts": ["tools"],
        "QtUsage": "Used for binding C++ and Lua.",
        "Path": "src/libs/3rdparty/sol2",
        "Description": "sol2 is a C++ library binding to Lua.",
        "Homepage": "https://github.com/ThePhD/sol2",
        "License": "MIT License",
        "LicenseFile": "src/libs/3rdparty/sol2/LICENSE.txt",
        "Copyright": "Copyright (c) 2008 Paul Evans",
        "Version": "3.3.1 (revision 9c882a28)"
    },
    {
        "Id": "ms-jpq-lua-async-await",
        "Name": "ms-jpq/lua-async-await",
        "QDocModule": "qtcreator",
        "QtParts": ["tools"],
        "QtUsage": "Used for async/await support in Lua modules.",
        "Path": "src/plugins/lua/bindings",
        "Description": "lua-async-await implements the async/await pattern in Lua.",
        "Homepage": "https://github.com/ms-jpq/lua-async-await",
        "License": "MIT License",
        "LicenseFile": "src/plugins/lua/bindings/ASYNC-LICENSE.txt",
        "Copyright": "Copyright (c) 2008 Paul Evans"
    },
    {
        "Id": "kikito/inspect.lua",
        "Name": "kikito/inspect.lua",
        "QDocModule": "qtcreator",
        "QtParts": ["tools"],
        "QtUsage": "Used for pretty printing from Lua scripts.",
        "Path": "src/plugins/luatests/luatests",
        "Description": "inspect.lua is a library for pretty printing complex objects in Lua.",
        "Homepage": "https://github.com/kikito/inspect.lua",
        "License": "MIT License",
        "LicenseFile": "src/plugins/luatests/luatests/INSPECT-LICENSE.txt",
        "Copyright": "Copyright (c) 2022 Enrique García Cota"
    }
]