Provide a way to automatically add license headers #4073
Open
Description
We periodically see repos being donated to the kubernetes org(s). Donation requires these repos to add boilerplate license headers to all their files. Today, we don't have a way to do this automatically.
kubernetes/repo-infra#82 took a dab at this but was closed due to age.
@dims also pointed a few other alternative approaches:
- https://github.com/kunalkushwaha/ltag - this is used in containerd
- https://github.com/google/go-licenses
/help