Skip to content

Some advice about license compliance #240

@Ashley123456789

Description

@Ashley123456789

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, flask, jinja2, pyquery, random and datetime you imported are licensed with BSD-3-Clause, BSD-3-Clause, BSD-3-Clause, Python Software Foundation License and Zope Public License (ZPL 2.1), respectively.
However, the MIT 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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions