knative / serving-operator

DEPRECATED: Development continues in https://github.com/knative/operator/
Apache License 2.0
39 stars 45 forks source link

Add license header to .go and .yaml #334

Closed nak3 closed 4 years ago

nak3 commented 4 years ago

Proposed Changes

This patch adds add-boilerplate.sh which is copied from serving project and run to add missing license header:

bash hack/boilerplate/add-boilerplate.sh go pkg/
bash hack/boilerplate/add-boilerplate.sh yaml deploy/
bash hack/boilerplate/add-boilerplate.sh yaml minikube-operator-example/
bash hack/boilerplate/add-boilerplate.sh yaml config/

/lint

Release Note

NONE
nak3 commented 4 years ago

/lint

k4leung4 commented 4 years ago

/approve /lgtm

knative-prow-robot commented 4 years ago

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: k4leung4, nak3

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files: - ~~[OWNERS](https://github.com/knative/serving-operator/blob/master/OWNERS)~~ [k4leung4] Approvers can indicate their approval by writing `/approve` in a comment Approvers can cancel approval by writing `/approve cancel` in a comment