Skip to content

SPDX specification change: addition of NONE and NOASSERTION to license expressions #71

@pmonks

Description

@pmonks

As of SPDX 3.1 (I think...), license expressions will support NONE and NOASSERTION as pseudo-identifiers.

This may be implemented by adding those two values as actual identifiers in the license list (that's one proposal), or perhaps as special cased values in the simple-expression rule in the license expression grammar. If the former solution is implemented, no change should be necessary to the parser (it already reads the SPDX license list to determine the definition of the license-id rule), but if the latter approach is implemented then the parser here will need to be updated to match.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions