rajatjindal / kubectl-whoami

This plugin gets the subject name using the effective kubeconfig
Apache License 2.0
120 stars 14 forks source link

[krew] Distribute with license #2

Closed corneliusweig closed 4 years ago

corneliusweig commented 4 years ago

:wave: Hello, maintainer of the kubectl plugin manager krew here.

Thank you for your commitment to open source by making this plugin available via krew!

Krew wants to give credit where credit is due by installing the proper license file for the plugins it distributes. However, your plugin was found to not contain any license file. We wanted to remind you that if you're using a license such as Apache 2.0, you should be bundling your LICENSE file with your plugin’s distributions.

What do you have to do?

If you need further assistance, don't hesitate to ask for help.

rajatjindal commented 4 years ago

PR https://github.com/kubernetes-sigs/krew-index/pull/355 should fix this issue

corneliusweig commented 4 years ago

Thanks!