Skip to content
New issue

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

trivial: adjust docs to clearly state that licenses are SPDX expressions #123

Merged
merged 1 commit into from Jul 16, 2017

Commits on Jul 13, 2017

  1. trivial: adjust docs to clearly state that licenses are SPDX expressions

    Previously the doc was a bit ambiguous about the actual format employed
    for licenses. The format expectation is the actual SPDX license expression
    format as described in the SPDX specification.
    Clearly state this and point to the specification URL for reference on the
    format.
    
    Additionally, while SPDX must be parsed as case-insensitive it's considered
    best practice to use strict-casing in examples, so change to that.
    
    Closes ximion#122
    hsitter committed Jul 13, 2017