1
0
mirror of https://github.com/libssh2/libssh2.git synced 2025-11-17 04:22:32 +03:00

REUSE: shorten and improve

Follow-up to 70b8bf314c #1419
This commit is contained in:
Viktor Szakats
2024-07-05 16:41:57 +02:00
parent 70b8bf314c
commit 99723f07af

View File

@@ -2,48 +2,25 @@
# #
# SPDX-License-Identifier: BSD-3-Clause # 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 version = 1
SPDX-PackageName = "libssh2" SPDX-PackageName = "libssh2"
SPDX-PackageSupplier = "The libssh2 team <libssh2-devel@lists.haxx.se>"
SPDX-PackageDownloadLocation = "https://libssh2.org/" SPDX-PackageDownloadLocation = "https://libssh2.org/"
# Test data
[[annotations]]
path = [
"tests/ossfuzz/*",
"tests/key_*",
"tests/test_read_algos.txt",
"ci/spellcheck-words.txt",
]
SPDX-FileCopyrightText = "The libssh2 project and its contributors."
SPDX-License-Identifier = "BSD-3-Clause"
# Test server
[[annotations]]
path = [
"tests/openssh_server/.gitattributes",
"tests/openssh_server/authorized_keys",
"tests/openssh_server/ca_*",
"tests/openssh_server/ssh_*",
"tests/openssh_server/sshd_config",
]
SPDX-FileCopyrightText = "The libssh2 project and its contributors."
SPDX-License-Identifier = "BSD-3-Clause"
# Root files
[[annotations]] [[annotations]]
path = [ path = [
".github/ISSUE_TEMPLATE/bug_report.md",
".github/SECURITY.md",
"NEWS", "NEWS",
"README", "README",
"README.md", "README.md",
"RELEASE-NOTES", "RELEASE-NOTES",
] "ci/spellcheck-words.txt",
SPDX-FileCopyrightText = "The libssh2 project and its contributors."
SPDX-License-Identifier = "BSD-3-Clause"
# Docs
[[annotations]]
path = [
"docs/AUTHORS", "docs/AUTHORS",
"docs/BINDINGS.md", "docs/BINDINGS.md",
"docs/HACKING-CRYPTO", "docs/HACKING-CRYPTO",
@@ -54,31 +31,21 @@ path = [
"docs/TODO", "docs/TODO",
"docs/template.3", "docs/template.3",
"os400/README400", "os400/README400",
] "tests/key_*",
SPDX-FileCopyrightText = "The libssh2 project and its contributors." "tests/openssh_server/.gitattributes",
SPDX-License-Identifier = "BSD-3-Clause" "tests/openssh_server/authorized_keys",
"tests/openssh_server/ca_*",
# VMS "tests/openssh_server/ssh_*",
[[annotations]] "tests/openssh_server/sshd_config",
path = [ "tests/ossfuzz/*",
"tests/test_read_algos.txt",
"vms/libssh2_config.h", "vms/libssh2_config.h",
"vms/libssh2_make_example.dcl", "vms/libssh2_*.dcl",
"vms/libssh2_make_help.dcl",
"vms/libssh2_make_kit.dcl",
"vms/libssh2_make_lib.dcl",
"vms/man2help.c", "vms/man2help.c",
"vms/readme.vms", "vms/readme.vms",
] # dotfiles
SPDX-FileCopyrightText = "The libssh2 project and its contributors."
SPDX-License-Identifier = "BSD-3-Clause"
# Dotfiles
[[annotations]]
path = [
".checksrc", ".checksrc",
".editorconfig", ".editorconfig",
".github/ISSUE_TEMPLATE/bug_report.md",
".github/SECURITY.md",
".gitignore", ".gitignore",
"docs/.gitignore", "docs/.gitignore",
"example/.gitignore", "example/.gitignore",
@@ -88,3 +55,5 @@ path = [
] ]
SPDX-FileCopyrightText = "The libssh2 project and its contributors." SPDX-FileCopyrightText = "The libssh2 project and its contributors."
SPDX-License-Identifier = "BSD-3-Clause" SPDX-License-Identifier = "BSD-3-Clause"
# If there is licensing/copyright information in or next to these files, perfer that
precedence = "closest"