Fix wrong license headers #5585
Labels
component/project
(To be removed)
kind/enhancement
An issue that reports an enhancement for an implemented feature
Milestone
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 (currentlyApache-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 thecopyright-owner
, currently set tothe Kubeapps contributors
. However, several files in the project contain a license header that doesn't match this owner (they're pointing toVMware, 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).
The text was updated successfully, but these errors were encountered: