We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
chapters/external-repository-identifiers.md does not read quite right to me. I checked with @cabo and there might be a few issues with this ABNF definition:
Additionally, the ABNF included does not really parse. Here is a proper one:
idstring = 1*(ALPHA / DIGIT / "-" / "." ) license-id = <short form license identifier in Annex A.1> license-exception-id = <short form license exception identifier in Annex A.2> license-ref = ["DocumentRef-" (idstring) ":"] "LicenseRef-" (idstring) simple-expression = license-id / license-id "+" / license-ref compound-expression = (simple-expression / simple-expression "WITH" license-exception-id / compound-expression "AND" compound-expression / compound-expression "OR" compound-expression / "(" compound-expression ")" ) license-expression = (simple-expression / compound-expression)
The text was updated successfully, but these errors were encountered:
@henkbirkholz your link goes to #658. Is this intentional?
Sorry, something went wrong.
If this is about license expression grammar, then we should continue on #456 which was opened almost two years ago.
This was resolved in #474. If you disagree @henkbirkholz - please reopen.
No branches or pull requests
chapters/external-repository-identifiers.md does not read quite right to me. I checked with @cabo and there might be a few issues with this ABNF definition:
Additionally, the ABNF included does not really parse. Here is a proper one:
The text was updated successfully, but these errors were encountered: