On Wed Aug 23 2023, Krzysztof Kozlowski wrote: > Documentation/process/license-rules.rst and checkpatch expect the SPDX > identifier syntax for multiple licenses to use capital "OR". Correct it > to keep consistent format and avoid copy-paste issues. > > Signed-off-by: Krzysztof Kozlowski Reviewed-by: Kurt Kanzenbach Side note: The SPDX spec in section D.2 says: "License expression operators (AND, OR and WITH) should be matched in a case-sensitive manner.". Should is not must. So I assume checkpatch and spdxcheck should handle both cases. Especially because: |linux (git)-[master] % git grep 'SPDX' | grep ' or ' | wc -l |370 Thanks, Kurt