This repository was archived by the owner on May 27, 2024. It is now read-only.
This repository was archived by the owner on May 27, 2024. It is now read-only.
reuse-tool should allow README files in the LICENSES directory #78
Open
Description
It is a common practice to add README files in directories for documentation purposes. Currently, doing so in the LICENSES directory will trigger the following error:
reuse.project - WARNING - Could not resolve SPDX License Identifier of LICENSES/README.md, resolving to README. Make sure the license is in the license list found at <https://spdx.org/licenses/> or that it starts with 'LicenseRef-', and that it has a file extension.
# BAD LICENSES
'README' found in:
* LICENSES/README.md
# SUMMARY
* Bad licenses: README
IMO directory README files should be treated as a special case and be ignored by reuse-tool.