Can we just use other License by replacing the boilerplate file under folder hack? #2938
-
Is it mandatory that the code generated by kubebuilder should be under Apache License 2.0 as kubebuilder does? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Yes, you can see. That you have by default 2 options: kubebuilder/pkg/plugins/golang/v3/init.go Lines 87 to 88 in 1e09811 Also, you can customize the boollerplate.txt that is scaffolded by you. If you see how to improve on this feature and would like to contribute, please feel free to push a PR for example to add an option for your init with some customization or another license. |
Beta Was this translation helpful? Give feedback.
-
Closing since it is answered. |
Beta Was this translation helpful? Give feedback.
Yes, you can see. That you have by default 2 options:
kubebuilder/pkg/plugins/golang/v3/init.go
Lines 87 to 88 in 1e09811
Also, you can customize the boollerplate.txt that is scaffolded by you.
If you see how to improve on this feature and would like to contribute, please feel free to push a PR for example to add an option for your init with some customization or another license.