Open martinpeck opened 4 years ago
ignore me - raised in error
Reopening as this is an issue. Sorry for the bug-churn (it's been a long day)
Example of issue is this file...
https://github.com/microsoft/azure-databricks-operator/blob/master/api/v1alpha1/dbfsblock_types.go
... which carries Apache license
You may also want to fix the case of microsoft
in the copyright notice too
if you want a PR for this, let me know (happy to help)
The issue is that the main project carries an MIT license, but the kubebuilder generated files carry the Apache license.
I suspect that this is because
kubebuilder init
without the--license none
flag set.Fix is to:
hack/boilderplate.go.txt
so that it carries the correct license for any future files that are created usingkubebuilder create