Use SPDX identifiers for unknown/undetected license #2724
Labels
kind/feature
Categorizes issue or PR as related to a new feature.
priority/backlog
Higher priority than priority/awaiting-more-evidence.
sig/stack-guidance
Categorizes an issue or PR as relevant to SIG Stack Guidance.
triage/needs-information
Indicates an issue needs more information in order to work on it.
Problem statement
We currently have an ad-hoc 'UNDETECTED' license for case where we don't detect
the license. This leads to some special casing (see the linked PR for example)
which increases our code complexity.
High-level Goals
Instead of UNDETECTED, use the standard SPDX identifiers.
Proposal description
Since we use SPDX identifiers, we should use the standard they have
for that:
Alternatives
N/A
Additional context
#2705 (comment)
Acceptance Criteria
identifiers and avoid special-casing
/triage needs-information
(as I don't know where the code producing and consuming this is right now)
/sig stack-guidance
The text was updated successfully, but these errors were encountered: