-
Notifications
You must be signed in to change notification settings - Fork 589
Closed
Labels
Description
Describe the bug
Suddenly, new REUSE-check failures appeared:
reuse.project - WARNING - Copyright and licensing information for 'docs/INSTALL_AUTOTOOLS' have been found in 'docs/INSTALL_AUTOTOOLS' and the DEP5 file located at '.reuse/dep5'. The information in the DEP5 file has been overridden. Please ensure that this is correct.
reuse.project - WARNING - Copyright and licensing information for 'tests/openssh_server/Dockerfile' have been found in 'tests/openssh_server/Dockerfile' and the DEP5 file located at '.reuse/dep5'. The information in the DEP5 file has been overridden. Please ensure that this is correct.
# MISSING COPYRIGHT AND LICENSING INFORMATION
The following files have no licensing information:
* docs/INSTALL_AUTOTOOLS
* tests/openssh_server/Dockerfile
Via: https://github.com/libssh2/libssh2/actions/runs/5333572682/jobs/9664211341?pr=1098#step:4:4
It seems the checker tool was upgraded an hour ago to 2.0.0 (and the REUSE Specification to version 3.1 from 3.0), which caused this. Refs:
https://github.com/fsfe/reuse-tool/releases/tag/v2.0.0
https://git.fsfe.org/reuse/docs/src/branch/stable/CHANGELOG.md#3-1-2023-06-21
Original discovery: #1098 (comment)
To Reproduce
Run GHA actions.
Expected behavior
No reuse failures.
Version (please complete the following information):
- libssh2 version: master