Skip to content

MIT license is invalid - multiple GPL3 dependencies used #718

Description

@OGordon100

This package uses a small number of GPL/lGPL dependencies/sub-dependencies.

My understanding is that this means that the MIT license of this package is invalid, as GPL is a viral/copyleft license.

Packages are:

  • language-tool-python
  • FuzzyTM
  • gensim
  • num2words

According to python-license-checker:

    FuzzyTM (2.0.5): ['GNU General Public License v3.0']
      dependencies:
          FuzzyTM << gensim << bpemb << flair << textattack
          FuzzyTM << gensim << flair
    gensim (4.3.0): ['LGPL-2.1-only']
      dependencies:
          gensim << bpemb << flair << textattack
          gensim << flair
    language-tool-python (2.7.1): ['GNU GPL']
      dependency:
          language-tool-python << textattack
    num2words (0.5.12): ['GNU Library or Lesser General Public License (LGPL)']
      dependency:
          num2words << textattack

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions