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

Added Copyright header to all Go and Proto source files. #2063

Merged
merged 2 commits into from
Jan 28, 2020

Conversation

bwplotka
Copy link
Member

@@ -1,3 +1,6 @@
// Copyright (c) The Thanos Authors.
// Licensed under the Apache License 2.0.

// +build !linux
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is causing format errors in the file now :///

>> checking Go comments trailing periods


./pkg/testutil/sysprocattr.go:
// Licensed under the Apache License 2.0.

// +build !linux

package testutil



 Error: Found comments without trailing period. Comments has to be full sentences.


make: *** [Makefile:195: check-comments] Error 1

@bwplotka
Copy link
Member Author

PTAL @squat

@bwplotka bwplotka merged commit 55cb8ca into master Jan 28, 2020
@bwplotka bwplotka deleted the add-copyright branch January 28, 2020 16:25
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.

2 participants