apache / sedona

A cluster computing framework for processing large-scale geospatial data
https://sedona.apache.org/
Apache License 2.0
1.96k stars 692 forks source link

[CI] pre-commit: auto add license headers to all YAML files #1674

Closed jbampton closed 2 weeks ago

jbampton commented 2 weeks ago

refs #1647 refs #1657

Did you read the Contributor Guide?

Is this PR related to a JIRA ticket?

What changes were proposed in this PR?

Using pre-commit to auto add license headers to all YAML files.

How was this patch tested?

Ran pre-commit run --all-files before and after the license headers were added.

Did this PR include necessary documentation updates?