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

Add license headers to Go files #391

Merged
merged 2 commits into from
Dec 22, 2020
Merged

Conversation

skitt
Copy link
Member

@skitt skitt commented Dec 22, 2020

Handled by running

for file in $(find . -name vendor -prune -o -name *.go -exec
grep -L 'Copyright|©' {} +); do
cat ../license-header.txt $file | sponge $file; done

(with the license header in ../license-header.txt).

Signed-off-by: Stephen Kitt skitt@redhat.com

Handled by running

for file in $(find . -name vendor -prune -o -name \*.go -exec \
grep -LE 'Copyright|©' {} +); do
cat ../license-header.txt $file | sponge $file; done

(with the license header in ../license-header.txt).

Signed-off-by: Stephen Kitt <skitt@redhat.com>
@dfarrell07
Copy link
Member

Relevant: submariner-io/submariner#801

@nyechiel nyechiel merged commit d075fea into submariner-io:master Dec 22, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants