cli icon indicating copy to clipboard operation
cli copied to clipboard

Ensure files have copyright headers

Open SaschaSchwarze0 opened this issue 3 years ago • 2 comments

At the moment, many files in this repository do not have a copyright header. This needs to be fixed. Ideally, we also have an action that verifies the presence of those headers through an action during pull request validation.

Some infrastructure from the build repo to copy: https://github.com/shipwright-io/build/blob/main/hack/generate-copyright.sh

SaschaSchwarze0 avatar Nov 02 '21 08:11 SaschaSchwarze0

/kind cleanup

adambkaplan avatar Mar 23 '22 13:03 adambkaplan

This kind of script would be a good candidate for a shared "build machinery" repository. OpenShift has something like this: https://github.com/openshift/build-machinery-go

adambkaplan avatar Mar 23 '22 13:03 adambkaplan