potiuk commented on PR #62073:
URL: https://github.com/apache/airflow/pull/62073#issuecomment-3922927922

   > 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.
   
   Good point. Moving it to two lines is better. Thanks @zvr -> that's a great 
feedback.


-- 
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]

Reply via email to