We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I am making a python-ipykernel for Fedora, and it was noticed that some files have no license information, Review Request: python-ipykernel - IPython Kernel for Jupyter. The files are:
ipykernel-4.5.2/ipykernel/__init__.py ipykernel-4.5.2/ipykernel/_main.py ipykernel-4.5.2/ipykernel/_version.py ipykernel-4.5.2/ipykernel/datapub.py ipykernel-4.5.2/ipykernel/embed.py ipykernel-4.5.2/ipykernel/ipkernel.py ipykernel-4.5.2/ipykernel/log.py ipykernel-4.5.2/ipykernel/comm/__init__.py ipykernel-4.5.2/ipykernel/inprocess/__init__.py ipykernel-4.5.2/ipykernel/inprocess/constants.py ipykernel-4.5.2/ipykernel/inprocess/tests/__init__.py ipykernel-4.5.2/ipykernel/pylab/__init__.py ipykernel-4.5.2/ipykernel/tests/test_pickleutil.py ipykernel-4.5.2/ipykernel/tests/test_start_kernel.py ipykernel-4.5.2/docs/conf.py ipykernel-4.5.2/examples/embedding/inprocess_qtconsole.py ipykernel-4.5.2/examples/embedding/inprocess_terminal.py ipykernel-4.5.2/examples/embedding/internal_ipkernel.py ipykernel-4.5.2/examples/embedding/ipkernel_qtapp.py ipykernel-4.5.2/examples/embedding/ipkernel_wxapp.py
The text was updated successfully, but these errors were encountered:
I believe (almost) all these files should be covered by COPYING.md in the root of the repo.
conf.py is autogenerated by Sphinx tooling, and I don't think it's copyrightable, so no license is needed.
conf.py
Sorry, something went wrong.
No branches or pull requests
I am making a python-ipykernel for Fedora, and it was noticed that some files have no license information, Review Request: python-ipykernel - IPython Kernel for Jupyter.
The files are:
The text was updated successfully, but these errors were encountered: