Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix wrong license headers #5585

Closed
beni0888 opened this issue Oct 28, 2022 · 0 comments · Fixed by #5586
Closed

Fix wrong license headers #5585

beni0888 opened this issue Oct 28, 2022 · 0 comments · Fixed by #5586
Assignees
Labels
component/project (To be removed) kind/enhancement An issue that reports an enhancement for an implemented feature

Comments

@beni0888
Copy link
Collaborator

Summary
In Kubeapps, we use the GitHub action apache/skywalking-eyes/header to ensure that all the files in the project contain the required license header according to the license that rules the project (currently Apache-2.0). This GitHub action uses a config file ./licenserc.yml where we specify the parameters for the license headers that should be checked. Between those parameters is the copyright-owner, currently set to the Kubeapps contributors. However, several files in the project contain a license header that doesn't match this owner (they're pointing to VMware, Inc., the owner used in the past).

Background and rationale
We should fix the license header for all the non-compliant files, to be consistent throughout the project.

Acceptance criteria
All the files in the repository that contains a license header point to the right copyright owner (the Kubeapps contributors).

@beni0888 beni0888 self-assigned this Oct 28, 2022
@beni0888 beni0888 added kind/enhancement An issue that reports an enhancement for an implemented feature component/project (To be removed) labels Oct 28, 2022
@beni0888 beni0888 added this to the Technical debt milestone Oct 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component/project (To be removed) kind/enhancement An issue that reports an enhancement for an implemented feature
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

1 participant