bugraoz93 commented on PR #62073: URL: https://github.com/apache/airflow/pull/62073#issuecomment-3928796460
> I am not sure what you mean by "it looks like fit to format". > > Whatever comes after a `SPDX-License-Identifier:` is an SPDX License Expression, which has a very well-defined format. The grammar is defined in an [annex](https://spdx.github.io/spdx-spec/v3.1-dev/annexes/spdx-license-expressions/) of the specification, which defines the operators (`AND`, `OR`, `WITH`) and the terminals (licenses from the SPDX License List or custom licenses). > > The string `Apache-2.0 https://www.apache.org/licenses/LICENSE-2.0` cannot be recognized as an expression: it has a license identifier (`Apache-2.0`), a space, and a URL. This does not follow the grammar and cannot be parsed. > > The URL must be placed on a separate line. I meant it looks like we are following the format in the title in my message from the guideline you shared https://spdx.github.io/using/license-id-in-source/. Unfortunately, the links are not bind per title so I couldn't shared the exact place but only shared the title and that title has a custom identifier section where we can also have custom license definition. Thanks for raising! I wasn't saying it fits the format %100, it was more of I was questioning via looks like and tried to get more context. After checking annex, it make sense to make fit to annex -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
