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

Missing Copyright Headers #22

Closed
oleweidner opened this issue Feb 21, 2013 · 3 comments
Closed

Missing Copyright Headers #22

oleweidner opened this issue Feb 21, 2013 · 3 comments

Comments

@oleweidner
Copy link
Contributor

Lots of Andre's files are missing a copyright (c) header. Headers should look like this:

__author__    = "Andre Merzky"
__copyright__ = "Copyright 2012-2013, The SAGA Project"
__license__   = "MIT"
@ghost ghost assigned andre-merzky Feb 21, 2013
@andre-merzky
Copy link
Member

Do you mind if we consistently do

__author__    = "The SAGA Project (http://saga-project.org)"
__copyright__ = "Copyright 2012-2013, The SAGA Project"
__license__   = "MIT"

as ownership is not really singular in many cases?

@oleweidner
Copy link
Contributor Author

Yes, I actually do mind. Author is always one or more individual(s). Copyright holder is the SAGA project.

Use a list if there are multiple authors,e.g., author = ['Andre', 'Ole]

On Mar 15, 2013, at 21:53 , Andre Merzky notifications@github.com wrote:

Do you mind if we consistently do

author = "The SAGA Project (http://saga-project.org)"
copyright = "Copyright 2012-2013, The SAGA Project"
license = "MIT"
as ownership is not really singular in many cases?


Reply to this email directly or view it on GitHub.

@andre-merzky
Copy link
Member

fixed in devel.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants