Option to provide default when license is NOASSERTION
#422
Locked
spenserblack
started this conversation in
Ideas
Replies: 1 comment 3 replies
-
In #400 there was a fix to display I can see |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
For example, a lot of Rust projects (including Rust itself) are dual-licensed, which results in
NOASSERTION
, even though the repository is licensed.By providing a default license value (possibly per-language), a user can set a value that makes more sense.
I think it could be something like this:
There is a danger that this can result in inaccurate information if a user isn't careful with this option, though.
Beta Was this translation helpful? Give feedback.
All reactions