We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This project uses reuse for improved license specification.
At its current state, the license info is defined in a dep5 file (see here https://github.com/noi-techpark/it.bz.opendatahub.databrowser/blob/b1c11bfa4d9e0b4e50074c329ef67c3a30964042/.reuse/dep5)
dep5
The dep5 format is deprecated, during the license check with the reuse tool we get the following warning:
PendingDeprecationWarning: '.reuse/dep5' is deprecated. You are recommended to instead use REUSE.toml. Use `reuse convert-dep5` to convert
The task of this issue is to convert the dep5 file to the requested TOML format.
The text was updated successfully, but these errors were encountered:
sseppi
No branches or pull requests
This project uses reuse for improved license specification.
At its current state, the license info is defined in a
dep5
file (see here https://github.com/noi-techpark/it.bz.opendatahub.databrowser/blob/b1c11bfa4d9e0b4e50074c329ef67c3a30964042/.reuse/dep5)The dep5 format is deprecated, during the license check with the reuse tool we get the following warning:
The task of this issue is to convert the
dep5
file to the requested TOML format.The text was updated successfully, but these errors were encountered: