-
Notifications
You must be signed in to change notification settings - Fork 9
Config updates #7
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
Conversation
…o improve the demo-config
|
Build is fine, Travis horks on the coveralls thing. |
config.go
Outdated
| @@ -1,4 +1,4 @@ | |||
| // Copyright 2016 Jerry Jacobs. All rights reserved. | |||
| // Copyright 2017 Jerry Jacobs & Rik van der Heijden. All rights reserved. | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
maybe debpkg authors, with a AUTHORS file?
| @@ -0,0 +1,76 @@ | |||
| package debpkg | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
add copyright header
|
LGTM, updating the year of copyright is not necessary see: https://golang.org/doc/contribute.html#copyright
|
|
Maybe we would like the same style copyright header and LICENSE file first line as the go project with this PR |
No description provided.