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

Fixed license headers #85

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

jennifer566
Copy link

@jennifer566 jennifer566 commented Oct 21, 2023

Fixed License Headers https://github.com/IBM/python-itoolkit/issues/83

# Copyright contributors to the python-itoolkit project 
# SPDX-License-Identifier: MIT 

Fixed License Headers
# Copyright contributors to the python-itoolkit project
# SPDX-License-Identifier: MIT

Signed-off-by: jennifer566 <[email protected]>
Copy link
Member

@kadler kadler left a comment

Choose a reason for hiding this comment

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

I do see that doing this puts the coding line on line 3 for files which have it. This breaks PEP 263, which says that it must be on line 1 or 2 to be used, but the PEP 8 style guide says it shouldn't be used anyway: https://peps.python.org/pep-0008/#source-file-encoding so I guess that's fine.

Can you please update the python files in the tests/ and samples/ directories too?

@kadler
Copy link
Member

kadler commented Oct 23, 2023

Looks like I need to update the github action to handle the coverage report from external contributors.

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