From 20cb29c2f8c5c87bc590896854a20b1473ceb358 Mon Sep 17 00:00:00 2001 From: "info@mode42.com" Date: Sat, 8 Aug 2026 03:54:55 +0000 Subject: #2 --- share/THIRD_PARTY_NOTICES.txt | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 share/THIRD_PARTY_NOTICES.txt (limited to 'share/THIRD_PARTY_NOTICES.txt') diff --git a/share/THIRD_PARTY_NOTICES.txt b/share/THIRD_PARTY_NOTICES.txt new file mode 100644 index 0000000..cf2c7c9 --- /dev/null +++ b/share/THIRD_PARTY_NOTICES.txt @@ -0,0 +1,22 @@ +HyBBX third-party notices +========================= + +libssh +------ + +The SSH transport plugin (`plugins/ssh/`) uses libssh for the SSHv2 server +protocol. + + Project: https://www.libssh.org/ + License: GNU Lesser General Public License v2.1 or later (LGPL-2.1+) + +HyBBX links against the shared libssh library (`libssh.so`) at build and +runtime. HyBBX source code does not incorporate libssh source. + +Under the LGPL you may replace the libssh shared library with a compatible +version without rebuilding HyBBX. Corresponding source code for the libssh +version you use is available from the libssh project and your OS distributor. + + SPDX-License-Identifier: LGPL-2.1-or-later + +See also LICENSE.txt for HyBBX (GPL-3.0). -- cgit v1.3.1