Description
Like #49, but for NOASSERTION
instead of NONE
. The semantics would be:
NOASSERTION means:
(i) the SPDX License Expression author has attempted to but cannot reach a reasonable objective determination;
(ii) the SPDX License Expression author has made no attempt to determine this field; or
(iii) the SPDX License Expression author has intentionally provided no information (no meaning should be implied by doing so).
That matches our existing usage except for PackageLicenseInfoFromFiles
and similar, where we currently drop (i). I don't think those consumers would suffer from the additional case, because I don't see an actionable distinction between those cases. When would you care about the distinction between “tried but gave up”, “did not try”, and “won't tell you”? If folks did care about those distinctions (which I think unlikely), we'd want to be using different tokens for each case.
Other divergent NOASSERTION
consumers are:
-
SnippetLicenseConcluded
, which adds an additional case:the SPDX document creator is uncomfortable concluding a license, despite some license information being available;
I don't think we need to bother with that one at all, since I can't think of a case where I could distinguish between it and the “cannot reach a reasonable objective determination” case, even for license expressions I write myself. But I haven't looked up the background motivation for this case, perhaps it is useful. If so, I don't see the harm in including it for all consumers.
-
LicenseName
, which is completely unrelated to license expressions.