blob: cf2c7c976d50fb171c11c9c4fa631466d6b57039 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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).
|