Skip to content

Commit 6f8396b

Browse files
committed
Terminal: Add version entries for 3rdparty code
Change-Id: I895d173bf4831b50862315cbecc9dcaed811c2cb Reviewed-by: Marcus Tillmanns <[email protected]>
1 parent 1bf6417 commit 6f8396b

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

qt_attributions.json

+7-1
Original file line numberDiff line numberDiff line change
@@ -436,6 +436,7 @@
436436
"Path": "src/libs/3rdparty/winpty",
437437
"Description": "winpty is a Windows software package providing an interface similar to a Unix pty-master for communicating with Windows console programs.",
438438
"Homepage": "https://github.com/rprichard/winpty",
439+
"Version": "7e59fe2d09",
439440
"License": "MIT License",
440441
"LicenseFile": "src/libs/3rdparty/winpty/LICENSE",
441442
"Copyright": "Copyright (c) 2011-2016 Ryan Prichard"
@@ -449,6 +450,7 @@
449450
"Path": "src/libs/3rdparty/libptyqt",
450451
"Description": "Pty-Qt is small library for access to console applications by pseudo-terminal interface on Mac, Linux and Windows.",
451452
"Homepage": "https://github.com/kafeg/ptyqt",
453+
"Version" : "045ca5f09f",
452454
"License": "MIT License",
453455
"LicenseFile": "src/libs/3rdparty/libptyqt/LICENSE",
454456
"Copyright": "Copyright (c) 2019 Vitaly Petrov"
@@ -460,8 +462,9 @@
460462
"QtParts": ["tools"],
461463
"QtUsage": "Used for the integrated terminal.",
462464
"Path": "src/libs/3rdparty/libptyqt",
463-
"Description": "Major parts of conptyprocess.cpp have been ported from microsofts terminal source code and integrated into ptyqt's class.",
465+
"Description": "Major parts of src/winconpty/ have been ported from microsofts terminal source code and integrated into ptyqt's conptyprocess.cpp.",
464466
"Homepage": "https://github.com/microsoft/terminal",
467+
"Version" : "a38388615e",
465468
"License": "MIT License",
466469
"LicenseFile": "src/libs/3rdparty/libptyqt/LICENSE-CONPTY",
467470
"Copyright": "Copyright (c) Microsoft Corporation"
@@ -475,6 +478,7 @@
475478
"Path": "src/libs/3rdparty/libvterm",
476479
"Description": "An abstract C99 library which implements a VT220 or xterm-like terminal emulator.",
477480
"Homepage": "https://www.leonerd.org.uk/code/libvterm",
481+
"Version" : "0.3.3",
478482
"License": "MIT License",
479483
"LicenseFile": "src/libs/3rdparty/libvterm/LICENSE",
480484
"Copyright": "Copyright (c) 2008 Paul Evans"
@@ -488,6 +492,7 @@
488492
"Path": "src/plugins/terminal/shellintegrations",
489493
"Description": "Scripts for integrating with various shells.",
490494
"Homepage": "https://github.com/microsoft/vscode/tree/main/src/vs/workbench/contrib/terminal/browser/media",
495+
"Version" : "463d9933a4",
491496
"License": "MIT License",
492497
"LicenseFile": "src/plugins/terminal/shellintegrations/LICENSE.vscode",
493498
"Copyright": "Copyright (c) 2015 - present Microsoft Corporation"
@@ -501,6 +506,7 @@
501506
"Path": "src/plugins/terminal/shellintegrations",
502507
"Description": "A library of Lua scripts for use with Clink.",
503508
"Homepage": "https://github.com/chrisant996/clink-gizmos",
509+
"Version" : "680716f3d9",
504510
"License": "MIT License",
505511
"LicenseFile": "src/plugins/terminal/shellintegrations/LICENSE.clink",
506512
"Copyright": "Copyright (c) 2022 Chris Antos"

0 commit comments

Comments
 (0)