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

docs: enrich file headers with license statement #11

Closed
tiborsimko opened this issue Sep 6, 2019 · 2 comments
Closed

docs: enrich file headers with license statement #11

tiborsimko opened this issue Sep 6, 2019 · 2 comments
Assignees

Comments

@tiborsimko
Copy link
Member

Current status:

$ head -1 .travis.yml
# TODO: Add License header

Expected:

"Minified" license snippet.

@ANovorolnik ANovorolnik self-assigned this Sep 24, 2019
@tiborsimko
Copy link
Member Author

(1) In setup.py switch licence to GNU GPL, to have:

    license='GPLv3,
        'License :: OSI Approved :: GNU General Public License v3 (GPLv3)',

(2) Edit each source file and replace the beginning TODO comment with lines:

# This file is part of cernopendata-client.
#
# Copyright (C) 2019 CERN.
#
# cernopendata-client is free software; you can redistribute it and/or modify
# it under the terms of the GPLv3 license; see LICENSE file for more details.

@tiborsimko
Copy link
Member Author

An example of how things will look like: https://github.com/reanahub/reana-client/blob/master/reana_client/errors.py

ANovorolnik added a commit to ANovorolnik/cernopendata-client that referenced this issue Sep 25, 2019
ANovorolnik added a commit to ANovorolnik/cernopendata-client that referenced this issue Sep 25, 2019
ANovorolnik added a commit to ANovorolnik/cernopendata-client that referenced this issue Sep 25, 2019
ANovorolnik added a commit to ANovorolnik/cernopendata-client that referenced this issue Sep 25, 2019
ANovorolnik added a commit to ANovorolnik/cernopendata-client that referenced this issue Sep 25, 2019
ANovorolnik added a commit to ANovorolnik/cernopendata-client that referenced this issue Sep 25, 2019
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

No branches or pull requests

2 participants