Files
terminalX/vendor/libssh2/REUSE.toml
kid aa92d0e676 初始提交:terminalX 可运行态(M0/M1/M1.5 已真机验证)
- M0: libghostty SSH 终端(渲染/输入/连接)+ 白屏修复(OutputGate) + 会话状态机/自动重连
- M1: tsnet 用户态组网 + SSH-over-tsnet(fd 桥),shell 级真机验证;R5(Go+gvisor+C+++Swift 同进程) retire
- M1.5: tmux -CC 原生 tab(MVP)
- 结构: packages/(TXCore·TXTransport), apps/TerminalX, vendor/(libghostty-spm/libssh2/mbedtls/tsnet-bridge), artifacts/
- 文档: CLAUDE.md + docs/HANDOFF.md(新会话入口)
- 环境: 认证代理→依赖 vendor 本地化;Go 在 ~/.local/go;仅模拟器/未签名
- 待续: M2 mosh, tmux 多 pane, M4 安全(host key/SE)

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-07-24 10:20:46 +08:00

59 lines
1.6 KiB
TOML

# Copyright (C) The libssh2 project and its contributors.
#
# SPDX-License-Identifier: BSD-3-Clause
# This file describes the licensing and copyright situation for files that
# cannot be annotated directly, for example because of being simply
# uncommentable. Unless this is the case, a file should be annotated directly.
#
# This follows the REUSE specification: https://reuse.software/spec-3.2/#reusetoml
version = 1
SPDX-PackageName = "libssh2"
SPDX-PackageDownloadLocation = "https://libssh2.org/"
[[annotations]]
path = [
".github/ISSUE_TEMPLATE/bug_report.md",
".github/SECURITY.md",
"NEWS",
"README",
"README.md",
"RELEASE-NOTES",
"ci/spellcheck-words.txt",
"docs/AUTHORS",
"docs/BINDINGS.md",
"docs/HACKING-CRYPTO",
"docs/HACKING.md",
"docs/INSTALL_CMAKE.md",
"docs/Makefile.am",
"docs/SECURITY.md",
"docs/TODO",
"docs/template.3",
"os400/README400",
"tests/key_*",
"tests/openssh_server/.gitattributes",
"tests/openssh_server/authorized_keys",
"tests/openssh_server/ca_*",
"tests/openssh_server/ssh_*",
"tests/openssh_server/sshd_config",
"tests/ossfuzz/*",
"tests/test_read_algos.txt",
"vms/libssh2_config.h",
"vms/libssh2_*.dcl",
"vms/man2help.c",
"vms/readme.vms",
# dotfiles
".editorconfig",
".gitignore",
"docs/.gitignore",
"example/.gitignore",
"m4/.gitignore",
"src/.gitignore",
"tests/.gitignore",
]
SPDX-FileCopyrightText = "The libssh2 project and its contributors."
SPDX-License-Identifier = "BSD-3-Clause"
# If there is licensing/copyright information in or next to these files, prefer that
precedence = "closest"