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

A bad, missing license is only listed as bad license #82

Closed
carmenbianca opened this issue Aug 29, 2019 · 0 comments · Fixed by #125
Closed

A bad, missing license is only listed as bad license #82

carmenbianca opened this issue Aug 29, 2019 · 0 comments · Fixed by #125

Comments

@carmenbianca
Copy link
Member

If I add the following to a comment header:

# SPDX-License-Identifier: hello

Then I get this as output from reuse lint:

# BAD LICENSES

'hello' found in:
* src/reuse/templates/default_template.jinja2


# SUMMARY

* Bad licenses: hello
* Missing licenses:
* Unused licenses:
* Used licenses: Apache-2.0, CC-BY-SA-4.0, CC0-1.0, GPL-3.0-or-later
* Read errors: 0
* Files with copyright information: 56 / 56
* Files with license information: 56 / 56

Unfortunately, your project is not compliant with version 3.0 of the REUSE Specification :-(

It should probably be under "missing licenses" as well.

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

Successfully merging a pull request may close this issue.

1 participant