diff --git a/.reuse/dep5 b/.reuse/dep5 index f9894aac5a..8e91ab515e 100644 --- a/.reuse/dep5 +++ b/.reuse/dep5 @@ -4,7 +4,12 @@ Upstream-Contact: The libssh2 team Source: https://libssh2.org/ # Test data -Files: tests/openssh_server/* tests/ossfuzz/* tests/key_* tests/test_read_algos.txt ci/spellcheck-words.txt +Files: tests/ossfuzz/* tests/key_* tests/test_read_algos.txt ci/spellcheck-words.txt +Copyright: The libssh2 project and its contributors. +License: BSD-3-Clause + +# Test server +Files: tests/openssh_server/.gitattributes tests/openssh_server/authorized_keys tests/openssh_server/ca_* tests/openssh_server/ssh_* tests/openssh_server/sshd_config Copyright: The libssh2 project and its contributors. License: BSD-3-Clause diff --git a/tests/openssh_server/Dockerfile b/tests/openssh_server/Dockerfile index 046082fdbe..08977aa6bc 100644 --- a/tests/openssh_server/Dockerfile +++ b/tests/openssh_server/Dockerfile @@ -1,4 +1,5 @@ # Copyright (C) Alexander Lamaison +# SPDX-License-Identifier: BSD-3-Clause FROM debian:testing-slim