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

Update project License headers and checking #596

Merged
merged 1 commit into from
Mar 25, 2020

Conversation

MrAlias
Copy link
Contributor

@MrAlias MrAlias commented Mar 25, 2020

Update license header to standard format for source files missed prior.

Add license header to new source files.

Add Makefile check to test all *.go and *.sh files have a copyright
notice (or comment about them being auto-generated) within the first few
lines.

Manual check ran to verify completeness:

$ grep -Lr '\(Copyright The OpenTelemetry Authors\|//.*DO NOT EDIT\)' . \
    | grep -v '^./\(\.git\|\.circleci\|\.tools\)' \
    | grep -v '\(LICENSE\|CODEOWNERS\|\.md\|coverage.txt\|golangci\.yml\|go\.\(mod\|sum\)\)$'

Update license header to standard format for source files missed prior.

Add license header to new source files.

Add Makefile check to test all `*.go` and `*.sh` files have a copyright
notice (or comment about them being auto-generated) within the first few
lines.
@jmacd jmacd merged commit c97b4f7 into open-telemetry:master Mar 25, 2020
@MrAlias MrAlias deleted the more-license-updates branch March 25, 2020 21:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants