Task description
- Update the REUSE version in both hooks of
.pre-commit-config.yaml(if new version is not a 5.1.x) - Remove the
.licensefiles for the UTF16 encoded files and files with CR line-endings. - Check that
reuse lintstill passes - Give feedback in the issues
reason
The license headers in these files should now be detected by the REUSE tool with version >5.1.1.
Automation (CI/CD)
No automation necessary as it is a one time thing.
Resources
### Task description
1. Update the REUSE version in both hooks of `.pre-commit-config.yaml` (if new version is not a 5.1.x)
2. Remove the `.license` files for the UTF16 encoded files and files with CR line-endings.
2. Check that `reuse lint` still passes
3. Give feedback in the issues
### reason
The license headers in these files should now be detected by the REUSE tool with version >5.1.1.
### Automation (CI/CD)
No automation necessary as it is a one time thing.
### Resources
- [UTF16 issue](https://github.com/fsfe/reuse-tool/issues/1218)
- [CR issue](https://github.com/fsfe/reuse-tool/issues/1226)
- [Pull request with the fix](https://github.com/fsfe/reuse-tool/pull/1235)
- [REUSE tool releasese](https://github.com/fsfe/reuse-tool/releases)