VantaShell for Windows
Copyright (c) 2026 VantaShell. All rights reserved.

This product includes third-party software. The components below are either
linked into, or redistributed with, the VantaShell binary. Their copyright
notices and license terms follow. Full license texts are kept in licenses/.

--------------------------------------------------------------------------------
Qt 6 (Qt Base, Qt Declarative, Qt Svg)
Copyright (c) The Qt Company Ltd. and other contributors.
License: GNU Lesser General Public License version 3 (LGPL-3.0-only)
Home:    https://www.qt.io
Text:    licenses/LGPL-3.0.txt

VantaShell links against Qt dynamically and ships the Qt libraries as separate
shared libraries. Under the terms of the LGPL you may replace those libraries
with your own build of the same Qt version and relink the application; nothing
in this distribution technically restricts you from doing so. Written requests
for the corresponding Qt source code can be sent to the legal contact address
published in legal/PRIVACY.txt.

--------------------------------------------------------------------------------
libvterm
Copyright (c) 2008 Paul Evans <leonerd@leonerd.org.uk>
License: MIT
Home:    https://www.leonerd.org.uk/code/libvterm/
Text:    third_party/libvterm/LICENSE
Version: 0.3.3, fixat la commit 9d6d2112335080312ef8c36667fa717ded4f7daf,
         care este exact tagul v0.3.3 din https://github.com/neovim/libvterm.git
         (oglinda git a arborelui bzr upstream). Vezi .gitmodules.

libvterm is compiled directly into the VantaShell binary and provides the
terminal state machine behind the terminal emulator.

--------------------------------------------------------------------------------
DM Sans
Copyright (c) 2014-2024 Colophon Foundry, Jonny Pinhorn, Indian Type Foundry
License: SIL Open Font License 1.1 (OFL-1.1)
Home:    https://fonts.google.com/specimen/DM+Sans
Text:    licenses/OFL-1.1.txt

--------------------------------------------------------------------------------
JetBrains Mono
Copyright (c) 2020 The JetBrains Mono Project Authors
License: SIL Open Font License 1.1 (OFL-1.1)
Home:    https://www.jetbrains.com/lp/mono/
Text:    licenses/OFL-1.1.txt

Both font families are embedded in the application resources and are rendered
by the application only; they are not offered for separate sale.

--------------------------------------------------------------------------------
libssh
Copyright (c) The libssh contributors.
License: GNU Lesser General Public License version 2.1 (LGPL-2.1-only)
Home:    https://www.libssh.org/
Text:    licenses/libssh-LGPL-2.1.txt

VantaShell links against libssh dynamically for native SSH terminal, command,
macro, SFTP and port-forwarding backends and
ships libssh.dll as a separate shared library in Windows packages built with
VANTASHELL_LIBSSH_ROOT.

--------------------------------------------------------------------------------
OpenSSL
Copyright (c) The OpenSSL Project Authors.
License: Apache License 2.0
Home:    https://www.openssl.org/
Text:    licenses/OpenSSL-Apache-2.0.txt

OpenSSL is redistributed as runtime DLLs required by the libssh build used by
the native SFTP backend.

--------------------------------------------------------------------------------
OpenSSH-compatible data formats

VantaShell can import OpenSSH config/known_hosts files and keys written in
OpenSSH format. The Windows app does not launch or redistribute ssh.exe,
sftp.exe, scp.exe, ssh-add.exe or another OpenSSH binary; supported runtime SSH
features use libssh.
