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

Some advice about license compliance #268

Open
Ashley123456789 opened this issue Nov 24, 2022 · 1 comment
Open

Some advice about license compliance #268

Ashley123456789 opened this issue Nov 24, 2022 · 1 comment
Labels
wontfix This will not be worked on

Comments

@Ashley123456789
Copy link

Hello, such a nice repository benefits me a lot and so kind of you to make it open source!

Question
There’s some possible legal issues on the license of your repository when you combine numerous third-party packages.
For instance, random, argparse and datetime you imported are licensed with Python Software Foundation License, Python Software Foundation License and Zope Public License (ZPL 2.1), respectively.
However, the Apache License of your repository are less strict than above package licenses on some terms, which has violated the whole license compatibility in your repository and may bring legal and financial risks.

Advice
You can select another proper license for your repository, or write a custom license with license exception if some license terms couldn’t be summed up consistently.

Best wishes!

@stale
Copy link

stale bot commented Jun 18, 2023

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the wontfix This will not be worked on label Jun 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

1 participant