-
Notifications
You must be signed in to change notification settings - Fork 86
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
Handle GNU shenanigans correctly #55
Comments
Ahh ok, looks like I actually need to get around to this TODO. If you're concerned about copyleft licenses, you can also deny all of them, and if you want to be more granular, specifying 1 or more copyleft licenses as |
Okay, tyvm for the response! |
So to clarify, what you tried to do in your example would still not work, however, it would work if you swapped Hope this is clear, but I will update the README about these weird GNU licenses in a separate issue. |
Here's my deny.toml:
and Cargo.toml:
I would expect
cargo deny
to reject this crate. However:Is this intended? Are these two GPL licenses actually considered distinct?
The text was updated successfully, but these errors were encountered: