Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix REUSE 'non-compliant' badge #134

Open
jaroslav-viravec opened this issue Feb 12, 2025 · 1 comment
Open

Fix REUSE 'non-compliant' badge #134

jaroslav-viravec opened this issue Feb 12, 2025 · 1 comment
Assignees

Comments

@jaroslav-viravec
Copy link
Contributor

I spotted that our redis-operator has REUSE 'non-compliant' badge because:

https://api.reuse.software/info/github.com/SAP/redis-operator

Image

  • there is 'APACHE-2.0' not 'Apache-2.0' as # SPDX-License-Identifier: APACHE-2.0 in helm chart pkg/operator/data/charts/redis
  • '.reuse/dep5' seems be deprecated

full warrning:

/opt/venv/lib/python3.11/site-packages/reuse/project.py:332: PendingDeprecationWarning: '.reuse/dep5' is deprecated. You are recommended to instead use REUSE.toml. Use `reuse convert-dep5` to convert.
  warnings.warn(
/opt/venv/lib/python3.11/site-packages/reuse/project.py:332: PendingDeprecationWarning: '.reuse/dep5' is deprecated. You are recommended to instead use REUSE.toml. Use `reuse convert-dep5` to convert.
  warnings.warn(

fix can be:

  1. update the files and replace APACHE-2.0 to Apache-2.0
  2. conver the '.reuse/dep5' to REUSE.toml. ( over command reuse convert-dep5 )

after that we will have the project is compliant with version 3.3 of the REUSE Specification

i344017 @ wsl-i344017  > /home/i344017/TASKs/issue389-valkey-operator/git/redis/redis-operator $ (i344017-cs-trial)(fix-reuse-compliant)reuse lint
# SUMMARY

* Bad licenses: 0
* Deprecated licenses: 0
* Licenses without file extension: 0
* Missing licenses: 0
* Unused licenses: 0
* Used licenses: Apache-2.0
* Read errors: 0
* Files with copyright information: 128 / 128
* Files with license information: 128 / 128

Congratulations! Your project is compliant with version 3.3 of the REUSE Specification :-)
@jaroslav-viravec jaroslav-viravec self-assigned this Feb 12, 2025
@jaroslav-viravec
Copy link
Contributor Author

fix in PR

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant