Re: Commutativity of SPDX expressions
J Lovejoy
Hi Richard,
toggle quoted message
Show quoted text
Annex D explains the order of precedence for the operators and use of parentheses. https://spdx.github.io/spdx-spec/SPDX-license-expressions/ I admit, I find the use of parentheses easier to understand overall (than relying on remembering the order of precedence). I’m not sure it explicitly states that "MIT AND Apache-2.0" is equivalent to "Apache-2.0 AND MIT” but I think that’s kind of implicit, no? I also think this entire annex could use a re-write to make it a bit more user-friendly (on the topic of improving documentation…) Jilayne On Jul 17, 2022, at 12:21 PM, Richard Fontana <rfontana@...> wrote: |
|